NexoPOS
NexoPOS copied to clipboard
Bump vite from 5.2.9 to 5.2.10
Bumps vite from 5.2.9 to 5.2.10.
Changelog
Sourced from vite's changelog.
5.2.10 (2024-04-20)
- revert: perf: use workspace root for fs cache (#15712) (#16476) (77e7359), closes #15712 #16476
- fix: add base to virtual html (#16442) (721f94d), closes #16442
- fix: adjust esm syntax judgment logic (#16436) (af72eab), closes #16436
- fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453) (6a127d6), closes #16453
- fix(cspNonce): don't overwrite existing nonce values (#16415) (b872635), closes #16415
- feat: show warning if root is in build.outDir (#16454) (11444dc), closes #16454
- feat: write cspNonce to style tags (#16419) (8e54bbd), closes #16419
- chore(deps): update dependency eslint-plugin-n to v17 (#16381) (6cccef7), closes #16381
Commits
088d24brelease: v5.2.1077e7359revert: perf: use workspace root for fs cache (#15712) (#16476)6a127d6fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453)11444dcfeat: show warning if root is in build.outDir (#16454)721f94dfix: add base to virtual html (#16442)8e54bbdfeat: write cspNonce to style tags (#16419)af72eabfix: adjust esm syntax judgment logic (#16436)b872635fix(cspNonce): don't overwrite existing nonce values (#16415)6cccef7chore(deps): update dependency eslint-plugin-n to v17 (#16381)- See full diff in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
PR Summary
- Vite Package Version Updated
The
vitepackage version has been updated in both thepackage-lock.jsonandpackage.jsonfiles from an older version,5.2.9, to the latest version,5.2.10. This upgrade should help improve the current project workflow by leveraging the enhancements and bug fixes provided in the newer version ofvite.
Superseded by #1886.