Skip to content

Commit

Permalink
build(deps-dev): Bump vite from 5.0.2 to 5.0.4 (#810)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 5.0.2 to 5.0.4.
<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 -->5.0.4 (2023-11-29)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: bindCLIShortcuts to proper server (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15162">#15162</a>)
(<a href="https://github.com/vitejs/vite/commit/67ac572">67ac572</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15162">#15162</a></li>
<li>fix: revert &quot;fix: js fallback sourcemap content should be using
original content (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>)&quot;
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15178">#15178</a>)
(<a href="https://github.com/vitejs/vite/commit/d2a2493">d2a2493</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15135">#15135</a>
<a
href="https://github.com/vitejs/vite/issues/15178">#15178</a></li>
<li>fix(define): allow define process.env (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15173">#15173</a>)
(<a href="https://github.com/vitejs/vite/commit/ec401da">ec401da</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15173">#15173</a></li>
<li>fix(resolve): respect order of browser in mainFields when resolving
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15137">#15137</a>)
(<a href="https://github.com/vitejs/vite/commit/4a111aa">4a111aa</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15137">#15137</a></li>
<li>feat: preserve vite.middlewares connect instance after restarts (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15166">#15166</a>)
(<a href="https://github.com/vitejs/vite/commit/9474c4b">9474c4b</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15166">#15166</a></li>
<li>refactor: align with Promise.withResolvers() (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15171">#15171</a>)
(<a href="https://github.com/vitejs/vite/commit/642f9bc">642f9bc</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15171">#15171</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.0.3 (2023-11-28)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: <code>generateCodeFrame</code> infinite loop (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15093">#15093</a>)
(<a href="https://github.com/vitejs/vite/commit/6619de7">6619de7</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15093">#15093</a></li>
<li>fix: js fallback sourcemap content should be using original content
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15135">#15135</a>)
(<a href="https://github.com/vitejs/vite/commit/227d56d">227d56d</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15135">#15135</a></li>
<li>fix(css): render correct asset url when CSS chunk name is nested (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15154">#15154</a>)
(<a href="https://github.com/vitejs/vite/commit/ef403c0">ef403c0</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15154">#15154</a></li>
<li>fix(css): use non-nested chunk name if facadeModule is not CSS file
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15155">#15155</a>)
(<a href="https://github.com/vitejs/vite/commit/811e392">811e392</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15155">#15155</a></li>
<li>fix(dev): bind plugin context functions (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14569">#14569</a>)
(<a href="https://github.com/vitejs/vite/commit/cb3243c">cb3243c</a>),
closes <a
href="https://github.com/vitejs/vite/issues/14569">#14569</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15145">#15145</a>)
(<a href="https://github.com/vitejs/vite/commit/7ff2c0a">7ff2c0a</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15145">#15145</a></li>
<li>build: handle latest json-stable-stringify replacement (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15049">#15049</a>)
(<a href="https://github.com/vitejs/vite/commit/bcc4a61">bcc4a61</a>),
closes <a
href="https://github.com/vitejs/vite/issues/15049">#15049</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/73ef074b80fa7252e0c46a37a2c94ba8cba46504"><code>73ef074</code></a>
release: v5.0.4</li>
<li><a
href="https://github.com/vitejs/vite/commit/d2a2493ddfe18d58f181e947d4a92b9df1c311d3"><code>d2a2493</code></a>
fix: revert &quot;fix: js fallback sourcemap content should be using
original cont...</li>
<li><a
href="https://github.com/vitejs/vite/commit/4a111aafd5b488514c84bc4a00f0e5640b0079fc"><code>4a111aa</code></a>
fix(resolve): respect order of browser in mainFields when resolving (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15137">#15137</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/9474c4be279e342db2264fa9e7a8b84abb54a93e"><code>9474c4b</code></a>
feat: preserve vite.middlewares connect instance after restarts (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15166">#15166</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/ec401da07435f63968d4d3da361c1d40b57b6a0c"><code>ec401da</code></a>
fix(define): allow define process.env (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15173">#15173</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/642f9bcb5d4a8c2455569117ef2984fe09c3acd4"><code>642f9bc</code></a>
refactor: align with Promise.withResolvers() (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15171">#15171</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/67ac57283f20b8e3a2dc5809a761eefa38fffb59"><code>67ac572</code></a>
fix: bindCLIShortcuts to proper server (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15162">#15162</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/2649f40733bad131bc94b06d370bedc8f57853e2"><code>2649f40</code></a>
release: v5.0.3</li>
<li><a
href="https://github.com/vitejs/vite/commit/811e392b771ae6bc0b27612cf9a06d01c17c3351"><code>811e392</code></a>
fix(css): use non-nested chunk name if facadeModule is not CSS file (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15155">#15155</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/cb3243c86ebc6bd7212620db27d50ea2a2bee460"><code>cb3243c</code></a>
fix(dev): bind plugin context functions (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14569">#14569</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.0.4/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=5.0.2&new-version=5.0.4)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent fc235d2 commit 696f744
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"stylelint": "^15.11.0",
"turbo": "^1.10.16",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite": "^5.0.4",
"vitest": "^0.34.6"
}
}

0 comments on commit 696f744

Please sign in to comment.