[PR #395] [CLOSED] Bump vue-loader from 15.9.3 to 15.9.5 #446

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/395
Author: @dependabot-preview[bot]
Created: 11/7/2020
Status: Closed

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


📝 Commits (1)

  • ffd4f7c Bump vue-loader from 15.9.3 to 15.9.5

📊 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.5.

Release notes

Sourced from vue-loader's releases.

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.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
  • 1fe1b8d 15.9.5
  • 7ca8e2c fix: add rule plugins to keep up with webpack 5 new features
  • f79bb08 fix: ensure new webpack5 generator property in rules passes ruleset checks (#...
  • dff77b5 chore: v15.9.4 changelog [ci skip]
  • 9c26597 15.9.4
  • 429a284 fix: fix mini-css-extract-plugin missing default export error (#1748)
  • afe8a0d fix: fix id differences between different operating systems (#1706)
  • 4670941 test: add explicit publicPath to fix webpack 5 errors
  • a158e84 docs(cn): Update scoped-css.md (#1746) [ci skip]
  • b1665ab docs: fix typo in pre-processors.md (#1743)
  • 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/395 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-loader-15.9.5` --- ### 📝 Commits (1) - [`ffd4f7c`](https://github.com/nextcloud/twofactor_gateway/commit/ffd4f7c6d1c92c1f3f331612feb77df0be4713ba) Bump vue-loader from 15.9.3 to 15.9.5 ### 📊 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.5. <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.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.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/1fe1b8d234ef15016ab8d92da83ab438bb2c84cb"><code>1fe1b8d</code></a> 15.9.5</li> <li><a href="https://github.com/vuejs/vue-loader/commit/7ca8e2c58926144042095a67eea9326e4c206b13"><code>7ca8e2c</code></a> fix: add rule plugins to keep up with webpack 5 new features</li> <li><a href="https://github.com/vuejs/vue-loader/commit/f79bb087f9211c3ea19d63c1dcfd758d6dbad095"><code>f79bb08</code></a> fix: ensure new webpack5 generator property in rules passes ruleset checks (#...</li> <li><a href="https://github.com/vuejs/vue-loader/commit/dff77b53a8434eb1a95996ac8746aa3a178fd970"><code>dff77b5</code></a> chore: v15.9.4 changelog [ci skip]</li> <li><a href="https://github.com/vuejs/vue-loader/commit/9c26597957fbe7c9ee93b4b6f14b148a85b51790"><code>9c26597</code></a> 15.9.4</li> <li><a href="https://github.com/vuejs/vue-loader/commit/429a28478c3abaaa682f6751714156db598dffee"><code>429a284</code></a> fix: fix mini-css-extract-plugin missing default export error (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1748">#1748</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/afe8a0d74e677272c740929ea85771dfe76e32a1"><code>afe8a0d</code></a> fix: fix id differences between different operating systems (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1706">#1706</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/46709417883d35f54ad66e39babe61af6eeccd64"><code>4670941</code></a> test: add explicit publicPath to fix webpack 5 errors</li> <li><a href="https://github.com/vuejs/vue-loader/commit/a158e84f4ba83486194fb9a26513520137163696"><code>a158e84</code></a> docs(cn): Update scoped-css.md (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1746">#1746</a>) [ci skip]</li> <li><a href="https://github.com/vuejs/vue-loader/commit/b1665abb4788fd94c865aa9df7f3016a140cde42"><code>b1665ab</code></a> docs: fix typo in pre-processors.md (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1743">#1743</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-loader/compare/v15.9.3...v15.9.5">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.5)](https://dependabot.com/compatibility-score/?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=15.9.3&new-version=15.9.5) 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:49 +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#446
No description provided.