Skip to content

Commit

Permalink
Bump vite from 5.1.1 to 5.1.2 (#188)
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.1 to 5.1.2.
<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.2 (2024-02-14)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: normalize import file path info (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15772">#15772</a>)
(<a href="https://github.com/vitejs/vite/commit/306df44">306df44</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15772">#15772</a></li>
<li>fix(build): do not output build time when build fails (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15711">#15711</a>)
(<a href="https://github.com/vitejs/vite/commit/added3e">added3e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15711">#15711</a></li>
<li>fix(runtime): pass path instead of fileURL to
<code>isFilePathESM</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15908">#15908</a>)
(<a href="https://github.com/vitejs/vite/commit/7b15607">7b15607</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15908">#15908</a></li>
<li>fix(worker): support UTF-8 encoding in inline workers (fixes <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12117">#12117</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15866">#15866</a>)
(<a href="https://github.com/vitejs/vite/commit/570e0f1">570e0f1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/12117">#12117</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/15866">#15866</a></li>
<li>chore: update license file (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15885">#15885</a>)
(<a href="https://github.com/vitejs/vite/commit/d9adf18">d9adf18</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15885">#15885</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15874">#15874</a>)
(<a href="https://github.com/vitejs/vite/commit/d16ce5d">d16ce5d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15874">#15874</a></li>
<li>chore(deps): update dependency dotenv-expand to v11 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15875">#15875</a>)
(<a href="https://github.com/vitejs/vite/commit/642d528">642d528</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15875">#15875</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/75ddc0e4fdaf6360e3f9563b432fdaab07510d59"><code>75ddc0e</code></a>
release: v5.1.2</li>
<li><a
href="https://github.com/vitejs/vite/commit/7b1560765e474869c2f2096cff6d519ef01afe48"><code>7b15607</code></a>
fix(runtime): pass path instead of fileURL to <code>isFilePathESM</code>
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15908">#15908</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/d9adf18e634c1790d9d64c5624a0d0be268711ac"><code>d9adf18</code></a>
chore: update license file (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15885">#15885</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/added3ee101522d0cf0c318ac1c2016c10271c47"><code>added3e</code></a>
fix(build): do not output build time when build fails (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15711">#15711</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/642d528b7b403eb91c67ff809ffa0fb99a1ff56e"><code>642d528</code></a>
chore(deps): update dependency dotenv-expand to v11 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15875">#15875</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/d16ce5db2f0c4dd327093bae2cbaab0d20c511e9"><code>d16ce5d</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15874">#15874</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/306df44f6eebd49d2b5ee4216701b447eb65bd1b"><code>306df44</code></a>
fix: normalize import file path info (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15772">#15772</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/570e0f185203ceec02b89ff53c7a13add1309e77"><code>570e0f1</code></a>
fix(worker): support UTF-8 encoding in inline workers (fixes <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/12117">#12117</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15866">#15866</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.1.2/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.1&new-version=5.1.2)](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 15, 2024
1 parent 841d5eb commit 05f39aa
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.1"
"vite": "^5.1.2"
}
}

0 comments on commit 05f39aa

Please sign in to comment.