Skip to content

Commit

Permalink
Bump vite from 5.1.2 to 5.1.3 (#189)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 5.1.2 to 5.1.3.
<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.1.3 (2024-02-15)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: cachedTransformMiddleware for direct css requests (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15919">#15919</a>)
(<a href="https://github.com/vitejs/vite/commit/5099028">5099028</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15919">#15919</a></li>
<li>refactor(runtime): minor tweaks (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15904">#15904</a>)
(<a href="https://github.com/vitejs/vite/commit/63a39c2">63a39c2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15904">#15904</a></li>
<li>refactor(runtime): seal ES module namespace object instead of
feezing (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15914">#15914</a>)
(<a href="https://github.com/vitejs/vite/commit/4172f02">4172f02</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15914">#15914</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/bf3952790495122fd2e4b8584fd892ae838a0cb5"><code>bf39527</code></a>
release: v5.1.3</li>
<li><a
href="https://github.com/vitejs/vite/commit/509902807c841742e0d64ca7ea12c0b44ab54489"><code>5099028</code></a>
fix: cachedTransformMiddleware for direct css requests (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15919">#15919</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/4172f02b70a8ae44bb8f3bc22d5fd5cffe458274"><code>4172f02</code></a>
refactor(runtime): seal ES module namespace object instead of feezing
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15914">#15914</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/63a39c244b08cf1f2299bc2c3cfddcb82070d05b"><code>63a39c2</code></a>
refactor(runtime): minor tweaks (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15904">#15904</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.1.3/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.1.2&new-version=5.1.3)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 05f39aa commit b38e61d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -27,6 +27,6 @@
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.1.2"
"vite": "^5.1.3"
}
}

0 comments on commit b38e61d

Please sign in to comment.