summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmark/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--package.json6
-rw-r--r--packages/astro/e2e/fixtures/error-sass/package.json2
-rw-r--r--packages/astro/e2e/fixtures/errors/package.json2
-rw-r--r--packages/astro/e2e/fixtures/hmr/package.json2
-rw-r--r--packages/astro/e2e/fixtures/tailwindcss/package.json2
-rw-r--r--packages/astro/package.json8
-rw-r--r--packages/astro/test/fixtures/solid-component/package.json2
-rw-r--r--packages/astro/test/fixtures/tailwindcss-ts/package.json2
-rw-r--r--packages/astro/test/fixtures/tailwindcss/package.json2
-rw-r--r--packages/integrations/alpinejs/package.json2
-rw-r--r--packages/integrations/alpinejs/test/fixtures/basics/package.json2
-rw-r--r--packages/integrations/alpinejs/test/fixtures/directive/package.json2
-rw-r--r--packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json2
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/mdx/package.json4
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--pnpm-lock.yaml664
-rw-r--r--scripts/package.json2
24 files changed, 403 insertions, 319 deletions
diff --git a/benchmark/package.json b/benchmark/package.json
index 13bd303b1..003a9f2d2 100644
--- a/benchmark/package.json
+++ b/benchmark/package.json
@@ -17,6 +17,6 @@
"port-authority": "^2.0.1",
"pretty-bytes": "^6.1.1",
"sharp": "^0.33.3",
- "tinyexec": "^0.3.0"
+ "tinyexec": "^0.3.1"
}
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index d63293ef0..11071b5d5 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.1",
+ "alpinejs": "^3.14.3",
"astro": "^4.16.6"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index 0012d118d..54bb3f788 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.16.6",
- "sass": "^1.79.5",
+ "sass": "^1.80.3",
"sharp": "^0.33.3"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 7c522d2ce..60f1b74d4 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -18,6 +18,6 @@
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.47",
- "tailwindcss": "^3.4.13"
+ "tailwindcss": "^3.4.14"
}
}
diff --git a/package.json b/package.json
index 06a4c5188..23197d755 100644
--- a/package.json
+++ b/package.json
@@ -59,15 +59,15 @@
"@changesets/cli": "^2.27.9",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
- "eslint": "^9.12.0",
+ "eslint": "^9.13.0",
"eslint-plugin-regexp": "^2.6.0",
"globby": "^14.0.2",
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
- "turbo": "^2.1.3",
+ "turbo": "^2.2.3",
"typescript": "~5.6.3",
- "typescript-eslint": "^8.9.0"
+ "typescript-eslint": "^8.11.0"
},
"pnpm": {
"peerDependencyRules": {
diff --git a/packages/astro/e2e/fixtures/error-sass/package.json b/packages/astro/e2e/fixtures/error-sass/package.json
index c65c48e5f..e2828c7cb 100644
--- a/packages/astro/e2e/fixtures/error-sass/package.json
+++ b/packages/astro/e2e/fixtures/error-sass/package.json
@@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "sass": "^1.79.5"
+ "sass": "^1.80.3"
}
}
diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json
index 5a4ccd247..3d0545ac3 100644
--- a/packages/astro/e2e/fixtures/errors/package.json
+++ b/packages/astro/e2e/fixtures/errors/package.json
@@ -12,7 +12,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "sass": "^1.79.5",
+ "sass": "^1.80.3",
"solid-js": "^1.9.2",
"svelte": "^4.2.19",
"vue": "^3.5.12"
diff --git a/packages/astro/e2e/fixtures/hmr/package.json b/packages/astro/e2e/fixtures/hmr/package.json
index 8f40a00f2..25adc06b8 100644
--- a/packages/astro/e2e/fixtures/hmr/package.json
+++ b/packages/astro/e2e/fixtures/hmr/package.json
@@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
- "sass": "^1.79.5"
+ "sass": "^1.80.3"
}
}
diff --git a/packages/astro/e2e/fixtures/tailwindcss/package.json b/packages/astro/e2e/fixtures/tailwindcss/package.json
index df36474dc..5435bbc34 100644
--- a/packages/astro/e2e/fixtures/tailwindcss/package.json
+++ b/packages/astro/e2e/fixtures/tailwindcss/package.json
@@ -7,6 +7,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
- "tailwindcss": "^3.4.13"
+ "tailwindcss": "^3.4.14"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2b0e377d1..3e7aed2cc 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -134,7 +134,7 @@
"@rollup/pluginutils": "^5.1.2",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0",
- "acorn": "^8.12.1",
+ "acorn": "^8.13.0",
"aria-query": "^5.3.2",
"axobject-query": "^4.1.0",
"boxen": "8.0.1",
@@ -173,7 +173,7 @@
"rehype": "^13.0.2",
"semver": "^7.6.3",
"shiki": "^1.22.0",
- "tinyexec": "^0.3.0",
+ "tinyexec": "^0.3.1",
"tsconfck": "^3.1.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3",
@@ -191,7 +191,7 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
- "@playwright/test": "^1.48.0",
+ "@playwright/test": "^1.48.1",
"@types/aria-query": "^5.0.4",
"@types/common-ancestor-path": "^1.0.2",
"@types/cssesc": "^3.0.2",
@@ -221,7 +221,7 @@
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.24.0",
- "sass": "^1.79.5",
+ "sass": "^1.80.3",
"undici": "^6.20.1",
"unified": "^11.0.5"
},
diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json
index 700d8b7c8..5b961b2b0 100644
--- a/packages/astro/test/fixtures/solid-component/package.json
+++ b/packages/astro/test/fixtures/solid-component/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/solid-js": "workspace:*",
- "@solidjs/router": "^0.14.8",
+ "@solidjs/router": "^0.14.10",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
"solid-js": "^1.9.2"
diff --git a/packages/astro/test/fixtures/tailwindcss-ts/package.json b/packages/astro/test/fixtures/tailwindcss-ts/package.json
index bf8a62527..25c78b3f1 100644
--- a/packages/astro/test/fixtures/tailwindcss-ts/package.json
+++ b/packages/astro/test/fixtures/tailwindcss-ts/package.json
@@ -6,6 +6,6 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"postcss": "^8.4.47",
- "tailwindcss": "^3.4.13"
+ "tailwindcss": "^3.4.14"
}
}
diff --git a/packages/astro/test/fixtures/tailwindcss/package.json b/packages/astro/test/fixtures/tailwindcss/package.json
index 1184d8487..cf1d7a985 100644
--- a/packages/astro/test/fixtures/tailwindcss/package.json
+++ b/packages/astro/test/fixtures/tailwindcss/package.json
@@ -8,6 +8,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
- "tailwindcss": "^3.4.13"
+ "tailwindcss": "^3.4.14"
}
}
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index b4194610d..e86dfb252 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -38,7 +38,7 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
- "@playwright/test": "1.48.0",
+ "@playwright/test": "1.48.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "^5.4.9"
diff --git a/packages/integrations/alpinejs/test/fixtures/basics/package.json b/packages/integrations/alpinejs/test/fixtures/basics/package.json
index a632b145e..a7d461a1c 100644
--- a/packages/integrations/alpinejs/test/fixtures/basics/package.json
+++ b/packages/integrations/alpinejs/test/fixtures/basics/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.1",
+ "alpinejs": "^3.14.3",
"astro": "workspace:*"
}
}
diff --git a/packages/integrations/alpinejs/test/fixtures/directive/package.json b/packages/integrations/alpinejs/test/fixtures/directive/package.json
index 7f57664ba..3ad8aab25 100644
--- a/packages/integrations/alpinejs/test/fixtures/directive/package.json
+++ b/packages/integrations/alpinejs/test/fixtures/directive/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.1",
+ "alpinejs": "^3.14.3",
"astro": "workspace:*"
}
}
diff --git a/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json b/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json
index ccc50fc48..d5b488924 100644
--- a/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json
+++ b/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.1",
+ "alpinejs": "^3.14.3",
"astro": "workspace:*"
}
}
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 86c2e8d6b..4453c6cc2 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -61,7 +61,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"lit": "^3.2.1",
- "sass": "^1.79.5"
+ "sass": "^1.80.3"
},
"peerDependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 8d37ffa24..45228f1f0 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -34,8 +34,8 @@
},
"dependencies": {
"@astrojs/markdown-remark": "workspace:*",
- "@mdx-js/mdx": "^3.0.1",
- "acorn": "^8.12.1",
+ "@mdx-js/mdx": "^3.1.0",
+ "acorn": "^8.13.0",
"es-module-lexer": "^1.5.4",
"estree-util-visit": "^2.0.0",
"gray-matter": "^4.0.3",
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 81749afa3..dcbf95e04 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -55,7 +55,7 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
- "@vitejs/plugin-react": "^4.3.2",
+ "@vitejs/plugin-react": "^4.3.3",
"ultrahtml": "^1.5.3"
},
"devDependencies": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 15ef39bd7..2045ceee6 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -42,7 +42,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "tailwindcss": "^3.4.13",
+ "tailwindcss": "^3.4.14",
"vite": "^5.4.9"
},
"peerDependencies": {
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index b61278702..eb59a5356 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -48,7 +48,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.12",
- "vite-plugin-vue-devtools": "^7.4.6"
+ "vite-plugin-vue-devtools": "^7.5.2"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e1b860f08..609dd5e9a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -31,11 +31,11 @@ importers:
specifier: ^0.21.5
version: 0.21.5
eslint:
- specifier: ^9.12.0
- version: 9.12.0(jiti@1.21.6)
+ specifier: ^9.13.0
+ version: 9.13.0(jiti@1.21.6)
eslint-plugin-regexp:
specifier: ^2.6.0
- version: 2.6.0(eslint@9.12.0(jiti@1.21.6))
+ version: 2.6.0(eslint@9.13.0(jiti@1.21.6))
globby:
specifier: ^14.0.2
version: 14.0.2
@@ -49,14 +49,14 @@ importers:
specifier: ^0.14.1
version: 0.14.1
turbo:
- specifier: ^2.1.3
- version: 2.1.3
+ specifier: ^2.2.3
+ version: 2.2.3
typescript:
specifier: ~5.6.3
version: 5.6.3
typescript-eslint:
- specifier: ^8.9.0
- version: 8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
+ specifier: ^8.11.0
+ version: 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
benchmark:
dependencies:
@@ -91,8 +91,8 @@ importers:
specifier: ^0.33.3
version: 0.33.5
tinyexec:
- specifier: ^0.3.0
- version: 0.3.0
+ specifier: ^0.3.1
+ version: 0.3.1
benchmark/packages/timer:
dependencies:
@@ -153,7 +153,7 @@ importers:
version: 18.3.1(react@18.3.1)
vitest:
specifier: ^2.1.3
- version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.79.5)
+ version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3)
devDependencies:
'@types/react':
specifier: ^18.3.11
@@ -171,8 +171,8 @@ importers:
specifier: ^3.13.10
version: 3.13.10
alpinejs:
- specifier: ^3.14.1
- version: 3.14.1
+ specifier: ^3.14.3
+ version: 3.14.3
astro:
specifier: ^4.16.6
version: link:../../packages/astro
@@ -357,8 +357,8 @@ importers:
specifier: ^4.16.6
version: link:../../packages/astro
sass:
- specifier: ^1.79.5
- version: 1.79.5
+ specifier: ^1.80.3
+ version: 1.80.3
sharp:
specifier: ^0.33.3
version: 0.33.5
@@ -435,8 +435,8 @@ importers:
specifier: ^8.4.47
version: 8.4.47
tailwindcss:
- specifier: ^3.4.13
- version: 3.4.13
+ specifier: ^3.4.14
+ version: 3.4.14
examples/with-vitest:
dependencies:
@@ -445,7 +445,7 @@ importers:
version: link:../../packages/astro
vitest:
specifier: ^2.1.3
- version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.79.5)
+ version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3)
packages/astro:
dependencies:
@@ -483,8 +483,8 @@ importers:
specifier: ^0.6.0
version: 0.6.0
acorn:
- specifier: ^8.12.1
- version: 8.12.1
+ specifier: ^8.13.0
+ version: 8.13.0
aria-query:
specifier: ^5.3.2
version: 5.3.2
@@ -600,8 +600,8 @@ importers:
specifier: ^1.22.0
version: 1.22.0
tinyexec:
- specifier: ^0.3.0
- version: 0.3.0
+ specifier: ^0.3.1
+ version: 0.3.1
tsconfck:
specifier: ^3.1.4
version: 3.1.4(typescript@5.6.3)
@@ -613,10 +613,10 @@ importers:
version: 6.0.3
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
vitefu:
specifier: ^1.0.3
- version: 1.0.3(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ version: 1.0.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
which-pm:
specifier: ^3.0.0
version: 3.0.0
@@ -644,8 +644,8 @@ importers:
specifier: ^0.9.4
version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.6.3)
'@playwright/test':
- specifier: ^1.48.0
- version: 1.48.0
+ specifier: ^1.48.1
+ version: 1.48.1
'@types/aria-query':
specifier: ^5.0.4
version: 5.0.4
@@ -734,8 +734,8 @@ importers:
specifier: ^4.24.0
version: 4.24.0
sass:
- specifier: ^1.79.5
- version: 1.79.5
+ specifier: ^1.80.3
+ version: 1.80.3
undici:
specifier: ^6.20.1
version: 6.20.1
@@ -993,8 +993,8 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.79.5
- version: 1.79.5
+ specifier: ^1.80.3
+ version: 1.80.3
packages/astro/e2e/fixtures/errors:
dependencies:
@@ -1026,8 +1026,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
sass:
- specifier: ^1.79.5
- version: 1.79.5
+ specifier: ^1.80.3
+ version: 1.80.3
solid-js:
specifier: ^1.9.2
version: 1.9.2
@@ -1044,8 +1044,8 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.79.5
- version: 1.79.5
+ specifier: ^1.80.3
+ version: 1.80.3
packages/astro/e2e/fixtures/hydration-race:
dependencies:
@@ -1574,8 +1574,8 @@ importers:
specifier: ^8.4.47
version: 8.4.47
tailwindcss:
- specifier: ^3.4.13
- version: 3.4.13
+ specifier: ^3.4.14
+ version: 3.4.14
packages/astro/e2e/fixtures/ts-resolution:
dependencies:
@@ -3718,8 +3718,8 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/solid
'@solidjs/router':
- specifier: ^0.14.8
- version: 0.14.8(solid-js@1.9.2)
+ specifier: ^0.14.10
+ version: 0.14.10(solid-js@1.9.2)
'@test/solid-jsx-component':
specifier: file:./deps/solid-jsx-component
version: link:deps/solid-jsx-component
@@ -4040,8 +4040,8 @@ importers:
specifier: ^8.4.47
version: 8.4.47
tailwindcss:
- specifier: ^3.4.13
- version: 3.4.13
+ specifier: ^3.4.14
+ version: 3.4.14
packages/astro/test/fixtures/tailwindcss-ts:
dependencies:
@@ -4055,8 +4055,8 @@ importers:
specifier: ^8.4.47
version: 8.4.47
tailwindcss:
- specifier: ^3.4.13
- version: 3.4.13
+ specifier: ^3.4.14
+ version: 3.4.14
packages/astro/test/fixtures/third-party-astro:
dependencies:
@@ -4261,7 +4261,7 @@ importers:
version: 5.6.3
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/db/test/fixtures/basics:
dependencies:
@@ -4407,8 +4407,8 @@ importers:
packages/integrations/alpinejs:
devDependencies:
'@playwright/test':
- specifier: 1.48.0
- version: 1.48.0
+ specifier: 1.48.1
+ version: 1.48.1
astro:
specifier: workspace:*
version: link:../../astro
@@ -4417,7 +4417,7 @@ importers:
version: link:../../../scripts
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/integrations/alpinejs/test/fixtures/basics:
dependencies:
@@ -4428,8 +4428,8 @@ importers:
specifier: ^3.13.10
version: 3.13.10
alpinejs:
- specifier: ^3.14.1
- version: 3.14.1
+ specifier: ^3.14.3
+ version: 3.14.3
astro:
specifier: workspace:*
version: link:../../../../../astro
@@ -4443,8 +4443,8 @@ importers:
specifier: ^3.13.10
version: 3.13.10
alpinejs:
- specifier: ^3.14.1
- version: 3.14.1
+ specifier: ^3.14.3
+ version: 3.14.3
astro:
specifier: workspace:*
version: link:../../../../../astro
@@ -4458,8 +4458,8 @@ importers:
specifier: ^3.13.10
version: 3.13.10
alpinejs:
- specifier: ^3.14.1
- version: 3.14.1
+ specifier: ^3.14.3
+ version: 3.14.3
astro:
specifier: workspace:*
version: link:../../../../../astro
@@ -4494,8 +4494,8 @@ importers:
specifier: ^3.2.1
version: 3.2.1
sass:
- specifier: ^1.79.5
- version: 1.79.5
+ specifier: ^1.80.3
+ version: 1.80.3
packages/integrations/markdoc:
dependencies:
@@ -4541,7 +4541,7 @@ importers:
version: 0.18.5
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/integrations/markdoc/test/fixtures/content-collections:
dependencies:
@@ -4699,11 +4699,11 @@ importers:
specifier: workspace:*
version: link:../../markdown/remark
'@mdx-js/mdx':
- specifier: ^3.0.1
- version: 3.0.1
+ specifier: ^3.1.0
+ version: 3.1.0(acorn@8.13.0)
acorn:
- specifier: ^8.12.1
- version: 8.12.1
+ specifier: ^8.13.0
+ version: 8.13.0
es-module-lexer:
specifier: ^1.5.4
version: 1.5.4
@@ -4794,7 +4794,7 @@ importers:
version: 11.0.5
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/integrations/mdx/test/fixtures/css-head-mdx:
dependencies:
@@ -4982,7 +4982,7 @@ importers:
version: 7.25.7(@babel/core@7.25.8)
'@preact/preset-vite':
specifier: 2.8.2
- version: 2.8.2(@babel/core@7.25.8)(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ version: 2.8.2(@babel/core@7.25.8)(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
'@preact/signals':
specifier: ^1.3.0
version: 1.3.0(preact@10.24.3)
@@ -5006,8 +5006,8 @@ importers:
packages/integrations/react:
dependencies:
'@vitejs/plugin-react':
- specifier: ^4.3.2
- version: 4.3.2(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ specifier: ^4.3.3
+ version: 4.3.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
ultrahtml:
specifier: ^1.5.3
version: 1.5.3
@@ -5035,7 +5035,7 @@ importers:
version: 18.3.1(react@18.3.1)
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/integrations/react/test/fixtures/react-component:
dependencies:
@@ -5123,7 +5123,7 @@ importers:
dependencies:
vite-plugin-solid:
specifier: ^2.10.2
- version: 2.10.2(solid-js@1.9.2)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ version: 2.10.2(solid-js@1.9.2)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
devDependencies:
astro:
specifier: workspace:*
@@ -5136,13 +5136,13 @@ importers:
version: 1.9.2
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/integrations/svelte:
dependencies:
'@sveltejs/vite-plugin-svelte':
specifier: ^3.1.2
- version: 3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ version: 3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
svelte2tsx:
specifier: ^0.7.22
version: 0.7.22(svelte@4.2.19)(typescript@5.6.3)
@@ -5158,7 +5158,7 @@ importers:
version: 4.2.19
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/integrations/tailwind:
dependencies:
@@ -5179,11 +5179,11 @@ importers:
specifier: workspace:*
version: link:../../../scripts
tailwindcss:
- specifier: ^3.4.13
- version: 3.4.13
+ specifier: ^3.4.14
+ version: 3.4.14
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/integrations/tailwind/test/fixtures/basic:
dependencies:
@@ -5200,16 +5200,16 @@ importers:
dependencies:
'@vitejs/plugin-vue':
specifier: ^5.1.4
- version: 5.1.4(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3))
+ version: 5.1.4(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
'@vitejs/plugin-vue-jsx':
specifier: ^4.0.1
- version: 4.0.1(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3))
+ version: 4.0.1(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
'@vue/compiler-sfc':
specifier: ^3.5.12
version: 3.5.12
vite-plugin-vue-devtools:
- specifier: ^7.4.6
- version: 7.4.6(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3))
+ specifier: ^7.5.2
+ version: 7.5.2(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
devDependencies:
astro:
specifier: workspace:*
@@ -5225,7 +5225,7 @@ importers:
version: 0.18.5
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
vue:
specifier: ^3.5.12
version: 3.5.12(typescript@5.6.3)
@@ -5453,7 +5453,7 @@ importers:
version: 5.6.3
vite:
specifier: ^5.4.9
- version: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ version: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
packages/telemetry:
dependencies:
@@ -5547,8 +5547,8 @@ importers:
specifier: ^6.1.0
version: 6.1.0
tinyexec:
- specifier: ^0.3.0
- version: 0.3.0
+ specifier: ^0.3.1
+ version: 0.3.1
tsconfck:
specifier: ^3.1.4
version: 3.1.4(typescript@5.6.3)
@@ -6358,16 +6358,16 @@ packages:
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.6.0':
- resolution: {integrity: sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==}
+ '@eslint/core@0.7.0':
+ resolution: {integrity: sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.1.0':
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.12.0':
- resolution: {integrity: sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==}
+ '@eslint/js@9.13.0':
+ resolution: {integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -6613,8 +6613,8 @@ packages:
react:
optional: true
- '@mdx-js/mdx@3.0.1':
- resolution: {integrity: sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==}
+ '@mdx-js/mdx@3.1.0':
+ resolution: {integrity: sha512-/QxEhPAvGwbQmy1Px8F899L5Uc2KZ6JtXwlCgJmjSTBedwOZkByYcBG4GceIGPXRDsmfxhHazuS+hlOShRLeDw==}
'@nanostores/preact@0.5.2':
resolution: {integrity: sha512-DZ5G0UuHTJ8NNS8I3Jd6f4RCcWIl4siYD+vaV6jQf0T6xJ3QqTSkJkYNQTZK7O+7NC/mzaLkomyLQqD+w1E0Tg==}
@@ -6724,8 +6724,8 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@playwright/test@1.48.0':
- resolution: {integrity: sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w==}
+ '@playwright/test@1.48.1':
+ resolution: {integrity: sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==}
engines: {node: '>=18'}
hasBin: true
@@ -6875,8 +6875,8 @@ packages:
resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==}
engines: {node: '>=18'}
- '@solidjs/router@0.14.8':
- resolution: {integrity: sha512-S+rD5Twp0820cM03wEIYtb7/4KN7Cfr3BP+qPIqb7IXO/SZ72tWqHEMQsmcjDbr4yVfpA+5Sq0Y+xcq09y1gQA==}
+ '@solidjs/router@0.14.10':
+ resolution: {integrity: sha512-5B8LVgvvXijfXyXWPVLUm7RQ05BhjIpAyRkYVDZtrR3OaSvftXobWc6qSEwk4ICLoGi/IE9CUp2LUdCBIs9AXg==}
peerDependencies:
solid-js: ^1.8.6
@@ -7061,8 +7061,8 @@ packages:
'@types/yargs-parser@21.0.3':
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
- '@typescript-eslint/eslint-plugin@8.9.0':
- resolution: {integrity: sha512-Y1n621OCy4m7/vTXNlCbMVp87zSd7NH0L9cXD8aIpOaNlzeWxIK4+Q19A68gSmTNRZn92UjocVUWDthGxtqHFg==}
+ '@typescript-eslint/eslint-plugin@8.11.0':
+ resolution: {integrity: sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@@ -7072,8 +7072,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@8.9.0':
- resolution: {integrity: sha512-U+BLn2rqTTHnc4FL3FJjxaXptTxmf9sNftJK62XLz4+GxG3hLHm/SUNaaXP5Y4uTiuYoL5YLy4JBCJe3+t8awQ==}
+ '@typescript-eslint/parser@8.11.0':
+ resolution: {integrity: sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -7082,12 +7082,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@8.9.0':
- resolution: {integrity: sha512-bZu9bUud9ym1cabmOYH9S6TnbWRzpklVmwqICeOulTCZ9ue2/pczWzQvt/cGj2r2o1RdKoZbuEMalJJSYw3pHQ==}
+ '@typescript-eslint/scope-manager@8.11.0':
+ resolution: {integrity: sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.9.0':
- resolution: {integrity: sha512-JD+/pCqlKqAk5961vxCluK+clkppHY07IbV3vett97KOV+8C6l+CPEPwpUuiMwgbOz/qrN3Ke4zzjqbT+ls+1Q==}
+ '@typescript-eslint/type-utils@8.11.0':
+ resolution: {integrity: sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -7095,12 +7095,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@8.9.0':
- resolution: {integrity: sha512-SjgkvdYyt1FAPhU9c6FiYCXrldwYYlIQLkuc+LfAhCna6ggp96ACncdtlbn8FmnG72tUkXclrDExOpEYf1nfJQ==}
+ '@typescript-eslint/types@8.11.0':
+ resolution: {integrity: sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.9.0':
- resolution: {integrity: sha512-9iJYTgKLDG6+iqegehc5+EqE6sqaee7kb8vWpmHZ86EqwDjmlqNNHeqDVqb9duh+BY6WCNHfIGvuVU3Tf9Db0g==}
+ '@typescript-eslint/typescript-estree@8.11.0':
+ resolution: {integrity: sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -7108,14 +7108,14 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@8.9.0':
- resolution: {integrity: sha512-PKgMmaSo/Yg/F7kIZvrgrWa1+Vwn036CdNUvYFEkYbPwOH4i8xvkaRlu148W3vtheWK9ckKRIz7PBP5oUlkrvQ==}
+ '@typescript-eslint/utils@8.11.0':
+ resolution: {integrity: sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- '@typescript-eslint/visitor-keys@8.9.0':
- resolution: {integrity: sha512-Ht4y38ubk4L5/U8xKUBfKNYGmvKvA1CANoxiTRMM+tOLk3lbF3DvzZCxJCRSE+2GdCMSh6zq9VZJc3asc1XuAA==}
+ '@typescript-eslint/visitor-keys@8.11.0':
+ resolution: {integrity: sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript/twoslash@3.1.0':
@@ -7130,8 +7130,8 @@ packages:
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@vitejs/plugin-react@4.3.2':
- resolution: {integrity: sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg==}
+ '@vitejs/plugin-react@4.3.3':
+ resolution: {integrity: sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
vite: ^4.2.0 || ^5.0.0
@@ -7233,16 +7233,16 @@ packages:
'@vue/compiler-ssr@3.5.12':
resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==}
- '@vue/devtools-core@7.4.6':
- resolution: {integrity: sha512-7ATNPEbVqThOOAp2bg/YUIm9MqqgimbSk24D05hdXUp89JlXX12aTzdrWd9xZRwS78hDR+wCToHl1C/8sopBrg==}
+ '@vue/devtools-core@7.5.2':
+ resolution: {integrity: sha512-J7vcCb2P7bH3TvikqSe3BquCZsgWC7PL0t9yO88c3LUK3cyhQdJoWcn0Tkgop55UztHWs40+7uQNDmTkcdNZAQ==}
peerDependencies:
vue: ^3.0.0
- '@vue/devtools-kit@7.4.6':
- resolution: {integrity: sha512-NbYBwPWgEic1AOd9bWExz9weBzFdjiIfov0yRn4DrRfR+EQJCI9dn4I0XS7IxYGdkmUJi8mFW42LLk18WsGqew==}
+ '@vue/devtools-kit@7.5.2':
+ resolution: {integrity: sha512-0leUOE2HBfl8sHf9ePKzxqnCFskkU22tWWqd9OfeSlslAKE30/TViYvWcF4vgQmPlJnAAdHU0WfW5dYlCeOiuw==}
- '@vue/devtools-shared@7.4.6':
- resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==}
+ '@vue/devtools-shared@7.5.2':
+ resolution: {integrity: sha512-+zmcixnD6TAo+zwm30YuwZckhL9iIi4u+gFwbq9C8zpm3SMndTlEYZtNhAHUhOXB+bCkzyunxw80KQ/T0trF4w==}
'@vue/reactivity@3.1.5':
resolution: {integrity: sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==}
@@ -7279,8 +7279,8 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn@8.12.1:
- resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
+ acorn@8.13.0:
+ resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -7294,8 +7294,8 @@ packages:
ajv@8.17.1:
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
- alpinejs@3.14.1:
- resolution: {integrity: sha512-ICar8UsnRZAYvv/fCNfNeKMXNoXGUfwHrjx7LqXd08zIP95G2d9bAOuaL97re+1mgt/HojqHsfdOLo/A5LuWgQ==}
+ alpinejs@3.14.3:
+ resolution: {integrity: sha512-cL8JBEDAm4UeVjTN5QnFl8QgMGUwxFn1GvQvu3RtfAHUrAPRahGihrsWpKnEK9L0QMqsAPk/R8MylMWKHaK33A==}
ansi-align@3.0.1:
resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==}
@@ -7441,8 +7441,8 @@ packages:
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
engines: {node: '>=8'}
- birpc@0.2.17:
- resolution: {integrity: sha512-+hkTxhot+dWsLpp3gia5AkVHIsKlZybNT5gIYiDlNzJrmYPcTM9k5/w2uaj3IPpd7LlEYpmCj4Jj1nC41VhDFg==}
+ birpc@0.2.19:
+ resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==}
boolbase@1.0.0:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
@@ -8023,6 +8023,12 @@ packages:
es-module-lexer@1.5.4:
resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==}
+ esast-util-from-estree@2.0.0:
+ resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==}
+
+ esast-util-from-js@2.0.1:
+ resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==}
+
esbuild-plugin-copy@2.1.1:
resolution: {integrity: sha512-Bk66jpevTcV8KMFzZI1P7MZKZ+uDcrZm2G2egZ2jNIvVnivDpodZI+/KnpL3Jnap0PBdIHU7HwFGB8r+vV5CVw==}
peerDependencies:
@@ -8070,8 +8076,8 @@ packages:
resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.12.0:
- resolution: {integrity: sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==}
+ eslint@9.13.0:
+ resolution: {integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -8114,6 +8120,9 @@ packages:
estree-util-is-identifier-name@3.0.0:
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
+ estree-util-scope@1.0.0:
+ resolution: {integrity: sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==}
+
estree-util-to-js@2.0.0:
resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==}
@@ -8706,6 +8715,7 @@ packages:
libsql@0.4.5:
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
+ cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
lilconfig@2.1.0:
@@ -9398,13 +9408,13 @@ packages:
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
engines: {node: '>=8'}
- playwright-core@1.48.0:
- resolution: {integrity: sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==}
+ playwright-core@1.48.1:
+ resolution: {integrity: sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==}
engines: {node: '>=18'}
hasBin: true
- playwright@1.48.0:
- resolution: {integrity: sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==}
+ playwright@1.48.1:
+ resolution: {integrity: sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==}
engines: {node: '>=18'}
hasBin: true
@@ -9726,6 +9736,18 @@ packages:
reading-time@1.5.0:
resolution: {integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==}
+ recma-build-jsx@1.0.0:
+ resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==}
+
+ recma-jsx@1.0.0:
+ resolution: {integrity: sha512-5vwkv65qWwYxg+Atz95acp8DMu1JDSqdGkA2Of1j6rCreyFUE/gp15fC8MnGEuG1W68UKjM6x6+YTWIh7hZM/Q==}
+
+ recma-parse@1.0.0:
+ resolution: {integrity: sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==}
+
+ recma-stringify@1.0.0:
+ resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==}
+
refa@0.12.1:
resolution: {integrity: sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
@@ -9761,6 +9783,9 @@ packages:
rehype-raw@7.0.0:
resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
+ rehype-recma@1.0.0:
+ resolution: {integrity: sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==}
+
rehype-slug@6.0.0:
resolution: {integrity: sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==}
@@ -9899,8 +9924,8 @@ packages:
sass-formatter@0.7.9:
resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==}
- sass@1.79.5:
- resolution: {integrity: sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==}
+ sass@1.80.3:
+ resolution: {integrity: sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -10197,8 +10222,8 @@ packages:
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- tailwindcss@3.4.13:
- resolution: {integrity: sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==}
+ tailwindcss@3.4.14:
+ resolution: {integrity: sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -10231,8 +10256,8 @@ packages:
tinybench@2.9.0:
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
- tinyexec@0.3.0:
- resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==}
+ tinyexec@0.3.1:
+ resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==}
tinypool@1.0.1:
resolution: {integrity: sha512-URZYihUbRPcGv95En+sz6MfghfIc2OJ1sv/RmhWZLouPY0/8Vo80viwPvg3dlaS9fuq7fQMEfgRRK7BBZThBEA==}
@@ -10308,38 +10333,38 @@ packages:
tslib@2.7.0:
resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
- turbo-darwin-64@2.1.3:
- resolution: {integrity: sha512-ouJOm0g0YyoBuhmikEujVCBGo3Zr0lbSOWFIsQtWUTItC88F2w2byhjtsYGPXQwMlTbXwmoBU2lOCfWNkeEwHQ==}
+ turbo-darwin-64@2.2.3:
+ resolution: {integrity: sha512-Rcm10CuMKQGcdIBS3R/9PMeuYnv6beYIHqfZFeKWVYEWH69sauj4INs83zKMTUiZJ3/hWGZ4jet9AOwhsssLyg==}
cpu: [x64]
os: [darwin]
- turbo-darwin-arm64@2.1.3:
- resolution: {integrity: sha512-j2FOJsK4LAOtHQlb3Oom0yWB/Vi0nF1ljInr311mVzHoFAJRZtfW2fRvdZRb/lBUwjSp8be58qWHzANIcrA0OA==}
+ turbo-darwin-arm64@2.2.3:
+ resolution: {integrity: sha512-+EIMHkuLFqUdJYsA3roj66t9+9IciCajgj+DVek+QezEdOJKcRxlvDOS2BUaeN8kEzVSsNiAGnoysFWYw4K0HA==}
cpu: [arm64]
os: [darwin]
- turbo-linux-64@2.1.3:
- resolution: {integrity: sha512-ubRHkI1gSel7H7wsmxKK8C9UlLWqg/2dkCC88LFupaK6TKgvBKqDqA0Z1M9C/escK0Jsle2k0H8bybV9OYIl4Q==}
+ turbo-linux-64@2.2.3:
+ resolution: {integrity: sha512-UBhJCYnqtaeOBQLmLo8BAisWbc9v9daL9G8upLR+XGj6vuN/Nz6qUAhverN4Pyej1g4Nt1BhROnj6GLOPYyqxQ==}
cpu: [x64]
os: [linux]
- turbo-linux-arm64@2.1.3:
- resolution: {integrity: sha512-LffUL+e5wv7BtD6DgnM2kKOlDkMo2eRjhbAjVnrCD3wi2ug0tl6NDzajnHHjtaMyOnIf4AvzSKdLWsBxafGBQA==}
+ turbo-linux-arm64@2.2.3:
+ resolution: {integrity: sha512-hJYT9dN06XCQ3jBka/EWvvAETnHRs3xuO/rb5bESmDfG+d9yQjeTMlhRXKrr4eyIMt6cLDt1LBfyi+6CQ+VAwQ==}
cpu: [arm64]
os: [linux]
- turbo-windows-64@2.1.3:
- resolution: {integrity: sha512-S9SvcZZoaq5jKr6kA6eF7/xgQhVn8Vh7PVy5lono9zybvhyL4eY++y2PaLToIgL8G9IcbLmgOC73ExNjFBg9XQ==}
+ turbo-windows-64@2.2.3:
+ resolution: {integrity: sha512-NPrjacrZypMBF31b4HE4ROg4P3nhMBPHKS5WTpMwf7wydZ8uvdEHpESVNMOtqhlp857zbnKYgP+yJF30H3N2dQ==}
cpu: [x64]
os: [win32]
- turbo-windows-arm64@2.1.3:
- resolution: {integrity: sha512-twlEo8lRrGbrR6T/ZklUIquW3IlFCEtywklgVA81aIrSBm56+GEVpSrHhIlsx1hiYeSNrs+GpDwZGe+V7fvEVQ==}
+ turbo-windows-arm64@2.2.3:
+ resolution: {integrity: sha512-fnNrYBCqn6zgKPKLHu4sOkihBI/+0oYFr075duRxqUZ+1aLWTAGfHZLgjVeLh3zR37CVzuerGIPWAEkNhkWEIw==}
cpu: [arm64]
os: [win32]
- turbo@2.1.3:
- resolution: {integrity: sha512-lY0yj2GH2a2a3NExZ3rGe+rHUVeFE2aXuRAue57n+08E7Z7N7YCmynju0kPC1grAQzERmoLpKrmzmWd+PNiADw==}
+ turbo@2.2.3:
+ resolution: {integrity: sha512-5lDvSqIxCYJ/BAd6rQGK/AzFRhBkbu4JHVMLmGh/hCb7U3CqSnr5Tjwfy9vc+/5wG2DJ6wttgAaA7MoCgvBKZQ==}
hasBin: true
type-check@0.4.0:
@@ -10370,8 +10395,8 @@ packages:
typescript-auto-import-cache@0.3.3:
resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==}
- typescript-eslint@8.9.0:
- resolution: {integrity: sha512-AuD/FXGYRQyqyOBCpNLldMlsCGvmDNxptQ3Dp58/NXeB+FqyvTfXmMyba3PYa0Vi9ybnj7G8S/yd/4Cw8y47eA==}
+ typescript-eslint@8.11.0:
+ resolution: {integrity: sha512-cBRGnW3FSlxaYwU8KfAewxFK5uzeOAp0l2KebIlPDOT5olVi65KDG/yjBooPBG0kGW/HLkoz1c/iuBFehcS3IA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -10531,8 +10556,8 @@ packages:
'@testing-library/jest-dom':
optional: true
- vite-plugin-vue-devtools@7.4.6:
- resolution: {integrity: sha512-lOKur3qovCB3BQStL0qfHEoIusqya1ngfxfWuqn9DTa6h9rlw6+S3PV4geOP5YBGYQ4NW1hRX70OD8I+sYr1dA==}
+ vite-plugin-vue-devtools@7.5.2:
+ resolution: {integrity: sha512-+lQOKW0kZAvLxy9KcsmtOk5Hsu0ibVAot9odFwCCASE4jukb0zaWGIyZwFLk4IsWNDT3iISvajIr704UYcZL6g==}
engines: {node: '>=v14.21.3'}
peerDependencies:
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
@@ -11809,9 +11834,9 @@ snapshots:
'@esbuild/win32-x64@0.21.5':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@9.12.0(jiti@1.21.6))':
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.13.0(jiti@1.21.6))':
dependencies:
- eslint: 9.12.0(jiti@1.21.6)
+ eslint: 9.13.0(jiti@1.21.6)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.11.0': {}
@@ -11824,7 +11849,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/core@0.6.0': {}
+ '@eslint/core@0.7.0': {}
'@eslint/eslintrc@3.1.0':
dependencies:
@@ -11840,7 +11865,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.12.0': {}
+ '@eslint/js@9.13.0': {}
'@eslint/object-schema@2.1.4': {}
@@ -12070,7 +12095,7 @@ snapshots:
'@types/react': 18.3.11
react: 18.3.1
- '@mdx-js/mdx@3.0.1':
+ '@mdx-js/mdx@3.1.0(acorn@8.13.0)':
dependencies:
'@types/estree': 1.0.6
'@types/estree-jsx': 1.0.5
@@ -12078,14 +12103,15 @@ snapshots:
'@types/mdx': 2.0.13
collapse-white-space: 2.1.0
devlop: 1.1.0
- estree-util-build-jsx: 3.0.1
estree-util-is-identifier-name: 3.0.0
- estree-util-to-js: 2.0.0
+ estree-util-scope: 1.0.0
estree-walker: 3.0.3
- hast-util-to-estree: 3.1.0
hast-util-to-jsx-runtime: 2.3.0
markdown-extensions: 2.0.0
- periscopic: 3.1.0
+ recma-build-jsx: 1.0.0
+ recma-jsx: 1.0.0(acorn@8.13.0)
+ recma-stringify: 1.0.0
+ rehype-recma: 1.0.0
remark-mdx: 3.0.1
remark-parse: 11.0.0
remark-rehype: 11.1.1
@@ -12096,6 +12122,7 @@ snapshots:
unist-util-visit: 5.0.0
vfile: 6.0.3
transitivePeerDependencies:
+ - acorn
- supports-color
'@nanostores/preact@0.5.2(nanostores@0.11.3)(preact@10.24.3)':
@@ -12182,18 +12209,18 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
- '@playwright/test@1.48.0':
+ '@playwright/test@1.48.1':
dependencies:
- playwright: 1.48.0
+ playwright: 1.48.1
'@polka/url@1.0.0-next.25': {}
- '@preact/preset-vite@2.8.2(@babel/core@7.25.8)(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))':
+ '@preact/preset-vite@2.8.2(@babel/core@7.25.8)(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))':
dependencies:
'@babel/core': 7.25.8
'@babel/plugin-transform-react-jsx': 7.25.7(@babel/core@7.25.8)
'@babel/plugin-transform-react-jsx-development': 7.25.7(@babel/core@7.25.8)
- '@prefresh/vite': 2.4.5(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ '@prefresh/vite': 2.4.5(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
'@rollup/pluginutils': 4.2.1
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.25.8)
debug: 4.3.7
@@ -12203,7 +12230,7 @@ snapshots:
resolve: 1.22.8
source-map: 0.7.4
stack-trace: 1.0.0-pre2
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
transitivePeerDependencies:
- preact
- supports-color
@@ -12223,7 +12250,7 @@ snapshots:
'@prefresh/utils@1.2.0': {}
- '@prefresh/vite@2.4.5(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))':
+ '@prefresh/vite@2.4.5(preact@10.24.3)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))':
dependencies:
'@babel/core': 7.25.8
'@prefresh/babel-plugin': 0.5.1
@@ -12231,7 +12258,7 @@ snapshots:
'@prefresh/utils': 1.2.0
'@rollup/pluginutils': 4.2.1
preact: 10.24.3
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
transitivePeerDependencies:
- supports-color
@@ -12325,30 +12352,30 @@ snapshots:
'@sindresorhus/merge-streams@2.3.0': {}
- '@solidjs/router@0.14.8(solid-js@1.9.2)':
+ '@solidjs/router@0.14.10(solid-js@1.9.2)':
dependencies:
solid-js: 1.9.2
- '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)))(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))':
+ '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)))(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
debug: 4.3.7
svelte: 4.2.19
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))':
+ '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)))(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)))(svelte@4.2.19)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
debug: 4.3.7
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.12
svelte: 4.2.19
svelte-hmr: 0.16.0(svelte@4.2.19)
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
- vitefu: 0.2.5(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
+ vitefu: 0.2.5(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
transitivePeerDependencies:
- supports-color
@@ -12514,15 +12541,15 @@ snapshots:
'@types/yargs-parser@21.0.3': {}
- '@typescript-eslint/eslint-plugin@8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)':
+ '@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)':
dependencies:
'@eslint-community/regexpp': 4.11.0
- '@typescript-eslint/parser': 8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
- '@typescript-eslint/scope-manager': 8.9.0
- '@typescript-eslint/type-utils': 8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
- '@typescript-eslint/utils': 8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
- '@typescript-eslint/visitor-keys': 8.9.0
- eslint: 9.12.0(jiti@1.21.6)
+ '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
+ '@typescript-eslint/scope-manager': 8.11.0
+ '@typescript-eslint/type-utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
+ '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
+ '@typescript-eslint/visitor-keys': 8.11.0
+ eslint: 9.13.0(jiti@1.21.6)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
@@ -12532,28 +12559,28 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)':
+ '@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.9.0
- '@typescript-eslint/types': 8.9.0
- '@typescript-eslint/typescript-estree': 8.9.0(typescript@5.6.3)
- '@typescript-eslint/visitor-keys': 8.9.0
+ '@typescript-eslint/scope-manager': 8.11.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
+ '@typescript-eslint/visitor-keys': 8.11.0
debug: 4.3.7
- eslint: 9.12.0(jiti@1.21.6)
+ eslint: 9.13.0(jiti@1.21.6)
optionalDependencies:
typescript: 5.6.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.9.0':
+ '@typescript-eslint/scope-manager@8.11.0':
dependencies:
- '@typescript-eslint/types': 8.9.0
- '@typescript-eslint/visitor-keys': 8.9.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/visitor-keys': 8.11.0
- '@typescript-eslint/type-utils@8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)':
+ '@typescript-eslint/type-utils@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/typescript-estree': 8.9.0(typescript@5.6.3)
- '@typescript-eslint/utils': 8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
+ '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
+ '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
debug: 4.3.7
ts-api-utils: 1.3.0(typescript@5.6.3)
optionalDependencies:
@@ -12562,12 +12589,12 @@ snapshots:
- eslint
- supports-color
- '@typescript-eslint/types@8.9.0': {}
+ '@typescript-eslint/types@8.11.0': {}
- '@typescript-eslint/typescript-estree@8.9.0(typescript@5.6.3)':
+ '@typescript-eslint/typescript-estree@8.11.0(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/types': 8.9.0
- '@typescript-eslint/visitor-keys': 8.9.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/visitor-keys': 8.11.0
debug: 4.3.7
fast-glob: 3.3.2
is-glob: 4.0.3
@@ -12579,20 +12606,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)':
+ '@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@1.21.6))
- '@typescript-eslint/scope-manager': 8.9.0
- '@typescript-eslint/types': 8.9.0
- '@typescript-eslint/typescript-estree': 8.9.0(typescript@5.6.3)
- eslint: 9.12.0(jiti@1.21.6)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
+ '@typescript-eslint/scope-manager': 8.11.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
+ eslint: 9.13.0(jiti@1.21.6)
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@8.9.0':
+ '@typescript-eslint/visitor-keys@8.11.0':
dependencies:
- '@typescript-eslint/types': 8.9.0
+ '@typescript-eslint/types': 8.11.0
eslint-visitor-keys: 3.4.3
'@typescript/twoslash@3.1.0':
@@ -12617,30 +12644,30 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@vitejs/plugin-react@4.3.2(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))':
+ '@vitejs/plugin-react@4.3.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))':
dependencies:
'@babel/core': 7.25.8
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.8)
'@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.8)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3))':
+ '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))':
dependencies:
'@babel/core': 7.25.8
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.8)
'@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.8)
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
vue: 3.5.12(typescript@5.6.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.4(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3))':
+ '@vitejs/plugin-vue@5.1.4(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
vue: 3.5.12(typescript@5.6.3)
'@vitest/expect@2.1.3':
@@ -12650,13 +12677,13 @@ snapshots:
chai: 5.1.1
tinyrainbow: 1.2.0
- '@vitest/mocker@2.1.3(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))':
+ '@vitest/mocker@2.1.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))':
dependencies:
'@vitest/spy': 2.1.3
estree-walker: 3.0.3
magic-string: 0.30.12
optionalDependencies:
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
'@vitest/pretty-format@2.1.3':
dependencies:
@@ -12793,29 +12820,29 @@ snapshots:
'@vue/compiler-dom': 3.5.12
'@vue/shared': 3.5.12
- '@vue/devtools-core@7.4.6(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3))':
+ '@vue/devtools-core@7.5.2(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- '@vue/devtools-kit': 7.4.6
- '@vue/devtools-shared': 7.4.6
+ '@vue/devtools-kit': 7.5.2
+ '@vue/devtools-shared': 7.5.2
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ vite-hot-client: 0.2.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
vue: 3.5.12(typescript@5.6.3)
transitivePeerDependencies:
- vite
- '@vue/devtools-kit@7.4.6':
+ '@vue/devtools-kit@7.5.2':
dependencies:
- '@vue/devtools-shared': 7.4.6
- birpc: 0.2.17
+ '@vue/devtools-shared': 7.5.2
+ birpc: 0.2.19
hookable: 5.5.3
mitt: 3.0.1
perfect-debounce: 1.0.0
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.4.6':
+ '@vue/devtools-shared@7.5.2':
dependencies:
rfdc: 1.4.1
@@ -12856,11 +12883,11 @@ snapshots:
mime-types: 2.1.35
negotiator: 0.6.3
- acorn-jsx@5.3.2(acorn@8.12.1):
+ acorn-jsx@5.3.2(acorn@8.13.0):
dependencies:
- acorn: 8.12.1
+ acorn: 8.13.0
- acorn@8.12.1: {}
+ acorn@8.13.0: {}
agent-base@7.1.1:
dependencies:
@@ -12882,7 +12909,7 @@ snapshots:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- alpinejs@3.14.1:
+ alpinejs@3.14.3:
dependencies:
'@vue/reactivity': 3.1.5
@@ -12938,7 +12965,7 @@ snapshots:
astro-auto-import@0.4.2(astro@packages+astro):
dependencies:
'@types/node': 18.19.50
- acorn: 8.12.1
+ acorn: 8.13.0
astro: link:packages/astro
astro-embed@0.7.4(astro@packages+astro):
@@ -13038,7 +13065,7 @@ snapshots:
binary-extensions@2.3.0: {}
- birpc@0.2.17: {}
+ birpc@0.2.19: {}
boolbase@1.0.0: {}
@@ -13204,7 +13231,7 @@ snapshots:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
'@types/estree': 1.0.6
- acorn: 8.12.1
+ acorn: 8.13.0
estree-walker: 3.0.3
periscopic: 3.1.0
@@ -13488,6 +13515,20 @@ snapshots:
es-module-lexer@1.5.4: {}
+ esast-util-from-estree@2.0.0:
+ dependencies:
+ '@types/estree-jsx': 1.0.5
+ devlop: 1.1.0
+ estree-util-visit: 2.0.0
+ unist-util-position-from-estree: 2.0.0
+
+ esast-util-from-js@2.0.1:
+ dependencies:
+ '@types/estree-jsx': 1.0.5
+ acorn: 8.13.0
+ esast-util-from-estree: 2.0.0
+ vfile-message: 4.0.2
+
esbuild-plugin-copy@2.1.1(esbuild@0.21.5):
dependencies:
chalk: 4.1.2
@@ -13532,12 +13573,12 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-plugin-regexp@2.6.0(eslint@9.12.0(jiti@1.21.6)):
+ eslint-plugin-regexp@2.6.0(eslint@9.13.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@1.21.6))
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
'@eslint-community/regexpp': 4.11.0
comment-parser: 1.4.1
- eslint: 9.12.0(jiti@1.21.6)
+ eslint: 9.13.0(jiti@1.21.6)
jsdoc-type-pratt-parser: 4.1.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
@@ -13552,14 +13593,14 @@ snapshots:
eslint-visitor-keys@4.1.0: {}
- eslint@9.12.0(jiti@1.21.6):
+ eslint@9.13.0(jiti@1.21.6):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@1.21.6))
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@1.21.6))
'@eslint-community/regexpp': 4.11.0
'@eslint/config-array': 0.18.0
- '@eslint/core': 0.6.0
+ '@eslint/core': 0.7.0
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.12.0
+ '@eslint/js': 9.13.0
'@eslint/plugin-kit': 0.2.0
'@humanfs/node': 0.16.5
'@humanwhocodes/module-importer': 1.0.1
@@ -13598,8 +13639,8 @@ snapshots:
espree@10.2.0:
dependencies:
- acorn: 8.12.1
- acorn-jsx: 5.3.2(acorn@8.12.1)
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
eslint-visitor-keys: 4.1.0
esprima@4.0.1: {}
@@ -13627,6 +13668,11 @@ snapshots:
estree-util-is-identifier-name@3.0.0: {}
+ estree-util-scope@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ devlop: 1.1.0
+
estree-util-to-js@2.0.0:
dependencies:
'@types/estree-jsx': 1.0.5
@@ -14806,8 +14852,8 @@ snapshots:
micromark-extension-mdxjs@3.0.0:
dependencies:
- acorn: 8.12.1
- acorn-jsx: 5.3.2(acorn@8.12.1)
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
micromark-extension-mdx-expression: 3.0.0
micromark-extension-mdx-jsx: 3.0.1
micromark-extension-mdx-md: 2.0.0
@@ -15272,11 +15318,11 @@ snapshots:
dependencies:
find-up: 4.1.0
- playwright-core@1.48.0: {}
+ playwright-core@1.48.1: {}
- playwright@1.48.0:
+ playwright@1.48.1:
dependencies:
- playwright-core: 1.48.0
+ playwright-core: 1.48.1
optionalDependencies:
fsevents: 2.3.2
@@ -15623,6 +15669,36 @@ snapshots:
reading-time@1.5.0: {}
+ recma-build-jsx@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ estree-util-build-jsx: 3.0.1
+ vfile: 6.0.3
+
+ recma-jsx@1.0.0(acorn@8.13.0):
+ dependencies:
+ acorn-jsx: 5.3.2(acorn@8.13.0)
+ estree-util-to-js: 2.0.0
+ recma-parse: 1.0.0
+ recma-stringify: 1.0.0
+ unified: 11.0.5
+ transitivePeerDependencies:
+ - acorn
+
+ recma-parse@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ esast-util-from-js: 2.0.1
+ unified: 11.0.5
+ vfile: 6.0.3
+
+ recma-stringify@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ estree-util-to-js: 2.0.0
+ unified: 11.0.5
+ vfile: 6.0.3
+
refa@0.12.1:
dependencies:
'@eslint-community/regexpp': 4.11.0
@@ -15685,6 +15761,14 @@ snapshots:
hast-util-raw: 9.0.4
vfile: 6.0.3
+ rehype-recma@1.0.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ '@types/hast': 3.0.4
+ hast-util-to-estree: 3.1.0
+ transitivePeerDependencies:
+ - supports-color
+
rehype-slug@6.0.0:
dependencies:
'@types/hast': 3.0.4
@@ -15896,7 +15980,7 @@ snapshots:
dependencies:
suf-log: 2.5.3
- sass@1.79.5:
+ sass@1.80.3:
dependencies:
'@parcel/watcher': 2.4.1
chokidar: 4.0.1
@@ -16219,7 +16303,7 @@ snapshots:
'@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@types/estree': 1.0.6
- acorn: 8.12.1
+ acorn: 8.13.0
aria-query: 5.3.2
axobject-query: 4.1.0
code-red: 1.0.4
@@ -16244,7 +16328,7 @@ snapshots:
symbol-tree@3.2.4: {}
- tailwindcss@3.4.13:
+ tailwindcss@3.4.14:
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
@@ -16294,7 +16378,7 @@ snapshots:
tinybench@2.9.0: {}
- tinyexec@0.3.0: {}
+ tinyexec@0.3.1: {}
tinypool@1.0.1: {}
@@ -16347,32 +16431,32 @@ snapshots:
tslib@2.7.0: {}
- turbo-darwin-64@2.1.3:
+ turbo-darwin-64@2.2.3:
optional: true
- turbo-darwin-arm64@2.1.3:
+ turbo-darwin-arm64@2.2.3:
optional: true
- turbo-linux-64@2.1.3:
+ turbo-linux-64@2.2.3:
optional: true
- turbo-linux-arm64@2.1.3:
+ turbo-linux-arm64@2.2.3:
optional: true
- turbo-windows-64@2.1.3:
+ turbo-windows-64@2.2.3:
optional: true
- turbo-windows-arm64@2.1.3:
+ turbo-windows-arm64@2.2.3:
optional: true
- turbo@2.1.3:
+ turbo@2.2.3:
optionalDependencies:
- turbo-darwin-64: 2.1.3
- turbo-darwin-arm64: 2.1.3
- turbo-linux-64: 2.1.3
- turbo-linux-arm64: 2.1.3
- turbo-windows-64: 2.1.3
- turbo-windows-arm64: 2.1.3
+ turbo-darwin-64: 2.2.3
+ turbo-darwin-arm64: 2.2.3
+ turbo-linux-64: 2.2.3
+ turbo-linux-arm64: 2.2.3
+ turbo-windows-64: 2.2.3
+ turbo-windows-arm64: 2.2.3
type-check@0.4.0:
dependencies:
@@ -16401,11 +16485,11 @@ snapshots:
dependencies:
semver: 7.6.3
- typescript-eslint@8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3):
+ typescript-eslint@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.9.0(@typescript-eslint/parser@8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
- '@typescript-eslint/parser': 8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
- '@typescript-eslint/utils': 8.9.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3)
+ '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3))(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
+ '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
+ '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3)
optionalDependencies:
typescript: 5.6.3
transitivePeerDependencies:
@@ -16554,16 +16638,16 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-hot-client@0.2.3(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)):
+ vite-hot-client@0.2.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)):
dependencies:
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
- vite-node@2.1.3(@types/node@18.19.50)(sass@1.79.5):
+ vite-node@2.1.3(@types/node@18.19.50)(sass@1.80.3):
dependencies:
cac: 6.7.14
debug: 4.3.7
pathe: 1.1.2
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
transitivePeerDependencies:
- '@types/node'
- less
@@ -16575,7 +16659,7 @@ snapshots:
- supports-color
- terser
- vite-plugin-inspect@0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)):
+ vite-plugin-inspect@0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)):
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.2(rollup@4.24.0)
@@ -16586,12 +16670,12 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.1.0
sirv: 2.0.4
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-solid@2.10.2(solid-js@1.9.2)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)):
+ vite-plugin-solid@2.10.2(solid-js@1.9.2)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)):
dependencies:
'@babel/core': 7.25.8
'@types/babel__core': 7.20.5
@@ -16599,28 +16683,28 @@ snapshots:
merge-anything: 5.1.7
solid-js: 1.9.2
solid-refresh: 0.6.3(solid-js@1.9.2)
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
- vitefu: 0.2.5(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
+ vitefu: 0.2.5(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.4.6(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3)):
+ vite-plugin-vue-devtools@7.5.2(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3)):
dependencies:
- '@vue/devtools-core': 7.4.6(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))(vue@3.5.12(typescript@5.6.3))
- '@vue/devtools-kit': 7.4.6
- '@vue/devtools-shared': 7.4.6
+ '@vue/devtools-core': 7.5.2(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
+ '@vue/devtools-kit': 7.5.2
+ '@vue/devtools-shared': 7.5.2
execa: 8.0.1
sirv: 2.0.4
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
- vite-plugin-inspect: 0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
- vite-plugin-vue-inspector: 5.2.0(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
+ vite-plugin-inspect: 0.8.7(rollup@4.24.0)(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
+ vite-plugin-vue-inspector: 5.2.0(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
- vue
- vite-plugin-vue-inspector@5.2.0(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)):
+ vite-plugin-vue-inspector@5.2.0(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)):
dependencies:
'@babel/core': 7.25.8
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.8)
@@ -16631,7 +16715,7 @@ snapshots:
'@vue/compiler-dom': 3.5.12
kolorist: 1.8.0
magic-string: 0.30.12
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
transitivePeerDependencies:
- supports-color
@@ -16640,7 +16724,7 @@ snapshots:
svgo: 3.3.2
vue: 3.5.12(typescript@5.6.3)
- vite@5.4.9(@types/node@18.19.50)(sass@1.79.5):
+ vite@5.4.9(@types/node@18.19.50)(sass@1.80.3):
dependencies:
esbuild: 0.21.5
postcss: 8.4.47
@@ -16648,20 +16732,20 @@ snapshots:
optionalDependencies:
'@types/node': 18.19.50
fsevents: 2.3.3
- sass: 1.79.5
+ sass: 1.80.3
- vitefu@0.2.5(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)):
+ vitefu@0.2.5(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)):
optionalDependencies:
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
- vitefu@1.0.3(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5)):
+ vitefu@1.0.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3)):
optionalDependencies:
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
- vitest@2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.79.5):
+ vitest@2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3):
dependencies:
'@vitest/expect': 2.1.3
- '@vitest/mocker': 2.1.3(vite@5.4.9(@types/node@18.19.50)(sass@1.79.5))
+ '@vitest/mocker': 2.1.3(vite@5.4.9(@types/node@18.19.50)(sass@1.80.3))
'@vitest/pretty-format': 2.1.3
'@vitest/runner': 2.1.3
'@vitest/snapshot': 2.1.3
@@ -16673,11 +16757,11 @@ snapshots:
pathe: 1.1.2
std-env: 3.7.0
tinybench: 2.9.0
- tinyexec: 0.3.0
+ tinyexec: 0.3.1
tinypool: 1.0.1
tinyrainbow: 1.2.0
- vite: 5.4.9(@types/node@18.19.50)(sass@1.79.5)
- vite-node: 2.1.3(@types/node@18.19.50)(sass@1.79.5)
+ vite: 5.4.9(@types/node@18.19.50)(sass@1.80.3)
+ vite-node: 2.1.3(@types/node@18.19.50)(sass@1.80.3)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 18.19.50
diff --git a/scripts/package.json b/scripts/package.json
index dfa8b7234..37e10654d 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -13,7 +13,7 @@
"fast-glob": "^3.3.2",
"kleur": "^4.1.5",
"p-limit": "^6.1.0",
- "tinyexec": "^0.3.0",
+ "tinyexec": "^0.3.1",
"tsconfck": "^3.1.4"
}
}