chore: bump peer dep version for SvelteKit#15494
Conversation
|
| }, | ||
| "peerDependencies": { | ||
| "@sveltejs/kit": "^2.0.0", | ||
| "@sveltejs/kit": "^2.31.0", |
There was a problem hiding this comment.
Temporary change. This will be 3.0.0 later on anyway
There was a problem hiding this comment.
Do you intend to merge this PR now and update it later or are you planning on leaving this PR until right before the 3.0 release?
There was a problem hiding this comment.
I intend to merge it now but I wasn't sure if we could change this to ^3.0.0 already. Can we?
There was a problem hiding this comment.
you can make it ^3.0.0 now. you'll get a peer dependency warning if trying to use with ^3.0.0-next.0 unless you make that in the range but I think that fine. and it's better than it warning that you're not using ^2.31.0, so might as well go ahead and do it now
| }, | ||
| "peerDependencies": { | ||
| "@sveltejs/kit": "^2.0.0", | ||
| "@sveltejs/kit": "^2.31.0", |
There was a problem hiding this comment.
Do you intend to merge this PR now and update it later or are you planning on leaving this PR until right before the 3.0 release?
Part of #1247
Removes some TODOs that we wanted to get done for the next adapter major such as ensuring new Kit features are always available by bumping the peer dep and removing workarounds for ambient types not being available (they are now)
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits