chore(deps-dev): bump @sveltejs/adapter-vercel from 5.10.2 to 6.3.2#21357
chore(deps-dev): bump @sveltejs/adapter-vercel from 5.10.2 to 6.3.2#21357dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@sveltejs/adapter-vercel](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-vercel) from 5.10.2 to 6.3.2. - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-vercel/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-vercel@6.3.2/packages/adapter-vercel) --- updated-dependencies: - dependency-name: "@sveltejs/adapter-vercel" dependency-version: 6.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d5166d589e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "devDependencies": { | ||
| "@playwright/test": "^1.43.1", | ||
| "@sveltejs/adapter-vercel": "^5.10.2", | ||
| "@sveltejs/adapter-vercel": "^6.3.2", |
There was a problem hiding this comment.
Avoid bumping adapter-vercel without Node 20 migration
Upgrading @sveltejs/adapter-vercel to ^6.3.2 raises the package engine requirement to Node 20 (engines: { node: '>=20.0' } in the updated lockfile), and packages/bridge-ui/.npmrc enforces engine-strict=true, so pnpm install will now fail in any Node 18 environment that previously worked with v5 (and still satisfies the existing SvelteKit engine floor). This effectively introduces a breaking runtime/toolchain requirement without documenting or codifying a Node version bump for bridge-ui.
Useful? React with 👍 / 👎.
Bumps @sveltejs/adapter-vercel from 5.10.2 to 6.3.2.
Release notes
Sourced from
@sveltejs/adapter-vercel's releases.... (truncated)
Changelog
Sourced from
@sveltejs/adapter-vercel's changelog.... (truncated)
Commits
9c4a737Version Packages (#15338)c67da8aMerge commit from fork3b2ea1bVersion Packages (#15186)3fdb3adfix: prevent isr routes from handling remote function calls (#15085) (#15098)1399bd5Version Packages (#15091)0da365achore(deps): update vitest monorepo to v4 (major) (#14789)0280f4bfeat: exposewaitUntilalso for serverless runtime & add docs (#14725)79bb212chore: Use formatter for robustness (#15006)9fda2fcVersion Packages (#14985)e295db5feat: Add Node 24 support to Vercel adapter (#14982)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@sveltejs/adapter-vercelsince your current version.You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.