breaking: undefined is no longer a valid value for paths.relative#11185
breaking: undefined is no longer a valid value for paths.relative#11185
Conversation
🦋 Changeset detectedLatest commit: 118b9f1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Can you create a sibling PR that logs a deprecation warning for this? Then we can merge that one into master, and then this PR can remove that warning in favor of the error |
|
I don't think we want to log a deprecation warning in SvelteKit 1.0 for this one. It would trigger when the user has not set I did just update the docs for this to include what the behavior in 1.0 was though. I think that we'll want to call out differences inline since there are so few differences. |
|
Mhm that's true, nevermind then 👍 |
Rich-Harris
left a comment
There was a problem hiding this comment.
small comments on the inline documentation but otherwise LGTM
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
|
I got the tests passing, but I'm quite unsure as to whether my changes to the tests are valid. Please take a look at the changes I made to the test @Rich-Harris and make sure I'm not doing something terribly wrong |
closes #11073