[PR #445] [CLOSED] Bump vue-loader from 15.9.3 to 15.9.7 #487

Closed
opened 2026-02-26 06:31:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/445
Author: @dependabot[bot]
Created: 5/15/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/vue-loader-15.9.7


📝 Commits (1)

  • 62bb312 Bump vue-loader from 15.9.3 to 15.9.7

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps vue-loader from 15.9.3 to 15.9.7.

Release notes

Sourced from vue-loader's releases.

v15.9.7

Bug Fixes

  • [plugin] Use compiler.webpack when possible (#1822) (f7ee30b), closes #1781
  • check for compiler.webpack existence (2472b2f)

v15.9.6

Bug Fixes

  • resourceQuery could be undefined in webpack 5 (a2b89d3), closes #1771

v15.9.5

Bug Fixes

  • ensure new webpack5 generator property in rules passes ruleset checks (#1753) (f79bb08), closes #1729
  • add rule plugins to keep up with webpack 5 new features (7ca8e2c)

v15.9.4

  • fix id inconsistency between different operating systems (#1706) (afe8a0d)
  • fix mini-css-extract-plugin missing default export error (#1748) (429a284)
Changelog

Sourced from vue-loader's changelog.

15.9.7 (2021-05-11)

Bug Fixes

  • [plugin] Use compiler.webpack when possible (#1822) (f7ee30b), closes #1781
  • check for compiler.webpack existence (2472b2f)

15.9.6 (2020-12-17)

Bug Fixes

  • resourceQuery could be undefined in webpack 5 (a2b89d3), closes #1771

15.9.5 (2020-11-02)

Bug Fixes

  • add rule plugins to keep up with webpack 5 new features (7ca8e2c)
  • ensure new webpack5 generator property in rules passes ruleset checks (#1753) (f79bb08), closes #1729

15.9.4 (2020-10-27)

Bug Fixes

  • fix id differences between different operating systems (#1706) (afe8a0d)
  • fix mini-css-extract-plugin missing default export error (#1748) (429a284)

Commits
  • 34f73e9 15.9.7
  • 2472b2f fix: check for compiler.webpack existence
  • f7ee30b fix: [plugin] Use compiler.webpack when possible (#1822)
  • b53ae44 fixup! docs: update configuration example to import plugin from the main entry
  • 434357c docs: update configuration example to import plugin from the main entry
  • 7af8db4 chore: update .npmignore
  • 039c98a docs: illustrate usage of alternative deep selector expressions (#1647)
  • 1c2436a chore: v15.9.6 changelog
  • 66893d7 15.9.6
  • cca43fe test: use stats.hasErrors & stats.toString instead of stats.compilation
  • Additional commits viewable 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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/445 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/15/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-loader-15.9.7` --- ### 📝 Commits (1) - [`62bb312`](https://github.com/nextcloud/twofactor_gateway/commit/62bb312312cc7930e50fd88d2a1bff4f64c11516) Bump vue-loader from 15.9.3 to 15.9.7 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.7. <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>v15.9.7</h2> <h3>Bug Fixes</h3> <ul> <li>[plugin] Use compiler.webpack when possible (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1822">#1822</a>) (<a href="https://github.com/vuejs/vue-loader/commit/f7ee30b">f7ee30b</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1781">#1781</a></li> <li>check for compiler.webpack existence (<a href="https://github.com/vuejs/vue-loader/commit/2472b2f">2472b2f</a>)</li> </ul> <h2>v15.9.6</h2> <h3>Bug Fixes</h3> <ul> <li>resourceQuery could be undefined in webpack 5 (<a href="https://github.com/vuejs/vue-loader/commit/a2b89d3">a2b89d3</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1771">#1771</a></li> </ul> <h2>v15.9.5</h2> <h3>Bug Fixes</h3> <ul> <li>ensure new webpack5 generator property in rules passes ruleset checks (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1753">#1753</a>) (<a href="https://github.com/vuejs/vue-loader/commit/f79bb08">f79bb08</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1729">#1729</a></li> <li>add rule plugins to keep up with webpack 5 new features (<a href="https://github.com/vuejs/vue-loader/commit/7ca8e2c">7ca8e2c</a>)</li> </ul> <h2>v15.9.4</h2> <ul> <li>fix id inconsistency between different operating systems (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1706">#1706</a>) (<a href="https://github.com/vuejs/vue-loader/commit/afe8a0d">afe8a0d</a>)</li> <li>fix mini-css-extract-plugin missing default export error (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1748">#1748</a>) (<a href="https://github.com/vuejs/vue-loader/commit/429a284">429a284</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md">vue-loader's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vue-loader/compare/v15.9.6...v15.9.7">15.9.7</a> (2021-05-11)</h2> <h3>Bug Fixes</h3> <ul> <li>[plugin] Use compiler.webpack when possible (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1822">#1822</a>) (<a href="https://github.com/vuejs/vue-loader/commit/f7ee30b">f7ee30b</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1781">#1781</a></li> <li>check for compiler.webpack existence (<a href="https://github.com/vuejs/vue-loader/commit/2472b2f">2472b2f</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/vuejs/vue-loader/compare/v15.9.5...v15.9.6">15.9.6</a> (2020-12-17)</h2> <h3>Bug Fixes</h3> <ul> <li>resourceQuery could be undefined in webpack 5 (<a href="https://github.com/vuejs/vue-loader/commit/a2b89d3">a2b89d3</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1771">#1771</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/vuejs/vue-loader/compare/v15.9.4...v15.9.5">15.9.5</a> (2020-11-02)</h2> <h3>Bug Fixes</h3> <ul> <li>add rule plugins to keep up with webpack 5 new features (<a href="https://github.com/vuejs/vue-loader/commit/7ca8e2c">7ca8e2c</a>)</li> <li>ensure new webpack5 generator property in rules passes ruleset checks (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1753">#1753</a>) (<a href="https://github.com/vuejs/vue-loader/commit/f79bb08">f79bb08</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1729">#1729</a></li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.4">15.9.4</a> (2020-10-27)</h2> <h3>Bug Fixes</h3> <ul> <li>fix id differences between different operating systems (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1706">#1706</a>) (<a href="https://github.com/vuejs/vue-loader/commit/afe8a0d">afe8a0d</a>)</li> <li>fix mini-css-extract-plugin missing default export error (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1748">#1748</a>) (<a href="https://github.com/vuejs/vue-loader/commit/429a284">429a284</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-loader/commit/34f73e9173c2b689eae94f08d7a2fb653dd40a5f"><code>34f73e9</code></a> 15.9.7</li> <li><a href="https://github.com/vuejs/vue-loader/commit/2472b2f71d0d0a5ce56e067b7697a496a495ea7c"><code>2472b2f</code></a> fix: check for compiler.webpack existence</li> <li><a href="https://github.com/vuejs/vue-loader/commit/f7ee30b1d0d2398b78cac521000d9710d7972cad"><code>f7ee30b</code></a> fix: [plugin] Use compiler.webpack when possible (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1822">#1822</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/b53ae44e4b9958db290f5918248071e9d2445d38"><code>b53ae44</code></a> fixup! docs: update configuration example to import plugin from the main entry</li> <li><a href="https://github.com/vuejs/vue-loader/commit/434357cd4a945846afe2d11ba7ebaea43bb065cc"><code>434357c</code></a> docs: update configuration example to import plugin from the main entry</li> <li><a href="https://github.com/vuejs/vue-loader/commit/7af8db40f670aebbdaa4a6fefbbfe56c0e62dd1e"><code>7af8db4</code></a> chore: update .npmignore</li> <li><a href="https://github.com/vuejs/vue-loader/commit/039c98a1b1dc5188d9843b1d256421aaa790a452"><code>039c98a</code></a> docs: illustrate usage of alternative deep selector expressions (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1647">#1647</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/1c2436a375611dfa69b3aa60f90d02de7e735eb9"><code>1c2436a</code></a> chore: v15.9.6 changelog</li> <li><a href="https://github.com/vuejs/vue-loader/commit/66893d70eace99129adf96d9ecd27071e7f6cf38"><code>66893d7</code></a> 15.9.6</li> <li><a href="https://github.com/vuejs/vue-loader/commit/cca43fe39ef4b32519171a1bb97e82e8f7950edc"><code>cca43fe</code></a> test: use stats.hasErrors &amp; stats.toString instead of stats.compilation</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.7">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=15.9.3&new-version=15.9.7)](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 </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#487
No description provided.