[PR #480] [CLOSED] Bump vue-loader from 15.9.7 to 17.0.0 #519

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/480
Author: @dependabot[bot]
Created: 2/12/2022
Status: Closed

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


📝 Commits (1)

  • c4d2b85 Bump vue-loader from 15.9.7 to 17.0.0

📊 Changes

2 files changed (+161 additions, -222 deletions)

View changed files

📝 package-lock.json (+160 -221)
📝 package.json (+1 -1)

📄 Description

Bumps vue-loader from 15.9.7 to 17.0.0.

Release notes

Sourced from vue-loader's releases.

v16.8.3

Bug Fixes

  • HMR not working correctly with vue-class-component components (#1897) (76b1448)

v16.8.2

Bug Fixes

v16.8.1

Bug Fixes

  • fix template options resolving for ts (91f581b)

v16.8.0

Bug Fixes

  • hmr: fix hmr regression (bacc6a9)

Features

  • enableTsInTemplate option (7613534)

    • When used with ts-loader, due to ts-loader's cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in isolation, causing the component to reload despite only the template being edited. If this is annoying, you can set this option to false (and avoid using TS expressions in templates).

    • Alternatively, leave this option on (by default) and use esbuild-loader to transpile TS instead, which doesn't suffer from this problem (it's also a lot faster). However, do note you will need to rely on TS type checking from other sources (e.g. IDE or vue-tsc).

v16.7.1

Bug Fixes

  • remove pure annotation for custom blocks (cd891e5)

v16.7.0

Features

  • support optional @​vue/compiler-sfc peer dep (21725a4)

v16.6.0

Bug Fixes

  • generate treeshaking friendly code (11e3cb8)

Features

  • support ts in template expressions (573fbd2)

... (truncated)

Changelog

Sourced from vue-loader's changelog.

17.0.0 (2021-12-12)

Features

  • support reactivityTransform option (e07490e)

BREAKING CHANGES

  • remove refSugar option, require vue@^3.2.13

16.8.3 (2021-11-04)

Bug Fixes

  • HMR not working correctly with vue-class-component components (#1897) (76b1448)

16.8.3 (2021-11-04)

Bug Fixes

  • HMR not working correctly with vue-class-component components (#1897) (76b1448)

16.8.2 (2021-10-26)

Bug Fixes

16.8.1 (2021-09-22)

Bug Fixes

  • fix template options resolving for ts (91f581b)

16.8.0 (2021-09-22)

... (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 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/480 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-loader-17.0.0` --- ### 📝 Commits (1) - [`c4d2b85`](https://github.com/nextcloud/twofactor_gateway/commit/c4d2b85a6458491ce0799980d2e95cd9e830ec1c) Bump vue-loader from 15.9.7 to 17.0.0 ### 📊 Changes **2 files changed** (+161 additions, -222 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+160 -221) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.7 to 17.0.0. <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.8.3</h2> <h3>Bug Fixes</h3> <ul> <li>HMR not working correctly with vue-class-component components (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1897">#1897</a>) (<a href="https://github.com/vuejs/vue-loader/commit/76b1448eb227c42e1791a691a86782b7a8cacfc0">76b1448</a>)</li> </ul> <h2>v16.8.2</h2> <h3>Bug Fixes</h3> <ul> <li>should allow chaining with loaders for non-vue files (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1889">#1889</a>) (<a href="https://github.com/vuejs/vue-loader/commit/f32f9538ea34fc08e1a28622227896241847690f">f32f953</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1879">#1879</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1883">#1883</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1890">#1890</a></li> <li><strong>plugin:</strong> use compiler.webpack when possible (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1884">#1884</a>) (<a href="https://github.com/vuejs/vue-loader/commit/820d23cbf16013dae894e0d84ed9da6e58a37584">820d23c</a>)</li> </ul> <h2>v16.8.1</h2> <h3>Bug Fixes</h3> <ul> <li>fix template options resolving for ts (<a href="https://github.com/vuejs/vue-loader/commit/91f581b99644119b68e586a0b642fff3811c8741">91f581b</a>)</li> </ul> <h2>v16.8.0</h2> <h3>Bug Fixes</h3> <ul> <li><strong>hmr:</strong> fix hmr regression (<a href="https://github.com/vuejs/vue-loader/commit/bacc6a9eeca40d6028a2d9a5f6ee02e6c8574abd">bacc6a9</a>)</li> </ul> <h3>Features</h3> <ul> <li> <p>enableTsInTemplate option (<a href="https://github.com/vuejs/vue-loader/commit/7613534954b83489a060860b9525a0d121023c5b">7613534</a>)</p> <ul> <li> <p>When used with <code>ts-loader</code>, due to <code>ts-loader</code>'s cache invalidation behavior, it sometimes prevents the template from being hot-reloaded in isolation, causing the component to reload despite only the template being edited. If this is annoying, you can set this option to <code>false</code> (and avoid using TS expressions in templates).</p> </li> <li> <p>Alternatively, leave this option on (by default) and use <a href="https://github.com/privatenumber/esbuild-loader"><code>esbuild-loader</code></a> to transpile TS instead, which doesn't suffer from this problem (it's also a lot faster). However, do note you will need to rely on TS type checking from other sources (e.g. IDE or <code>vue-tsc</code>).</p> </li> </ul> </li> </ul> <h2>v16.7.1</h2> <h3>Bug Fixes</h3> <ul> <li>remove pure annotation for custom blocks (<a href="https://github.com/vuejs/vue-loader/commit/cd891e593bf7f8aff852f1d47fda2337de661bea">cd891e5</a>)</li> </ul> <h2>v16.7.0</h2> <h3>Features</h3> <ul> <li>support optional <code>@​vue/compiler-sfc</code> peer dep (<a href="https://github.com/vuejs/vue-loader/commit/21725a4ebc9c8d7f8a590d700017759327e21c2e">21725a4</a>)</li> </ul> <h2>v16.6.0</h2> <h3>Bug Fixes</h3> <ul> <li>generate treeshaking friendly code (<a href="https://github.com/vuejs/vue-loader/commit/11e3cb8a8a4a4e0aedc2978ce6d7e549a61de3d7">11e3cb8</a>)</li> </ul> <h3>Features</h3> <ul> <li>support ts in template expressions (<a href="https://github.com/vuejs/vue-loader/commit/573fbd2e72c3246c2daadb8d8c053464c964cfe3">573fbd2</a>)</li> </ul> <!-- 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/next/CHANGELOG.md">vue-loader's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/vuejs/vue-loader/compare/v16.8.3...v17.0.0">17.0.0</a> (2021-12-12)</h1> <h3>Features</h3> <ul> <li>support <code>reactivityTransform</code> option (<a href="https://github.com/vuejs/vue-loader/commit/e07490ec8b8ac9e00050251d6f0e697fb1f3bf3c">e07490e</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>remove <code>refSugar</code> option, require <code>vue@^3.2.13</code></li> </ul> <h2><a href="https://github.com/vuejs/vue-loader/compare/v16.8.2...v16.8.3">16.8.3</a> (2021-11-04)</h2> <h3>Bug Fixes</h3> <ul> <li>HMR not working correctly with vue-class-component components (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1897">#1897</a>) (<a href="https://github.com/vuejs/vue-loader/commit/76b1448eb227c42e1791a691a86782b7a8cacfc0">76b1448</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-loader/compare/v16.8.2...v16.8.3">16.8.3</a> (2021-11-04)</h2> <h3>Bug Fixes</h3> <ul> <li>HMR not working correctly with vue-class-component components (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1897">#1897</a>) (<a href="https://github.com/vuejs/vue-loader/commit/76b1448eb227c42e1791a691a86782b7a8cacfc0">76b1448</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-loader/compare/v16.8.1...v16.8.2">16.8.2</a> (2021-10-26)</h2> <h3>Bug Fixes</h3> <ul> <li>should allow chaining with loaders for non-vue files (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1889">#1889</a>) (<a href="https://github.com/vuejs/vue-loader/commit/f32f9538ea34fc08e1a28622227896241847690f">f32f953</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1879">#1879</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1883">#1883</a> <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1890">#1890</a></li> <li><strong>plugin:</strong> use compiler.webpack when possible (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1884">#1884</a>) (<a href="https://github.com/vuejs/vue-loader/commit/820d23cbf16013dae894e0d84ed9da6e58a37584">820d23c</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-loader/compare/v16.8.0...v16.8.1">16.8.1</a> (2021-09-22)</h2> <h3>Bug Fixes</h3> <ul> <li>fix template options resolving for ts (<a href="https://github.com/vuejs/vue-loader/commit/91f581b99644119b68e586a0b642fff3811c8741">91f581b</a>)</li> </ul> <h1><a href="https://github.com/vuejs/vue-loader/compare/v16.7.1...v16.8.0">16.8.0</a> (2021-09-22)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vuejs/vue-loader/commits">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=17.0.0)](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:09 +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#519
No description provided.