Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated tooling got the PR number wrong, so let's fix it. Specifically, #5683 is the PR that actually contains the code changes and justification for the changes. #5684 contains just the changeset that was forgotten in #5683. So the automated tooling picked up #5684 as the PR to put in the changelog, but #5683 is the one that anyone reading the changelog will actually care about. By switching the changelog contents to point to #5683 for this release, we let everyone avoid having to make an additional click to find the actually useful information.
I'm not including a changeset in this PR since it makes no code changes. Likewise, no issue link and no tests.
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. All changesets should bepatch
until SvelteKit 1.0