Update dependency @sveltejs/adapter-netlify to v6 - autoclosed - #998
Closed
renovate[bot] wants to merge 1 commit into
Closed
Update dependency @sveltejs/adapter-netlify to v6 - autoclosed#998renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for pauseai canceled.
|
renovate
Bot
force-pushed
the
renovate/sveltejs-adapter-netlify-6.x
branch
8 times, most recently
from
July 28, 2026 11:50
d050283 to
4a75226
Compare
renovate
Bot
force-pushed
the
renovate/sveltejs-adapter-netlify-6.x
branch
from
July 28, 2026 11:57
4a75226 to
395ed80
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^5.2.4→^6.0.4Release Notes
sveltejs/kit (@sveltejs/adapter-netlify)
v6.0.4Compare Source
Patch Changes
v6.0.3Compare Source
Patch Changes
v6.0.2Compare Source
Patch Changes
fix: prefix param matcher with alphabetical characters so that it works with URLPattern matching (#15332)
Updated dependencies [
3e607b3,62991c8,f47c01b]:v6.0.0Compare Source
Major Changes
breaking:
platform.contextis now the [modern Netlify Functions (#15203)context](https://docs.netlify.com/build/functions/api/#netlify-specific-context-object)
Previously, this was the AWS Lambda-style
context.
If you were using this in your app (unlikely), you will need to update your code to read from new fields.
Minor Changes
feat: Migrate to the modern Netlify Functions API (#15203)
The Netlify adapter now generates "v2" Netlify Functions, which uses modern standards (ESM,
Request,Response) instead of the legacy "Lambda-compatible" or "v1" format. Under the hood, this greatly simplifies the adapter code and improves maintainability.For more details on features this unlocks for your SvelteKit app, see
https://developers.netlify.com/guides/migrating-to-the-modern-netlify-functions/.
feat: allow configuring redirects in
netlify.toml(#15203)The limitation of only being able to configure redirects via the
_redirectsfile has been removed.Patch Changes
fix: populate
App.Platformwithcontextproperty (#15203)Updated dependencies [
37293a5,5d05ca6,ed69b77,b1fc959,159aece,c690579,dc8cf2d,ace2116,0f38f49]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.