Bump vue-loader from 17.1.1 to 17.2.2 #71

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/vue-loader-17.2.2 into main 2023-06-05 02:11:34 +00:00
dependabot[bot] commented 2023-06-05 01:41:36 +00:00 (Migrated from github.com)

Bumps vue-loader from 17.1.1 to 17.2.2.

Release notes

Sourced from vue-loader's releases.

v17.2.2

Bug Fixes

v17.2.1

Features

Note: v17.2.0 was released by accident; it has the same content as v17.1.2, therefore not included in the Releases page.

v17.1.2

Bug Fixes

  • keep build stable when run in a different path (#2040) (a81dc0f)
  • properly close the watcher after webpack 4 tests (40b93b9)
Changelog

Sourced from vue-loader's changelog.

17.2.2 (2023-06-02)

Bug Fixes

17.2.1 (2023-06-01)

Features

  • A new experimentalInlineMatchResource option (webpack 5 only), which leverages webpack 5's inline match resource feature and works well with the experiments.css feature (#2046) (3149f6d)

Note: v17.2.0 was released by accident, it has the same content as v17.1.2, therefore not included in the changelog.

17.1.2 (2023-05-29)

Bug Fixes

  • keep build stable when run in a different path (#2040) (a81dc0f)
  • properly close the watcher after tests (40b93b9)
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 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 [vue-loader](https://github.com/vuejs/vue-loader) from 17.1.1 to 17.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-loader/releases">vue-loader's releases</a>.</em></p> <blockquote> <h2>v17.2.2</h2> <h3>Bug Fixes</h3> <ul> <li>fix: windows path for <code>experiments.css</code> by <a href="https://github.com/h-a-n-a"><code>@​h-a-n-a</code></a> in <a href="https://redirect.github.com/vuejs/vue-loader/pull/2049">vuejs/vue-loader#2049</a></li> </ul> <h2>v17.2.1</h2> <h3>Features</h3> <ul> <li>A new <code>experimentalInlineMatchResource</code> option (webpack 5 only), which leverages webpack 5's <a href="https://webpack.js.org/api/loaders/#inline-matchresource">inline matchResource</a> feature in the underlying implementation, and works well with the <a href="https://webpack.js.org/configuration/experiments/#experimentscss"><code>experiments.css</code></a> feature (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2046">#2046</a>) (<a href="https://github.com/vuejs/vue-loader/commit/3149f6d69c2f456bdcfa23acc0da93473a93a764">3149f6d</a>)</li> </ul> <p>Note: v17.2.0 was released by accident; it has the same content as v17.1.2, therefore not included in the Releases page.</p> <h2>v17.1.2</h2> <h3>Bug Fixes</h3> <ul> <li>keep build stable when run in a different path (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2040">#2040</a>) (<a href="https://github.com/vuejs/vue-loader/commit/a81dc0f573d216eefa13b0275f3fc147bf3e2ef3">a81dc0f</a>)</li> <li>properly close the watcher after webpack 4 tests (<a href="https://github.com/vuejs/vue-loader/commit/40b93b9c2722e85a000de62e3eb8bc02facafd10">40b93b9</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-loader/blob/main/CHANGELOG.md">vue-loader's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vue-loader/compare/v17.2.1...v17.2.2">17.2.2</a> (2023-06-02)</h2> <h3>Bug Fixes</h3> <ul> <li>windows path for <code>experiments.css</code> (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2049">#2049</a>) (<a href="https://github.com/vuejs/vue-loader/commit/f3f45df925bcd80307232e7410ead355f87953d3">f3f45df</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-loader/compare/v17.1.2...v17.2.1">17.2.1</a> (2023-06-01)</h2> <h3>Features</h3> <ul> <li>A new <code>experimentalInlineMatchResource</code> option (webpack 5 only), which leverages webpack 5's inline match resource feature and works well with the <a href="https://webpack.js.org/configuration/experiments/#experimentscss"><code>experiments.css</code></a> feature (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2046">#2046</a>) (<a href="https://github.com/vuejs/vue-loader/commit/3149f6d69c2f456bdcfa23acc0da93473a93a764">3149f6d</a>)</li> </ul> <p>Note: v17.2.0 was released by accident, it has the same content as v17.1.2, therefore not included in the changelog.</p> <h2><a href="https://github.com/vuejs/vue-loader/compare/v17.1.1...v17.1.2">17.1.2</a> (2023-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li>keep build stable when run in a different path (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2040">#2040</a>) (<a href="https://github.com/vuejs/vue-loader/commit/a81dc0f573d216eefa13b0275f3fc147bf3e2ef3">a81dc0f</a>)</li> <li>properly close the watcher after tests (<a href="https://github.com/vuejs/vue-loader/commit/40b93b9c2722e85a000de62e3eb8bc02facafd10">40b93b9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-loader/commit/790ef9dcee58d9eeca4e482294210ec29d9524f1"><code>790ef9d</code></a> 17.2.2</li> <li><a href="https://github.com/vuejs/vue-loader/commit/f3f45df925bcd80307232e7410ead355f87953d3"><code>f3f45df</code></a> fix: windows path for <code>experiments.css</code> (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2049">#2049</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/6968b38a661b5bfd5df8004f45249718dd906941"><code>6968b38</code></a> chore: update readme (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2047">#2047</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/4a6c1037d16c67d0399fe76b623c6acd6f9459f5"><code>4a6c103</code></a> chore: v17.2.1 changelog [skip ci]</li> <li><a href="https://github.com/vuejs/vue-loader/commit/27026acad3aa947d7d2a3d07fd8cb9f01b98ad32"><code>27026ac</code></a> 17.2.1</li> <li><a href="https://github.com/vuejs/vue-loader/commit/659d51ffd3a0da2d07d8ef0b8986ec434b8792a7"><code>659d51f</code></a> chore: remove duplicate entries in CHANGELOG.md</li> <li><a href="https://github.com/vuejs/vue-loader/commit/3149f6d69c2f456bdcfa23acc0da93473a93a764"><code>3149f6d</code></a> feat: support experimental inline match resource (<a href="https://redirect.github.com/vuejs/vue-loader/issues/2046">#2046</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/6ad8056a3650b11fb2f51f89ffc5867046429603"><code>6ad8056</code></a> chore: 17.1.2 changelog</li> <li><a href="https://github.com/vuejs/vue-loader/commit/4b726337691947b4a74f6293c3ace9385088b887"><code>4b72633</code></a> 17.1.2</li> <li><a href="https://github.com/vuejs/vue-loader/commit/40b93b9c2722e85a000de62e3eb8bc02facafd10"><code>40b93b9</code></a> fix: properly close the watcher after tests</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-loader/compare/v17.1.1...v17.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=17.1.1&new-version=17.2.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 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>
nomadjimbob commented 2023-06-05 02:01:06 +00:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
Sign in to join this conversation.