⬆️ Bump svelte from 5.1.9 to 5.53.5#334
Conversation
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.1.9 to 5.53.5. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.53.5/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.53.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughUpdated the Svelte devDependency from version 5.1.9 to 5.53.5 in package.json. This is a patch-level version update with no changes to functional behavior or public API signatures. Changes
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
[dependabot skip]
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
package.json (1)
131-134:⚠️ Potential issue | 🟠 MajorUpdate peerDependencies to reflect Svelte 5 requirement.
The devDependencies specify Svelte 5.53.5, but peerDependencies still declares
"svelte": "^4.2.19". Although the current code doesn't use any Svelte 5-specific features and remains compatible with Svelte 4, this mismatch will trigger peer dependency warnings for consumers. Update the peer dependency to align with the devDependency version:🔧 Suggested fix
"peerDependencies": { "@sveltejs/kit": "^2.6.1", - "svelte": "^4.2.19" + "svelte": "^5.0.0" },🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@package.json` around lines 131 - 134, Update the peerDependencies block in package.json so the "svelte" entry matches the devDependency (Svelte 5) to avoid peer warning; specifically, in the peerDependencies object change the "svelte": "^4.2.19" entry to the appropriate Svelte 5 semver (e.g. "^5.53.5") so consumers see a consistent required version.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@package.json`:
- Around line 131-134: Update the peerDependencies block in package.json so the
"svelte" entry matches the devDependency (Svelte 5) to avoid peer warning;
specifically, in the peerDependencies object change the "svelte": "^4.2.19"
entry to the appropriate Svelte 5 semver (e.g. "^5.53.5") so consumers see a
consistent required version.
ℹ️ Review info
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
Bumps svelte from 5.1.9 to 5.53.5.
Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
ed14b49Version Packages (#17802)0df5abcMerge commit from fork0298e97Merge commit from fork96fd3ceVersion Packages (#17786)1b3e660fix: prevent flushed effects from running again (#17787)673a1abfix: set server context after async transformError (#17799)3a28979fix: handle default parameters scope leaks (#17788)fcdc028fix: hydrate if blocks correctly (#17784)97f3ac5Version Packages (#17775)7deedc5fix: render:catchof#awaitblock with correct key (#17769)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for svelte since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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.
Upgrade svelte with bug fixes and new server-side features.
Changed
package.json