[PR #460] [CLOSED] Bump vue-loader from 15.9.7 to 16.3.3 #500

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/460
Author: @dependabot[bot]
Created: 7/24/2021
Status: Closed

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


📝 Commits (1)

  • 49a274b Bump vue-loader from 15.9.7 to 16.3.3

📊 Changes

2 files changed (+181 additions, -169 deletions)

View changed files

📝 package-lock.json (+180 -168)
📝 package.json (+1 -1)

📄 Description

Bumps vue-loader from 15.9.7 to 16.3.3.

Release notes

Sourced from vue-loader's releases.

v16.3.3

Bug Fixes

  • mark @​vue/compiler-sfc as an optional peer dependency (089473a)

v16.3.2

Bug Fixes

  • add undeclared peer dependency webpack and @vue/compiler-sfc (#1853) (330d672)

v16.3.1

Bug Fixes

v16.3.0

Features

  • pass on compilerOptions and refSugar when using <script setup> (7137294)

v16.2.0

Features

  • enable :slotted usage detection (66a3759)

v16.1.2

Note: vue-loader v16 is for Vue 3 only.

Bug Fixes

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

v16.1.1

v16.1.0

New Features

  • feat: allow manually specifying whether server-rendering is targeted (9bbb82b)

v16.0.0

New Features

  • feat: support for experimental sfc features
    • new <script setup> vuejs/rfcs#227
    • new <style> variable injection vuejs/rfcs#231 Requires a version of @vue/compiler-sfc that supports the above features.

Bug Fixes

... (truncated)

Changelog

Sourced from vue-loader's changelog.

Commits
  • a531dc7 16.3.3
  • 089473a fix: mark @​vue/compiler-sfc as an optional peer dependency
  • f063863 chore: v16.3.2 changelog
  • f9aa49a 16.3.2
  • 720f1cd chore: add .vscode folder to gitignore
  • c776604 ci: increase timeout
  • 330d672 fix: add undeclared peer dependency webpack and @vue/compiler-sfc (#1853)
  • 0128536 chore: changelog
  • 0a2d61e v16.3.1
  • 821a3a3 fix: pick up production env in thread-loader context
  • 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
  • @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)

🔄 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/460 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/24/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-loader-16.3.3` --- ### 📝 Commits (1) - [`49a274b`](https://github.com/nextcloud/twofactor_gateway/commit/49a274b4bda9ee650816ebb973814d284aff162a) Bump vue-loader from 15.9.7 to 16.3.3 ### 📊 Changes **2 files changed** (+181 additions, -169 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+180 -168) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.7 to 16.3.3. <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>v16.3.3</h2> <h3>Bug Fixes</h3> <ul> <li>mark <code>@​vue/compiler-sfc</code> as an optional peer dependency (<a href="https://github.com/vuejs/vue-loader/commit/089473af97077b8e14b3feff48d32d2733ad792c">089473a</a>)</li> </ul> <h2>v16.3.2</h2> <h3>Bug Fixes</h3> <ul> <li>add undeclared peer dependency <code>webpack</code> and <code>@vue/compiler-sfc</code> (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1853">#1853</a>) (<a href="https://github.com/vuejs/vue-loader/commit/330d672fb344fddefec98e170587d93876a9e354">330d672</a>)</li> </ul> <h2>v16.3.1</h2> <h3>Bug Fixes</h3> <ul> <li>pick up production env in thread-loader context (<a href="https://github.com/vuejs/vue-loader/commit/821a3a35f04cda3154a9341898225f61d72b3f05">821a3a3</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/3921">vuejs/vue-next#3921</a></li> </ul> <h2>v16.3.0</h2> <h3>Features</h3> <ul> <li>pass on compilerOptions and refSugar when using <code>&lt;script setup&gt;</code> (<a href="https://github.com/vuejs/vue-loader/commit/7137294e7eca465c27c03a43057cb6a8f80ea2d7">7137294</a>)</li> </ul> <h2>v16.2.0</h2> <h3>Features</h3> <ul> <li>enable :slotted usage detection (<a href="https://github.com/vuejs/vue-loader/commit/66a3759c052fa75485243d91c22243ee35610089">66a3759</a>)</li> </ul> <h2>v16.1.2</h2> <blockquote> <p>Note: vue-loader v16 is for Vue 3 only.</p> </blockquote> <h3>Bug Fixes</h3> <ul> <li>resourceQuery could be undefined in webpack 5 (<a href="https://github.com/vuejs/vue-loader/commit/6a1ee76aa6a876155e2cd7fb1f133553a9c38706">6a1ee76</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1771">#1771</a></li> </ul> <h2>v16.1.1</h2> <ul> <li>fix inconsistent scope Ids for css var injection via <code>v-bind()</code> (<a href="https://github-redirect.dependabot.com/vuejs/vue-next/issues/2721">vuejs/vue-next#2721</a>)</li> </ul> <h2>v16.1.0</h2> <h3>New Features</h3> <ul> <li>feat: allow manually specifying whether server-rendering is targeted (<a href="https://github.com/vuejs/vue-loader/commit/9bbb82b">9bbb82b</a>)</li> </ul> <h2>v16.0.0</h2> <h3>New Features</h3> <ul> <li>feat: support for experimental sfc features <ul> <li>new <code>&lt;script setup&gt;</code> <a href="https://github-redirect.dependabot.com/vuejs/rfcs/issues/227">vuejs/rfcs#227</a></li> <li>new <code>&lt;style&gt;</code> variable injection <a href="https://github-redirect.dependabot.com/vuejs/rfcs/issues/231">vuejs/rfcs#231</a> Requires a version of <code>@vue/compiler-sfc</code> that supports the above features.</li> </ul> </li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <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/a531dc70bb9785d8b5dbbc4fa3d98c03ea8ba71c"><code>a531dc7</code></a> 16.3.3</li> <li><a href="https://github.com/vuejs/vue-loader/commit/089473af97077b8e14b3feff48d32d2733ad792c"><code>089473a</code></a> fix: mark <code>@​vue/compiler-sfc</code> as an optional peer dependency</li> <li><a href="https://github.com/vuejs/vue-loader/commit/f063863b700c46e4a651d8137499dd8d97a68e96"><code>f063863</code></a> chore: v16.3.2 changelog</li> <li><a href="https://github.com/vuejs/vue-loader/commit/f9aa49a9a0fadc8cf7940b26a7d18621ea11df2a"><code>f9aa49a</code></a> 16.3.2</li> <li><a href="https://github.com/vuejs/vue-loader/commit/720f1cda76e142c52fe1622951356e7f94b9b172"><code>720f1cd</code></a> chore: add .vscode folder to gitignore</li> <li><a href="https://github.com/vuejs/vue-loader/commit/c776604fc4ec7160a4b6526c17d77ecf252115e8"><code>c776604</code></a> ci: increase timeout</li> <li><a href="https://github.com/vuejs/vue-loader/commit/330d672fb344fddefec98e170587d93876a9e354"><code>330d672</code></a> fix: add undeclared peer dependency <code>webpack</code> and <code>@vue/compiler-sfc</code> (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1853">#1853</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/0128536d653471a2850db45c6955d474790715a7"><code>0128536</code></a> chore: changelog</li> <li><a href="https://github.com/vuejs/vue-loader/commit/0a2d61e76bdd8c98c9620f184fc83157ae785da3"><code>0a2d61e</code></a> v16.3.1</li> <li><a href="https://github.com/vuejs/vue-loader/commit/821a3a35f04cda3154a9341898225f61d72b3f05"><code>821a3a3</code></a> fix: pick up production env in thread-loader context</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-loader/compare/v15.9.7...v16.3.3">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.7&new-version=16.3.3)](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 - `@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) </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:04 +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#500
No description provided.