[PR #53] [CLOSED] Bump vue-loader from 14.2.2 to 15.2.4 #171

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • c7bb4bb Bump vue-loader from 14.2.2 to 15.2.4

📊 Changes

2 files changed (+79 additions, -109 deletions)

View changed files

📝 package-lock.json (+78 -108)
📝 package.json (+1 -1)

📄 Description

Bumps vue-loader from 14.2.2 to 15.2.4.

Release notes

Sourced from vue-loader's releases.

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.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)
  • use constant plugin NS (0fb5172), closes #1331

Features

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

15.2.2 (2018-05-28)

Bug Fixes

  • check loader for cnpm(npminstall) (#1321) (37fbaeb)
  • ensure template cache uses unique identifier (538198e)

15.2.1 (2018-05-25)

Bug Fixes

  • ensure template cache uses unique identifier (bdb13be)
... (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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @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

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/53 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-loader-15.2.4` --- ### 📝 Commits (1) - [`c7bb4bb`](https://github.com/nextcloud/twofactor_gateway/commit/c7bb4bba7a4f7a49fed2fc1db167e401617fd70a) Bump vue-loader from 14.2.2 to 15.2.4 ### 📊 Changes **2 files changed** (+79 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+78 -108) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 14.2.2 to 15.2.4. <details> <summary>Release notes</summary> *Sourced from [vue-loader's releases](https://github.com/vuejs/vue-loader/releases).* > ## 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.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)) > * 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.2"></a> > ## [15.2.2](https://github.com/vuejs/vue-loader/compare/v15.2.0...v15.2.2) (2018-05-28) > > > ### Bug Fixes > > * check loader for cnpm(npminstall) ([#1321](https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1321)) ([37fbaeb](https://github.com/vuejs/vue-loader/commit/37fbaeb)) > * ensure template cache uses unique identifier ([538198e](https://github.com/vuejs/vue-loader/commit/538198e)) > > > > <a name="15.2.1"></a> > ## [15.2.1](https://github.com/vuejs/vue-loader/compare/v15.2.0...v15.2.1) (2018-05-25) > > > ### Bug Fixes > > * ensure template cache uses unique identifier ([bdb13be](https://github.com/vuejs/vue-loader/commit/bdb13be)) ></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.4) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=14.2.2&new-version=15.2.4)](https://dependabot.com/compatibility-score.html?dependency-name=vue-loader&package-manager=npm_and_yarn&previous-version=14.2.2&new-version=15.2.4) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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 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:48 +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#171
No description provided.