From d1ed74f9d77d3b3b4040f32b8cb0c89603f89283 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 25 Jul 2024 23:08:32 +0200 Subject: [PATCH] chore: update deps --- docs/package.json | 2 +- package.json | 20 +- packages/markdown-it/package.json | 2 +- packages/markdown-it/test/fixtures/a.out.html | 2 +- packages/markdown-it/test/fixtures/b.out.html | 2 +- packages/markdown-it/test/fixtures/c.out.html | 2 +- packages/monaco/playground/package.json | 4 +- packages/rehype/test/fixtures/a.core.out.html | 2 +- packages/rehype/test/fixtures/a.out.html | 2 +- packages/shiki/package.json | 2 +- packages/shiki/test/color-replacement.test.ts | 4 +- packages/shiki/test/general.test.ts | 5 +- packages/shiki/test/grammar-state.test.ts | 6 +- packages/shiki/test/hast.test.ts | 6 +- ...injections-side-effects-angular-after.html | 6 +- ...njections-side-effects-angular-before.html | 6 +- ...ections-side-effects-angular-ts-after.html | 16 +- ...ctions-side-effects-angular-ts-before.html | 14 +- .../injections-side-effects-vue-after.html | 2 +- .../injections-side-effects-vue-before.html | 2 +- .../test/out/multiple-themes-no-default.html | 2 +- packages/shiki/test/out/multiple-themes.html | 2 +- packages/shiki/test/out/vue-injections.html | 6 +- packages/shiki/test/shorthands.test.ts | 6 +- packages/twoslash/package.json | 2 +- .../test/out/classic/console_log.html | 2 +- .../classic/cuts_out_unnecessary_code.html | 8 +- .../out/completion-end-multifile-2.ts.html | 2 +- .../out/completion-end-multifile-2.ts.json | 8 +- .../test/out/completion-end-multifile.ts.html | 12 +- .../test/out/completion-end-multifile.ts.json | 86 +- .../twoslash/test/out/completion-end.ts.html | 24 +- .../twoslash/test/out/completion-end.ts.json | 172 ++-- .../twoslash/test/out/error-multi-tokens.html | 2 +- packages/twoslash/test/out/highlights.ts.html | 8 +- packages/twoslash/test/out/highlights.ts.json | 44 +- packages/twoslash/test/out/import-vue.ts.html | 6 +- packages/twoslash/test/out/import-vue.ts.json | 36 +- .../twoslash/test/out/query-offset.ts.html | 6 +- .../twoslash/test/out/query-offset.ts.json | 24 +- .../twoslash/test/out/rich/line-query.html | 4 +- .../test/out/rich/rich-error-hover.html | 4 +- packages/twoslash/test/out/rich/rich.html | 4 +- packages/vitepress-twoslash/package.json | 2 +- .../out/completion-end-multifile-2.ts.json | 8 +- .../test/out/completion-end-multifile.ts.json | 86 +- .../test/out/completion-end.ts.json | 172 ++-- .../test/out/highlights.ts.json | 44 +- .../test/out/import-vue.ts.json | 36 +- .../test/out/query-offset.ts.json | 24 +- pnpm-lock.yaml | 843 ++++++++++-------- 51 files changed, 918 insertions(+), 874 deletions(-) diff --git a/docs/package.json b/docs/package.json index f4d29099d..998787ff3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,6 +22,6 @@ "unocss": "^0.61.5", "unplugin-vue-components": "^0.27.3", "vitepress": "^1.3.1", - "vue": "^3.4.33" + "vue": "^3.4.34" } } diff --git a/package.json b/package.json index bb152af43..8cd704231 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "type": "module", "version": "1.11.1", "private": true, - "packageManager": "pnpm@9.5.0", + "packageManager": "pnpm@9.6.0", "scripts": { "lint": "eslint . --cache", "release": "bumpp && pnpm -r publish", @@ -14,7 +14,7 @@ "prepare": "simple-git-hooks" }, "devDependencies": { - "@antfu/eslint-config": "^2.23.1", + "@antfu/eslint-config": "^2.23.2", "@antfu/ni": "^0.22.0", "@antfu/utils": "^0.7.10", "@rollup/plugin-alias": "^5.1.0", @@ -30,8 +30,8 @@ "@shikijs/vitepress-twoslash": "workspace:*", "@types/fs-extra": "^11.0.4", "@types/hast": "^3.0.4", - "@types/node": "^20.14.11", - "@vitest/coverage-v8": "^2.0.3", + "@types/node": "^20.14.12", + "@vitest/coverage-v8": "^2.0.4", "ansi-sequence-parser": "^1.1.1", "bumpp": "^9.4.1", "eslint": "^9.7.0", @@ -46,7 +46,7 @@ "mdast-util-gfm": "^3.0.0", "mdast-util-to-hast": "^13.2.0", "ofetch": "^1.3.4", - "pnpm": "^9.5.0", + "pnpm": "^9.6.0", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.19.0", @@ -57,14 +57,14 @@ "shiki": "workspace:*", "simple-git-hooks": "^2.11.1", "taze": "^0.16.1", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "unbuild": "^2.0.0", - "vite": "^5.3.4", + "vite": "^5.3.5", "vite-tsconfig-paths": "^4.3.2", "vitepress-plugin-mermaid": "^2.0.16", - "vitest": "^2.0.3", - "vue-tsc": "^2.0.26", - "wrangler": "^3.65.1" + "vitest": "^2.0.4", + "vue-tsc": "^2.0.29", + "wrangler": "^3.67.0" }, "resolutions": { "@shikijs/compat": "workspace:*", diff --git a/packages/markdown-it/package.json b/packages/markdown-it/package.json index afec3ff93..a8447c725 100644 --- a/packages/markdown-it/package.json +++ b/packages/markdown-it/package.json @@ -55,6 +55,6 @@ "shiki": "workspace:*" }, "devDependencies": { - "@types/markdown-it": "^14.1.1" + "@types/markdown-it": "^14.1.2" } } diff --git a/packages/markdown-it/test/fixtures/a.out.html b/packages/markdown-it/test/fixtures/a.out.html index 5f9abcac7..7d96dddc7 100644 --- a/packages/markdown-it/test/fixtures/a.out.html +++ b/packages/markdown-it/test/fixtures/a.out.html @@ -1,6 +1,6 @@

Hello

…world!

-
console.log('it works!')
+
console.log('it works!')
 
 const a = 1
 console.log(a)
diff --git a/packages/markdown-it/test/fixtures/b.out.html b/packages/markdown-it/test/fixtures/b.out.html index 963989fcb..e914b8547 100644 --- a/packages/markdown-it/test/fixtures/b.out.html +++ b/packages/markdown-it/test/fixtures/b.out.html @@ -1 +1 @@ -
console.log('it works!')
+
console.log('it works!')
diff --git a/packages/markdown-it/test/fixtures/c.out.html b/packages/markdown-it/test/fixtures/c.out.html index 963989fcb..e914b8547 100644 --- a/packages/markdown-it/test/fixtures/c.out.html +++ b/packages/markdown-it/test/fixtures/c.out.html @@ -1 +1 @@ -
console.log('it works!')
+
console.log('it works!')
diff --git a/packages/monaco/playground/package.json b/packages/monaco/playground/package.json index 20bd65ef6..bb1bc3085 100644 --- a/packages/monaco/playground/package.json +++ b/packages/monaco/playground/package.json @@ -7,7 +7,7 @@ "play": "vite" }, "devDependencies": { - "typescript": "^5.5.3", - "vite": "^5.3.4" + "typescript": "^5.5.4", + "vite": "^5.3.5" } } diff --git a/packages/rehype/test/fixtures/a.core.out.html b/packages/rehype/test/fixtures/a.core.out.html index 95499170a..b6beb6419 100644 --- a/packages/rehype/test/fixtures/a.core.out.html +++ b/packages/rehype/test/fixtures/a.core.out.html @@ -1,6 +1,6 @@

Hello

…world!

-
console.log('it works!')
+
console.log('it works!')
 
 const a = 1
 console.log(a)
diff --git a/packages/rehype/test/fixtures/a.out.html b/packages/rehype/test/fixtures/a.out.html
index e467de2ba..1c46ec56d 100644
--- a/packages/rehype/test/fixtures/a.out.html
+++ b/packages/rehype/test/fixtures/a.out.html
@@ -1,6 +1,6 @@
 

Hello

…world!

-
console.log('it works!')
+
console.log('it works!')
 
 const a = 1
 console.log(a)
diff --git a/packages/shiki/package.json b/packages/shiki/package.json
index 770345789..fff7daf59 100644
--- a/packages/shiki/package.json
+++ b/packages/shiki/package.json
@@ -105,7 +105,7 @@
   },
   "devDependencies": {
     "tm-grammars": "^1.14.0",
-    "tm-themes": "^1.5.6",
+    "tm-themes": "^1.5.7",
     "vscode-oniguruma": "^1.7.0"
   }
 }
diff --git a/packages/shiki/test/color-replacement.test.ts b/packages/shiki/test/color-replacement.test.ts
index 719a6f816..c172df3c5 100644
--- a/packages/shiki/test/color-replacement.test.ts
+++ b/packages/shiki/test/color-replacement.test.ts
@@ -55,11 +55,11 @@ it('flat colorReplacements', async () => {
       log
       
       (
-      
+      
       "
       
       hi
-      
+      
       "
       
       )
diff --git a/packages/shiki/test/general.test.ts b/packages/shiki/test/general.test.ts
index 9afbb5547..46f9310ca 100644
--- a/packages/shiki/test/general.test.ts
+++ b/packages/shiki/test/general.test.ts
@@ -192,7 +192,10 @@ describe('should', () => {
       theme: 'vitesse-light',
       lang: 'javascript',
       tokenizeMaxLineLength: 100,
-    })).toMatchInlineSnapshot(`"
const short = ""\nconst long = ${longText}
"`) + })).toMatchInlineSnapshot(` + "
const short = ""
+      const long = foofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoo
" + `) }) }) diff --git a/packages/shiki/test/grammar-state.test.ts b/packages/shiki/test/grammar-state.test.ts index ae8d0f5c9..7c139edb0 100644 --- a/packages/shiki/test/grammar-state.test.ts +++ b/packages/shiki/test/grammar-state.test.ts @@ -194,13 +194,13 @@ it('grammarContextCode', async () => { }) expect(highlightedHtml) - .toMatchInlineSnapshot(`"<div :value="1 + 2"><button /></div>"`) + .toMatchInlineSnapshot(`"<div :value="1 + 2"><button /></div>"`) expect(highlightedVueTemplate) - .toMatchInlineSnapshot(`"<div :value="1 + 2"><button /></div>"`) + .toMatchInlineSnapshot(`"<div :value="1 + 2"><button /></div>"`) expect(highlightedVueBare) - .toMatchInlineSnapshot(`"<div :value="1 + 2"><button /></div>"`) + .toMatchInlineSnapshot(`"<div :value="1 + 2"><button /></div>"`) expect(highlightedVueTemplate) .not.toEqual(highlightedVueBare) diff --git a/packages/shiki/test/hast.test.ts b/packages/shiki/test/hast.test.ts index 2f71b3af4..2e2e681a8 100644 --- a/packages/shiki/test/hast.test.ts +++ b/packages/shiki/test/hast.test.ts @@ -67,9 +67,9 @@ it('hasfocus support', async () => { expect(code) .toMatchInlineSnapshot(` - "
$foo = "bar";
-      $test = "owo";
-      $bar = "baz";
" + "
$foo = "bar";
+      $test = "owo";
+      $bar = "baz";
" `) }) diff --git a/packages/shiki/test/out/injections-side-effects-angular-after.html b/packages/shiki/test/out/injections-side-effects-angular-after.html index b70f0ae99..ab802b83a 100644 --- a/packages/shiki/test/out/injections-side-effects-angular-after.html +++ b/packages/shiki/test/out/injections-side-effects-angular-after.html @@ -4,14 +4,14 @@ @if (heroes.length > 0) { <ul> - <li *ngFor="let hero of heroes"> + <li *ngFor="let hero of heroes"> @let isSelected = hero === selectedHero; - <button type="button" (click)="selectHero(hero)" [class.selected]="isSelected"> + <button type="button" (click)="selectHero(hero)" [class.selected]="isSelected"> {{hero.name}} </button> </li> </ul> } -<app-hero-detail *ngIf="selectedHero" [hero]="selectedHero"></app-hero-detail> +<app-hero-detail *ngIf="selectedHero" [hero]="selectedHero"></app-hero-detail>
\ No newline at end of file diff --git a/packages/shiki/test/out/injections-side-effects-angular-before.html b/packages/shiki/test/out/injections-side-effects-angular-before.html index 9ee8864bf..fb3e07738 100644 --- a/packages/shiki/test/out/injections-side-effects-angular-before.html +++ b/packages/shiki/test/out/injections-side-effects-angular-before.html @@ -4,14 +4,14 @@ @if (heroes.length > 0) { <ul> - <li *ngFor="let hero of heroes"> + <li *ngFor="let hero of heroes"> @let isSelected = hero === selectedHero; - <button type="button" (click)="selectHero(hero)" [class.selected]="isSelected"> + <button type="button" (click)="selectHero(hero)" [class.selected]="isSelected"> {{hero.name}} </button> </li> </ul> } -<app-hero-detail *ngIf="selectedHero" [hero]="selectedHero"></app-hero-detail> +<app-hero-detail *ngIf="selectedHero" [hero]="selectedHero"></app-hero-detail>
\ No newline at end of file diff --git a/packages/shiki/test/out/injections-side-effects-angular-ts-after.html b/packages/shiki/test/out/injections-side-effects-angular-ts-after.html index 535ead500..d2eaecea7 100644 --- a/packages/shiki/test/out/injections-side-effects-angular-ts-after.html +++ b/packages/shiki/test/out/injections-side-effects-angular-ts-after.html @@ -1,22 +1,22 @@

