[PR #70] [CLOSED] Bump vue-loader from 14.2.2 to 15.2.6 #186

Closed
opened 2026-02-26 05:33:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/70
Author: @dependabot-preview[bot]
Created: 7/19/2018
Status: Closed

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


📝 Commits (1)

  • b76446e Bump vue-loader from 14.2.2 to 15.2.6

📊 Changes

2 files changed (+82 additions, -112 deletions)

View changed files

📝 package-lock.json (+81 -111)
📝 package.json (+1 -1)

📄 Description

Bumps vue-loader from 14.2.2 to 15.2.6.

Release notes

Sourced from vue-loader's releases.

v15.2.6

No release notes provided.

v15.2.5

No release notes provided.

v15.2.4

No release notes provided.

v15.2.3

No release notes provided.

v15.2.1

No release notes provided.

v15.2.0

No release notes provided.

v15.1.0

No release notes provided.

v15.0.0

v15 is a major release with an improved loader inference mechanism that solves a number of long-standing problems related to loader configuration for language blocks. It also means the configuration is now different. Consult the Migration Guide before upgrading.

v15.0.0-beta.1

v15 has major breaking changes. See the next branch README and CHANGELOG for more details.

Changelog

Sourced from vue-loader's changelog.

15.2.6 (2018-07-18)

Bug Fixes

15.2.5 (2018-07-17)

Bug Fixes

  • ensure same compiler is used for both parse and tempalte compilation (1bfc08a)
  • should not remove eslint-loader on src import blocks (close #1359) (6f1d404)
  • support usage with other loaders with enforce: post (be2384c), closes #1351

Features

  • inherit root request query in custom block loaders (#1330) (0f0b09b)

15.2.4 (2018-06-01)

Bug Fixes

  • ensure plugin error is emitted only once (0b006a3)
  • fix unexpected error when options of cache-loader contains ! (#1334) (c4a2719)
  • use constant plugin NS (0fb5172), closes #1331

Features

  • inject issuerPath to resourceQuery for custom block src imports (#1313) (a004e30)

15.2.3 (2018-06-01)

Bug Fixes

  • ensure plugin error is emitted only once (0b006a3)
... (truncated)
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 merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/70 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-loader-15.2.6` --- ### 📝 Commits (1) - [`b76446e`](https://github.com/nextcloud/twofactor_gateway/commit/b76446e4e0bfc07fa45412fd8af689c7b0a99fe4) Bump vue-loader from 14.2.2 to 15.2.6 ### 📊 Changes **2 files changed** (+82 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+81 -111) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 14.2.2 to 15.2.6. <details> <summary>Release notes</summary> *Sourced from [vue-loader's releases](https://github.com/vuejs/vue-loader/releases).* > ## v15.2.6 > No release notes provided. > > ## v15.2.5 > No release notes provided. > > ## v15.2.4 > No release notes provided. > > ## v15.2.3 > No release notes provided. > > ## v15.2.1 > No release notes provided. > > ## v15.2.0 > No release notes provided. > > ## v15.1.0 > No release notes provided. > > ## v15.0.0 > v15 is a major release with an improved loader inference mechanism that solves a number of long-standing problems related to loader configuration for language blocks. It also means the configuration is now different. Consult the [Migration Guide](https://vue-loader.vuejs.org/migrating.html) before upgrading. > > ## v15.0.0-beta.1 > v15 has major breaking changes. See the next branch [README](https://github.com/vuejs/vue-loader/tree/next) and [CHANGELOG](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md) for more details. </details> <details> <summary>Changelog</summary> *Sourced from [vue-loader's changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md).* > ## [15.2.6](https://github.com/vuejs/vue-loader/compare/v15.2.5...v15.2.6) (2018-07-18) > > > ### Bug Fixes > > * ensure consistent component id on different OS ([0766fe7](https://github.com/vuejs/vue-loader/commit/0766fe7)), closes [vuejs/vue-cli#1728](https://github-redirect.dependabot.com/vuejs/vue-cli/issues/1728) > > > > <a name="15.2.5"></a> > ## [15.2.5](https://github.com/vuejs/vue-loader/compare/v15.2.4...v15.2.5) (2018-07-17) > > > ### Bug Fixes > > * ensure same compiler is used for both parse and tempalte compilation ([1bfc08a](https://github.com/vuejs/vue-loader/commit/1bfc08a)) > * should not remove eslint-loader on src import blocks (close [#1359](https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1359)) ([6f1d404](https://github.com/vuejs/vue-loader/commit/6f1d404)) > * support usage with other loaders with enforce: post ([be2384c](https://github.com/vuejs/vue-loader/commit/be2384c)), closes [#1351](https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1351) > > > ### Features > > * inherit root request query in custom block loaders ([#1330](https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1330)) ([0f0b09b](https://github.com/vuejs/vue-loader/commit/0f0b09b)) > > > > <a name="15.2.4"></a> > ## [15.2.4](https://github.com/vuejs/vue-loader/compare/v15.2.2...v15.2.4) (2018-06-01) > > > ### Bug Fixes > > * ensure plugin error is emitted only once ([0b006a3](https://github.com/vuejs/vue-loader/commit/0b006a3)) > * fix unexpected error when options of cache-loader contains ! ([#1334](https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1334)) ([c4a2719](https://github.com/vuejs/vue-loader/commit/c4a2719)) > * use constant plugin NS ([0fb5172](https://github.com/vuejs/vue-loader/commit/0fb5172)), closes [#1331](https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1331) > > > ### Features > > * inject issuerPath to resourceQuery for custom block src imports ([#1313](https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1313)) ([a004e30](https://github.com/vuejs/vue-loader/commit/a004e30)) > > > > <a name="15.2.3"></a> > ## [15.2.3](https://github.com/vuejs/vue-loader/compare/v15.2.2...v15.2.3) (2018-06-01) > > > ### Bug Fixes > > * ensure plugin error is emitted only once ([0b006a3](https://github.com/vuejs/vue-loader/commit/0b006a3)) ></table> ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/vuejs/vue-loader/compare/v14.2.2...v15.2.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=14.2.2&new-version=15.2.6)](https://dependabot.com/compatibility-score.html?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=14.2.2&new-version=15.2.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`. --- <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 merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:33:52 +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#186
No description provided.