[PR #1338] [CLOSED] Bump vue-loader from 15.10.1 to 17.0.1 #1865

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1338
Author: @dependabot[bot]
Created: 2/20/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vue-loader-17.0.1


📝 Commits (1)

  • 2ba2f00 Bump vue-loader from 15.10.1 to 17.0.1

📊 Changes

2 files changed (+129 additions, -277 deletions)

View changed files

📝 package-lock.json (+128 -276)
📝 package.json (+1 -1)

📄 Description

Bumps vue-loader from 15.10.1 to 17.0.1.

Release notes

Sourced from vue-loader's releases.

v17.0.1

Bug Fixes

  • add vue and @vue/compiler-sfc to optional peerDependencies (df0ded5), closes #1944
  • merge custom queries rather than appending (#1911) (9e4249a)

v17.0.0

Features

  • support reactivityTransform option (e07490e)

BREAKING CHANGES

  • remove refSugar option, require vue@^3.2.13

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)

... (truncated)

Changelog

Sourced from vue-loader's changelog.

17.0.1 (2022-10-28)

Bug Fixes

  • add vue and @vue/compiler-sfc to optional peerDependencies (df0ded5), closes #1944
  • merge custom queries rather than appending (#1911) (9e4249a)

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

... (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/floccusaddon/floccus/pull/1338 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/20/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vue-loader-17.0.1` --- ### 📝 Commits (1) - [`2ba2f00`](https://github.com/floccusaddon/floccus/commit/2ba2f003e70a1876af97ab159a16f8fd2d3d9e81) Bump vue-loader from 15.10.1 to 17.0.1 ### 📊 Changes **2 files changed** (+129 additions, -277 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+128 -276) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.10.1 to 17.0.1. <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>v17.0.1</h2> <h3>Bug Fixes</h3> <ul> <li>add <code>vue</code> and <code>@vue/compiler-sfc</code> to optional peerDependencies (<a href="https://github.com/vuejs/vue-loader/commit/df0ded5356864b9923da8f89ff33db1ae6c2402f">df0ded5</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1944">#1944</a></li> <li>merge custom queries rather than appending (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1911">#1911</a>) (<a href="https://github.com/vuejs/vue-loader/commit/9e4249a548ceb04ead46fff9b68e9b2676b4c692">9e4249a</a>)</li> </ul> <h2>v17.0.0</h2> <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>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> <!-- 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> <h2><a href="https://github.com/vuejs/vue-loader/compare/v16.8.3...v17.0.1">17.0.1</a> (2022-10-28)</h2> <h3>Bug Fixes</h3> <ul> <li>add <code>vue</code> and <code>@vue/compiler-sfc</code> to optional peerDependencies (<a href="https://github.com/vuejs/vue-loader/commit/df0ded5356864b9923da8f89ff33db1ae6c2402f">df0ded5</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1944">#1944</a></li> <li>merge custom queries rather than appending (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1911">#1911</a>) (<a href="https://github.com/vuejs/vue-loader/commit/9e4249a548ceb04ead46fff9b68e9b2676b4c692">9e4249a</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-loader/commit/75d2b5d5c7d5cc274f6f1440d6c107d6937d4f1f"><code>75d2b5d</code></a> 17.0.1</li> <li><a href="https://github.com/vuejs/vue-loader/commit/df0ded5356864b9923da8f89ff33db1ae6c2402f"><code>df0ded5</code></a> fix: add <code>vue</code> and <code>@vue/compiler-sfc</code> to optional peerDependencies</li> <li><a href="https://github.com/vuejs/vue-loader/commit/b3265c918a56f22c9282d97df589ef5f164c6fc1"><code>b3265c9</code></a> chore: add <code>repository</code> property to package.json (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1934">#1934</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/0a023773fd79340492aeb2359c6c673e81cea54d"><code>0a02377</code></a> chore: fix typo (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/2010">#2010</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/9e4249a548ceb04ead46fff9b68e9b2676b4c692"><code>9e4249a</code></a> fix: merge custom queries rather than appending (<a href="https://github-redirect.dependabot.com/vuejs/vue-loader/issues/1911">#1911</a>)</li> <li><a href="https://github.com/vuejs/vue-loader/commit/6a293dff5f2ed3167eb3b448f1d714091185a44e"><code>6a293df</code></a> chore: changelog [ci skip]</li> <li><a href="https://github.com/vuejs/vue-loader/commit/e5c7ab41b77e193054b34b8b719e8cfce3b9e4f2"><code>e5c7ab4</code></a> v17.0.0</li> <li><a href="https://github.com/vuejs/vue-loader/commit/e9314347d75a1b0e54f971272d23a669fc3e6965"><code>e931434</code></a> chore: lockfile</li> <li><a href="https://github.com/vuejs/vue-loader/commit/e07490ec8b8ac9e00050251d6f0e697fb1f3bf3c"><code>e07490e</code></a> feat: support <code>reactivityTransform</code> option</li> <li><a href="https://github.com/vuejs/vue-loader/commit/b391b04ed3335a2d2c9010101d98c2d9977626e8"><code>b391b04</code></a> chore: remove unncessary log</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vue-loader/compare/v15.10.1...v17.0.1">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.10.1&new-version=17.0.1)](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-25 23: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/floccus#1865
No description provided.