Bump vite from 3.2.2 to 3.2.3
Created by: dependabot[bot]
Bumps vite from 3.2.2 to 3.2.3.
Changelog
Sourced from vite's changelog.
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
-
ce4c8d4
release: v3.2.3 -
8ea71b4
refactor: change style.innerHTML to style.textContent (#10801) -
57916a4
fix: add@types/node
as an optional peer dependency (#10757) -
1f57f84
feat: addvite:afterUpdate
event (#9810) -
51ed059
perf: improvemultilineCommentsRE
regex (fix #10689) (#10751) -
f199e90
perf: Use only one ps exec to find a Chromium browser opened on Mac OS (#10588) -
c53ffec
fix: transform import.meta.glob when scan JS/TS #10634 (#10635) -
fa2e47f
fix(css): url() with variable in sass/less (fixes #3644, #7651) (#10741) -
1358a3c
chore: fix dev build replacing undefined (#10740) -
ee8c7a6
chore: remove non used type definitions (#10738) - 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)