-
Notifications
You must be signed in to change notification settings - Fork 43
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 5.1.1 to 5.1.2 in /playground #2317
bot: Bump vite from 5.1.1 to 5.1.2 in /playground #2317
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.2. - [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/v5.1.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2317 +/- ##
===========================================
- Coverage 74.17% 74.10% -0.07%
===========================================
Files 259 259
Lines 25796 25796
===========================================
- Hits 19134 19116 -18
- Misses 5329 5343 +14
- Partials 1333 1337 +4
Flags with carried forward coverage won't be shown. Click here to find out more. see 11 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 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://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://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://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://github.com/vitejs/vite/issues/12117">#12117</a> <a href="https://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://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://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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps vite from 5.1.1 to 5.1.2.
Changelog
Sourced from vite's changelog.
Commits
75ddc0e
release: v5.1.27b15607
fix(runtime): pass path instead of fileURL toisFilePathESM
(#15908)d9adf18
chore: update license file (#15885)added3e
fix(build): do not output build time when build fails (#15711)642d528
chore(deps): update dependency dotenv-expand to v11 (#15875)d16ce5d
chore(deps): update all non-major dependencies (#15874)306df44
fix: normalize import file path info (#15772)570e0f1
fix(worker): support UTF-8 encoding in inline workers (fixes #12117) (#15866)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 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)