-import { Component, inject } from '@angular/core';
-import { RouterLink } from '@angular/router';
-import { CartService } from './cart.service';
+import { Component, inject } from '@angular/core';
+import { RouterLink } from '@angular/router';
+import { CartService } from './cart.service';
 
 @Component({
-  selector: 'app-cart-button',
+  selector: 'app-cart-button',
   standalone: true,
   imports: [RouterLink],
   template: `
     <button
-      type="button"
-      [routerLink]="'/cart'"
+      type="button"
+      [routerLink]="'/cart'"
     >
       @if (heroes.length > 0) {
         <ul>
-          <li *ngFor="let hero of heroes">
+          <li *ngFor="let hero of heroes">
             @let isSelected = hero === selectedHero;
-            <button type="button" (click)="selectHero(hero)" [class.selected]="isSelected">
+            <button type="button" (click)="selectHero(hero)" [class.selected]="isSelected">
               {{hero.name}}
             </button>
           </li>
diff --git a/packages/shiki/test/out/injections-side-effects-angular-ts-before.html b/packages/shiki/test/out/injections-side-effects-angular-ts-before.html
index 5bf6aadeb..44702249c 100644
--- a/packages/shiki/test/out/injections-side-effects-angular-ts-before.html
+++ b/packages/shiki/test/out/injections-side-effects-angular-ts-before.html
@@ -1,13 +1,13 @@
 

-import { Component, inject } from '@angular/core';
-import { RouterLink } from '@angular/router';
-import { CartService } from './cart.service';
+import { Component, inject } from '@angular/core';
+import { RouterLink } from '@angular/router';
+import { CartService } from './cart.service';
 
 @Component({
-  selector: 'app-cart-button',
+  selector: 'app-cart-button',
   standalone: true,
   imports: [RouterLink],
-  template: `
+  template: `
     <button
       type="button"
       [routerLink]="'/cart'"
@@ -24,8 +24,8 @@
       }
       Cart
     </button>
-  `,
-  styles: `div {display: block;}`,
+  `,
+  styles: `div {display: block;}`,
 })
 export class CartButtonComponent {
   protected cartService = inject(CartService);
diff --git a/packages/shiki/test/out/injections-side-effects-vue-after.html b/packages/shiki/test/out/injections-side-effects-vue-after.html
index ff23c3b70..ebc894450 100644
--- a/packages/shiki/test/out/injections-side-effects-vue-after.html
+++ b/packages/shiki/test/out/injections-side-effects-vue-after.html
@@ -1 +1 @@
-
<h1 v-if="count == 1 ? true : 'str'.toUpperCase()">{{ count * 2 }}</h1>
\ No newline at end of file +
<h1 v-if="count == 1 ? true : 'str'.toUpperCase()">{{ count * 2 }}</h1>
\ No newline at end of file diff --git a/packages/shiki/test/out/injections-side-effects-vue-before.html b/packages/shiki/test/out/injections-side-effects-vue-before.html index 01d2bbd3d..10941bfba 100644 --- a/packages/shiki/test/out/injections-side-effects-vue-before.html +++ b/packages/shiki/test/out/injections-side-effects-vue-before.html @@ -1 +1 @@ -
<h1 v-if="count == 1 ? true : 'str'.toUpperCase()">{{ count * 2 }}</h1>
\ No newline at end of file +
<h1 v-if="count == 1 ? true : 'str'.toUpperCase()">{{ count * 2 }}</h1>
\ No newline at end of file diff --git a/packages/shiki/test/out/multiple-themes-no-default.html b/packages/shiki/test/out/multiple-themes-no-default.html index ecdc7e0d4..5753f676c 100644 --- a/packages/shiki/test/out/multiple-themes-no-default.html +++ b/packages/shiki/test/out/multiple-themes-no-default.html @@ -55,4 +55,4 @@ } -
console.log("hello")
\ No newline at end of file +
console.log("hello")
\ No newline at end of file diff --git a/packages/shiki/test/out/multiple-themes.html b/packages/shiki/test/out/multiple-themes.html index a9703fc0f..38786e7eb 100644 --- a/packages/shiki/test/out/multiple-themes.html +++ b/packages/shiki/test/out/multiple-themes.html @@ -74,4 +74,4 @@ } -
import * as Shiki from "shiki"
\ No newline at end of file +
import * as Shiki from "shiki"
\ No newline at end of file diff --git a/packages/shiki/test/out/vue-injections.html b/packages/shiki/test/out/vue-injections.html index d8b930889..3bf8c61b3 100644 --- a/packages/shiki/test/out/vue-injections.html +++ b/packages/shiki/test/out/vue-injections.html @@ -1,12 +1,12 @@

-<script setup lang="ts">
-import { ref } from 'vue'
+<script setup lang="ts">
+import { ref } from 'vue'
 const count = ref(0)
 </script>
 
 <template>
   <div>
-    <h1 v-if="count == 1 ? true : 'str'.toUpperCase()">{{ count * 2 }}</h1>
+    <h1 v-if="count == 1 ? true : 'str'.toUpperCase()">{{ count * 2 }}</h1>
   </div>
 </template>
 
\ No newline at end of file diff --git a/packages/shiki/test/shorthands.test.ts b/packages/shiki/test/shorthands.test.ts index 72ce4e466..cac943c44 100644 --- a/packages/shiki/test/shorthands.test.ts +++ b/packages/shiki/test/shorthands.test.ts @@ -4,7 +4,7 @@ import { codeToHtml, codeToTokensBase } from '../src' describe('should', () => { it('codeToHtml', async () => { expect(await codeToHtml('console.log("hello")', { lang: 'js', theme: 'vitesse-light' })) - .toMatchInlineSnapshot(`"
console.log("hello")
"`) + .toMatchInlineSnapshot(`"
console.log("hello")
"`) expect(await codeToHtml('
bar
', { lang: 'html', theme: 'min-dark' })) .toMatchInlineSnapshot(`"
<div class="foo">bar</div>
"`) @@ -40,7 +40,7 @@ describe('should', () => { "offset": 11, }, { - "color": "#C98A7D99", + "color": "#C98A7D77", "content": """, "fontStyle": 0, "offset": 12, @@ -52,7 +52,7 @@ describe('should', () => { "offset": 13, }, { - "color": "#C98A7D99", + "color": "#C98A7D77", "content": """, "fontStyle": 0, "offset": 18, diff --git a/packages/twoslash/package.json b/packages/twoslash/package.json index 833f7b4a5..adebc48d3 100644 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -63,6 +63,6 @@ "@iconify-json/codicon": "^1.1.50", "@shikijs/twoslash": "^3.1.2", "hast-util-from-html": "^2.0.1", - "typescript": "^5.5.3" + "typescript": "^5.5.4" } } diff --git a/packages/twoslash/test/out/classic/console_log.html b/packages/twoslash/test/out/classic/console_log.html index eef051bd5..1ed780e47 100644 --- a/packages/twoslash/test/out/classic/console_log.html +++ b/packages/twoslash/test/out/classic/console_log.html @@ -5,5 +5,5 @@ .shiki { padding: 2em; }
// Hello
-console.error("This is an error")
+console.error("This is an error")
 
This is an error
\ No newline at end of file diff --git a/packages/twoslash/test/out/classic/cuts_out_unnecessary_code.html b/packages/twoslash/test/out/classic/cuts_out_unnecessary_code.html index 0c2385fba..4f5b808b5 100644 --- a/packages/twoslash/test/out/classic/cuts_out_unnecessary_code.html +++ b/packages/twoslash/test/out/classic/cuts_out_unnecessary_code.html @@ -5,9 +5,9 @@ .shiki { padding: 2em; }
function createLabel<T extends number | string>(idOrName: T): NameOrId<T> {
-  throw "unimplemented"
+  throw "unimplemented"
 }
 
-let a = createLabel("typescript")
let a: NameLabel
-let b = createLabel(2.8)
function createLabel<2.8>(idOrName: 2.8): NameOrId<2.8>
-let c = createLabel(Math.random() ? "hello" : 42)
\ No newline at end of file +let a = createLabel("typescript")
let a: NameLabel
+let b = createLabel(2.8)
function createLabel<2.8>(idOrName: 2.8): IdLabel
+let c = createLabel(Math.random() ? "hello" : 42)
\ No newline at end of file diff --git a/packages/twoslash/test/out/completion-end-multifile-2.ts.html b/packages/twoslash/test/out/completion-end-multifile-2.ts.html index 9066c4718..ccd31f6cb 100644 --- a/packages/twoslash/test/out/completion-end-multifile-2.ts.html +++ b/packages/twoslash/test/out/completion-end-multifile-2.ts.html @@ -1,4 +1,4 @@ -
import { const foo: "foo"foo } from './foo'
+
import { const foo: "foo"foo } from './foo'
 
 var console: Consoleconsole.e
  • error
\ No newline at end of file diff --git a/packages/twoslash/test/out/completion-end-multifile-2.ts.json b/packages/twoslash/test/out/completion-end-multifile-2.ts.json index 15abc2f6c..0b4f7e50c 100644 --- a/packages/twoslash/test/out/completion-end-multifile-2.ts.json +++ b/packages/twoslash/test/out/completion-end-multifile-2.ts.json @@ -138,7 +138,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -164,7 +164,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -215,7 +215,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -241,7 +241,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/twoslash/test/out/completion-end-multifile.ts.html b/packages/twoslash/test/out/completion-end-multifile.ts.html index 3238d7158..35528bc9b 100644 --- a/packages/twoslash/test/out/completion-end-multifile.ts.html +++ b/packages/twoslash/test/out/completion-end-multifile.ts.html @@ -1,13 +1,13 @@ -
import { const foo: "foo"foo } from './foo'
+
import { const foo: "foo"foo } from './foo'
  
 type 
type Example = {
-    name: "foo" | "bar" | "baz";
+    name: "foo" | "bar" | "baz";
 }
Example
= {
- name: "foo" | "bar" | "baz"name: 'foo' | 'bar' | 'baz' + name: "foo" | "bar" | "baz"name: 'foo' | 'bar' | 'baz' } const const example: Exampleexample:
type Example = {
-    name: "foo" | "bar" | "baz";
-}
Example
= { name: "foo" | "bar" | "baz"name: 'foo' }
-const example: Exampleexample.name: "foo" | "bar" | "baz"name === '
  • foo
  • bar
  • baz
+ name: "foo" | "bar" | "baz"; +}
Example = { name: "foo" | "bar" | "baz"name: 'foo' } +const example: Exampleexample.name: "foo" | "bar" | "baz"name === '
  • foo
  • bar
  • baz
\ No newline at end of file diff --git a/packages/twoslash/test/out/completion-end-multifile.ts.json b/packages/twoslash/test/out/completion-end-multifile.ts.json index 2259d88b7..291083600 100644 --- a/packages/twoslash/test/out/completion-end-multifile.ts.json +++ b/packages/twoslash/test/out/completion-end-multifile.ts.json @@ -138,7 +138,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -164,7 +164,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -215,7 +215,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -241,7 +241,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -460,7 +460,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -486,7 +486,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -512,7 +512,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -538,7 +538,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -564,7 +564,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -590,7 +590,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -767,7 +767,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -793,7 +793,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -819,7 +819,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -845,7 +845,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -871,7 +871,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -897,7 +897,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -935,7 +935,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -961,7 +961,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -987,7 +987,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1013,7 +1013,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1039,7 +1039,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1065,7 +1065,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1403,7 +1403,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1429,7 +1429,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1455,7 +1455,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1481,7 +1481,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1507,7 +1507,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1533,7 +1533,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1684,7 +1684,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1710,7 +1710,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1736,7 +1736,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1762,7 +1762,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1788,7 +1788,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1814,7 +1814,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1852,7 +1852,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1878,7 +1878,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2078,7 +2078,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2104,7 +2104,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2130,7 +2130,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2156,7 +2156,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2182,7 +2182,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2208,7 +2208,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2246,7 +2246,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/twoslash/test/out/completion-end.ts.html b/packages/twoslash/test/out/completion-end.ts.html index 8946a883d..bcf339146 100644 --- a/packages/twoslash/test/out/completion-end.ts.html +++ b/packages/twoslash/test/out/completion-end.ts.html @@ -2,31 +2,31 @@ const
const a: {
-    test: "foo" | "bar" | "baz";
-}
a
: { test: "foo" | "bar" | "baz"test: 'foo' | 'bar' | 'baz' } = {
- test: "foo" | "bar" | "baz"test: 'foo' + test: "foo" | "bar" | "baz"; +}
a: { test: "foo" | "bar" | "baz"test: 'foo' | 'bar' | 'baz' } = { + test: "foo" | "bar" | "baz"test: 'foo' }
const a: {
-    test: "foo" | "bar" | "baz";
+    test: "foo" | "bar" | "baz";
 }
a
.t
  • test
const a: {
-    test: "foo" | "bar" | "baz";
-}
a
.test: "foo" | "bar" | "baz"test === '
  • foo
  • bar
  • baz
+ test: "foo" | "bar" | "baz"; +}
a.test: "foo" | "bar" | "baz"test === '
  • foo
  • bar
  • baz
const a: {
-    test: "foo" | "bar" | "baz";
-}
a
.test: "foo" | "bar" | "baz"test === 'b
  • bar
  • baz
+ test: "foo" | "bar" | "baz"; +}
a.test: "foo" | "bar" | "baz"test === 'b
  • bar
  • baz
const a: {
-    test: "foo" | "bar" | "baz";
-}
a
.test: "foo" | "bar" | "baz"test === 'b
  • bar
  • baz
ar'
+ test: "foo" | "bar" | "baz"; +}
a.test: "foo" | "bar" | "baz"test === 'b
  • bar
  • baz
ar'
const a: {
-    test: "foo" | "bar" | "baz";
-}
a
.test: "foo" | "bar" | "baz"test === '
  • foo
  • bar
  • baz
bar'
+ test: "foo" | "bar" | "baz"; +}
a.test: "foo" | "bar" | "baz"test === '
  • foo
  • bar
  • baz
