[PR #403] [CLOSED] Bump vue-loader from 15.9.3 to 15.9.6 #453

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/403
Author: @dependabot-preview[bot]
Created: 12/19/2020
Status: Closed

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


📝 Commits (1)

  • b513c13 Bump vue-loader from 15.9.3 to 15.9.6

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps vue-loader from 15.9.3 to 15.9.6.

Release notes

Sourced from vue-loader's releases.

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.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
  • 66893d7 15.9.6
  • cca43fe test: use stats.hasErrors & stats.toString instead of stats.compilation
  • 2d6b83a test: should show error details
  • b74d21b fixup! fix: resourceQuery could be undefined in webpack 5
  • a2b89d3 fix: resourceQuery could be undefined in webpack 5
  • 0edc4b6 chore: add more paths to gitignore & npmignore
  • 7402077 docs: fix mistakes in README (#1744) [skip ci]
  • 55a66f3 docs: fix links in changelog
  • b9bea03 docs: v15.9.5 changelog
  • 1fe1b8d 15.9.5
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/403 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-loader-15.9.6` --- ### 📝 Commits (1) - [`b513c13`](https://github.com/nextcloud/twofactor_gateway/commit/b513c131a814db1c69edbff3a36baf2f18e72345) Bump vue-loader from 15.9.3 to 15.9.6 ### 📊 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 [//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot` commands nor will it be automatically closed if a new version is found. If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected. --- [//]: # (dependabot-end) Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.6. <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.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.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/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><a href="https://github.com/vuejs/vue-loader/commit/2d6b83abeebe6c50de3280943fbe63847a2e9e18"><code>2d6b83a</code></a> test: should show error details</li> <li><a href="https://github.com/vuejs/vue-loader/commit/b74d21b87544d1717eef27cd28c8bfacc13f225f"><code>b74d21b</code></a> fixup! fix: resourceQuery could be undefined in webpack 5</li> <li><a href="https://github.com/vuejs/vue-loader/commit/a2b89d3c44011e9c8c4af523a8d7039d9b27705c"><code>a2b89d3</code></a> fix: resourceQuery could be undefined in webpack 5</li> <li><a href="https://github.com/vuejs/vue-loader/commit/0edc4b6b81b75332418df6fd462743042d9d94c4"><code>0edc4b6</code></a> chore: add more paths to gitignore &amp; npmignore</li> <li><a href="https://github.com/vuejs/vue-loader/commit/74020775b3e5a814c87d99381564e0d9e3d8d912"><code>7402077</code></a> docs: fix mistakes in README (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1744">#1744</a>) [skip ci]</li> <li><a href="https://github.com/vuejs/vue-loader/commit/55a66f31c2a568415c67f34e4432fc1661b2f3ee"><code>55a66f3</code></a> docs: fix links in changelog</li> <li><a href="https://github.com/vuejs/vue-loader/commit/b9bea03ecd00d3bf895903a9fc155c9ca94790a4"><code>b9bea03</code></a> docs: v15.9.5 changelog</li> <li><a href="https://github.com/vuejs/vue-loader/commit/1fe1b8d234ef15016ab8d92da83ab438bb2c84cb"><code>1fe1b8d</code></a> 15.9.5</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=15.9.3&new-version=15.9.6)](https://dependabot.com/compatibility-score/?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=15.9.3&new-version=15.9.6) 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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:30:51 +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#453
No description provided.