autocomplete
autocomplete copied to clipboard
build(deps-dev): bump vite from 4.5.2 to 5.1.3
Bumps vite from 4.5.2 to 5.1.3.
Release notes
Sourced from vite's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
5.1.3 (2024-02-15)
- fix: cachedTransformMiddleware for direct css requests (#15919) (5099028), closes #15919
- refactor(runtime): minor tweaks (#15904) (63a39c2), closes #15904
- refactor(runtime): seal ES module namespace object instead of feezing (#15914) (4172f02), closes #15914
5.1.2 (2024-02-14)
- fix: normalize import file path info (#15772) (306df44), closes #15772
- fix(build): do not output build time when build fails (#15711) (added3e), closes #15711
- fix(runtime): pass path instead of fileURL to
isFilePathESM(#15908) (7b15607), closes #15908- fix(worker): support UTF-8 encoding in inline workers (fixes #12117) (#15866) (570e0f1), closes #12117 #15866
- chore: update license file (#15885) (d9adf18), closes #15885
- chore(deps): update all non-major dependencies (#15874) (d16ce5d), closes #15874
- chore(deps): update dependency dotenv-expand to v11 (#15875) (642d528), closes #15875
5.1.1 (2024-02-09)
- fix: empty CSS file was output when only .css?url is used (#15846) (b2873ac), closes #15846
- fix: skip not only .js but also .mjs manifest entries (#15841) (3d860e7), closes #15841
- chore: post 5.1 release edits (#15840) (9da6502), closes #15840
5.1.0 (2024-02-08)
Vite 5.1 is out! Read the announcement blog post at https://vitejs.dev/blog/announcing-vite5-1!
- chore: revert #15746 (#15839) (ed875f8), closes #15746 #15839
- fix: pass
customLoggertoloadConfigFromFile(fix #15824) (#15831) (55a3427), closes #15824 #15831- fix(deps): update all non-major dependencies (#15803) (e0a6ef2), closes #15803
- refactor: remove
vite build --force(#15837) (f1a4242), closes #158375.1.0-beta.7 (2024-02-07)
- fix: disable fs.cachedChecks for custom watch ignore patterns (#15828) (9070be3), closes #15828
- fix: judge next dirent cache type (#15787) (5fbeba3), closes #15787
- fix: scan entries when the root is in node_modules (#15746) (c3e83bb), closes #15746
- fix(config): improved warning when root path includes bad characters (#15761) (1c0dc3d), closes #15761
- docs: fix typos in CHANGELOG (#15825) (3ee4e7b), closes #15825
- perf: use transform cache by resolved id (#15785) (78d838a), closes #15785
- chore: release notes (#15777) (775bb50), closes #15777
... (truncated)
Commits
bf39527release: v5.1.35099028fix: cachedTransformMiddleware for direct css requests (#15919)4172f02refactor(runtime): seal ES module namespace object instead of feezing (#15914)63a39c2refactor(runtime): minor tweaks (#15904)75ddc0erelease: v5.1.27b15607fix(runtime): pass path instead of fileURL toisFilePathESM(#15908)d9adf18chore: update license file (#15885)added3efix(build): do not output build time when build fails (#15711)642d528chore(deps): update dependency dotenv-expand to v11 (#15875)d16ce5dchore(deps): update all non-major dependencies (#15874)- Additional commits viewable 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)
No files changed ☑️
Hello @dependabot[bot], thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:
- [ ] Do all subcommands / options which take arguments include the
argsproperty (args: {})? - [ ] Are all options modular? E.g.
-a-u-xinstead of-aux - [ ] Have all other checks passed?
Please add a 👍 as a reaction to this comment to show that you read this.
Superseded by #2282.