bar' \ No newline at end of file diff --git a/packages/twoslash/test/out/completion-end.ts.json b/packages/twoslash/test/out/completion-end.ts.json index cc8be105e..071071bd5 100644 --- a/packages/twoslash/test/out/completion-end.ts.json +++ b/packages/twoslash/test/out/completion-end.ts.json @@ -439,7 +439,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -465,7 +465,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -491,7 +491,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -517,7 +517,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -543,7 +543,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -569,7 +569,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -707,7 +707,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -733,7 +733,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -759,7 +759,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -785,7 +785,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -811,7 +811,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -837,7 +837,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -875,7 +875,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -901,7 +901,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -927,7 +927,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -953,7 +953,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -979,7 +979,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1005,7 +1005,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1125,7 +1125,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1151,7 +1151,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1177,7 +1177,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1203,7 +1203,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1229,7 +1229,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1255,7 +1255,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1293,7 +1293,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1319,7 +1319,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1499,7 +1499,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1525,7 +1525,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1551,7 +1551,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1577,7 +1577,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1603,7 +1603,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1629,7 +1629,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1983,7 +1983,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2009,7 +2009,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2035,7 +2035,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2061,7 +2061,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2087,7 +2087,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2113,7 +2113,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2251,7 +2251,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2277,7 +2277,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2303,7 +2303,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2329,7 +2329,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2355,7 +2355,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2381,7 +2381,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2419,7 +2419,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2824,7 +2824,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2850,7 +2850,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2876,7 +2876,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2902,7 +2902,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2928,7 +2928,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2954,7 +2954,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3092,7 +3092,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3118,7 +3118,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3144,7 +3144,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3170,7 +3170,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3196,7 +3196,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3222,7 +3222,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3260,7 +3260,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3611,7 +3611,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3637,7 +3637,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3663,7 +3663,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3689,7 +3689,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3715,7 +3715,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3741,7 +3741,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3879,7 +3879,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3905,7 +3905,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3931,7 +3931,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3957,7 +3957,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3983,7 +3983,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4009,7 +4009,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4047,7 +4047,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4246,7 +4246,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4424,7 +4424,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4450,7 +4450,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4476,7 +4476,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4502,7 +4502,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4528,7 +4528,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4554,7 +4554,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4692,7 +4692,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4718,7 +4718,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4744,7 +4744,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4770,7 +4770,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4796,7 +4796,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4822,7 +4822,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4860,7 +4860,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5113,7 +5113,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/twoslash/test/out/error-multi-tokens.html b/packages/twoslash/test/out/error-multi-tokens.html index fb758d704..15f7b86f4 100644 --- a/packages/twoslash/test/out/error-multi-tokens.html +++ b/packages/twoslash/test/out/error-multi-tokens.html @@ -1,2 +1,2 @@ -
const const x: [number]x: [number] = ["hello"]
Type 'string' is not assignable to type 'number'.
\ No newline at end of file +
const const x: [number]x: [number] = ["hello"]
Type 'string' is not assignable to type 'number'.
\ No newline at end of file diff --git a/packages/twoslash/test/out/highlights.ts.html b/packages/twoslash/test/out/highlights.ts.html index a6b9a30e6..4b8f88f3b 100644 --- a/packages/twoslash/test/out/highlights.ts.html +++ b/packages/twoslash/test/out/highlights.ts.html @@ -1,8 +1,8 @@ -
type type Result = "pass" | "fail"Result = "pass" | "fail"
+
type type Result = "pass" | "fail"Result = "pass" | "fail"
 
-const const hello: "OK"heconst hello: "OK"llo = "OK"
+const const hello: "OK"heconst hello: "OK"llo = "OK"
 
-const const world: "OK"worlconst world: "OK"d = "OK"
+const const world: "OK"worlconst world: "OK"d = "OK"
 
-var console: Consoleconsole.Console.log(...data: any[]): void
[MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static)
log
("OK")
+var console: Consoleconsole.Console.log(...data: any[]): void
[MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static)
log
("OK")
\ No newline at end of file diff --git a/packages/twoslash/test/out/highlights.ts.json b/packages/twoslash/test/out/highlights.ts.json index 9570d0608..d02ea874d 100644 --- a/packages/twoslash/test/out/highlights.ts.json +++ b/packages/twoslash/test/out/highlights.ts.json @@ -132,7 +132,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -158,7 +158,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -184,7 +184,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -210,7 +210,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -250,7 +250,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -276,7 +276,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -302,7 +302,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -328,7 +328,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -454,7 +454,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -480,7 +480,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -575,7 +575,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -601,7 +601,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -639,7 +639,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -665,7 +665,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -804,7 +804,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -830,7 +830,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -925,7 +925,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -951,7 +951,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -989,7 +989,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1015,7 +1015,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1363,7 +1363,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1389,7 +1389,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/twoslash/test/out/import-vue.ts.html b/packages/twoslash/test/out/import-vue.ts.html index b16546fdd..e60108ad6 100644 --- a/packages/twoslash/test/out/import-vue.ts.html +++ b/packages/twoslash/test/out/import-vue.ts.html @@ -1,6 +1,6 @@
import { function ref<T>(value: T): Ref<UnwrapRef<T>> (+1 overload)
Takes an inner value and returns a reactive and mutable ref object, which -has a single property `.value` that points to the inner value.
@paramvalue - The object to wrap in the ref.@see{@link https://vuejs.org/api/reactivity-core.html#ref}
ref
} from "vue"
+has a single property `.value` that points to the inner value.
@paramvalue - The object to wrap in the ref.@see{@link https://vuejs.org/api/reactivity-core.html#ref}
ref } from "vue" -const const a: Ref<number>a = ref<number>(value: number): Ref<UnwrapRef<number>> (+1 overload)
Takes an inner value and returns a reactive and mutable ref object, which +const const a: Ref<number>a = ref<number>(value: number): Ref<number> (+1 overload)
Takes an inner value and returns a reactive and mutable ref object, which has a single property `.value` that points to the inner value.
@paramvalue - The object to wrap in the ref.@see{@link https://vuejs.org/api/reactivity-core.html#ref}
ref
(10)
-a.value = 'hi'
Type 'string' is not assignable to type 'number'.
\ No newline at end of file +a.value = 'hi'
Type 'string' is not assignable to type 'number'.
\ No newline at end of file diff --git a/packages/twoslash/test/out/import-vue.ts.json b/packages/twoslash/test/out/import-vue.ts.json index 44d4efd1a..6ed53d0ab 100644 --- a/packages/twoslash/test/out/import-vue.ts.json +++ b/packages/twoslash/test/out/import-vue.ts.json @@ -489,7 +489,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -515,7 +515,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -892,32 +892,6 @@ } ] }, - { - "type": "element", - "tagName": "span", - "properties": { - "style": "color:#5DA994" - }, - "children": [ - { - "type": "text", - "value": "UnwrapRef" - } - ] - }, - { - "type": "element", - "tagName": "span", - "properties": { - "style": "color:#666666" - }, - "children": [ - { - "type": "text", - "value": "<" - } - ] - }, { "type": "element", "tagName": "span", @@ -940,7 +914,7 @@ "children": [ { "type": "text", - "value": ">>" + "value": ">" } ] }, @@ -1230,7 +1204,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1256,7 +1230,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/twoslash/test/out/query-offset.ts.html b/packages/twoslash/test/out/query-offset.ts.html index 6dc8382cb..a0e70bdf3 100644 --- a/packages/twoslash/test/out/query-offset.ts.html +++ b/packages/twoslash/test/out/query-offset.ts.html @@ -1,10 +1,10 @@ -
const 
const foo: "123"
foo
= "123"
+
const 
const foo: "123"
foo
= "123"
-const
const bar: "123"
bar
= "123"
+const
const bar: "123"
bar
= "123"
-const
const baz: "123"
baz
= "123"
+const
const baz: "123"
baz
= "123"
\ No newline at end of file diff --git a/packages/twoslash/test/out/query-offset.ts.json b/packages/twoslash/test/out/query-offset.ts.json index 67fe31052..0e7c6d09e 100644 --- a/packages/twoslash/test/out/query-offset.ts.json +++ b/packages/twoslash/test/out/query-offset.ts.json @@ -120,7 +120,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -146,7 +146,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -184,7 +184,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -210,7 +210,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -361,7 +361,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -387,7 +387,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -425,7 +425,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -451,7 +451,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -602,7 +602,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -628,7 +628,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -666,7 +666,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -692,7 +692,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/twoslash/test/out/rich/line-query.html b/packages/twoslash/test/out/rich/line-query.html index b2780cd45..f95e6ff20 100644 --- a/packages/twoslash/test/out/rich/line-query.html +++ b/packages/twoslash/test/out/rich/line-query.html @@ -30,9 +30,9 @@ } const const todo: Readonly<Todo>todo: type Readonly<T> = { readonly [P in keyof T]: T[P]; }
Make all properties in T readonly
Readonly
<Todo> = {
- title: "Delete inactive users".String.toUpperCase(): string
Converts all the alphabetic characters in a string to uppercase.
toUpperCase
(),
title: string
The title of the todo item
}; + title: "Delete inactive users".String.toUpperCase(): string
Converts all the alphabetic characters in a string to uppercase.
toUpperCase
(),
title: string
The title of the todo item
}; -const todo: Readonly<Todo>todo.title = "Hello";
Cannot assign to 'title' because it is a read-only property.
+const todo: Readonly<Todo>todo.title = "Hello";
Cannot assign to 'title' because it is a read-only property.
var Number: NumberConstructor
An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers.
Number
.p
  • parseFloat
  • parseInt
  • prototype
NumberConstructor.parseInt(string: string, radix?: number): number
Converts A string to an integer.
@paramstring A string to convert into a number.@paramradix A value between 2 and 36 that specifies the base of the number in `string`. If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. All other strings are considered decimal.
arseInt
(const todo: Readonly<Todo>todo.title: string
The title of the todo item
title
, 10);
diff --git a/packages/twoslash/test/out/rich/rich-error-hover.html b/packages/twoslash/test/out/rich/rich-error-hover.html index 89d56f7c4..d8a1477bb 100644 --- a/packages/twoslash/test/out/rich/rich-error-hover.html +++ b/packages/twoslash/test/out/rich/rich-error-hover.html @@ -29,7 +29,7 @@ } const const todo: Readonly<Todo>todo: type Readonly<T> = { readonly [P in keyof T]: T[P]; }
Make all properties in T readonly
Readonly
<Todo> = {
- title: stringtitle: "Delete inactive users".String.toUpperCase(): string
Converts all the alphabetic characters in a string to uppercase.
toUpperCase
(),
+ title: stringtitle: "Delete inactive users".String.toUpperCase(): string
Converts all the alphabetic characters in a string to uppercase.
toUpperCase
(),
}; -const todo: Readonly<Todo>todo.
Cannot assign to 'title' because it is a read-only property.
title
= "Hello";
\ No newline at end of file +const todo: Readonly<Todo>todo.
Cannot assign to 'title' because it is a read-only property.
title
= "Hello";
\ No newline at end of file diff --git a/packages/twoslash/test/out/rich/rich.html b/packages/twoslash/test/out/rich/rich.html index f9edf436c..a1fd4b429 100644 --- a/packages/twoslash/test/out/rich/rich.html +++ b/packages/twoslash/test/out/rich/rich.html @@ -30,10 +30,10 @@ } const const todo: Readonly<Todo>todo: type Readonly<T> = { readonly [P in keyof T]: T[P]; }
Make all properties in T readonly
Readonly
<Todo> = {
-
title: string
The title of the todo item
title
: "Delete inactive users".String.toUpperCase(): string
Converts all the alphabetic characters in a string to uppercase.
toUpperCase
(),
+
title: string
The title of the todo item
title
: "Delete inactive users".String.toUpperCase(): string
Converts all the alphabetic characters in a string to uppercase.
toUpperCase
(),
}; -const todo: Readonly<Todo>todo.title = "Hello";
Cannot assign to 'title' because it is a read-only property.
+const todo: Readonly<Todo>todo.title = "Hello";
Cannot assign to 'title' because it is a read-only property.
var Number: NumberConstructor
An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers.
Number
.p
  • parseFloat
  • parseInt
  • prototype
