[PR #2764] [CLOSED] build(deps-dev): bump vue-tsc from 0.38.9 to 1.0.3 #4055

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • cbe9043 build(deps-dev): bump vue-tsc from 0.38.9 to 1.0.3

📊 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 1.0.3.

Changelog

Sourced from vue-tsc's changelog.

1.0.3 (2022/10/10)

1.0.2 (2022/10/9)

  • fix: TypeScript Vue Plugin (Volar) breaks VSCode tsserver (#1956)
  • fix: pug intellisense not working
  • fix: semantic tokens confused git diff window (johnsoncodehk/volar#1946)
  • fix(doctor): cannot resolve vueCompilerOptions from extends tsconfig
  • fix(doctor): cannot resolve vue version from sub folder (#1961) (#1962)
  • fix: scoped class name no longer displays underline (#1960)

Our Sponsors

1.0.1 (2022/10/9)

  • feat(doctor): added more postcss syntax highliters (#1945)
  • fix(doctor): @vue/compiler-dom missing message incorrect (#1953)
  • fix: name casing tool typo (#1941)
  • fix: takeover mode document link incorrect (#1944)
  • fix: code color disordered if .ts script do not include to tsconfig (#1946)
  • fix: cannot start language server if worksapce tsdk path invalid (#1942)
  • fix: "Show Virtual Files" command not working for .md / .html
  • fix: tag autocomplete add duplicated import if the tag not use in template (#1952)
  • fix: template AST broken when input space after tag name
  • fix: don't use native event type for component (#1948) (#1951)
  • fix: command + hover @click cannot show selection range

1.0.0 (2022/10/7)

1.0.0-rc.5 (2022/10/7)

[Download]

  • fix: "Reload Project" command do not update diagnostics
  • feat: use svelte2tsx for svelte language server example (#1940)

1.0.0-rc.4 (2022/10/6)

[Download]

... (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/2764 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/10/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vue-tsc-1.0.3` --- ### 📝 Commits (1) - [`cbe9043`](https://github.com/hoppscotch/hoppscotch/commit/cbe9043d6caedee2e2edb00ae353e97d7230784b) build(deps-dev): bump vue-tsc from 0.38.9 to 1.0.3 ### 📊 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/vue-language-tools/vue-tsc) from 0.38.9 to 1.0.3. <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>1.0.3 (2022/10/10)</h2> <ul> <li>feat: support <code>as</code> expressions in export assignment for script setup (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1882">#1882</a>)</li> <li>feat: support RFC 436 with new option <code>vueCompilerOptions.experimentalRfc436</code> (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1964">#1964</a>) (<a href="https://github.com/vuejs/rfcs/discussions/436">https://github.com/vuejs/rfcs/discussions/436</a>)</li> </ul> <h2>1.0.2 (2022/10/9)</h2> <ul> <li>fix: <code>TypeScript Vue Plugin (Volar)</code> breaks VSCode tsserver (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1956">#1956</a>)</li> <li>fix: pug intellisense not working</li> <li>fix: semantic tokens confused git diff window (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1946#issuecomment-1272430742">johnsoncodehk/volar#1946</a>)</li> <li>fix(doctor): cannot resolve <code>vueCompilerOptions</code> from extends tsconfig</li> <li>fix(doctor): cannot resolve vue version from sub folder (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1961">#1961</a>) (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1962">#1962</a>)</li> <li>fix: scoped class name no longer displays underline (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1960">#1960</a>)</li> </ul> <h3>Our Sponsors</h3> <!-- raw HTML omitted --> <h2>1.0.1 (2022/10/9)</h2> <ul> <li>feat(doctor): added more postcss syntax highliters (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1945">#1945</a>)</li> <li>fix(doctor): <code>@vue/compiler-dom</code> missing message incorrect (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1953">#1953</a>)</li> <li>fix: name casing tool typo (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1941">#1941</a>)</li> <li>fix: takeover mode document link incorrect (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1944">#1944</a>)</li> <li>fix: code color disordered if .ts script do not include to tsconfig (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1946">#1946</a>)</li> <li>fix: cannot start language server if worksapce tsdk path invalid (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1942">#1942</a>)</li> <li>fix: &quot;Show Virtual Files&quot; command not working for .md / .html</li> <li>fix: tag autocomplete add duplicated import if the tag not use in template (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1952">#1952</a>)</li> <li>fix: template AST broken when input space after tag name</li> <li>fix: don't use native event type for component (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1948">#1948</a>) (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1951">#1951</a>)</li> <li>fix: command + hover <code>@click</code> cannot show selection range</li> </ul> <h2>1.0.0 (2022/10/7)</h2> <h2>1.0.0-rc.5 (2022/10/7)</h2> <p>[<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1880">Download</a>]</p> <ul> <li>fix: &quot;Reload Project&quot; command do not update diagnostics</li> <li>feat: use svelte2tsx for svelte language server example (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1940">#1940</a>)</li> </ul> <h2>1.0.0-rc.4 (2022/10/6)</h2> <p>[<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1880">Download</a>]</p> <ul> <li>fix: html / css custom data not working (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/707#issuecomment-1268513358">johnsoncodehk/volar#707</a>)</li> <li>fix: should not show tsconfig / name casing on status bar for md / html by default</li> <li>fix: cannot watch *.ts changes without takeover mode (<a href="https://github-redirect.dependabot.com/johnsoncodehk/volar/issues/1880#issuecomment-1269466716">johnsoncodehk/volar#1880</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/johnsoncodehk/volar/commit/2576804e9479aec58f049bad2ea5d2a81f9cba28"><code>2576804</code></a> v1.0.3</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/4e750f808450c0f70b0a439cb6954cf29345e8f2"><code>4e750f8</code></a> v1.0.2</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/62a5dce528c505fcadb609fb391ad7f3f8302fb2"><code>62a5dce</code></a> v1.0.1</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/5496c1ecc0ae6207d6fa7da745f047c44c32db81"><code>5496c1e</code></a> v1.0.0</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/21006891299e4a81b0be2e179129f0d0983c70d3"><code>2100689</code></a> v1.0.0-rc.5</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/eadcf13bb66b02e190ab61eca8fe1a9e6cf84207"><code>eadcf13</code></a> v1.0.0-rc.4</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/e250c89882c11af182cc28f0983db30c9cc80bcc"><code>e250c89</code></a> v1.0.0-rc.3</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/bababc1749ade3db8ea967fb16130fa6b09d4992"><code>bababc1</code></a> v1.0.0-rc.0</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/7c437b60144d4160410eb96e644e09665daeee6d"><code>7c437b6</code></a> v1.0.0-beta.8</li> <li><a href="https://github.com/johnsoncodehk/volar/commit/abb02d51b2c426d000bf6148b12e62de59b48756"><code>abb02d5</code></a> v1.0.0-beta.7</li> <li>Additional commits viewable in <a href="https://github.com/johnsoncodehk/volar/commits/v1.0.3/vue-language-tools/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=1.0.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-03-17 01:37:24 +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#4055
No description provided.