[PR #2703] [CLOSED] chore(deps-dev): bump vue-tsc from 0.38.9 to 0.40.13 #4008

Closed
opened 2026-03-17 01:34:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2703
Author: @dependabot[bot]
Created: 9/29/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/vue-tsc-0.40.13


📝 Commits (1)

  • 106c329 chore(deps-dev): bump vue-tsc from 0.38.9 to 0.40.13

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps vue-tsc from 0.38.9 to 0.40.13.

Changelog

Sourced from vue-tsc's changelog.

0.40.13 (2022/9/8)

  • fix: cycle reactive reference lead to memory leak

0.40.12 (2022/9/8)

  • perf: fix incremental template compile not working
  • perf: cache path resolve result on getScriptVersion
  • perf: faster code mapping range transform

0.40.11 (2022/9/8)

  • feat: support for typescript class/object literal method completions (#1835)
  • fix: langauge server crash if client did not support onDidChangeWorkspaceFolders (#1834)
  • fix: "Format Selection" embedded range incorrect with initialIndentBracket
  • fix: formatting break document with editor.formatOnPaste enabled (#1840) (#1841) (#1842) (#1843) (#1835)

0.40.10 (2022/9/7)

  • feat: improve "Format Selection" for html content
  • feat: uniquely scope attribute shorthands (#1812)
  • feat: add server name, version infos to LSP initialize response
  • fix: "Format Selection" should not format whole language block (#1833)
  • fix: formatting break document content randomly (#1827) (#1832)
  • fix: pug syntax highlighting confuses element id with interpolation (#1826)
  • fix: don't cache IDE settings if IDE do not support config change notification

0.40.9 (2022/9/6)

  • feat: improve vue document formatting
  • fix: script format loss indent (#1823)

0.40.8 (2022/9/6)

  • feat: add volar.format.initialIndent option for format <style>, <script> with initial indent (#1806)
  • perf: cache ts.ScriptSnapshot.fromString result on formatting
  • fix: volar.config.js not working since v0.40.7 (#1819)
  • fix: should not incremental update if SFC parse failed (johnsoncodehk/volar#1807)

0.40.7 (2022/9/5)

  • feat: support multiple workspaces for document features
  • feat: add initializationOptions.completion.ignoreTriggerCharacters for LSP-Volar (sublimelsp/LSP-volar#114)
  • feat: add vueCompilerOptions.experimentalComponentOptionsWrapper option for custom component options warpper (#1517)
  • fix: add missing surrounding pair "`" (#1659)
  • fix: formatting edit range incorrect edge case (#1814)
  • fix: typescript onType format do not respect typescript.format.enable
  • fix: document features stop working for script block (#1813)
  • fix: pug formatter extra spaces in {{ }} (#1784)
  • fix: template incremental parser broken when typing slot name

... (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/hoppscotch/hoppscotch/pull/2703 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/29/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vue-tsc-0.40.13` --- ### 📝 Commits (1) - [`106c329`](https://github.com/hoppscotch/hoppscotch/commit/106c32934014ea4b72fd9f37dddcba8a8dea21f8) chore(deps-dev): bump vue-tsc from 0.38.9 to 0.40.13 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.38.9 to 0.40.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md">vue-tsc's changelog</a>.</em></p> <blockquote> <h2>0.40.13 (2022/9/8)</h2> <ul> <li>fix: cycle reactive reference lead to memory leak</li> </ul> <h2>0.40.12 (2022/9/8)</h2> <ul> <li>perf: fix incremental template compile not working</li> <li>perf: cache path resolve result on <code>getScriptVersion</code></li> <li>perf: faster code mapping range transform</li> </ul> <h2>0.40.11 (2022/9/8)</h2> <ul> <li>feat: support for typescript class/object literal method completions (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1835">#1835</a>)</li> <li>fix: langauge server crash if client did not support <code>onDidChangeWorkspaceFolders</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1834">#1834</a>)</li> <li>fix: &quot;Format Selection&quot; embedded range incorrect with initialIndentBracket</li> <li>fix: formatting break document with <code>editor.formatOnPaste</code> enabled (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1840">#1840</a>) (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1841">#1841</a>) (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1842">#1842</a>) (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1843">#1843</a>) (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1835">#1835</a>)</li> </ul> <h2>0.40.10 (2022/9/7)</h2> <ul> <li>feat: improve &quot;Format Selection&quot; for html content</li> <li>feat: uniquely scope attribute shorthands (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1812">#1812</a>)</li> <li>feat: add server name, version infos to LSP initialize response</li> <li>fix: &quot;Format Selection&quot; should not format whole language block (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1833">#1833</a>)</li> <li>fix: formatting break document content randomly (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1827">#1827</a>) (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1832">#1832</a>)</li> <li>fix: pug syntax highlighting confuses element id with interpolation (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1826">#1826</a>)</li> <li>fix: don't cache IDE settings if IDE do not support config change notification</li> </ul> <h2>0.40.9 (2022/9/6)</h2> <ul> <li>feat: improve vue document formatting</li> <li>fix: script format loss indent (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1823">#1823</a>)</li> </ul> <h2>0.40.8 (2022/9/6)</h2> <ul> <li>feat: add <code>volar.format.initialIndent</code> option for format <code>&lt;style&gt;</code>, <code>&lt;script&gt;</code> with initial indent (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1806">#1806</a>)</li> <li>perf: cache <code>ts.ScriptSnapshot.fromString</code> result on formatting</li> <li>fix: volar.config.js not working since v0.40.7 (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1819">#1819</a>)</li> <li>fix: should not incremental update if SFC parse failed (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1807#issuecomment-1236857296">johnsoncodehk/volar#1807</a>)</li> </ul> <h2>0.40.7 (2022/9/5)</h2> <ul> <li>feat: support multiple workspaces for document features</li> <li>feat: add <code>initializationOptions.completion.ignoreTriggerCharacters</code> for LSP-Volar (<a href="https://github-redirect.dependabot.com/sublimelsp/LSP-volar/issues/114">sublimelsp/LSP-volar#114</a>)</li> <li>feat: add <code>vueCompilerOptions.experimentalComponentOptionsWrapper</code> option for custom component options warpper (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1517">#1517</a>)</li> <li>fix: add missing surrounding pair &quot;`&quot; (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1659">#1659</a>)</li> <li>fix: formatting edit range incorrect edge case (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1814">#1814</a>)</li> <li>fix: typescript onType format do not respect <code>typescript.format.enable</code></li> <li>fix: document features stop working for script block (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1813">#1813</a>)</li> <li>fix: pug formatter extra spaces in <code>{{ }}</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1784">#1784</a>)</li> <li>fix: template incremental parser broken when typing slot name</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/johnsoncodehk/volar/commit/baeeddd7399fa95688c66e9e3bf743bcaa77c32c"><code>baeeddd</code></a> v0.40.13</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/66a0adacfe87838ec11ac821c367d34d9941cb35"><code>66a0ada</code></a> v0.40.12</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/42c62e24e00d6508586559d3d0c6971a3c63d946"><code>42c62e2</code></a> v0.40.11</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/c1f4d3ae8b5d6b9ab040273c54b616163dac1c51"><code>c1f4d3a</code></a> v0.40.10</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/9374238c2428069ea8f6e0cea8cae7146ebdcb43"><code>9374238</code></a> v0.40.9</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/27a16ee503398d2be3215101ecd1db4b7960d0fd"><code>27a16ee</code></a> v0.40.8</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/09b517f887c1024a79ea991181e7d06c7f758941"><code>09b517f</code></a> v0.40.7</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/f87049a1b54a7b64522b8f8742a5f68baba650d2"><code>f87049a</code></a> v0.40.6</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/fb30bfc72bbbab5c9fd489c310872678b4dddade"><code>fb30bfc</code></a> v0.40.5</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/018d260d7bd00b06def4bcd600bf8d1e9347a7ec"><code>018d260</code></a> v0.40.4</li> <li>Additional commits viewable in <a href="https://github.com/johnsoncodehk/volar/commits/v0.40.13/packages/vue-tsc">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue-tsc&package-manager=npm_and_yarn&previous-version=0.38.9&new-version=0.40.13)](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-03-17 01:34:33 +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/hoppscotch#4008
No description provided.