wavenerd
wavenerd copied to clipboard
build(deps-dev): bump vite from 2.9.5 to 2.9.13
Bumps vite from 2.9.5 to 2.9.13.
Changelog
Sourced from vite's changelog.
2.9.13 (2022-06-27)
- fix: /@fs/ dir traversal with escaped chars (fixes #8498) (#8805) (e109d64), closes #8498 #8805
- fix(wasm): support decoding data URL in Node < v16 (#8668) (1afc1c2), closes #8668
2.9.12 (2022-06-10)
2.9.11 (2022-06-10)
- fix: respect server.headers in static middlewares (#8481) (ab7dc1c), closes #8481
- fix(dev): avoid FOUC when swapping out link tag (fix #7973) (#8495) (01fa807), closes #7973 #8495
2.9.10 (2022-06-06)
- feat: treat Astro file scripts as TS (#8151) (9fdd0a3), closes #8151
- feat: new hook
configurePreviewServer
(#7658) (#8437) (7b972bc), closes #7658 #8437- fix: remove empty chunk css imports when using esnext (#8345) (9fbc1a9), closes #8345
- fix: EPERM error on Windows when processing dependencies (#8235) (dfe4307), closes #8235
- fix(css): remove
?used
hack (fixes #6421, #8245) (#8278) (#8471) (8d7bac4), closes #6421 #8245 #8278 #8471- chore(lint): sort for imports (#8113) (4bd1531), closes #8113
2.9.9 (2022-05-11)
- fix: add direct query to html-proxy css (fixes #8091) (#8094) (a24b5e3), closes #8091 #8094
- fix: graceful rename in windows (#8036) (84496f8), closes #8036
- fix: image-set with base64 images (fix #8028) (#8035) (992aee2), closes #8028 #8035
- fix: invalidate ssrError when HMR update occurs (#8052) (22fa882), closes #8052
- fix: use
strip-literal
to strip string lterals (#8054) (b6fc3cd), closes #8054- perf(lib): reduce backtrack when injecting esbuild helpers (#8110) (e5556ab), closes #8110
2.9.8 (2022-05-04)
- fix: inline js and css paths for virtual html (#7993) (d49e3fb), closes #7993
- fix: only handle merge ssr.noExternal (#8003) (642d65b), closes #8003
- fix: optimized processing folder renaming in win (fix #7939) (#8019) (e5fe1c6), closes #7939 #8019
- fix(css): do not clean id when passing to postcss (fix #7822) (#7827) (72f17f8), closes #7822 #7827
- fix(css): var in image-set (#7921) (e96b908), closes #7921
- fix(ssr): allow ssrTransform to parse hashbang (#8005) (6420ba0), closes #8005
... (truncated)
Commits
22fa882
fix: invalidate ssrError when HMR update occurs (#8052)b6fc3cd
fix: usestrip-literal
to strip string lterals (#8054)77865b4
release: v2.9.8e5fe1c6
fix: optimized processing folder renaming in win (fix #7939) (#8019)9974094
feat: import ts with .js in vue (#7998)e85164e
chore: remove maybeVirtualHtmlSet (#8010)6420ba0
fix(ssr): allow ssrTransform to parse hashbang (#8005)72f17f8
fix(css): do not clean id when passing to postcss (fix #7822) (#7827)d49e3fb
fix: inline js and css paths for virtual html (#7993)642d65b
fix: only handle merge ssr.noExternal (#8003)- 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.