1
0
Fork 0

Bump @vitejs/plugin-vue from 5.0.3 to 5.0.4 #50

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/vitejs/plugin-vue-5.0.4 into master 2024-02-12 13:34:32 +08:00
dependabot[bot] commented 2024-02-12 10:21:10 +08:00 (Migrated from github.com)

Bumps @vitejs/plugin-vue from 5.0.3 to 5.0.4.

Release notes

Sourced from @​vitejs/plugin-vue's releases.

plugin-vue@5.0.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.0.4 (2024-02-09)

  • chore(deps-dev): bump vite from 5.0.10 to 5.0.12 (#354) (0294b9d), closes #354
  • chore(deps): update dependency prettier to v3.2.4 (#347) (e957179), closes #347
  • chore(deps): update dependency prettier to v3.2.5 (#352) (a9f5b11), closes #352
  • chore(deps): update upstream (#333) (573420d), closes #333
  • types: omit overridden options (0c7432b)
  • fix(deps): update all non-major dependencies (#332) (70e5df9), closes #332
  • fix(plugin-vue): allow disabling transformAssetUrls (#326) (0ff6fb7), closes #326
Commits
  • 1fe0d97 release: plugin-vue@5.0.4
  • 0294b9d chore(deps-dev): bump vite from 5.0.10 to 5.0.12 (#354)
  • 0c7432b types: omit overridden options
  • 0ff6fb7 fix(plugin-vue): allow disabling transformAssetUrls (#326)
  • a9f5b11 chore(deps): update dependency prettier to v3.2.5 (#352)
  • 70e5df9 fix(deps): update all non-major dependencies (#332)
  • e957179 chore(deps): update dependency prettier to v3.2.4 (#347)
  • 573420d chore(deps): update upstream (#333)
  • See full diff in compare view

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 [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 5.0.3 to 5.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@​vitejs/plugin-vue</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-vue@5.0.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.0.4/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@​vitejs/plugin-vue</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.0.4 (2024-02-09)<!-- raw HTML omitted --></h2> <ul> <li>chore(deps-dev): bump vite from 5.0.10 to 5.0.12 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/354">#354</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/0294b9d">0294b9d</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/354">#354</a></li> <li>chore(deps): update dependency prettier to v3.2.4 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/347">#347</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/e957179">e957179</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/347">#347</a></li> <li>chore(deps): update dependency prettier to v3.2.5 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/352">#352</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/a9f5b11">a9f5b11</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/352">#352</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/333">#333</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/573420d">573420d</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/333">#333</a></li> <li>types: omit overridden options (<a href="https://github.com/vitejs/vite-plugin-vue/commit/0c7432b">0c7432b</a>)</li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/332">#332</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/70e5df9">70e5df9</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/332">#332</a></li> <li>fix(plugin-vue): allow disabling transformAssetUrls (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/326">#326</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/0ff6fb7">0ff6fb7</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/326">#326</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/1fe0d97de1e43373cd73007ed67f3e01c55fac77"><code>1fe0d97</code></a> release: plugin-vue@5.0.4</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/0294b9d2c5688876f083a18b9d85181771978c3b"><code>0294b9d</code></a> chore(deps-dev): bump vite from 5.0.10 to 5.0.12 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/354">#354</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/0c7432b102e6a9444875bcff62d87f60cfd2130e"><code>0c7432b</code></a> types: omit overridden options</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/0ff6fb719103d863ea28c76b19ee339c6cc03528"><code>0ff6fb7</code></a> fix(plugin-vue): allow disabling transformAssetUrls (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/326">#326</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/a9f5b11de00bc52fc9046ae4f23d370ec5240f0f"><code>a9f5b11</code></a> chore(deps): update dependency prettier to v3.2.5 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/352">#352</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/70e5df95c149b0f888b58c11794f5142ad69dbde"><code>70e5df9</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/332">#332</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/e95717993a1847ad75fa0d8e3b2c968d11ff3a1c"><code>e957179</code></a> chore(deps): update dependency prettier to v3.2.4 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/347">#347</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-vue/commit/573420d5638640c0cded7529ed49c6041f50f0d1"><code>573420d</code></a> chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/333">#333</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.0.4/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitejs/plugin-vue&package-manager=npm_and_yarn&previous-version=5.0.3&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>
Commenting is not possible because the repository is archived.
No description provided.