Skip to content
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

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps vite from 5.1.1 to 5.1.2.

Changelog

Sourced from vite's changelog.

5.1.2 (2024-02-14)

Commits

Dependabot compatibility score

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)

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]>
@dependabot dependabot bot added the dependencies Related to dependencies label Feb 14, 2024
Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (930f97b) 74.17% compared to head (54ff5ea) 74.10%.

Additional details and impacted files

Impacted file tree graph

@@             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     
Flag Coverage Δ
all-tests 74.10% <ø> (-0.07%) ⬇️

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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 930f97b...54ff5ea. Read the comment docs.

@shahzadlone shahzadlone merged commit 765156e into develop Feb 15, 2024
33 of 34 checks passed
@shahzadlone shahzadlone deleted the dependabot/npm_and_yarn/playground/vite-5.1.2 branch February 15, 2024 02:51
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant