chore(deps-dev): bump vite from 3.2.11 to 5.4.21#19227
chore(deps-dev): bump vite from 3.2.11 to 5.4.21#19227dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.11 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "@testing-library/svelte": "^3.2.1", | ||
| "svelte": "3.59.2", | ||
| "vite": "^3.0.0" | ||
| "vite": "^5.4.21" |
There was a problem hiding this comment.
Incompatible vite major version with vite-plugin-svelte 1.4.0
High Severity
@sveltejs/vite-plugin-svelte version 1.4.0 has a peer dependency on vite ^3.0.0. Bumping vite to ^5.4.21 (two major versions forward) without also upgrading the plugin creates a peer dependency mismatch. The 1.x plugin line uses Vite 3 internal APIs that changed significantly in Vite 4 and 5, which will likely break tests that rely on the Svelte vite plugin (as configured in vite.config.ts). The plugin needs to be upgraded to version 3.x+ to be compatible with Vite 5.


Bumps vite from 3.2.11 to 5.4.21.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
adce3c2release: v5.4.21cad1d31fix(dev): trim trailing slash beforeserver.fs.denycheck (#20968) (#20970)ca88ed7chore: update CHANGELOG997700frelease: v5.4.20482000ffix: applyfs.strictcheck to HTML files (#20736)80a333arelease: v5.4.19766947efix: backport #19965, check static serve file inside sirv (#19966)731b77drelease: v5.4.18823675bfix: backport #19830, reject requests with#in request-target (#19831)0a2518arelease: v5.4.17Dependabot 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.