Bump vite from 3.2.2 to 3.2.7
Created by: dependabot[bot]
Bumps vite from 3.2.2 to 3.2.7.
Changelog
Sourced from vite's changelog.
3.2.7 (2023-05-26)
3.2.6 (2023-04-18)
- fix: escape msg in render restricted error html, backport (#12889) (#12892) (b48ac2a), closes #12889 #12892
3.2.5 (2022-12-05)
- chore: cherry pick more v4 bug fixes to v3 (#11189) (eba9b42), closes #11189 #10949 #11056 #8663 #10958 #11120 #11122 #11123 #11132
- chore: cherry pick v4 bug fix to v3 (#11110) (c93a526), closes #11110 #10941 #10987 #10985 #11067
- fix: relocated logger to respect config. (#10787) (#10967) (bc3b5a9), closes #10787 #10967
3.2.4 (2022-11-15)
- fix: prevent cache on optional package resolve (v3) (#10812) (#10845) (3ba45b9), closes #10812 #10845
- fix(ssr): skip optional peer dep resolve (v3) (#10593) (#10931) (7f59dcf), closes #10593 #10931 #10593
3.2.3 (2022-11-07)
- refactor: change style.innerHTML to style.textContent (#10801) (8ea71b4), closes #10801
- fix: add
@types/node
as an optional peer dependency (#10757) (57916a4), closes #10757- fix: transform import.meta.glob when scan JS/TS #10634 (#10635) (c53ffec), closes #10634 #10635
- fix(css): url() with variable in sass/less (fixes #3644, #7651) (#10741) (fa2e47f), closes #3644 #7651 #10741
- feat: add
vite:afterUpdate
event (#9810) (1f57f84), closes #9810- perf: improve
multilineCommentsRE
regex (fix #10689) (#10751) (51ed059), closes #10689 #10751- perf: Use only one ps exec to find a Chromium browser opened on Mac OS (#10588) (f199e90), closes #10588
- chore: fix dev build replacing undefined (#10740) (1358a3c), closes #10740
- chore: remove non used type definitions (#10738) (ee8c7a6), closes #10738
- chore(deps): update dependency
@rollup/plugin-commonjs
to v23 (#10611) (cc4be70), closes #10611- chore(deps): update dependency
@rollup/plugin-dynamic-import-vars
to v2 (#10726) (326f782), closes #10726
Commits
-
494f36b
release: v3.2.7 -
0574f80
fix: port #13348 to v3, fs.deny with leading double slash (#13349) -
f494760
release: v3.2.6 -
b48ac2a
fix: escape msg in render restricted error html, backport (#12889) (#12892) -
77ee19b
release: v3.2.5 -
eba9b42
chore: cherry pick more v4 bug fixes to v3 (#11189) -
c93a526
chore: cherry pick v4 bug fix to v3 (#11110) -
bc3b5a9
fix: relocated logger to respect config. (#10787) (#10967) -
970538c
release: v3.2.4 -
7f59dcf
fix(ssr): skip optional peer dep resolve (v3) (#10593) (#10931) - 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will 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.