-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comments on the inline documentation but otherwise LGTM
Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: Rich Harris <[email protected]>
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