-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bot: Bump vite from 4.3.9 to 4.4.8 in /playground #1748
bot: Bump vite from 4.3.9 to 4.4.8 in /playground #1748
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
@@ Coverage Diff @@
## develop #1748 +/- ##
===========================================
+ Coverage 75.40% 75.47% +0.07%
===========================================
Files 208 208
Lines 21801 21801
===========================================
+ Hits 16438 16454 +16
+ Misses 4213 4202 -11
+ Partials 1150 1145 -5
Flags with carried forward coverage won't be shown. Click here to find out more. see 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.4.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.4.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
5d5c163
to
c36359b
Compare
The base commit for this pull request has not changed. |
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.4.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->4.4.8 (2023-07-31)<!-- raw HTML omitted --></h2> <ul> <li>fix: modulePreload false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13973">#13973</a>) (<a href="https://github.com/vitejs/vite/commit/488085d">488085d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13973">#13973</a></li> <li>fix: multiple entries with shared css and no JS (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13962">#13962</a>) (<a href="https://github.com/vitejs/vite/commit/89a3db0">89a3db0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13962">#13962</a></li> <li>fix: use file extensions on type imports so they work with <code>moduleResolution: 'node16'</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13947">#13947</a>) (<a href="https://github.com/vitejs/vite/commit/aeef670">aeef670</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13947">#13947</a></li> <li>fix(css): enhance error message for missing preprocessor dependency (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/11485">#11485</a>) (<a href="https://github.com/vitejs/vite/commit/65e5c22">65e5c22</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/11485">#11485</a></li> <li>fix(esbuild): fix static properties transpile when useDefineForClassFields false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13992">#13992</a>) (<a href="https://github.com/vitejs/vite/commit/4ca7c13">4ca7c13</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13992">#13992</a></li> <li>fix(importAnalysis): strip url base before passing as safeModulePaths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13712">#13712</a>) (<a href="https://github.com/vitejs/vite/commit/1ab06a8">1ab06a8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13712">#13712</a></li> <li>fix(importMetaGlob): avoid unnecessary hmr of negative glob (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13646">#13646</a>) (<a href="https://github.com/vitejs/vite/commit/844451c">844451c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13646">#13646</a></li> <li>fix(optimizer): avoid double-commit of optimized deps when discovery is disabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13865">#13865</a>) (<a href="https://github.com/vitejs/vite/commit/df77991">df77991</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13865">#13865</a></li> <li>fix(optimizer): enable experimentalDecorators by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13981">#13981</a>) (<a href="https://github.com/vitejs/vite/commit/f8a5ffc">f8a5ffc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13981">#13981</a></li> <li>perf: replace startsWith with === (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13989">#13989</a>) (<a href="https://github.com/vitejs/vite/commit/3aab14e">3aab14e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13989">#13989</a></li> <li>perf: single slash does not need to be replaced (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13980">#13980</a>) (<a href="https://github.com/vitejs/vite/commit/66f522c">66f522c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13980">#13980</a></li> <li>perf: use Intl.DateTimeFormatter instead of toLocaleTimeString (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13951">#13951</a>) (<a href="https://github.com/vitejs/vite/commit/af53a1d">af53a1d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13951">#13951</a></li> <li>perf: use Intl.NumberFormat instead of toLocaleString (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13949">#13949</a>) (<a href="https://github.com/vitejs/vite/commit/a48bf88">a48bf88</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13949">#13949</a></li> <li>perf: use magic-string hires boundary for sourcemaps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13971">#13971</a>) (<a href="https://github.com/vitejs/vite/commit/b9a8d65">b9a8d65</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13971">#13971</a></li> <li>chore(reporter): remove unnecessary map (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13972">#13972</a>) (<a href="https://github.com/vitejs/vite/commit/dd9d4c1">dd9d4c1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13972">#13972</a></li> <li>refactor: add new overload to the type of defineConfig (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13958">#13958</a>) (<a href="https://github.com/vitejs/vite/commit/24c12fe">24c12fe</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13958">#13958</a></li> </ul> <h2><!-- raw HTML omitted -->4.4.7 (2023-07-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>optimizeDeps.include</code> not working with paths inside packages (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13922">#13922</a>) (<a href="https://github.com/vitejs/vite/commit/06e4f57">06e4f57</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13922">#13922</a></li> <li>fix: lightningcss fails with html-proxy (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13776">#13776</a>) (<a href="https://github.com/vitejs/vite/commit/6b56094">6b56094</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13776">#13776</a></li> <li>fix: prepend <code>config.base</code> to vite/env path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13941">#13941</a>) (<a href="https://github.com/vitejs/vite/commit/8e6cee8">8e6cee8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13941">#13941</a></li> <li>fix(html): support <code>import.meta.env</code> define replacement without quotes (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13425">#13425</a>) (<a href="https://github.com/vitejs/vite/commit/883089c">883089c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13425">#13425</a></li> <li>fix(proxy): handle error when proxy itself errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13929">#13929</a>) (<a href="https://github.com/vitejs/vite/commit/4848e41">4848e41</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13929">#13929</a></li> <li>chore(eslint): allow type annotations (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13920">#13920</a>) (<a href="https://github.com/vitejs/vite/commit/d1264fd">d1264fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13920">#13920</a></li> </ul> <h2><!-- raw HTML omitted -->4.4.6 (2023-07-21)<!-- raw HTML omitted --></h2> <ul> <li>fix: constrain inject helpers for iife (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13909">#13909</a>) (<a href="https://github.com/vitejs/vite/commit/c89f677">c89f677</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13909">#13909</a></li> <li>fix: display manualChunks warning only when a function is not used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13797">#13797</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13798">#13798</a>) (<a href="https://github.com/vitejs/vite/commit/51c271f">51c271f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13797">#13797</a> <a href="https://redirect.github.com/vitejs/vite/issues/13798">#13798</a></li> <li>fix: do not append <code>browserHash</code> on optimized deps during build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13906">#13906</a>) (<a href="https://github.com/vitejs/vite/commit/0fb2340">0fb2340</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13906">#13906</a></li> <li>fix: use Bun's implementation of <code>ws</code> instead of the bundled one (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13901">#13901</a>) (<a href="https://github.com/vitejs/vite/commit/049404c">049404c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13901">#13901</a></li> <li>feat(client): add guide to press Esc for closing the overlay (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13896">#13896</a>) (<a href="https://github.com/vitejs/vite/commit/da389cc">da389cc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13896">#13896</a></li> </ul> <h2><!-- raw HTML omitted -->4.4.5 (2023-07-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: "EISDIR: illegal operation on a directory, realpath" error on RA… (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13655">#13655</a>) (<a href="https://github.com/vitejs/vite/commit/6bd5434">6bd5434</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13655">#13655</a></li> <li>fix: transform error message add file info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13687">#13687</a>) (<a href="https://github.com/vitejs/vite/commit/6dca41c">6dca41c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13687">#13687</a></li> <li>fix: warn when publicDir and outDir are nested (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13742">#13742</a>) (<a href="https://github.com/vitejs/vite/commit/4eb3154">4eb3154</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13742">#13742</a></li> <li>fix(build): remove warning about ineffective dynamic import from node_modules (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13884">#13884</a>) (<a href="https://github.com/vitejs/vite/commit/33002dd">33002dd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13884">#13884</a></li> <li>fix(build): style insert order for UMD builds (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13668">#13668</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13669">#13669</a>) (<a href="https://github.com/vitejs/vite/commit/49a1b99">49a1b99</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13668">#13668</a> <a href="https://redirect.github.com/vitejs/vite/issues/13669">#13669</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13872">#13872</a>) (<a href="https://github.com/vitejs/vite/commit/975a631">975a631</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/13872">#13872</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/e41d78e151328dba81750a2ea56e6cf2c5828e2b"><code>e41d78e</code></a> release: v4.4.8</li> <li><a href="https://github.com/vitejs/vite/commit/488085d63115014a243ed93608a1667c356d8749"><code>488085d</code></a> fix: modulePreload false (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13973">#13973</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4ca7c13b73c15df68dfb731aa4f1b363dea7acb2"><code>4ca7c13</code></a> fix(esbuild): fix static properties transpile when useDefineForClassFields fa...</li> <li><a href="https://github.com/vitejs/vite/commit/65e5c229a362dd8cbb28393f6410e950dacaa04b"><code>65e5c22</code></a> fix(css): enhance error message for missing preprocessor dependency (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/11485">#11485</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3aab14eb25446c0c5830a504b34d39ce434e37d6"><code>3aab14e</code></a> perf: replace startsWith with === (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13989">#13989</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1ab06a86fcea4963f4454c3612e3d5f1982fcfbf"><code>1ab06a8</code></a> fix(importAnalysis): strip url base before passing as safeModulePaths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13712">#13712</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/66f522cc5d312bf322b17104706f23737b38414f"><code>66f522c</code></a> perf: single slash does not need to be replaced (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13980">#13980</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b9a8d65fd64d101ea596bc98a0aea0f95674a95a"><code>b9a8d65</code></a> perf: use magic-string hires boundary for sourcemaps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13971">#13971</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f8a5ffce31fec7e9d3f94a7ae27d8748521a92b1"><code>f8a5ffc</code></a> fix(optimizer): enable experimentalDecorators by default (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13981">#13981</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/844451c015109e52d5dc2745bb2a068a98332b65"><code>844451c</code></a> fix(importMetaGlob): avoid unnecessary hmr of negative glob (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/13646">#13646</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v4.4.8/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=4.3.9&new-version=4.4.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps vite from 4.3.9 to 4.4.8.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
e41d78e
release: v4.4.8488085d
fix: modulePreload false (#13973)4ca7c13
fix(esbuild): fix static properties transpile when useDefineForClassFields fa...65e5c22
fix(css): enhance error message for missing preprocessor dependency (#11485)3aab14e
perf: replace startsWith with === (#13989)1ab06a8
fix(importAnalysis): strip url base before passing as safeModulePaths (#13712)66f522c
perf: single slash does not need to be replaced (#13980)b9a8d65
perf: use magic-string hires boundary for sourcemaps (#13971)f8a5ffc
fix(optimizer): enable experimentalDecorators by default (#13981)844451c
fix(importMetaGlob): avoid unnecessary hmr of negative glob (#13646)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)