NumberConstructor.parseInt(string: string, radix?: number): number
Converts A string to an integer.
@paramstring A string to convert into a number.@paramradix A value between 2 and 36 that specifies the base of the number in `string`. If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. All other strings are considered decimal.
arseInt
(const todo: Readonly<Todo>todo.title: string
The title of the todo item
title
, 10);
diff --git a/packages/vitepress-twoslash/package.json b/packages/vitepress-twoslash/package.json index 5b9925a97..dda528f74 100644 --- a/packages/vitepress-twoslash/package.json +++ b/packages/vitepress-twoslash/package.json @@ -61,6 +61,6 @@ "shiki": "workspace:*", "twoslash": "^0.2.9", "twoslash-vue": "^0.2.9", - "vue": "^3.4.33" + "vue": "^3.4.34" } } diff --git a/packages/vitepress-twoslash/test/out/completion-end-multifile-2.ts.json b/packages/vitepress-twoslash/test/out/completion-end-multifile-2.ts.json index ac1968e2b..4c5fc590c 100644 --- a/packages/vitepress-twoslash/test/out/completion-end-multifile-2.ts.json +++ b/packages/vitepress-twoslash/test/out/completion-end-multifile-2.ts.json @@ -161,7 +161,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -187,7 +187,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -238,7 +238,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -264,7 +264,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/vitepress-twoslash/test/out/completion-end-multifile.ts.json b/packages/vitepress-twoslash/test/out/completion-end-multifile.ts.json index f4b780b58..bead64ecd 100644 --- a/packages/vitepress-twoslash/test/out/completion-end-multifile.ts.json +++ b/packages/vitepress-twoslash/test/out/completion-end-multifile.ts.json @@ -161,7 +161,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -187,7 +187,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -238,7 +238,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -264,7 +264,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -506,7 +506,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -532,7 +532,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -558,7 +558,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -584,7 +584,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -610,7 +610,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -636,7 +636,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -836,7 +836,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -862,7 +862,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -888,7 +888,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -914,7 +914,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -940,7 +940,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -966,7 +966,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1004,7 +1004,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1030,7 +1030,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1056,7 +1056,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1082,7 +1082,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1108,7 +1108,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1134,7 +1134,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1518,7 +1518,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1544,7 +1544,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1570,7 +1570,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1596,7 +1596,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1622,7 +1622,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1648,7 +1648,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1822,7 +1822,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1848,7 +1848,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1874,7 +1874,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1900,7 +1900,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1926,7 +1926,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1952,7 +1952,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1990,7 +1990,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2016,7 +2016,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2262,7 +2262,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2288,7 +2288,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2314,7 +2314,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2340,7 +2340,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2366,7 +2366,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2392,7 +2392,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2430,7 +2430,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/vitepress-twoslash/test/out/completion-end.ts.json b/packages/vitepress-twoslash/test/out/completion-end.ts.json index b601275d1..1e2076a8c 100644 --- a/packages/vitepress-twoslash/test/out/completion-end.ts.json +++ b/packages/vitepress-twoslash/test/out/completion-end.ts.json @@ -512,7 +512,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -538,7 +538,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -564,7 +564,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -590,7 +590,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -616,7 +616,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -642,7 +642,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -803,7 +803,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -829,7 +829,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -855,7 +855,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -881,7 +881,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -907,7 +907,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -933,7 +933,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -971,7 +971,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -997,7 +997,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1023,7 +1023,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1049,7 +1049,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1075,7 +1075,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1101,7 +1101,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1244,7 +1244,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1270,7 +1270,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1296,7 +1296,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1322,7 +1322,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1348,7 +1348,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1374,7 +1374,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1412,7 +1412,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1438,7 +1438,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1641,7 +1641,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1667,7 +1667,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1693,7 +1693,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1719,7 +1719,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1745,7 +1745,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1771,7 +1771,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2175,7 +2175,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2201,7 +2201,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2227,7 +2227,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2253,7 +2253,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2279,7 +2279,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2305,7 +2305,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2466,7 +2466,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2492,7 +2492,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2518,7 +2518,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2544,7 +2544,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2570,7 +2570,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2596,7 +2596,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -2634,7 +2634,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3089,7 +3089,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3115,7 +3115,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3141,7 +3141,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3167,7 +3167,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3193,7 +3193,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3219,7 +3219,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3380,7 +3380,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3406,7 +3406,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3432,7 +3432,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3458,7 +3458,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3484,7 +3484,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3510,7 +3510,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3548,7 +3548,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3949,7 +3949,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -3975,7 +3975,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4001,7 +4001,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4027,7 +4027,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4053,7 +4053,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4079,7 +4079,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4240,7 +4240,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4266,7 +4266,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4292,7 +4292,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4318,7 +4318,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4344,7 +4344,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4370,7 +4370,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4408,7 +4408,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4634,7 +4634,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4835,7 +4835,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4861,7 +4861,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4887,7 +4887,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4913,7 +4913,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4939,7 +4939,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -4965,7 +4965,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5126,7 +5126,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5152,7 +5152,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5178,7 +5178,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5204,7 +5204,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5230,7 +5230,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5256,7 +5256,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5294,7 +5294,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -5574,7 +5574,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/vitepress-twoslash/test/out/highlights.ts.json b/packages/vitepress-twoslash/test/out/highlights.ts.json index e96e68965..4a4e202df 100644 --- a/packages/vitepress-twoslash/test/out/highlights.ts.json +++ b/packages/vitepress-twoslash/test/out/highlights.ts.json @@ -155,7 +155,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -181,7 +181,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -207,7 +207,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -233,7 +233,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -273,7 +273,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -299,7 +299,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -325,7 +325,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -351,7 +351,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -500,7 +500,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -526,7 +526,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -644,7 +644,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -670,7 +670,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -708,7 +708,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -734,7 +734,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -896,7 +896,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -922,7 +922,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1040,7 +1040,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1066,7 +1066,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1104,7 +1104,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1130,7 +1130,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1576,7 +1576,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1602,7 +1602,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/vitepress-twoslash/test/out/import-vue.ts.json b/packages/vitepress-twoslash/test/out/import-vue.ts.json index 88cb25d13..d440dcbbc 100644 --- a/packages/vitepress-twoslash/test/out/import-vue.ts.json +++ b/packages/vitepress-twoslash/test/out/import-vue.ts.json @@ -650,7 +650,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -676,7 +676,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1099,32 +1099,6 @@ } ] }, - { - "type": "element", - "tagName": "span", - "properties": { - "style": "color:#5DA994" - }, - "children": [ - { - "type": "text", - "value": "UnwrapRef" - } - ] - }, - { - "type": "element", - "tagName": "span", - "properties": { - "style": "color:#666666" - }, - "children": [ - { - "type": "text", - "value": "<" - } - ] - }, { "type": "element", "tagName": "span", @@ -1147,7 +1121,7 @@ "children": [ { "type": "text", - "value": ">>" + "value": ">" } ] }, @@ -1575,7 +1549,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -1601,7 +1575,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/packages/vitepress-twoslash/test/out/query-offset.ts.json b/packages/vitepress-twoslash/test/out/query-offset.ts.json index f7a695f23..3fe952942 100644 --- a/packages/vitepress-twoslash/test/out/query-offset.ts.json +++ b/packages/vitepress-twoslash/test/out/query-offset.ts.json @@ -144,7 +144,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -170,7 +170,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -208,7 +208,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -234,7 +234,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -409,7 +409,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -435,7 +435,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -473,7 +473,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -499,7 +499,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -674,7 +674,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -700,7 +700,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -738,7 +738,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { @@ -764,7 +764,7 @@ "type": "element", "tagName": "span", "properties": { - "style": "color:#C98A7D99" + "style": "color:#C98A7D77" }, "children": [ { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e962e9ef3..81eb713aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: .: devDependencies: '@antfu/eslint-config': - specifier: ^2.23.1 - version: 2.23.1(@vue/compiler-sfc@3.4.33)(eslint-plugin-format@0.1.2(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.3)(vitest@2.0.3(@types/node@20.14.11)(terser@5.27.0)) + specifier: ^2.23.2 + version: 2.23.2(@vue/compiler-sfc@3.4.34)(eslint-plugin-format@0.1.2(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.12)(terser@5.27.0)) '@antfu/ni': specifier: ^0.22.0 version: 0.22.0 @@ -72,11 +72,11 @@ importers: specifier: ^3.0.4 version: 3.0.4 '@types/node': - specifier: ^20.14.11 - version: 20.14.11 + specifier: ^20.14.12 + version: 20.14.12 '@vitest/coverage-v8': - specifier: ^2.0.3 - version: 2.0.3(vitest@2.0.3(@types/node@20.14.11)(terser@5.27.0)) + specifier: ^2.0.4 + version: 2.0.4(vitest@2.0.4(@types/node@20.14.12)(terser@5.27.0)) ansi-sequence-parser: specifier: ^1.1.1 version: 1.1.1 @@ -120,8 +120,8 @@ importers: specifier: ^1.3.4 version: 1.3.4 pnpm: - specifier: ^9.5.0 - version: 9.5.0 + specifier: ^9.6.0 + version: 9.6.0 prettier: specifier: ^3.3.3 version: 3.3.3 @@ -136,13 +136,13 @@ importers: version: 3.5.0 rollup-plugin-dts: specifier: ^6.1.1 - version: 6.1.1(rollup@4.19.0)(typescript@5.5.3) + version: 6.1.1(rollup@4.19.0)(typescript@5.5.4) rollup-plugin-esbuild: specifier: ^6.1.1 version: 6.1.1(esbuild@0.17.19)(rollup@4.19.0) rollup-plugin-typescript2: specifier: ^0.36.0 - version: 0.36.0(rollup@4.19.0)(typescript@5.5.3) + version: 0.36.0(rollup@4.19.0)(typescript@5.5.4) shiki: specifier: workspace:* version: link:packages/shiki @@ -153,29 +153,29 @@ importers: specifier: ^0.16.1 version: 0.16.1 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 unbuild: specifier: ^2.0.0 - version: 2.0.0(typescript@5.5.3) + version: 2.0.0(typescript@5.5.4) vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@20.14.11)(terser@5.27.0) + specifier: ^5.3.5 + version: 5.3.5(@types/node@20.14.12)(terser@5.27.0) vite-tsconfig-paths: specifier: ^4.3.2 - version: 4.3.2(typescript@5.5.3)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0)) + version: 4.3.2(typescript@5.5.4)(vite@5.3.5(@types/node@20.14.12)(terser@5.27.0)) vitepress-plugin-mermaid: specifier: ^2.0.16 - version: 2.0.16(mermaid@10.7.0)(vitepress@1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.11)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.3)) + version: 2.0.16(mermaid@10.7.0)(vitepress@1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.12)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.4)) vitest: - specifier: ^2.0.3 - version: 2.0.3(@types/node@20.14.11)(terser@5.27.0) + specifier: ^2.0.4 + version: 2.0.4(@types/node@20.14.12)(terser@5.27.0) vue-tsc: - specifier: ^2.0.26 - version: 2.0.26(typescript@5.5.3) + specifier: ^2.0.29 + version: 2.0.29(typescript@5.5.4) wrangler: - specifier: ^3.65.1 - version: 3.65.1 + specifier: ^3.67.0 + version: 3.67.0 docs: dependencies: @@ -200,28 +200,28 @@ importers: version: 0.61.5 '@vueuse/core': specifier: ^10.11.0 - version: 10.11.0(vue@3.4.33(typescript@5.5.3)) + version: 10.11.0(vue@3.4.34(typescript@5.5.4)) floating-vue: specifier: ^5.2.2 - version: 5.2.2(vue@3.4.33(typescript@5.5.3)) + version: 5.2.2(vue@3.4.34(typescript@5.5.4)) pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.5.3)(vue@3.4.33(typescript@5.5.3)) + version: 2.1.7(typescript@5.5.4)(vue@3.4.34(typescript@5.5.4)) shiki: specifier: workspace:* version: link:../packages/shiki unocss: specifier: ^0.61.5 - version: 0.61.5(postcss@8.4.39)(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0)) + version: 0.61.5(postcss@8.4.39)(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0)) unplugin-vue-components: specifier: ^0.27.3 - version: 0.27.3(@babel/parser@7.24.8)(rollup@4.19.0)(vue@3.4.33(typescript@5.5.3)) + version: 0.27.3(@babel/parser@7.24.8)(rollup@4.19.0)(vue@3.4.34(typescript@5.5.4)) vitepress: specifier: ^1.3.1 - version: 1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.11)(fuse.js@7.0.0)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.3) + version: 1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.12)(fuse.js@7.0.0)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.4) vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.5.3) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.5.4) packages/cli: dependencies: @@ -281,8 +281,8 @@ importers: version: link:../shiki devDependencies: '@types/markdown-it': - specifier: ^14.1.1 - version: 14.1.1 + specifier: ^14.1.2 + version: 14.1.2 packages/monaco: dependencies: @@ -297,11 +297,11 @@ importers: packages/monaco/playground: devDependencies: typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 vite: - specifier: ^5.3.4 - version: 5.3.4(@types/node@20.14.11)(terser@5.27.0) + specifier: ^5.3.5 + version: 5.3.5(@types/node@20.14.12)(terser@5.27.0) packages/rehype: dependencies: @@ -350,8 +350,8 @@ importers: specifier: ^1.14.0 version: 1.14.0 tm-themes: - specifier: ^1.5.6 - version: 1.5.6 + specifier: ^1.5.7 + version: 1.5.7 vscode-oniguruma: specifier: ^1.7.0 version: 1.7.0 @@ -369,7 +369,7 @@ importers: version: link:../core twoslash: specifier: ^0.2.9 - version: 0.2.9(typescript@5.5.3) + version: 0.2.9(typescript@5.5.4) devDependencies: '@iconify-json/carbon': specifier: ^1.1.36 @@ -384,8 +384,8 @@ importers: specifier: ^2.0.1 version: 2.0.1 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 packages/vitepress-twoslash: dependencies: @@ -394,7 +394,7 @@ importers: version: link:../twoslash floating-vue: specifier: ^5.2.2 - version: 5.2.2(vue@3.4.33(typescript@5.5.3)) + version: 5.2.2(vue@3.4.34(typescript@5.5.4)) mdast-util-from-markdown: specifier: ^2.0.1 version: 2.0.1 @@ -409,13 +409,13 @@ importers: version: link:../shiki twoslash: specifier: ^0.2.9 - version: 0.2.9(typescript@5.5.3) + version: 0.2.9(typescript@5.5.4) twoslash-vue: specifier: ^0.2.9 - version: 0.2.9(typescript@5.5.3) + version: 0.2.9(typescript@5.5.4) vue: - specifier: ^3.4.33 - version: 3.4.33(typescript@5.5.3) + specifier: ^3.4.34 + version: 3.4.34(typescript@5.5.4) packages: @@ -489,8 +489,8 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@antfu/eslint-config@2.23.1': - resolution: {integrity: sha512-ncp0CVLTvwKItpEPyI5WlUrN4B8J8ksXyi/L684KPCAlzk5CYugno01ApcqnHKlc951vz2NbXU7XdEpZfBl6HA==} + '@antfu/eslint-config@2.23.2': + resolution: {integrity: sha512-O1HYH2EVTm/+NPk30pG5nExHPe7B7Uozv2K6Xq+5u4WMjL7DN/zRO+Dj/4Ea6VqyWDUXVEKoIjATGsngpHjsoA==} hasBin: true peerDependencies: '@eslint-react/eslint-plugin': ^1.5.8 @@ -535,16 +535,6 @@ packages: svelte-eslint-parser: optional: true - '@antfu/eslint-plugin-unused-imports@4.0.0': - resolution: {integrity: sha512-bvM3EnoradE3WbdOWafEGj0VzTi455gWvjmIHsmpWoIHJ6XehjnJh8Dq3+sz8t3bh14LQyFBKTx3m24q2zE1dw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - '@typescript-eslint/eslint-plugin': ^8.0.0-0 - eslint: ^9.0.0 - peerDependenciesMeta: - '@typescript-eslint/eslint-plugin': - optional: true - '@antfu/install-pkg@0.1.1': resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==} @@ -1412,10 +1402,6 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - '@eslint-community/regexpp@4.10.0': - resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-community/regexpp@4.11.0': resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} @@ -1783,6 +1769,9 @@ packages: '@types/markdown-it@14.1.1': resolution: {integrity: sha512-4NpsnpYl2Gt1ljyBGrKMxFYAYvpqbnnkgP/i/g+NLpjEUa3obn1XJCur9YbEXKDAkaXqsR1LbDnGEJ0MmKFxfg==} + '@types/markdown-it@14.1.2': + resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} + '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} @@ -1801,8 +1790,8 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@20.14.11': - resolution: {integrity: sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==} + '@types/node@20.14.12': + resolution: {integrity: sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -1999,37 +1988,43 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/coverage-v8@2.0.3': - resolution: {integrity: sha512-53d+6jXFdYbasXBmsL6qaGIfcY5eBQq0sP57AjdasOcSiGNj4qxkkpDKIitUNfjxcfAfUfQ8BD0OR2fSey64+g==} + '@vitest/coverage-v8@2.0.4': + resolution: {integrity: sha512-i4lx/Wpg5zF1h2op7j0wdwuEQxaL/YTwwQaKuKMHYj7MMh8c7I4W7PNfOptZBCSBZI0z1qwn64o0pM/pA8Tz1g==} peerDependencies: - vitest: 2.0.3 + vitest: 2.0.4 - '@vitest/expect@2.0.3': - resolution: {integrity: sha512-X6AepoOYePM0lDNUPsGXTxgXZAl3EXd0GYe/MZyVE4HzkUqyUVC6S3PrY5mClDJ6/7/7vALLMV3+xD/Ko60Hqg==} + '@vitest/expect@2.0.4': + resolution: {integrity: sha512-39jr5EguIoanChvBqe34I8m1hJFI4+jxvdOpD7gslZrVQBKhh8H9eD7J/LJX4zakrw23W+dITQTDqdt43xVcJw==} - '@vitest/pretty-format@2.0.3': - resolution: {integrity: sha512-URM4GLsB2xD37nnTyvf6kfObFafxmycCL8un3OC9gaCs5cti2u+5rJdIflZ2fUJUen4NbvF6jCufwViAFLvz1g==} + '@vitest/pretty-format@2.0.4': + resolution: {integrity: sha512-RYZl31STbNGqf4l2eQM1nvKPXE0NhC6Eq0suTTePc4mtMQ1Fn8qZmjV4emZdEdG2NOWGKSCrHZjmTqDCDoeFBw==} - '@vitest/runner@2.0.3': - resolution: {integrity: sha512-EmSP4mcjYhAcuBWwqgpjR3FYVeiA4ROzRunqKltWjBfLNs1tnMLtF+qtgd5ClTwkDP6/DGlKJTNa6WxNK0bNYQ==} + '@vitest/runner@2.0.4': + resolution: {integrity: sha512-Gk+9Su/2H2zNfNdeJR124gZckd5st4YoSuhF1Rebi37qTXKnqYyFCd9KP4vl2cQHbtuVKjfEKrNJxHHCW8thbQ==} - '@vitest/snapshot@2.0.3': - resolution: {integrity: sha512-6OyA6v65Oe3tTzoSuRPcU6kh9m+mPL1vQ2jDlPdn9IQoUxl8rXhBnfICNOC+vwxWY684Vt5UPgtcA2aPFBb6wg==} + '@vitest/snapshot@2.0.4': + resolution: {integrity: sha512-or6Mzoz/pD7xTvuJMFYEtso1vJo1S5u6zBTinfl+7smGUhqybn6VjzCDMhmTyVOFWwkCMuNjmNNxnyXPgKDoPw==} - '@vitest/spy@2.0.3': - resolution: {integrity: sha512-sfqyAw/ypOXlaj4S+w8689qKM1OyPOqnonqOc9T91DsoHbfN5mU7FdifWWv3MtQFf0lEUstEwR9L/q/M390C+A==} + '@vitest/spy@2.0.4': + resolution: {integrity: sha512-uTXU56TNoYrTohb+6CseP8IqNwlNdtPwEO0AWl+5j7NelS6x0xZZtP0bDWaLvOfUbaYwhhWp1guzXUxkC7mW7Q==} - '@vitest/utils@2.0.3': - resolution: {integrity: sha512-c/UdELMuHitQbbc/EVctlBaxoYAwQPQdSNwv7z/vHyBKy2edYZaFgptE27BRueZB7eW8po+cllotMNTDpL3HWg==} + '@vitest/utils@2.0.4': + resolution: {integrity: sha512-Zc75QuuoJhOBnlo99ZVUkJIuq4Oj0zAkrQ2VzCqNCx6wAwViHEh5Fnp4fiJTE9rA+sAoXRf00Z9xGgfEzV6fzQ==} '@volar/language-core@2.4.0-alpha.15': resolution: {integrity: sha512-mt8z4Fm2WxfQYoQHPcKVjLQV6PgPqyKLbkCVY2cr5RSaamqCHjhKEpsFX66aL4D/7oYguuaUw9Bx03Vt0TpIIA==} + '@volar/language-core@2.4.0-alpha.18': + resolution: {integrity: sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==} + '@volar/source-map@2.4.0-alpha.15': resolution: {integrity: sha512-8Htngw5TmBY4L3ClDqBGyfLhsB8EmoEXUH1xydyEtEoK0O6NX5ur4Jw8jgvscTlwzizyl/wsN1vn0cQXVbbXYg==} - '@volar/typescript@2.4.0-alpha.15': - resolution: {integrity: sha512-U3StRBbDuxV6Woa4hvGS4kz3XcOzrWUKgFdEFN+ba1x3eaYg7+ytau8ul05xgA+UNGLXXsKur7fTUhDFyISk0w==} + '@volar/source-map@2.4.0-alpha.18': + resolution: {integrity: sha512-MTeCV9MUwwsH0sNFiZwKtFrrVZUK6p8ioZs3xFzHc2cvDXHWlYN3bChdQtwKX+FY2HG6H3CfAu1pKijolzIQ8g==} + + '@volar/typescript@2.4.0-alpha.18': + resolution: {integrity: sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==} '@vue/compiler-core@3.4.31': resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==} @@ -2037,17 +2032,26 @@ packages: '@vue/compiler-core@3.4.33': resolution: {integrity: sha512-MoIREbkdPQlnGfSKDMgzTqzqx5nmEjIc0ydLVYlTACGBsfvOJ4tHSbZXKVF536n6fB+0eZaGEOqsGThPpdvF5A==} + '@vue/compiler-core@3.4.34': + resolution: {integrity: sha512-Z0izUf32+wAnQewjHu+pQf1yw00EGOmevl1kE+ljjjMe7oEfpQ+BI3/JNK7yMB4IrUsqLDmPecUrpj3mCP+yJQ==} + '@vue/compiler-dom@3.4.31': resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==} '@vue/compiler-dom@3.4.33': resolution: {integrity: sha512-GzB8fxEHKw0gGet5BKlpfXEqoBnzSVWwMnT+dc25wE7pFEfrU/QsvjZMP9rD4iVXHBBoemTct8mN0GJEI6ZX5A==} - '@vue/compiler-sfc@3.4.33': - resolution: {integrity: sha512-7rk7Vbkn21xMwIUpHQR4hCVejwE6nvhBOiDgoBcR03qvGqRKA7dCBSsHZhwhYUsmjlbJ7OtD5UFIyhP6BY+c8A==} + '@vue/compiler-dom@3.4.34': + resolution: {integrity: sha512-3PUOTS1h5cskdOJMExCu2TInXuM0j60DRPpSCJDqOCupCfUZCJoyQmKtRmA8EgDNZ5kcEE7vketamRZfrEuVDw==} - '@vue/compiler-ssr@3.4.33': - resolution: {integrity: sha512-0WveC9Ai+eT/1b6LCV5IfsufBZ0HP7pSSTdDjcuW302tTEgoBw8rHVHKPbGUtzGReUFCRXbv6zQDDgucnV2WzQ==} + '@vue/compiler-sfc@3.4.34': + resolution: {integrity: sha512-x6lm0UrM03jjDXTPZgD9Ad8bIVD1ifWNit2EaWQIZB5CULr46+FbLQ5RpK7AXtDHGjx9rmvC7QRCTjsiGkAwRw==} + + '@vue/compiler-ssr@3.4.34': + resolution: {integrity: sha512-8TDBcLaTrFm5rnF+Qm4BlliaopJgqJ28Nsrc80qazynm5aJO+Emu7y0RWw34L8dNnTRdcVBpWzJxhGYzsoVu4g==} + + '@vue/compiler-vue2@2.7.16': + resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} '@vue/devtools-api@6.5.1': resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} @@ -2069,19 +2073,27 @@ packages: typescript: optional: true - '@vue/reactivity@3.4.33': - resolution: {integrity: sha512-B24QIelahDbyHipBgbUItQblbd4w5HpG3KccL+YkGyo3maXyS253FzcTR3pSz739OTphmzlxP7JxEMWBpewilA==} + '@vue/language-core@2.0.29': + resolution: {integrity: sha512-o2qz9JPjhdoVj8D2+9bDXbaI4q2uZTHQA/dbyZT4Bj1FR9viZxDJnLcKVHfxdn6wsOzRgpqIzJEEmSSvgMvDTQ==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true - '@vue/runtime-core@3.4.33': - resolution: {integrity: sha512-6wavthExzT4iAxpe8q37/rDmf44nyOJGISJPxCi9YsQO+8w9v0gLCFLfH5TzD1V1AYrTAdiF4Y1cgUmP68jP6w==} + '@vue/reactivity@3.4.34': + resolution: {integrity: sha512-ua+Lo+wBRlBEX9TtgPOShE2JwIO7p6BTZ7t1KZVPoaBRfqbC7N3c8Mpzicx173fXxx5VXeU6ykiHo7WgLzJQDA==} - '@vue/runtime-dom@3.4.33': - resolution: {integrity: sha512-iHsMCUSFJ+4z432Bn9kZzHX+zOXa6+iw36DaVRmKYZpPt9jW9riF32SxNwB124i61kp9+AZtheQ/mKoJLerAaQ==} + '@vue/runtime-core@3.4.34': + resolution: {integrity: sha512-PXhkiRPwcPGJ1BnyBZFI96GfInCVskd0HPNIAZn7i3YOmLbtbTZpB7/kDTwC1W7IqdGPkTVC63IS7J2nZs4Ebg==} - '@vue/server-renderer@3.4.33': - resolution: {integrity: sha512-jTH0d6gQcaYideFP/k0WdEu8PpRS9MF8d0b6SfZzNi+ap972pZ0TNIeTaESwdOtdY0XPVj54XEJ6K0wXxir4fw==} + '@vue/runtime-dom@3.4.34': + resolution: {integrity: sha512-dXqIe+RqFAK2Euak4UsvbIupalrhc67OuQKpD7HJ3W2fv8jlqvI7szfBCsAEcE8o/wyNpkloxB6J8viuF/E3gw==} + + '@vue/server-renderer@3.4.34': + resolution: {integrity: sha512-GeyEUfMVRZMD/mZcNONEqg7MiU10QQ1DB3O/Qr6+8uXpbwdlmVgQ5Qs1/ZUAFX1X2UUtqMoGrDRbxdWfOJFT7Q==} peerDependencies: - vue: 3.4.33 + vue: 3.4.34 '@vue/shared@3.4.31': resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==} @@ -2089,6 +2101,9 @@ packages: '@vue/shared@3.4.33': resolution: {integrity: sha512-aoRY0jQk3A/cuvdkodTrM4NMfxco8n55eG4H7ML/CRy7OryHfiqvug4xrCBBMbbN+dvXAetDDwZW9DXWWjBntA==} + '@vue/shared@3.4.34': + resolution: {integrity: sha512-x5LmiRLpRsd9KTjAB8MPKf0CDPMcuItjP0gbNqFCIgL1I8iYp4zglhj9w9FPCdIbHG2M91RVeIbArFfFTz9I3A==} + '@vueuse/core@10.11.0': resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==} @@ -2975,6 +2990,16 @@ packages: peerDependencies: eslint: '>=8.56.0' + eslint-plugin-unused-imports@4.0.1: + resolution: {integrity: sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/eslint-plugin': ^8.0.0-0 + eslint: ^9.0.0 + peerDependenciesMeta: + '@typescript-eslint/eslint-plugin': + optional: true + eslint-plugin-vitest@0.5.4: resolution: {integrity: sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ==} engines: {node: ^18.0.0 || >= 20.0.0} @@ -3541,9 +3566,6 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-tokens@9.0.0: - resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} - js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -4277,8 +4299,8 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - pnpm@9.5.0: - resolution: {integrity: sha512-FAA2gwEkYY1iSiGHtQ0EKJ1aCH8ybJ7fwMzXM9dsT1LDoxPU/BSHlKKp2BVTAWAE5nQujPhQZwJopzh/wiDJAw==} + pnpm@9.6.0: + resolution: {integrity: sha512-ONxvuo26NbOTQLlwARLC/h4S8QsXE0cVpKqYzPe7A152/Zgc8Ls4TfqY+NavVIHCvvL0Jmokv6IMNOtxR84LXg==} engines: {node: '>=18.12'} hasBin: true @@ -4865,9 +4887,6 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strip-literal@2.1.0: - resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} - stylehacks@6.0.2: resolution: {integrity: sha512-00zvJGnCu64EpMjX8b5iCZ3us2Ptyw8+toEkb92VdmkEaRaSGBNKAoK6aWZckhXxmQP8zWiTaFaiMGIU8Ve8sg==} engines: {node: ^14 || ^16 || >=18.0} @@ -4955,8 +4974,8 @@ packages: tm-grammars@1.14.0: resolution: {integrity: sha512-U4VxAX/XEYbFrzxLu0btW82iFMf1XImNsWHNljcj/XuFs5JrlV3l0WoW95oPpdyc0LL0YxfsEdyICWyox0Vk7Q==} - tm-themes@1.5.6: - resolution: {integrity: sha512-VkFe5yQyqJCl/f+4Ws1MWHt1jsjEHRwCtqkOc6PWquEfS/4YZThRQpemCzmGMeSSssStR8H5iDIBflVONnCxgA==} + tm-themes@1.5.7: + resolution: {integrity: sha512-po/2dZNyEDcPdlzHLWb8GZuCKierNUOyF5Nff6EUVqBknaoY6ksGc2xQ2/SnP4S22H/VuzN82ObABGu77RTa+w==} to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} @@ -5045,8 +5064,8 @@ packages: resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} engines: {node: '>=14.16'} - typescript@5.5.3: - resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==} + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true @@ -5197,8 +5216,8 @@ packages: vfile@6.0.1: resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==} - vite-node@2.0.3: - resolution: {integrity: sha512-14jzwMx7XTcMB+9BhGQyoEAmSl0eOr3nrnn+Z12WNERtOvLN+d2scbRUvyni05rT3997Bg+rZb47NyP4IQPKXg==} + vite-node@2.0.4: + resolution: {integrity: sha512-ZpJVkxcakYtig5iakNeL7N3trufe3M6vGuzYAr4GsbCTwobDeyPJpE4cjDhhPluv8OvQCFzu2LWp6GkoKRITXA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -5238,6 +5257,34 @@ packages: terser: optional: true + vite@5.3.5: + resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + vitepress-plugin-mermaid@2.0.16: resolution: {integrity: sha512-sW0Eu4+1EzRdwZBMGjzwKDsbQiuJIxCy8BlMw7Ur88p9fXalrFYKqZ3wYWLxsFTBipeooFIeanef/xw1P+v7vQ==} peerDependencies: @@ -5256,15 +5303,15 @@ packages: postcss: optional: true - vitest@2.0.3: - resolution: {integrity: sha512-o3HRvU93q6qZK4rI2JrhKyZMMuxg/JRt30E6qeQs6ueaiz5hr1cPj+Sk2kATgQzMMqsa2DiNI0TIK++1ULx8Jw==} + vitest@2.0.4: + resolution: {integrity: sha512-luNLDpfsnxw5QSW4bISPe6tkxVvv5wn2BBs/PuDRkhXZ319doZyLOBr1sjfB5yCEpTiU7xCAdViM8TNVGPwoog==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.0.3 - '@vitest/ui': 2.0.3 + '@vitest/browser': 2.0.4 + '@vitest/ui': 2.0.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -5315,14 +5362,14 @@ packages: vue-template-compiler@2.7.16: resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} - vue-tsc@2.0.26: - resolution: {integrity: sha512-tOhuwy2bIXbMhz82ef37qeiaQHMXKQkD6mOF6CCPl3/uYtST3l6fdNyfMxipudrQTxTfXVPlgJdMENBFfC1CfQ==} + vue-tsc@2.0.29: + resolution: {integrity: sha512-MHhsfyxO3mYShZCGYNziSbc63x7cQ5g9kvijV7dRe1TTXBRLxXyL0FnXWpUF1xII2mJ86mwYpYsUmMwkmerq7Q==} hasBin: true peerDependencies: typescript: '>=5.0.0' - vue@3.4.33: - resolution: {integrity: sha512-VdMCWQOummbhctl4QFMcW6eNtXHsFyDlX60O/tsSQuCcuDOnJ1qPOhhVla65Niece7xq/P2zyZReIO5mP+LGTQ==} + vue@3.4.34: + resolution: {integrity: sha512-VZze05HWlA3ItreQ/ka7Sx7PoD0/3St8FEiSlSTVgb6l4hL+RjtP2/8g5WQBzZgyf8WG2f+g1bXzC7zggLhAJA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5347,8 +5394,8 @@ packages: engines: {node: '>= 8'} hasBin: true - why-is-node-running@2.2.2: - resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} + why-is-node-running@2.3.0: + resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} engines: {node: '>=8'} hasBin: true @@ -5357,8 +5404,8 @@ packages: engines: {node: '>=16'} hasBin: true - wrangler@3.65.1: - resolution: {integrity: sha512-Z5NyrbpGMQCpim/6VnI1im0/Weh5+CU1sdep1JbfFxHjn/Jt9K+MeUq+kCns5ubkkdRx2EYsusB/JKyX2JdJ4w==} + wrangler@3.67.0: + resolution: {integrity: sha512-elun6p9rAmGr/CtnCixhUXWeKT+LnFbHDsLLizgAlFJbsgCPV/O1if7uMjTGD/fUJNXrwbTVRpxvInz5X9gE2Q==} engines: {node: '>=16.17.0'} hasBin: true peerDependencies: @@ -5540,14 +5587,13 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@antfu/eslint-config@2.23.1(@vue/compiler-sfc@3.4.33)(eslint-plugin-format@0.1.2(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.3)(vitest@2.0.3(@types/node@20.14.11)(terser@5.27.0))': + '@antfu/eslint-config@2.23.2(@vue/compiler-sfc@3.4.34)(eslint-plugin-format@0.1.2(eslint@9.7.0))(eslint@9.7.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.12)(terser@5.27.0))': dependencies: - '@antfu/eslint-plugin-unused-imports': 4.0.0(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0) '@antfu/install-pkg': 0.3.3 '@clack/prompts': 0.7.0 - '@stylistic/eslint-plugin': 2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.3) - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3) - '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3) + '@stylistic/eslint-plugin': 2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4) eslint: 9.7.0 eslint-config-flat-gitignore: 0.1.8 eslint-flat-config-utils: 0.2.5 @@ -5555,20 +5601,21 @@ snapshots: eslint-plugin-antfu: 2.3.4(eslint@9.7.0) eslint-plugin-command: 0.2.3(eslint@9.7.0) eslint-plugin-eslint-comments: 3.2.0(eslint@9.7.0) - eslint-plugin-import-x: 3.0.1(eslint@9.7.0)(typescript@5.5.3) + eslint-plugin-import-x: 3.0.1(eslint@9.7.0)(typescript@5.5.4) eslint-plugin-jsdoc: 48.8.3(eslint@9.7.0) eslint-plugin-jsonc: 2.16.0(eslint@9.7.0) eslint-plugin-markdown: 5.1.0(eslint@9.7.0) eslint-plugin-n: 17.9.0(eslint@9.7.0) eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-perfectionist: 2.11.0(eslint@9.7.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.7.0)) + eslint-plugin-perfectionist: 2.11.0(eslint@9.7.0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.7.0)) eslint-plugin-regexp: 2.6.0(eslint@9.7.0) eslint-plugin-toml: 0.11.1(eslint@9.7.0) eslint-plugin-unicorn: 54.0.0(eslint@9.7.0) - eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)(vitest@2.0.3(@types/node@20.14.11)(terser@5.27.0)) + eslint-plugin-unused-imports: 4.0.1(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0) + eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.12)(terser@5.27.0)) eslint-plugin-vue: 9.27.0(eslint@9.7.0) eslint-plugin-yml: 1.14.0(eslint@9.7.0) - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.33)(eslint@9.7.0) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.34)(eslint@9.7.0) globals: 15.8.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -5587,13 +5634,6 @@ snapshots: - typescript - vitest - '@antfu/eslint-plugin-unused-imports@4.0.0(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)': - dependencies: - eslint: 9.7.0 - eslint-rule-composer: 0.3.0 - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3) - '@antfu/install-pkg@0.1.1': dependencies: execa: 5.1.1 @@ -5665,20 +5705,20 @@ snapshots: '@babel/generator@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-compilation-targets@7.24.7': dependencies: '@babel/compat-data': 7.24.7 '@babel/helper-validator-option': 7.24.7 - browserslist: 4.23.0 + browserslist: 4.23.1 lru-cache: 5.1.1 semver: 6.3.1 @@ -5707,28 +5747,28 @@ snapshots: '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-function-name@7.24.7': dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-hoist-variables@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-member-expression-to-functions@7.24.7': dependencies: '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.24.7': dependencies: '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color @@ -5767,7 +5807,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-plugin-utils@7.24.7': {} @@ -5783,20 +5823,20 @@ snapshots: '@babel/helper-simple-access@7.24.7': dependencies: '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-string-parser@7.24.7': {} @@ -5811,7 +5851,7 @@ snapshots: '@babel/helpers@7.24.7': dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helpers@7.24.8': dependencies: @@ -5827,7 +5867,7 @@ snapshots: '@babel/parser@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/parser@7.24.8': dependencies: @@ -5878,8 +5918,8 @@ snapshots: '@babel/template@7.24.7': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 '@babel/traverse@7.24.7': dependencies: @@ -5889,8 +5929,8 @@ snapshots: '@babel/helper-function-name': 7.24.7 '@babel/helper-hoist-variables': 7.24.7 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 debug: 4.3.5 globals: 11.12.0 transitivePeerDependencies: @@ -5997,7 +6037,7 @@ snapshots: '@types/estree': 1.0.5 '@typescript-eslint/types': 7.14.1 comment-parser: 1.4.1 - esquery: 1.5.0 + esquery: 1.6.0 jsdoc-type-pratt-parser: 4.0.0 '@es-joy/jsdoccomment@0.46.0': @@ -6294,8 +6334,6 @@ snapshots: eslint: 9.7.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/regexpp@4.10.0': {} - '@eslint-community/regexpp@4.11.0': {} '@eslint/config-array@0.17.0': @@ -6450,7 +6488,7 @@ snapshots: '@npmcli/fs@3.1.1': dependencies: - semver: 7.6.2 + semver: 7.6.3 '@npmcli/redact@2.0.1': {} @@ -6638,31 +6676,31 @@ snapshots: estraverse: 5.3.0 picomatch: 4.0.2 - '@stylistic/eslint-plugin-plus@2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.3)': + '@stylistic/eslint-plugin-plus@2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.4)': dependencies: '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4) eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin-ts@2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.3)': + '@stylistic/eslint-plugin-ts@2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.4)': dependencies: '@stylistic/eslint-plugin-js': 2.6.0-beta.0(eslint@9.7.0) '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4) eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin@2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.3)': + '@stylistic/eslint-plugin@2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.4)': dependencies: '@stylistic/eslint-plugin-js': 2.6.0-beta.0(eslint@9.7.0) '@stylistic/eslint-plugin-jsx': 2.6.0-beta.0(eslint@9.7.0) - '@stylistic/eslint-plugin-plus': 2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.3) - '@stylistic/eslint-plugin-ts': 2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.3) + '@stylistic/eslint-plugin-plus': 2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.4) + '@stylistic/eslint-plugin-ts': 2.6.0-beta.0(eslint@9.7.0)(typescript@5.5.4) '@types/eslint': 8.56.10 eslint: 9.7.0 transitivePeerDependencies: @@ -6693,16 +6731,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.14.11 + '@types/node': 20.14.12 '@types/fs-extra@8.1.5': dependencies: - '@types/node': 20.14.11 + '@types/node': 20.14.12 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.14.11 + '@types/node': 20.14.12 '@types/hast@3.0.4': dependencies: @@ -6712,7 +6750,7 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.14.11 + '@types/node': 20.14.12 '@types/linkify-it@5.0.0': {} @@ -6721,6 +6759,11 @@ snapshots: '@types/linkify-it': 5.0.0 '@types/mdurl': 2.0.0 + '@types/markdown-it@14.1.2': + dependencies: + '@types/linkify-it': 5.0.0 + '@types/mdurl': 2.0.0 + '@types/mdast@4.0.4': dependencies: '@types/unist': 3.0.2 @@ -6735,9 +6778,9 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.14.11 + '@types/node': 20.14.12 - '@types/node@20.14.11': + '@types/node@20.14.12': dependencies: undici-types: 5.26.5 @@ -6749,34 +6792,34 @@ snapshots: '@types/web-bluetooth@0.0.20': {} - '@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)': + '@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4)': dependencies: - '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3) + '@eslint-community/regexpp': 4.11.0 + '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4) '@typescript-eslint/scope-manager': 8.0.0-alpha.40 - '@typescript-eslint/type-utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3) - '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/type-utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4) '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 eslint: 9.7.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.5.3) + ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3)': + '@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/scope-manager': 8.0.0-alpha.40 '@typescript-eslint/types': 8.0.0-alpha.40 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 debug: 4.3.5 eslint: 9.7.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color @@ -6790,14 +6833,14 @@ snapshots: '@typescript-eslint/types': 8.0.0-alpha.40 '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 - '@typescript-eslint/type-utils@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3)': + '@typescript-eslint/type-utils@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.3) - '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) + '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4) debug: 4.3.5 - ts-api-utils: 1.3.0(typescript@5.5.3) + ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - eslint - supports-color @@ -6806,7 +6849,7 @@ snapshots: '@typescript-eslint/types@8.0.0-alpha.40': {} - '@typescript-eslint/typescript-estree@7.14.1(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@7.14.1(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 7.14.1 '@typescript-eslint/visitor-keys': 7.14.1 @@ -6814,14 +6857,14 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.5.3) + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.0.0-alpha.40(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@8.0.0-alpha.40(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 8.0.0-alpha.40 '@typescript-eslint/visitor-keys': 8.0.0-alpha.40 @@ -6829,30 +6872,30 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.5.3) + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@7.14.1(eslint@9.7.0)(typescript@5.5.3)': + '@typescript-eslint/utils@7.14.1(eslint@9.7.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@typescript-eslint/scope-manager': 7.14.1 '@typescript-eslint/types': 7.14.1 - '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.4) eslint: 9.7.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3)': + '@typescript-eslint/utils@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@typescript-eslint/scope-manager': 8.0.0-alpha.40 '@typescript-eslint/types': 8.0.0-alpha.40 - '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4) eslint: 9.7.0 transitivePeerDependencies: - supports-color @@ -6876,13 +6919,13 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@unocss/astro@0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0))': + '@unocss/astro@0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0))': dependencies: '@unocss/core': 0.61.5 '@unocss/reset': 0.61.5 - '@unocss/vite': 0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0)) + '@unocss/vite': 0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0)) optionalDependencies: - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) + vite: 5.3.4(@types/node@20.14.12)(terser@5.27.0) transitivePeerDependencies: - rollup @@ -7013,7 +7056,7 @@ snapshots: dependencies: '@unocss/core': 0.61.5 - '@unocss/vite@0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0))': + '@unocss/vite@0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.19.0) @@ -7025,16 +7068,16 @@ snapshots: chokidar: 3.6.0 fast-glob: 3.3.2 magic-string: 0.30.10 - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) + vite: 5.3.4(@types/node@20.14.12)(terser@5.27.0) transitivePeerDependencies: - rollup - '@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0))(vue@3.4.33(typescript@5.5.3))': + '@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4))': dependencies: - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) - vue: 3.4.33(typescript@5.5.3) + vite: 5.3.4(@types/node@20.14.12)(terser@5.27.0) + vue: 3.4.34(typescript@5.5.4) - '@vitest/coverage-v8@2.0.3(vitest@2.0.3(@types/node@20.14.11)(terser@5.27.0))': + '@vitest/coverage-v8@2.0.4(vitest@2.0.4(@types/node@20.14.12)(terser@5.27.0))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -7046,42 +7089,41 @@ snapshots: magic-string: 0.30.10 magicast: 0.3.4 std-env: 3.7.0 - strip-literal: 2.1.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.0.3(@types/node@20.14.11)(terser@5.27.0) + vitest: 2.0.4(@types/node@20.14.12)(terser@5.27.0) transitivePeerDependencies: - supports-color - '@vitest/expect@2.0.3': + '@vitest/expect@2.0.4': dependencies: - '@vitest/spy': 2.0.3 - '@vitest/utils': 2.0.3 + '@vitest/spy': 2.0.4 + '@vitest/utils': 2.0.4 chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/pretty-format@2.0.3': + '@vitest/pretty-format@2.0.4': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.0.3': + '@vitest/runner@2.0.4': dependencies: - '@vitest/utils': 2.0.3 + '@vitest/utils': 2.0.4 pathe: 1.1.2 - '@vitest/snapshot@2.0.3': + '@vitest/snapshot@2.0.4': dependencies: - '@vitest/pretty-format': 2.0.3 + '@vitest/pretty-format': 2.0.4 magic-string: 0.30.10 pathe: 1.1.2 - '@vitest/spy@2.0.3': + '@vitest/spy@2.0.4': dependencies: tinyspy: 3.0.0 - '@vitest/utils@2.0.3': + '@vitest/utils@2.0.4': dependencies: - '@vitest/pretty-format': 2.0.3 + '@vitest/pretty-format': 2.0.4 estree-walker: 3.0.3 loupe: 3.1.1 tinyrainbow: 1.2.0 @@ -7090,11 +7132,17 @@ snapshots: dependencies: '@volar/source-map': 2.4.0-alpha.15 + '@volar/language-core@2.4.0-alpha.18': + dependencies: + '@volar/source-map': 2.4.0-alpha.18 + '@volar/source-map@2.4.0-alpha.15': {} - '@volar/typescript@2.4.0-alpha.15': + '@volar/source-map@2.4.0-alpha.18': {} + + '@volar/typescript@2.4.0-alpha.18': dependencies: - '@volar/language-core': 2.4.0-alpha.15 + '@volar/language-core': 2.4.0-alpha.18 path-browserify: 1.0.1 vscode-uri: 3.0.8 @@ -7108,12 +7156,20 @@ snapshots: '@vue/compiler-core@3.4.33': dependencies: - '@babel/parser': 7.24.7 + '@babel/parser': 7.24.8 '@vue/shared': 3.4.33 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 + '@vue/compiler-core@3.4.34': + dependencies: + '@babel/parser': 7.24.8 + '@vue/shared': 3.4.34 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.0 + '@vue/compiler-dom@3.4.31': dependencies: '@vue/compiler-core': 3.4.31 @@ -7124,22 +7180,32 @@ snapshots: '@vue/compiler-core': 3.4.33 '@vue/shared': 3.4.33 - '@vue/compiler-sfc@3.4.33': + '@vue/compiler-dom@3.4.34': dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.4.33 - '@vue/compiler-dom': 3.4.33 - '@vue/compiler-ssr': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/compiler-core': 3.4.34 + '@vue/shared': 3.4.34 + + '@vue/compiler-sfc@3.4.34': + dependencies: + '@babel/parser': 7.24.8 + '@vue/compiler-core': 3.4.34 + '@vue/compiler-dom': 3.4.34 + '@vue/compiler-ssr': 3.4.34 + '@vue/shared': 3.4.34 estree-walker: 2.0.2 magic-string: 0.30.10 postcss: 8.4.39 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.33': + '@vue/compiler-ssr@3.4.34': dependencies: - '@vue/compiler-dom': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/compiler-dom': 3.4.34 + '@vue/shared': 3.4.34 + + '@vue/compiler-vue2@2.7.16': + dependencies: + de-indent: 1.0.2 + he: 1.2.0 '@vue/devtools-api@6.5.1': {} @@ -7161,7 +7227,7 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/language-core@2.0.26(typescript@5.5.3)': + '@vue/language-core@2.0.26(typescript@5.5.4)': dependencies: '@volar/language-core': 2.4.0-alpha.15 '@vue/compiler-dom': 3.4.31 @@ -7172,49 +7238,64 @@ snapshots: path-browserify: 1.0.1 vue-template-compiler: 2.7.16 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 - '@vue/reactivity@3.4.33': + '@vue/language-core@2.0.29(typescript@5.5.4)': dependencies: + '@volar/language-core': 2.4.0-alpha.18 + '@vue/compiler-dom': 3.4.33 + '@vue/compiler-vue2': 2.7.16 '@vue/shared': 3.4.33 + computeds: 0.0.1 + minimatch: 9.0.5 + muggle-string: 0.4.1 + path-browserify: 1.0.1 + optionalDependencies: + typescript: 5.5.4 - '@vue/runtime-core@3.4.33': + '@vue/reactivity@3.4.34': dependencies: - '@vue/reactivity': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/shared': 3.4.34 - '@vue/runtime-dom@3.4.33': + '@vue/runtime-core@3.4.34': dependencies: - '@vue/reactivity': 3.4.33 - '@vue/runtime-core': 3.4.33 - '@vue/shared': 3.4.33 + '@vue/reactivity': 3.4.34 + '@vue/shared': 3.4.34 + + '@vue/runtime-dom@3.4.34': + dependencies: + '@vue/reactivity': 3.4.34 + '@vue/runtime-core': 3.4.34 + '@vue/shared': 3.4.34 csstype: 3.1.3 - '@vue/server-renderer@3.4.33(vue@3.4.33(typescript@5.5.3))': + '@vue/server-renderer@3.4.34(vue@3.4.34(typescript@5.5.4))': dependencies: - '@vue/compiler-ssr': 3.4.33 - '@vue/shared': 3.4.33 - vue: 3.4.33(typescript@5.5.3) + '@vue/compiler-ssr': 3.4.34 + '@vue/shared': 3.4.34 + vue: 3.4.34(typescript@5.5.4) '@vue/shared@3.4.31': {} '@vue/shared@3.4.33': {} - '@vueuse/core@10.11.0(vue@3.4.33(typescript@5.5.3))': + '@vue/shared@3.4.34': {} + + '@vueuse/core@10.11.0(vue@3.4.34(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.0 - '@vueuse/shared': 10.11.0(vue@3.4.33(typescript@5.5.3)) - vue-demi: 0.14.8(vue@3.4.33(typescript@5.5.3)) + '@vueuse/shared': 10.11.0(vue@3.4.34(typescript@5.5.4)) + vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@10.11.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.33(typescript@5.5.3))': + '@vueuse/integrations@10.11.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.34(typescript@5.5.4))': dependencies: - '@vueuse/core': 10.11.0(vue@3.4.33(typescript@5.5.3)) - '@vueuse/shared': 10.11.0(vue@3.4.33(typescript@5.5.3)) - vue-demi: 0.14.8(vue@3.4.33(typescript@5.5.3)) + '@vueuse/core': 10.11.0(vue@3.4.34(typescript@5.5.4)) + '@vueuse/shared': 10.11.0(vue@3.4.34(typescript@5.5.4)) + vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4)) optionalDependencies: focus-trap: 7.5.4 fuse.js: 7.0.0 @@ -7224,9 +7305,9 @@ snapshots: '@vueuse/metadata@10.11.0': {} - '@vueuse/shared@10.11.0(vue@3.4.33(typescript@5.5.3))': + '@vueuse/shared@10.11.0(vue@3.4.34(typescript@5.5.4))': dependencies: - vue-demi: 0.14.8(vue@3.4.33(typescript@5.5.3)) + vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -7418,7 +7499,7 @@ snapshots: caniuse-api@3.0.0: dependencies: - browserslist: 4.23.0 + browserslist: 4.23.1 caniuse-lite: 1.0.30001620 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 @@ -7560,7 +7641,7 @@ snapshots: core-js-compat@3.37.1: dependencies: - browserslist: 4.23.0 + browserslist: 4.23.1 cose-base@1.0.3: dependencies: @@ -8064,7 +8145,7 @@ snapshots: eslint-compat-utils@0.5.0(eslint@9.7.0): dependencies: eslint: 9.7.0 - semver: 7.6.2 + semver: 7.6.3 eslint-config-flat-gitignore@0.1.8: dependencies: @@ -8108,7 +8189,7 @@ snapshots: eslint-plugin-es-x@7.5.0(eslint@9.7.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) - '@eslint-community/regexpp': 4.10.0 + '@eslint-community/regexpp': 4.11.0 eslint: 9.7.0 eslint-compat-utils: 0.1.2(eslint@9.7.0) @@ -8129,10 +8210,10 @@ snapshots: prettier: 3.3.3 synckit: 0.9.0 - eslint-plugin-import-x@3.0.1(eslint@9.7.0)(typescript@5.5.3): + eslint-plugin-import-x@3.0.1(eslint@9.7.0)(typescript@5.5.4): dependencies: '@rtsao/scc': 1.1.0 - '@typescript-eslint/utils': 7.14.1(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/utils': 7.14.1(eslint@9.7.0)(typescript@5.5.4) debug: 4.3.5 doctrine: 3.0.0 eslint: 9.7.0 @@ -8140,7 +8221,7 @@ snapshots: get-tsconfig: 4.7.5 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.6.2 + semver: 7.6.3 stable-hash: 0.0.4 tslib: 2.6.2 transitivePeerDependencies: @@ -8191,13 +8272,13 @@ snapshots: globals: 15.8.0 ignore: 5.3.1 minimatch: 9.0.5 - semver: 7.6.2 + semver: 7.6.3 eslint-plugin-no-only-tests@3.1.0: {} - eslint-plugin-perfectionist@2.11.0(eslint@9.7.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.7.0)): + eslint-plugin-perfectionist@2.11.0(eslint@9.7.0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.7.0)): dependencies: - '@typescript-eslint/utils': 7.14.1(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/utils': 7.14.1(eslint@9.7.0)(typescript@5.5.4) eslint: 9.7.0 minimatch: 9.0.5 natural-compare-lite: 1.4.0 @@ -8210,7 +8291,7 @@ snapshots: eslint-plugin-regexp@2.6.0(eslint@9.7.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) - '@eslint-community/regexpp': 4.10.0 + '@eslint-community/regexpp': 4.11.0 comment-parser: 1.4.1 eslint: 9.7.0 jsdoc-type-pratt-parser: 4.0.0 @@ -8237,7 +8318,7 @@ snapshots: clean-regexp: 1.0.0 core-js-compat: 3.37.1 eslint: 9.7.0 - esquery: 1.5.0 + esquery: 1.6.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 jsesc: 3.0.2 @@ -8245,18 +8326,25 @@ snapshots: read-pkg-up: 7.0.1 regexp-tree: 0.1.27 regjsparser: 0.10.0 - semver: 7.6.2 + semver: 7.6.3 strip-indent: 3.0.0 transitivePeerDependencies: - supports-color - eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)(vitest@2.0.3(@types/node@20.14.11)(terser@5.27.0)): + eslint-plugin-unused-imports@4.0.1(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0): + dependencies: + eslint: 9.7.0 + eslint-rule-composer: 0.3.0 + optionalDependencies: + '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4) + + eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.12)(terser@5.27.0)): dependencies: - '@typescript-eslint/utils': 7.14.1(eslint@9.7.0)(typescript@5.5.3) + '@typescript-eslint/utils': 7.14.1(eslint@9.7.0)(typescript@5.5.4) eslint: 9.7.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3) - vitest: 2.0.3(@types/node@20.14.11)(terser@5.27.0) + '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4) + vitest: 2.0.4(@types/node@20.14.12)(terser@5.27.0) transitivePeerDependencies: - supports-color - typescript @@ -8269,7 +8357,7 @@ snapshots: natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.15 - semver: 7.6.2 + semver: 7.6.3 vue-eslint-parser: 9.4.3(eslint@9.7.0) xml-name-validator: 4.0.0 transitivePeerDependencies: @@ -8286,9 +8374,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.33)(eslint@9.7.0): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.34)(eslint@9.7.0): dependencies: - '@vue/compiler-sfc': 3.4.33 + '@vue/compiler-sfc': 3.4.34 eslint: 9.7.0 eslint-rule-composer@0.3.0: {} @@ -8471,11 +8559,11 @@ snapshots: flatted@3.2.9: {} - floating-vue@5.2.2(vue@3.4.33(typescript@5.5.3)): + floating-vue@5.2.2(vue@3.4.34(typescript@5.5.4)): dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.4.33(typescript@5.5.3) - vue-resize: 2.0.0-alpha.1(vue@3.4.33(typescript@5.5.3)) + vue: 3.4.34(typescript@5.5.4) + vue-resize: 2.0.0-alpha.1(vue@3.4.34(typescript@5.5.4)) focus-trap@7.5.4: dependencies: @@ -8915,8 +9003,6 @@ snapshots: js-tokens@4.0.0: {} - js-tokens@9.0.0: {} - js-yaml@4.1.0: dependencies: argparse: 2.0.1 @@ -8946,7 +9032,7 @@ snapshots: acorn: 8.12.0 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - semver: 7.6.2 + semver: 7.6.3 jsonc-parser@3.3.1: {} @@ -9072,8 +9158,8 @@ snapshots: magicast@0.3.4: dependencies: - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 source-map-js: 1.2.0 make-dir@3.1.0: @@ -9082,7 +9168,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 make-fetch-happen@13.0.1: dependencies: @@ -9661,7 +9747,7 @@ snapshots: mkdirp@1.0.4: {} - mkdist@1.4.0(typescript@5.5.3): + mkdist@1.4.0(typescript@5.5.4): dependencies: autoprefixer: 10.4.17(postcss@8.4.39) citty: 0.1.5 @@ -9677,7 +9763,7 @@ snapshots: postcss: 8.4.39 postcss-nested: 6.0.1(postcss@8.4.39) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 mlly@1.7.1: dependencies: @@ -9731,7 +9817,7 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 - semver: 7.6.2 + semver: 7.6.3 validate-npm-package-name: 5.0.1 npm-registry-fetch@17.1.0: @@ -9890,13 +9976,13 @@ snapshots: pidtree@0.6.0: {} - pinia@2.1.7(typescript@5.5.3)(vue@3.4.33(typescript@5.5.3)): + pinia@2.1.7(typescript@5.5.4)(vue@3.4.34(typescript@5.5.4)): dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.33(typescript@5.5.3) - vue-demi: 0.14.8(vue@3.4.33(typescript@5.5.3)) + vue: 3.4.34(typescript@5.5.4) + vue-demi: 0.14.8(vue@3.4.34(typescript@5.5.4)) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 pkg-dir@4.2.0: dependencies: @@ -9910,7 +9996,7 @@ snapshots: pluralize@8.0.0: {} - pnpm@9.5.0: {} + pnpm@9.6.0: {} postcss-calc@9.0.1(postcss@8.4.39): dependencies: @@ -10140,11 +10226,11 @@ snapshots: refa@0.12.1: dependencies: - '@eslint-community/regexpp': 4.10.0 + '@eslint-community/regexpp': 4.11.0 regexp-ast-analysis@0.7.1: dependencies: - '@eslint-community/regexpp': 4.10.0 + '@eslint-community/regexpp': 4.11.0 refa: 0.12.1 regexp-tree@0.1.27: {} @@ -10224,19 +10310,19 @@ snapshots: globby: 10.0.1 is-plain-object: 3.0.1 - rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.5.3): + rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.5.4): dependencies: magic-string: 0.30.10 rollup: 3.29.4 - typescript: 5.5.3 + typescript: 5.5.4 optionalDependencies: '@babel/code-frame': 7.24.7 - rollup-plugin-dts@6.1.1(rollup@4.19.0)(typescript@5.5.3): + rollup-plugin-dts@6.1.1(rollup@4.19.0)(typescript@5.5.4): dependencies: magic-string: 0.30.10 rollup: 4.19.0 - typescript: 5.5.3 + typescript: 5.5.4 optionalDependencies: '@babel/code-frame': 7.24.7 @@ -10261,7 +10347,7 @@ snapshots: dependencies: rollup-plugin-inject: 3.0.2 - rollup-plugin-typescript2@0.36.0(rollup@4.19.0)(typescript@5.5.3): + rollup-plugin-typescript2@0.36.0(rollup@4.19.0)(typescript@5.5.4): dependencies: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 @@ -10269,7 +10355,7 @@ snapshots: rollup: 4.19.0 semver: 7.6.2 tslib: 2.6.2 - typescript: 5.5.3 + typescript: 5.5.4 rollup-pluginutils@2.8.2: dependencies: @@ -10317,7 +10403,7 @@ snapshots: scslre@0.3.0: dependencies: - '@eslint-community/regexpp': 4.10.0 + '@eslint-community/regexpp': 4.11.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -10500,13 +10586,9 @@ snapshots: strip-json-comments@3.1.1: {} - strip-literal@2.1.0: - dependencies: - js-tokens: 9.0.0 - stylehacks@6.0.2(postcss@8.4.39): dependencies: - browserslist: 4.23.0 + browserslist: 4.23.1 postcss: 8.4.39 postcss-selector-parser: 6.0.15 @@ -10600,7 +10682,7 @@ snapshots: tm-grammars@1.14.0: {} - tm-themes@1.5.6: {} + tm-themes@1.5.7: {} to-fast-properties@2.0.0: {} @@ -10618,15 +10700,15 @@ snapshots: trough@2.1.0: {} - ts-api-utils@1.3.0(typescript@5.5.3): + ts-api-utils@1.3.0(typescript@5.5.4): dependencies: - typescript: 5.5.3 + typescript: 5.5.4 ts-dedent@2.2.0: {} - tsconfck@3.0.3(typescript@5.5.3): + tsconfck@3.0.3(typescript@5.5.4): optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 tslib@2.6.2: {} @@ -10639,20 +10721,20 @@ snapshots: twoslash-protocol@0.2.9: {} - twoslash-vue@0.2.9(typescript@5.5.3): + twoslash-vue@0.2.9(typescript@5.5.4): dependencies: - '@vue/language-core': 2.0.26(typescript@5.5.3) - twoslash: 0.2.9(typescript@5.5.3) + '@vue/language-core': 2.0.26(typescript@5.5.4) + twoslash: 0.2.9(typescript@5.5.4) twoslash-protocol: 0.2.9 - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - twoslash@0.2.9(typescript@5.5.3): + twoslash@0.2.9(typescript@5.5.4): dependencies: '@typescript/vfs': 1.5.0 twoslash-protocol: 0.2.9 - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color @@ -10670,13 +10752,13 @@ snapshots: type-fest@3.13.1: {} - typescript@5.5.3: {} + typescript@5.5.4: {} uc.micro@2.1.0: {} ufo@1.5.3: {} - unbuild@2.0.0(typescript@5.5.3): + unbuild@2.0.0(typescript@5.5.4): dependencies: '@rollup/plugin-alias': 5.1.0(rollup@3.29.4) '@rollup/plugin-commonjs': 25.0.8(rollup@3.29.4) @@ -10693,17 +10775,17 @@ snapshots: hookable: 5.5.3 jiti: 1.21.6 magic-string: 0.30.10 - mkdist: 1.4.0(typescript@5.5.3) + mkdist: 1.4.0(typescript@5.5.4) mlly: 1.7.1 pathe: 1.1.2 pkg-types: 1.1.1 pretty-bytes: 6.1.1 rollup: 3.29.4 - rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.5.3) + rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.5.4) scule: 1.2.0 untyped: 1.4.2 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - sass - supports-color @@ -10790,9 +10872,9 @@ snapshots: universalify@2.0.1: {} - unocss@0.61.5(postcss@8.4.39)(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0)): + unocss@0.61.5(postcss@8.4.39)(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0)): dependencies: - '@unocss/astro': 0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0)) + '@unocss/astro': 0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0)) '@unocss/cli': 0.61.5(rollup@4.19.0) '@unocss/core': 0.61.5 '@unocss/extractor-arbitrary-variants': 0.61.5 @@ -10811,15 +10893,15 @@ snapshots: '@unocss/transformer-compile-class': 0.61.5 '@unocss/transformer-directives': 0.61.5 '@unocss/transformer-variant-group': 0.61.5 - '@unocss/vite': 0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0)) + '@unocss/vite': 0.61.5(rollup@4.19.0)(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0)) optionalDependencies: - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) + vite: 5.3.4(@types/node@20.14.12)(terser@5.27.0) transitivePeerDependencies: - postcss - rollup - supports-color - unplugin-vue-components@0.27.3(@babel/parser@7.24.8)(rollup@4.19.0)(vue@3.4.33(typescript@5.5.3)): + unplugin-vue-components@0.27.3(@babel/parser@7.24.8)(rollup@4.19.0)(vue@3.4.34(typescript@5.5.4)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.0(rollup@4.19.0) @@ -10831,7 +10913,7 @@ snapshots: minimatch: 9.0.5 mlly: 1.7.1 unplugin: 1.11.0 - vue: 3.4.33(typescript@5.5.3) + vue: 3.4.34(typescript@5.5.4) optionalDependencies: '@babel/parser': 7.24.8 transitivePeerDependencies: @@ -10907,13 +10989,13 @@ snapshots: unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 - vite-node@2.0.3(@types/node@20.14.11)(terser@5.27.0): + vite-node@2.0.4(@types/node@20.14.12)(terser@5.27.0): dependencies: cac: 6.7.14 debug: 4.3.5 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) + vite: 5.3.5(@types/node@20.14.12)(terser@5.27.0) transitivePeerDependencies: - '@types/node' - less @@ -10924,52 +11006,62 @@ snapshots: - supports-color - terser - vite-tsconfig-paths@4.3.2(typescript@5.5.3)(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0)): + vite-tsconfig-paths@4.3.2(typescript@5.5.4)(vite@5.3.5(@types/node@20.14.12)(terser@5.27.0)): dependencies: debug: 4.3.5 globrex: 0.1.2 - tsconfck: 3.0.3(typescript@5.5.3) + tsconfck: 3.0.3(typescript@5.5.4) optionalDependencies: - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) + vite: 5.3.5(@types/node@20.14.12)(terser@5.27.0) transitivePeerDependencies: - supports-color - typescript - vite@5.3.4(@types/node@20.14.11)(terser@5.27.0): + vite@5.3.4(@types/node@20.14.12)(terser@5.27.0): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.39 + rollup: 4.19.0 + optionalDependencies: + '@types/node': 20.14.12 + fsevents: 2.3.3 + terser: 5.27.0 + + vite@5.3.5(@types/node@20.14.12)(terser@5.27.0): dependencies: esbuild: 0.21.5 postcss: 8.4.39 rollup: 4.19.0 optionalDependencies: - '@types/node': 20.14.11 + '@types/node': 20.14.12 fsevents: 2.3.3 terser: 5.27.0 - vitepress-plugin-mermaid@2.0.16(mermaid@10.7.0)(vitepress@1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.11)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.3)): + vitepress-plugin-mermaid@2.0.16(mermaid@10.7.0)(vitepress@1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.12)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.4)): dependencies: mermaid: 10.7.0 - vitepress: 1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.11)(fuse.js@7.0.0)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.3) + vitepress: 1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.12)(fuse.js@7.0.0)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.4) optionalDependencies: '@mermaid-js/mermaid-mindmap': 9.3.0 - vitepress@1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.11)(fuse.js@7.0.0)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.3): + vitepress@1.3.1(@algolia/client-search@4.22.1)(@types/node@20.14.12)(fuse.js@7.0.0)(postcss@8.4.39)(search-insights@2.13.0)(terser@5.27.0)(typescript@5.5.4): dependencies: '@docsearch/css': 3.6.0 '@docsearch/js': 3.6.0(@algolia/client-search@4.22.1)(search-insights@2.13.0) '@shikijs/core': link:packages/core '@shikijs/transformers': link:packages/transformers '@types/markdown-it': 14.1.1 - '@vitejs/plugin-vue': 5.0.5(vite@5.3.4(@types/node@20.14.11)(terser@5.27.0))(vue@3.4.33(typescript@5.5.3)) + '@vitejs/plugin-vue': 5.0.5(vite@5.3.4(@types/node@20.14.12)(terser@5.27.0))(vue@3.4.34(typescript@5.5.4)) '@vue/devtools-api': 7.3.5 '@vue/shared': 3.4.31 - '@vueuse/core': 10.11.0(vue@3.4.33(typescript@5.5.3)) - '@vueuse/integrations': 10.11.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.33(typescript@5.5.3)) + '@vueuse/core': 10.11.0(vue@3.4.34(typescript@5.5.4)) + '@vueuse/integrations': 10.11.0(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.34(typescript@5.5.4)) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 7.0.1 shiki: link:packages/shiki - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) - vue: 3.4.33(typescript@5.5.3) + vite: 5.3.4(@types/node@20.14.12)(terser@5.27.0) + vue: 3.4.34(typescript@5.5.4) optionalDependencies: postcss: 8.4.39 transitivePeerDependencies: @@ -10999,15 +11091,15 @@ snapshots: - typescript - universal-cookie - vitest@2.0.3(@types/node@20.14.11)(terser@5.27.0): + vitest@2.0.4(@types/node@20.14.12)(terser@5.27.0): dependencies: '@ampproject/remapping': 2.3.0 - '@vitest/expect': 2.0.3 - '@vitest/pretty-format': 2.0.3 - '@vitest/runner': 2.0.3 - '@vitest/snapshot': 2.0.3 - '@vitest/spy': 2.0.3 - '@vitest/utils': 2.0.3 + '@vitest/expect': 2.0.4 + '@vitest/pretty-format': 2.0.4 + '@vitest/runner': 2.0.4 + '@vitest/snapshot': 2.0.4 + '@vitest/spy': 2.0.4 + '@vitest/utils': 2.0.4 chai: 5.1.1 debug: 4.3.5 execa: 8.0.1 @@ -11017,11 +11109,11 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.3.4(@types/node@20.14.11)(terser@5.27.0) - vite-node: 2.0.3(@types/node@20.14.11)(terser@5.27.0) - why-is-node-running: 2.2.2 + vite: 5.3.5(@types/node@20.14.12)(terser@5.27.0) + vite-node: 2.0.4(@types/node@20.14.12)(terser@5.27.0) + why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.14.11 + '@types/node': 20.14.12 transitivePeerDependencies: - less - lightningcss @@ -11037,9 +11129,9 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.8(vue@3.4.33(typescript@5.5.3)): + vue-demi@0.14.8(vue@3.4.34(typescript@5.5.4)): dependencies: - vue: 3.4.33(typescript@5.5.3) + vue: 3.4.34(typescript@5.5.4) vue-eslint-parser@9.4.3(eslint@9.7.0): dependencies: @@ -11048,37 +11140,37 @@ snapshots: eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - esquery: 1.5.0 + esquery: 1.6.0 lodash: 4.17.21 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color - vue-resize@2.0.0-alpha.1(vue@3.4.33(typescript@5.5.3)): + vue-resize@2.0.0-alpha.1(vue@3.4.34(typescript@5.5.4)): dependencies: - vue: 3.4.33(typescript@5.5.3) + vue: 3.4.34(typescript@5.5.4) vue-template-compiler@2.7.16: dependencies: de-indent: 1.0.2 he: 1.2.0 - vue-tsc@2.0.26(typescript@5.5.3): + vue-tsc@2.0.29(typescript@5.5.4): dependencies: - '@volar/typescript': 2.4.0-alpha.15 - '@vue/language-core': 2.0.26(typescript@5.5.3) - semver: 7.6.2 - typescript: 5.5.3 + '@volar/typescript': 2.4.0-alpha.18 + '@vue/language-core': 2.0.29(typescript@5.5.4) + semver: 7.6.3 + typescript: 5.5.4 - vue@3.4.33(typescript@5.5.3): + vue@3.4.34(typescript@5.5.4): dependencies: - '@vue/compiler-dom': 3.4.33 - '@vue/compiler-sfc': 3.4.33 - '@vue/runtime-dom': 3.4.33 - '@vue/server-renderer': 3.4.33(vue@3.4.33(typescript@5.5.3)) - '@vue/shared': 3.4.33 + '@vue/compiler-dom': 3.4.34 + '@vue/compiler-sfc': 3.4.34 + '@vue/runtime-dom': 3.4.34 + '@vue/server-renderer': 3.4.34(vue@3.4.34(typescript@5.5.4)) + '@vue/shared': 3.4.34 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 web-namespaces@2.0.1: {} @@ -11092,7 +11184,7 @@ snapshots: dependencies: isexe: 2.0.0 - why-is-node-running@2.2.2: + why-is-node-running@2.3.0: dependencies: siginfo: 2.0.0 stackback: 0.0.2 @@ -11105,7 +11197,7 @@ snapshots: '@cloudflare/workerd-linux-arm64': 1.20240718.0 '@cloudflare/workerd-windows-64': 1.20240718.0 - wrangler@3.65.1: + wrangler@3.67.0: dependencies: '@cloudflare/kv-asset-handler': 0.3.4 '@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19) @@ -11122,6 +11214,7 @@ snapshots: selfsigned: 2.4.1 source-map: 0.6.1 unenv: unenv-nightly@1.10.0-1717606461.a117952 + workerd: 1.20240718.0 xxhash-wasm: 1.0.2 optionalDependencies: fsevents: 2.3.3