summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--benchmark/packages/timer/package.json2
-rw-r--r--examples/container-with-vitest/package.json2
-rw-r--r--examples/framework-multiple/package.json6
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/server-islands/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--package.json6
-rw-r--r--packages/astro/e2e/fixtures/actions-blog/package.json2
-rw-r--r--packages/astro/e2e/fixtures/client-only/package.json4
-rw-r--r--packages/astro/e2e/fixtures/errors/package.json4
-rw-r--r--packages/astro/e2e/fixtures/multiple-frameworks/package.json4
-rw-r--r--packages/astro/e2e/fixtures/nested-in-preact/package.json4
-rw-r--r--packages/astro/e2e/fixtures/nested-in-react/package.json4
-rw-r--r--packages/astro/e2e/fixtures/nested-in-solid/package.json4
-rw-r--r--packages/astro/e2e/fixtures/nested-in-svelte/package.json4
-rw-r--r--packages/astro/e2e/fixtures/nested-in-vue/package.json4
-rw-r--r--packages/astro/e2e/fixtures/nested-recursive/package.json4
-rw-r--r--packages/astro/e2e/fixtures/solid-circular/package.json2
-rw-r--r--packages/astro/e2e/fixtures/solid-component/package.json2
-rw-r--r--packages/astro/e2e/fixtures/solid-recurse/package.json2
-rw-r--r--packages/astro/e2e/fixtures/svelte-component/package.json2
-rw-r--r--packages/astro/e2e/fixtures/view-transitions/package.json2
-rw-r--r--packages/astro/package.json24
-rw-r--r--packages/astro/performance/fixtures/md/package.json2
-rw-r--r--packages/astro/performance/fixtures/mdoc/package.json2
-rw-r--r--packages/astro/performance/fixtures/mdx/package.json2
-rw-r--r--packages/astro/test/fixtures/0-css/package.json2
-rw-r--r--packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json2
-rw-r--r--packages/astro/test/fixtures/alias-tsconfig/package.json2
-rw-r--r--packages/astro/test/fixtures/alias/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-children/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-client-only/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-dynamic/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-slots-nested/package.json4
-rw-r--r--packages/astro/test/fixtures/component-library/package.json2
-rw-r--r--packages/astro/test/fixtures/css-dangling-references/package.json2
-rw-r--r--packages/astro/test/fixtures/fetch/package.json2
-rw-r--r--packages/astro/test/fixtures/jsx/package.json4
-rw-r--r--packages/astro/test/fixtures/large-array/package.json2
-rw-r--r--packages/astro/test/fixtures/postcss/package.json4
-rw-r--r--packages/astro/test/fixtures/react-and-solid/package.json2
-rw-r--r--packages/astro/test/fixtures/server-islands/hybrid/package.json2
-rw-r--r--packages/astro/test/fixtures/server-islands/ssr/package.json2
-rw-r--r--packages/astro/test/fixtures/slots-solid/package.json2
-rw-r--r--packages/astro/test/fixtures/slots-svelte/package.json2
-rw-r--r--packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json2
-rw-r--r--packages/astro/test/fixtures/solid-component/package.json2
-rw-r--r--packages/astro/test/fixtures/ssr-prerender-chunks/package.json2
-rw-r--r--packages/astro/test/fixtures/svelte-component/package.json2
-rw-r--r--packages/astro/test/fixtures/vue-with-multi-renderer/package.json2
-rw-r--r--packages/db/package.json6
-rw-r--r--packages/db/test/fixtures/ticketing-example/package.json2
-rw-r--r--packages/integrations/alpinejs/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/package.json8
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/react/package.json4
-rw-r--r--packages/integrations/solid/package.json4
-rw-r--r--packages/integrations/svelte/package.json8
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vue/package.json4
-rw-r--r--packages/markdown/remark/package.json4
-rw-r--r--packages/studio/package.json4
-rw-r--r--pnpm-lock.yaml1234
67 files changed, 738 insertions, 708 deletions
diff --git a/benchmark/packages/timer/package.json b/benchmark/packages/timer/package.json
index a4a3b8df1..7e3e2065b 100644
--- a/benchmark/packages/timer/package.json
+++ b/benchmark/packages/timer/package.json
@@ -29,7 +29,7 @@
"astro": "workspace:*"
},
"devDependencies": {
- "@types/server-destroy": "^1.0.3",
+ "@types/server-destroy": "^1.0.4",
"astro": "workspace:*",
"astro-scripts": "workspace:*"
}
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 06d755487..060da1475 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -19,7 +19,7 @@
"vitest": "^2.0.5"
},
"devDependencies": {
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 21ec3ec96..527bb86fe 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -16,14 +16,14 @@
"@astrojs/solid-js": "^4.4.1",
"@astrojs/svelte": "^5.7.0",
"@astrojs/vue": "^4.5.0",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.5",
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 6f7b5de79..2527f6321 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^3.6.2",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.5",
"react": "^18.3.1",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index c19c9d3d1..668210643 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.1",
"astro": "^4.14.5",
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 4d233de67..0fc5b79ba 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/svelte": "^5.7.0",
"astro": "^4.14.5",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index 6f133878d..334f3e1be 100644
--- a/examples/server-islands/package.json
+++ b/examples/server-islands/package.json
@@ -15,7 +15,7 @@
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@tailwindcss/forms": "^0.5.7",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "^4.14.5",
"postcss": "^8.4.41",
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 9b4181f4c..36337533b 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -15,6 +15,6 @@
"@astrojs/node": "^8.3.3",
"@astrojs/svelte": "^5.7.0",
"astro": "^4.14.5",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 41438fdd6..4603a2902 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -14,7 +14,7 @@
"@astrojs/preact": "^3.5.1",
"@nanostores/preact": "^0.5.2",
"astro": "^4.14.5",
- "nanostores": "^0.11.2",
+ "nanostores": "^0.11.3",
"preact": "^10.23.2"
}
}
diff --git a/package.json b/package.json
index f32a2520d..fd6fe1fab 100644
--- a/package.json
+++ b/package.json
@@ -58,16 +58,16 @@
"@changesets/cli": "^2.27.7",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
- "eslint": "^9.9.0",
+ "eslint": "^9.9.1",
"eslint-plugin-no-only-tests": "^3.3.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.0.14",
+ "turbo": "^2.1.0",
"typescript": "~5.5.4",
- "typescript-eslint": "^8.1.0"
+ "typescript-eslint": "^8.3.0"
},
"pnpm": {
"peerDependencyRules": {
diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json
index 04685b810..545ae2d37 100644
--- a/packages/astro/e2e/fixtures/actions-blog/package.json
+++ b/packages/astro/e2e/fixtures/actions-blog/package.json
@@ -14,7 +14,7 @@
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json
index 4c9903c7b..d89fe7898 100644
--- a/packages/astro/e2e/fixtures/client-only/package.json
+++ b/packages/astro/e2e/fixtures/client-only/package.json
@@ -14,8 +14,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json
index 1d01a376f..ab47d7da8 100644
--- a/packages/astro/e2e/fixtures/errors/package.json
+++ b/packages/astro/e2e/fixtures/errors/package.json
@@ -13,8 +13,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
index c7438fd98..709120423 100644
--- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json
+++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
@@ -17,8 +17,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json
index 339cdcbc1..c5f10cd43 100644
--- a/packages/astro/e2e/fixtures/nested-in-preact/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json
@@ -14,8 +14,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json
index 9573ef266..bac0d1bae 100644
--- a/packages/astro/e2e/fixtures/nested-in-react/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-react/package.json
@@ -14,8 +14,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json
index 6e71432f0..4a2748eb5 100644
--- a/packages/astro/e2e/fixtures/nested-in-solid/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json
@@ -14,8 +14,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
index 1f319d028..a98e441f5 100644
--- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
@@ -14,8 +14,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json
index bd44589f3..1702f98bf 100644
--- a/packages/astro/e2e/fixtures/nested-in-vue/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json
@@ -14,8 +14,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-recursive/package.json b/packages/astro/e2e/fixtures/nested-recursive/package.json
index ab809a3a3..d35cf0eb5 100644
--- a/packages/astro/e2e/fixtures/nested-recursive/package.json
+++ b/packages/astro/e2e/fixtures/nested-recursive/package.json
@@ -14,8 +14,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
},
"scripts": {
diff --git a/packages/astro/e2e/fixtures/solid-circular/package.json b/packages/astro/e2e/fixtures/solid-circular/package.json
index 21a0b66ba..aba997250 100644
--- a/packages/astro/e2e/fixtures/solid-circular/package.json
+++ b/packages/astro/e2e/fixtures/solid-circular/package.json
@@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/e2e/fixtures/solid-component/package.json b/packages/astro/e2e/fixtures/solid-component/package.json
index 850a41587..86269a915 100644
--- a/packages/astro/e2e/fixtures/solid-component/package.json
+++ b/packages/astro/e2e/fixtures/solid-component/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/e2e/fixtures/solid-recurse/package.json b/packages/astro/e2e/fixtures/solid-recurse/package.json
index aa51ebe5d..a7d97b39c 100644
--- a/packages/astro/e2e/fixtures/solid-recurse/package.json
+++ b/packages/astro/e2e/fixtures/solid-recurse/package.json
@@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/e2e/fixtures/svelte-component/package.json b/packages/astro/e2e/fixtures/svelte-component/package.json
index e5d238f74..04acc35e7 100644
--- a/packages/astro/e2e/fixtures/svelte-component/package.json
+++ b/packages/astro/e2e/fixtures/svelte-component/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json
index b5460ebcd..0a0ad81f2 100644
--- a/packages/astro/e2e/fixtures/view-transitions/package.json
+++ b/packages/astro/e2e/fixtures/view-transitions/package.json
@@ -10,7 +10,7 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "svelte": "^4.2.18",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 5be4f81bb..2f375e9dc 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -127,11 +127,11 @@
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
"@babel/core": "^7.25.2",
- "@babel/generator": "^7.25.0",
- "@babel/parser": "^7.25.3",
+ "@babel/generator": "^7.25.5",
+ "@babel/parser": "^7.25.4",
"@babel/plugin-transform-react-jsx": "^7.25.2",
- "@babel/traverse": "^7.25.3",
- "@babel/types": "^7.25.2",
+ "@babel/traverse": "^7.25.4",
+ "@babel/types": "^7.25.4",
"@oslojs/encoding": "^0.4.1",
"@rollup/pluginutils": "^5.1.0",
"@types/babel__core": "^7.20.5",
@@ -164,10 +164,10 @@
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"magic-string": "^0.30.11",
- "micromatch": "^4.0.7",
+ "micromatch": "^4.0.8",
"mrmime": "^2.0.0",
"neotraverse": "^0.6.18",
- "ora": "^8.0.1",
+ "ora": "^8.1.0",
"p-limit": "^6.1.0",
"p-queue": "^8.0.1",
"path-to-regexp": "^6.2.2",
@@ -180,8 +180,8 @@
"strip-ansi": "^7.1.0",
"tsconfck": "^3.1.1",
"unist-util-visit": "^5.0.0",
- "vfile": "^6.0.2",
- "vite": "^5.4.1",
+ "vfile": "^6.0.3",
+ "vite": "^5.4.2",
"vitefu": "^0.2.5",
"which-pm": "^3.0.0",
"xxhash-wasm": "^1.0.2",
@@ -216,9 +216,9 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"eol": "^0.9.1",
- "expect-type": "^0.19.0",
+ "expect-type": "^0.20.0",
"mdast-util-mdx": "^3.0.0",
- "mdast-util-mdx-jsx": "^3.1.2",
+ "mdast-util-mdx-jsx": "^3.1.3",
"memfs": "^4.11.1",
"node-mocks-http": "^1.15.1",
"parse-srcset": "^1.0.2",
@@ -226,9 +226,9 @@
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
- "rollup": "^4.21.0",
+ "rollup": "^4.21.1",
"sass": "^1.77.8",
- "undici": "^6.19.7",
+ "undici": "^6.19.8",
"unified": "^11.0.5"
},
"engines": {
diff --git a/packages/astro/performance/fixtures/md/package.json b/packages/astro/performance/fixtures/md/package.json
index d51beb903..90db727e4 100644
--- a/packages/astro/performance/fixtures/md/package.json
+++ b/packages/astro/performance/fixtures/md/package.json
@@ -16,7 +16,7 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json
index 406c9b1d4..5bcd443ae 100644
--- a/packages/astro/performance/fixtures/mdoc/package.json
+++ b/packages/astro/performance/fixtures/mdoc/package.json
@@ -17,7 +17,7 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/performance/fixtures/mdx/package.json b/packages/astro/performance/fixtures/mdx/package.json
index 973bfd530..e1fc69d0d 100644
--- a/packages/astro/performance/fixtures/mdx/package.json
+++ b/packages/astro/performance/fixtures/mdx/package.json
@@ -17,7 +17,7 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json
index 394045795..782bddc06 100644
--- a/packages/astro/test/fixtures/0-css/package.json
+++ b/packages/astro/test/fixtures/0-css/package.json
@@ -9,7 +9,7 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "svelte": "^4.2.18",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json
index 6a6cb3491..0ae8cb82c 100644
--- a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json
+++ b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/alias-tsconfig/package.json b/packages/astro/test/fixtures/alias-tsconfig/package.json
index 56047eede..833a0a068 100644
--- a/packages/astro/test/fixtures/alias-tsconfig/package.json
+++ b/packages/astro/test/fixtures/alias-tsconfig/package.json
@@ -6,6 +6,6 @@
"@astrojs/svelte": "workspace:*",
"@test/namespace-package": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/alias/package.json b/packages/astro/test/fixtures/alias/package.json
index 06d4c32ac..bd0599c5d 100644
--- a/packages/astro/test/fixtures/alias/package.json
+++ b/packages/astro/test/fixtures/alias/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/astro-children/package.json b/packages/astro/test/fixtures/astro-children/package.json
index d2e7a6d5e..038487d67 100644
--- a/packages/astro/test/fixtures/astro-children/package.json
+++ b/packages/astro/test/fixtures/astro-children/package.json
@@ -8,7 +8,7 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.23.2",
- "svelte": "^4.2.18",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/test/fixtures/astro-client-only/package.json b/packages/astro/test/fixtures/astro-client-only/package.json
index 02eae8101..e6f71f353 100644
--- a/packages/astro/test/fixtures/astro-client-only/package.json
+++ b/packages/astro/test/fixtures/astro-client-only/package.json
@@ -9,6 +9,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/astro-dynamic/package.json b/packages/astro/test/fixtures/astro-dynamic/package.json
index 30c80157b..3d606041a 100644
--- a/packages/astro/test/fixtures/astro-dynamic/package.json
+++ b/packages/astro/test/fixtures/astro-dynamic/package.json
@@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/astro-slots-nested/package.json b/packages/astro/test/fixtures/astro-slots-nested/package.json
index 229bd2560..4f3ed29e0 100644
--- a/packages/astro/test/fixtures/astro-slots-nested/package.json
+++ b/packages/astro/test/fixtures/astro-slots-nested/package.json
@@ -12,8 +12,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/test/fixtures/component-library/package.json b/packages/astro/test/fixtures/component-library/package.json
index a8b89e9ee..96f5cecac 100644
--- a/packages/astro/test/fixtures/component-library/package.json
+++ b/packages/astro/test/fixtures/component-library/package.json
@@ -11,6 +11,6 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/css-dangling-references/package.json b/packages/astro/test/fixtures/css-dangling-references/package.json
index 2b9a90cb6..be0392db0 100644
--- a/packages/astro/test/fixtures/css-dangling-references/package.json
+++ b/packages/astro/test/fixtures/css-dangling-references/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
} \ No newline at end of file
diff --git a/packages/astro/test/fixtures/fetch/package.json b/packages/astro/test/fixtures/fetch/package.json
index 52f60a20f..97aa25a78 100644
--- a/packages/astro/test/fixtures/fetch/package.json
+++ b/packages/astro/test/fixtures/fetch/package.json
@@ -8,7 +8,7 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.23.2",
- "svelte": "^4.2.18",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/test/fixtures/jsx/package.json b/packages/astro/test/fixtures/jsx/package.json
index 2e45e6575..6d32dffe4 100644
--- a/packages/astro/test/fixtures/jsx/package.json
+++ b/packages/astro/test/fixtures/jsx/package.json
@@ -15,8 +15,8 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/astro/test/fixtures/large-array/package.json b/packages/astro/test/fixtures/large-array/package.json
index 9f1f25828..0bf422b67 100644
--- a/packages/astro/test/fixtures/large-array/package.json
+++ b/packages/astro/test/fixtures/large-array/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json
index 7ea4f8378..fad256924 100644
--- a/packages/astro/test/fixtures/postcss/package.json
+++ b/packages/astro/test/fixtures/postcss/package.json
@@ -9,8 +9,8 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
- "solid-js": "^1.8.21",
- "svelte": "^4.2.18",
+ "solid-js": "^1.8.22",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
},
"devDependencies": {
diff --git a/packages/astro/test/fixtures/react-and-solid/package.json b/packages/astro/test/fixtures/react-and-solid/package.json
index dbb45a68f..5df316b51 100644
--- a/packages/astro/test/fixtures/react-and-solid/package.json
+++ b/packages/astro/test/fixtures/react-and-solid/package.json
@@ -7,6 +7,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/test/fixtures/server-islands/hybrid/package.json b/packages/astro/test/fixtures/server-islands/hybrid/package.json
index fdb447b0e..03e184e63 100644
--- a/packages/astro/test/fixtures/server-islands/hybrid/package.json
+++ b/packages/astro/test/fixtures/server-islands/hybrid/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/server-islands/ssr/package.json b/packages/astro/test/fixtures/server-islands/ssr/package.json
index fa6e000dd..16e044fe3 100644
--- a/packages/astro/test/fixtures/server-islands/ssr/package.json
+++ b/packages/astro/test/fixtures/server-islands/ssr/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/slots-solid/package.json b/packages/astro/test/fixtures/slots-solid/package.json
index 55d2cfa32..59ebea174 100644
--- a/packages/astro/test/fixtures/slots-solid/package.json
+++ b/packages/astro/test/fixtures/slots-solid/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/test/fixtures/slots-svelte/package.json b/packages/astro/test/fixtures/slots-svelte/package.json
index 94d15cad2..ddfa80d33 100644
--- a/packages/astro/test/fixtures/slots-svelte/package.json
+++ b/packages/astro/test/fixtures/slots-svelte/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json b/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json
index 32042224f..976ba6604 100644
--- a/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json
+++ b/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json
@@ -10,6 +10,6 @@
}
},
"dependencies": {
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json
index f1f87f2b2..2dc56f6cc 100644
--- a/packages/astro/test/fixtures/solid-component/package.json
+++ b/packages/astro/test/fixtures/solid-component/package.json
@@ -7,6 +7,6 @@
"@solidjs/router": "^0.14.3",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
- "solid-js": "^1.8.21"
+ "solid-js": "^1.8.22"
}
}
diff --git a/packages/astro/test/fixtures/ssr-prerender-chunks/package.json b/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
index 8c8adac13..c386358b8 100644
--- a/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
+++ b/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@test/ssr-prerender-chunks-test-adapter": "link:./deps/test-adapter",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/test/fixtures/svelte-component/package.json b/packages/astro/test/fixtures/svelte-component/package.json
index 42b4ca310..830d980b7 100644
--- a/packages/astro/test/fixtures/svelte-component/package.json
+++ b/packages/astro/test/fixtures/svelte-component/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/svelte": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18"
+ "svelte": "^4.2.19"
}
}
diff --git a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json
index 65be000bf..f91b6a9c3 100644
--- a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json
+++ b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json
@@ -6,7 +6,7 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "svelte": "^4.2.18",
+ "svelte": "^4.2.19",
"vue": "^3.4.38"
}
}
diff --git a/packages/db/package.json b/packages/db/package.json
index 06790e987..fbfb09d24 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -70,7 +70,7 @@
},
"dependencies": {
"@astrojs/studio": "workspace:*",
- "@libsql/client": "^0.9.0",
+ "@libsql/client": "^0.10.0",
"async-listen": "^3.0.1",
"deep-diff": "^1.0.2",
"drizzle-orm": "^0.31.2",
@@ -78,7 +78,7 @@
"kleur": "^4.1.5",
"nanoid": "^5.0.7",
"open": "^10.1.0",
- "ora": "^8.0.1",
+ "ora": "^8.1.0",
"prompts": "^2.4.2",
"strip-ansi": "^7.1.0",
"yargs-parser": "^21.1.1",
@@ -92,6 +92,6 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"typescript": "^5.5.4",
- "vite": "^5.4.1"
+ "vite": "^5.4.2"
}
}
diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json
index b4c67a310..9386c7f96 100644
--- a/packages/db/test/fixtures/ticketing-example/package.json
+++ b/packages/db/test/fixtures/ticketing-example/package.json
@@ -14,7 +14,7 @@
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "^3.6.2",
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"open-props": "^1.7.5",
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 7cd4e3ac0..acb14e240 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -41,7 +41,7 @@
"@playwright/test": "1.46.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "vite": "^5.4.1"
+ "vite": "^5.4.2"
},
"publishConfig": {
"provenance": true
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 2314f81b9..59ee5cb31 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -80,7 +80,7 @@
"astro-scripts": "workspace:*",
"devalue": "^5.0.0",
"linkedom": "^0.18.4",
- "vite": "^5.4.1"
+ "vite": "^5.4.2"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 87c66f2ed..b4a855c8f 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -39,14 +39,14 @@
"es-module-lexer": "^1.5.4",
"estree-util-visit": "^2.0.0",
"gray-matter": "^4.0.3",
- "hast-util-to-html": "^9.0.1",
+ "hast-util-to-html": "^9.0.2",
"kleur": "^4.1.5",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-smartypants": "^3.0.2",
"source-map": "^0.7.4",
"unist-util-visit": "^5.0.0",
- "vfile": "^6.0.2"
+ "vfile": "^6.0.3"
},
"peerDependencies": {
"astro": "^4.8.0"
@@ -60,7 +60,7 @@
"cheerio": "1.0.0",
"linkedom": "^0.18.4",
"mdast-util-mdx": "^3.0.0",
- "mdast-util-mdx-jsx": "^3.1.2",
+ "mdast-util-mdx-jsx": "^3.1.3",
"mdast-util-to-string": "^4.0.0",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.13.2",
@@ -70,7 +70,7 @@
"remark-toc": "^9.0.0",
"shiki": "^1.14.1",
"unified": "^11.0.5",
- "vite": "^5.4.1"
+ "vite": "^5.4.2"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index a87f26133..a5f754275 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -42,7 +42,7 @@
"devDependencies": {
"@types/node": "^18.17.8",
"@types/send": "^0.17.4",
- "@types/server-destroy": "^1.0.3",
+ "@types/server-destroy": "^1.0.4",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index a927eeabe..4e7901bff 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -59,14 +59,14 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.3.3",
+ "@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vite": "^5.4.1"
+ "vite": "^5.4.2"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 5fcab7ca4..5219c3e00 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -40,8 +40,8 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "solid-js": "^1.8.21",
- "vite": "^5.4.1"
+ "solid-js": "^1.8.22",
+ "vite": "^5.4.2"
},
"peerDependencies": {
"solid-devtools": "^0.30.1",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 5354279cb..85f0da9fd 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -50,14 +50,14 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@sveltejs/vite-plugin-svelte": "^3.1.1",
- "svelte2tsx": "^0.7.15"
+ "@sveltejs/vite-plugin-svelte": "^3.1.2",
+ "svelte2tsx": "^0.7.16"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "svelte": "^4.2.18",
- "vite": "^5.4.1"
+ "svelte": "^4.2.19",
+ "vite": "^5.4.2"
},
"peerDependencies": {
"astro": "^4.0.0",
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 6001780a1..89781ec15 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -41,7 +41,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.4.10",
- "vite": "^5.4.1"
+ "vite": "^5.4.2"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index ae7467ac2..9817101b5 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -47,14 +47,14 @@
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.4.38",
- "vite-plugin-vue-devtools": "^7.3.8"
+ "vite-plugin-vue-devtools": "^7.3.9"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"linkedom": "^0.18.4",
- "vite": "^5.4.1",
+ "vite": "^5.4.2",
"vue": "^3.4.38"
},
"peerDependencies": {
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 2bb99500f..56af78c37 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"@astrojs/prism": "workspace:*",
"github-slugger": "^2.0.0",
- "hast-util-from-html": "^2.0.1",
+ "hast-util-from-html": "^2.0.2",
"hast-util-to-text": "^4.0.2",
"import-meta-resolve": "^4.1.0",
"mdast-util-definitions": "^6.0.0",
@@ -50,7 +50,7 @@
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
- "vfile": "^6.0.2"
+ "vfile": "^6.0.3"
},
"devDependencies": {
"@types/estree": "^1.0.5",
diff --git a/packages/studio/package.json b/packages/studio/package.json
index 830ec85af..dccf824b9 100644
--- a/packages/studio/package.json
+++ b/packages/studio/package.json
@@ -36,12 +36,12 @@
"dependencies": {
"ci-info": "^4.0.0",
"kleur": "^4.1.5",
- "ora": "^8.0.1"
+ "ora": "^8.1.0"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"typescript": "^5.5.4",
- "vite": "^5.4.1"
+ "vite": "^5.4.2"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 246d75897..1d8ee11da 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -31,14 +31,14 @@ importers:
specifier: ^0.21.5
version: 0.21.5
eslint:
- specifier: ^9.9.0
- version: 9.9.0(jiti@1.21.0)
+ specifier: ^9.9.1
+ version: 9.9.1(jiti@1.21.0)
eslint-plugin-no-only-tests:
specifier: ^3.3.0
version: 3.3.0
eslint-plugin-regexp:
specifier: ^2.6.0
- version: 2.6.0(eslint@9.9.0(jiti@1.21.0))
+ version: 2.6.0(eslint@9.9.1(jiti@1.21.0))
globby:
specifier: ^14.0.2
version: 14.0.2
@@ -52,14 +52,14 @@ importers:
specifier: ^0.14.1
version: 0.14.1
turbo:
- specifier: ^2.0.14
- version: 2.0.14
+ specifier: ^2.1.0
+ version: 2.1.0
typescript:
specifier: ~5.5.4
version: 5.5.4
typescript-eslint:
- specifier: ^8.1.0
- version: 8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
+ specifier: ^8.3.0
+ version: 8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
benchmark:
dependencies:
@@ -104,8 +104,8 @@ importers:
version: 1.0.1
devDependencies:
'@types/server-destroy':
- specifier: ^1.0.3
- version: 1.0.3
+ specifier: ^1.0.4
+ version: 1.0.4
astro:
specifier: workspace:*
version: link:../../../packages/astro
@@ -159,8 +159,8 @@ importers:
version: 2.0.5(@types/node@18.19.31)(jsdom@23.2.0)(sass@1.77.8)
devDependencies:
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -213,8 +213,8 @@ importers:
specifier: ^4.5.0
version: link:../../packages/integrations/vue
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -231,11 +231,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -261,8 +261,8 @@ importers:
specifier: ^3.6.2
version: link:../../packages/integrations/react
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -285,8 +285,8 @@ importers:
specifier: ^4.14.5
version: link:../../packages/astro
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
examples/framework-svelte:
dependencies:
@@ -297,8 +297,8 @@ importers:
specifier: ^4.14.5
version: link:../../packages/astro
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
examples/framework-vue:
dependencies:
@@ -379,8 +379,8 @@ importers:
specifier: ^0.5.7
version: 0.5.7(tailwindcss@3.4.10)
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -412,8 +412,8 @@ importers:
specifier: ^4.14.5
version: link:../../packages/astro
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
examples/starlog:
dependencies:
@@ -506,13 +506,13 @@ importers:
version: link:../../packages/integrations/preact
'@nanostores/preact':
specifier: ^0.5.2
- version: 0.5.2(nanostores@0.11.2)(preact@10.23.2)
+ version: 0.5.2(nanostores@0.11.3)(preact@10.23.2)
astro:
specifier: ^4.14.5
version: link:../../packages/astro
nanostores:
- specifier: ^0.11.2
- version: 0.11.2
+ specifier: ^0.11.3
+ version: 0.11.3
preact:
specifier: ^10.23.2
version: 10.23.2
@@ -571,26 +571,26 @@ importers:
specifier: ^7.25.2
version: 7.25.2
'@babel/generator':
- specifier: ^7.25.0
- version: 7.25.0
+ specifier: ^7.25.5
+ version: 7.25.5
'@babel/parser':
- specifier: ^7.25.3
- version: 7.25.3
+ specifier: ^7.25.4
+ version: 7.25.4
'@babel/plugin-transform-react-jsx':
specifier: ^7.25.2
version: 7.25.2(@babel/core@7.25.2)
'@babel/traverse':
- specifier: ^7.25.3
- version: 7.25.3
+ specifier: ^7.25.4
+ version: 7.25.4
'@babel/types':
- specifier: ^7.25.2
- version: 7.25.2
+ specifier: ^7.25.4
+ version: 7.25.4
'@oslojs/encoding':
specifier: ^0.4.1
version: 0.4.1
'@rollup/pluginutils':
specifier: ^5.1.0
- version: 5.1.0(rollup@4.21.0)
+ version: 5.1.0(rollup@4.21.1)
'@types/babel__core':
specifier: ^7.20.5
version: 7.20.5
@@ -682,8 +682,8 @@ importers:
specifier: ^0.30.11
version: 0.30.11
micromatch:
- specifier: ^4.0.7
- version: 4.0.7
+ specifier: ^4.0.8
+ version: 4.0.8
mrmime:
specifier: ^2.0.0
version: 2.0.0
@@ -691,8 +691,8 @@ importers:
specifier: ^0.6.18
version: 0.6.18
ora:
- specifier: ^8.0.1
- version: 8.0.1
+ specifier: ^8.1.0
+ version: 8.1.0
p-limit:
specifier: ^6.1.0
version: 6.1.0
@@ -730,14 +730,14 @@ importers:
specifier: ^5.0.0
version: 5.0.0
vfile:
- specifier: ^6.0.2
- version: 6.0.2
+ specifier: ^6.0.3
+ version: 6.0.3
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
vitefu:
specifier: ^0.2.5
- version: 0.2.5(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ version: 0.2.5(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
which-pm:
specifier: ^3.0.0
version: 3.0.0
@@ -828,14 +828,14 @@ importers:
specifier: ^0.9.1
version: 0.9.1
expect-type:
- specifier: ^0.19.0
- version: 0.19.0
+ specifier: ^0.20.0
+ version: 0.20.0
mdast-util-mdx:
specifier: ^3.0.0
version: 3.0.0
mdast-util-mdx-jsx:
- specifier: ^3.1.2
- version: 3.1.2
+ specifier: ^3.1.3
+ version: 3.1.3
memfs:
specifier: ^4.11.1
version: 4.11.1
@@ -858,14 +858,14 @@ importers:
specifier: ^0.1.2
version: 0.1.2
rollup:
- specifier: ^4.21.0
- version: 4.21.0
+ specifier: ^4.21.1
+ version: 4.21.1
sass:
specifier: ^1.77.8
version: 1.77.8
undici:
- specifier: ^6.19.7
- version: 6.19.7
+ specifier: ^6.19.8
+ version: 6.19.8
unified:
specifier: ^11.0.5
version: 11.0.5
@@ -926,8 +926,8 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/react
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -1016,11 +1016,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1140,11 +1140,11 @@ importers:
specifier: ^1.77.8
version: 1.77.8
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1209,11 +1209,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1268,11 +1268,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1308,11 +1308,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1348,11 +1348,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1388,11 +1388,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1428,11 +1428,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1468,11 +1468,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1615,8 +1615,8 @@ importers:
version: link:../../..
devDependencies:
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/e2e/fixtures/solid-component:
dependencies:
@@ -1630,8 +1630,8 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/e2e/fixtures/solid-recurse:
dependencies:
@@ -1643,8 +1643,8 @@ importers:
version: link:../../..
devDependencies:
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/e2e/fixtures/svelte-component:
dependencies:
@@ -1658,8 +1658,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/e2e/fixtures/tailwindcss:
dependencies:
@@ -1718,8 +1718,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1754,8 +1754,8 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -1781,8 +1781,8 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -1808,8 +1808,8 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -1856,8 +1856,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -1877,8 +1877,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/alias-tsconfig:
dependencies:
@@ -1892,8 +1892,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/alias-tsconfig-baseurl-only:
dependencies:
@@ -1904,8 +1904,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/alias-tsconfig/deps/namespace-package: {}
@@ -2029,8 +2029,8 @@ importers:
specifier: ^10.23.2
version: 10.23.2
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -2062,8 +2062,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/astro-client-only/pkg: {}
@@ -2154,8 +2154,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/astro-env:
dependencies:
@@ -2481,11 +2481,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -2568,8 +2568,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/component-library-shared:
dependencies:
@@ -2871,8 +2871,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/css-import-as-inline:
dependencies:
@@ -3123,8 +3123,8 @@ importers:
specifier: ^10.23.2
version: 10.23.2
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -3318,11 +3318,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -3358,8 +3358,8 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/test/fixtures/lazy-layout:
dependencies:
@@ -3506,11 +3506,11 @@ importers:
specifier: ^8.4.41
version: 8.4.41
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -3579,8 +3579,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/test/fixtures/react-jsx-export:
dependencies:
@@ -3703,8 +3703,8 @@ importers:
specifier: workspace:*
version: link:../../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/server-islands/ssr:
dependencies:
@@ -3715,8 +3715,8 @@ importers:
specifier: workspace:*
version: link:../../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/set-html:
dependencies:
@@ -3769,8 +3769,8 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/test/fixtures/slots-svelte:
dependencies:
@@ -3784,8 +3784,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/slots-vue:
dependencies:
@@ -3809,7 +3809,7 @@ importers:
version: link:../../../../integrations/solid
'@solidjs/router':
specifier: ^0.14.3
- version: 0.14.3(solid-js@1.8.21)
+ version: 0.14.3(solid-js@1.8.22)
'@test/solid-jsx-component':
specifier: file:./deps/solid-jsx-component
version: link:deps/solid-jsx-component
@@ -3817,14 +3817,14 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/test/fixtures/solid-component/deps/solid-jsx-component:
dependencies:
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
packages/astro/test/fixtures/sourcemap:
dependencies:
@@ -3958,8 +3958,8 @@ importers:
specifier: link:./deps/test-adapter
version: link:deps/test-adapter
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -4109,8 +4109,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
packages/astro/test/fixtures/tailwindcss:
dependencies:
@@ -4232,8 +4232,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -4286,8 +4286,8 @@ importers:
specifier: workspace:*
version: link:../studio
'@libsql/client':
- specifier: ^0.9.0
- version: 0.9.0
+ specifier: ^0.10.0
+ version: 0.10.0
async-listen:
specifier: ^3.0.1
version: 3.0.1
@@ -4296,7 +4296,7 @@ importers:
version: 1.0.2
drizzle-orm:
specifier: ^0.31.2
- version: 0.31.4(@libsql/client@0.9.0)(@types/react@18.3.3)(react@18.3.1)
+ version: 0.31.4(@libsql/client@0.10.0)(@types/react@18.3.4)(react@18.3.1)
github-slugger:
specifier: ^2.0.0
version: 2.0.0
@@ -4310,8 +4310,8 @@ importers:
specifier: ^10.1.0
version: 10.1.0
ora:
- specifier: ^8.0.1
- version: 8.0.1
+ specifier: ^8.1.0
+ version: 8.1.0
prompts:
specifier: ^2.4.2
version: 2.4.2
@@ -4347,8 +4347,8 @@ importers:
specifier: ^5.5.4
version: 5.5.4
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/db/test/fixtures/basics:
dependencies:
@@ -4455,8 +4455,8 @@ importers:
specifier: ^3.6.2
version: link:../../../../integrations/react
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -4494,8 +4494,8 @@ importers:
specifier: workspace:*
version: link:../../../scripts
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/integrations/alpinejs/test/fixtures/basics:
dependencies:
@@ -4588,7 +4588,7 @@ importers:
version: link:../../astro-prism
'@markdoc/markdoc':
specifier: ^0.4.0
- version: 0.4.0(@types/react@18.3.3)(react@18.3.1)
+ version: 0.4.0(@types/react@18.3.4)(react@18.3.1)
esbuild:
specifier: ^0.21.5
version: 0.21.5
@@ -4618,8 +4618,8 @@ importers:
specifier: ^0.18.4
version: 0.18.4
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/integrations/markdoc/test/fixtures/content-collections:
dependencies:
@@ -4792,8 +4792,8 @@ importers:
specifier: ^4.0.3
version: 4.0.3
hast-util-to-html:
- specifier: ^9.0.1
- version: 9.0.1
+ specifier: ^9.0.2
+ version: 9.0.2
kleur:
specifier: ^4.1.5
version: 4.1.5
@@ -4813,8 +4813,8 @@ importers:
specifier: ^5.0.0
version: 5.0.0
vfile:
- specifier: ^6.0.2
- version: 6.0.2
+ specifier: ^6.0.3
+ version: 6.0.3
devDependencies:
'@types/estree':
specifier: ^1.0.5
@@ -4841,8 +4841,8 @@ importers:
specifier: ^3.0.0
version: 3.0.0
mdast-util-mdx-jsx:
- specifier: ^3.1.2
- version: 3.1.2
+ specifier: ^3.1.3
+ version: 3.1.3
mdast-util-to-string:
specifier: ^4.0.0
version: 4.0.0
@@ -4871,8 +4871,8 @@ importers:
specifier: ^11.0.5
version: 11.0.5
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/integrations/mdx/test/fixtures/css-head-mdx:
dependencies:
@@ -5048,8 +5048,8 @@ importers:
specifier: ^0.17.4
version: 0.17.4
'@types/server-destroy':
- specifier: ^1.0.3
- version: 1.0.3
+ specifier: ^1.0.4
+ version: 1.0.4
astro:
specifier: workspace:*
version: link:../../astro
@@ -5218,7 +5218,7 @@ importers:
version: 7.24.7(@babel/core@7.25.2)
'@preact/preset-vite':
specifier: 2.8.2
- version: 2.8.2(@babel/core@7.25.2)(preact@10.23.2)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ version: 2.8.2(@babel/core@7.25.2)(preact@10.23.2)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
'@preact/signals':
specifier: ^1.3.0
version: 1.3.0(preact@10.23.2)
@@ -5243,14 +5243,14 @@ importers:
dependencies:
'@vitejs/plugin-react':
specifier: ^4.3.1
- version: 4.3.1(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ version: 4.3.1(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
ultrahtml:
specifier: ^1.5.3
version: 1.5.3
devDependencies:
'@types/react':
- specifier: ^18.3.3
- version: 18.3.3
+ specifier: ^18.3.4
+ version: 18.3.4
'@types/react-dom':
specifier: ^18.3.0
version: 18.3.0
@@ -5270,8 +5270,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/integrations/react/test/fixtures/react-component:
dependencies:
@@ -5359,7 +5359,7 @@ importers:
dependencies:
vite-plugin-solid:
specifier: ^2.10.2
- version: 2.10.2(solid-js@1.8.21)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ version: 2.10.2(solid-js@1.8.22)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
devDependencies:
astro:
specifier: workspace:*
@@ -5368,20 +5368,20 @@ importers:
specifier: workspace:*
version: link:../../../scripts
solid-js:
- specifier: ^1.8.21
- version: 1.8.21
+ specifier: ^1.8.22
+ version: 1.8.22
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/integrations/svelte:
dependencies:
'@sveltejs/vite-plugin-svelte':
- specifier: ^3.1.1
- version: 3.1.1(svelte@4.2.18)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ specifier: ^3.1.2
+ version: 3.1.2(svelte@4.2.19)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
svelte2tsx:
- specifier: ^0.7.15
- version: 0.7.15(svelte@4.2.18)(typescript@5.5.4)
+ specifier: ^0.7.16
+ version: 0.7.16(svelte@4.2.19)(typescript@5.5.4)
devDependencies:
astro:
specifier: workspace:*
@@ -5390,11 +5390,11 @@ importers:
specifier: workspace:*
version: link:../../../scripts
svelte:
- specifier: ^4.2.18
- version: 4.2.18
+ specifier: ^4.2.19
+ version: 4.2.19
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/integrations/tailwind:
dependencies:
@@ -5418,8 +5418,8 @@ importers:
specifier: ^3.4.10
version: 3.4.10
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/integrations/tailwind/test/fixtures/basic:
dependencies:
@@ -5657,16 +5657,16 @@ importers:
dependencies:
'@vitejs/plugin-vue':
specifier: ^5.1.2
- version: 5.1.2(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
+ version: 5.1.2(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
'@vitejs/plugin-vue-jsx':
specifier: ^4.0.1
- version: 4.0.1(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
+ version: 4.0.1(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
'@vue/compiler-sfc':
specifier: ^3.4.38
version: 3.4.38
vite-plugin-vue-devtools:
- specifier: ^7.3.8
- version: 7.3.8(rollup@4.21.0)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
+ specifier: ^7.3.9
+ version: 7.3.9(rollup@4.21.1)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
devDependencies:
astro:
specifier: workspace:*
@@ -5681,8 +5681,8 @@ importers:
specifier: ^0.18.4
version: 0.18.4
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
vue:
specifier: ^3.4.38
version: 3.4.38(typescript@5.5.4)
@@ -5817,8 +5817,8 @@ importers:
specifier: ^2.0.0
version: 2.0.0
hast-util-from-html:
- specifier: ^2.0.1
- version: 2.0.1
+ specifier: ^2.0.2
+ version: 2.0.2
hast-util-to-text:
specifier: ^4.0.2
version: 4.0.2
@@ -5862,8 +5862,8 @@ importers:
specifier: ^6.0.1
version: 6.0.1
vfile:
- specifier: ^6.0.2
- version: 6.0.2
+ specifier: ^6.0.3
+ version: 6.0.3
devDependencies:
'@types/estree':
specifier: ^1.0.5
@@ -5896,8 +5896,8 @@ importers:
specifier: ^4.1.5
version: 4.1.5
ora:
- specifier: ^8.0.1
- version: 8.0.1
+ specifier: ^8.1.0
+ version: 8.1.0
devDependencies:
astro:
specifier: workspace:*
@@ -5909,8 +5909,8 @@ importers:
specifier: ^5.5.4
version: 5.5.4
vite:
- specifier: ^5.4.1
- version: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ specifier: ^5.4.2
+ version: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
packages/telemetry:
dependencies:
@@ -6102,8 +6102,8 @@ packages:
resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.25.0':
- resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==}
+ '@babel/generator@7.25.5':
+ resolution: {integrity: sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.24.7':
@@ -6196,8 +6196,8 @@ packages:
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.25.3':
- resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==}
+ '@babel/parser@7.25.4':
+ resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -6274,12 +6274,12 @@ packages:
resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.25.3':
- resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==}
+ '@babel/traverse@7.25.4':
+ resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.25.2':
- resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==}
+ '@babel/types@7.25.4':
+ resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==}
engines: {node: '>=6.9.0'}
'@biomejs/biome@1.8.3':
@@ -6825,16 +6825,16 @@ packages:
resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/config-array@0.17.1':
- resolution: {integrity: sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==}
+ '@eslint/config-array@0.18.0':
+ resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
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.9.0':
- resolution: {integrity: sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==}
+ '@eslint/js@9.9.1':
+ resolution: {integrity: sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -7016,11 +7016,11 @@ packages:
peerDependencies:
tslib: '2'
- '@libsql/client@0.9.0':
- resolution: {integrity: sha512-mT+91wtb8pxK9SWd566D5W2VUCemksUMqICRBtf0WXiS7XzNcQhWyrwYOnVrVmTSze/SCCsNNEKIkCRwk/pr2Q==}
+ '@libsql/client@0.10.0':
+ resolution: {integrity: sha512-2ERn08T4XOVx34yBtUPq0RDjAdd9TJ5qNH/izugr208ml2F94mk92qC64kXyDVQINodWJvp3kAdq6P4zTtCZ7g==}
- '@libsql/core@0.9.0':
- resolution: {integrity: sha512-rCsS/EC32K8ARjDQJGqauGZmkR6orOOY4I7898PyQ/mmltAkMwRgz5kjEmYRZ42o7mP0ayJfbw28qgv7SRFEgg==}
+ '@libsql/core@0.10.0':
+ resolution: {integrity: sha512-rqynAXGaiSpTsykOZdBtI1N4z4O+KZ6mt33K/aHeXAY0gSIfK/ctxuWa0Y1Bjo4FMz1idBTCXz4Ps5kITOvZZw==}
'@libsql/darwin-arm64@0.3.19':
resolution: {integrity: sha512-rmOqsLcDI65zzxlUOoEiPJLhqmbFsZF6p4UJQ2kMqB+Kc0Rt5/A1OAdOZ/Wo8fQfJWjR1IbkbpEINFioyKf+nQ==}
@@ -7223,83 +7223,83 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.21.0':
- resolution: {integrity: sha512-WTWD8PfoSAJ+qL87lE7votj3syLavxunWhzCnx3XFxFiI/BA/r3X7MUM8dVrH8rb2r4AiO8jJsr3ZjdaftmnfA==}
+ '@rollup/rollup-android-arm-eabi@4.21.1':
+ resolution: {integrity: sha512-2thheikVEuU7ZxFXubPDOtspKn1x0yqaYQwvALVtEcvFhMifPADBrgRPyHV0TF3b+9BgvgjgagVyvA/UqPZHmg==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.21.0':
- resolution: {integrity: sha512-a1sR2zSK1B4eYkiZu17ZUZhmUQcKjk2/j9Me2IDjk1GHW7LB5Z35LEzj9iJch6gtUfsnvZs1ZNyDW2oZSThrkA==}
+ '@rollup/rollup-android-arm64@4.21.1':
+ resolution: {integrity: sha512-t1lLYn4V9WgnIFHXy1d2Di/7gyzBWS8G5pQSXdZqfrdCGTwi1VasRMSS81DTYb+avDs/Zz4A6dzERki5oRYz1g==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.21.0':
- resolution: {integrity: sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==}
+ '@rollup/rollup-darwin-arm64@4.21.1':
+ resolution: {integrity: sha512-AH/wNWSEEHvs6t4iJ3RANxW5ZCK3fUnmf0gyMxWCesY1AlUj8jY7GC+rQE4wd3gwmZ9XDOpL0kcFnCjtN7FXlA==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.21.0':
- resolution: {integrity: sha512-7doS8br0xAkg48SKE2QNtMSFPFUlRdw9+votl27MvT46vo44ATBmdZdGysOevNELmZlfd+NEa0UYOA8f01WSrg==}
+ '@rollup/rollup-darwin-x64@4.21.1':
+ resolution: {integrity: sha512-dO0BIz/+5ZdkLZrVgQrDdW7m2RkrLwYTh2YMFG9IpBtlC1x1NPNSXkfczhZieOlOLEqgXOFH3wYHB7PmBtf+Bg==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.21.0':
- resolution: {integrity: sha512-pWJsfQjNWNGsoCq53KjMtwdJDmh/6NubwQcz52aEwLEuvx08bzcy6tOUuawAOncPnxz/3siRtd8hiQ32G1y8VA==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.21.1':
+ resolution: {integrity: sha512-sWWgdQ1fq+XKrlda8PsMCfut8caFwZBmhYeoehJ05FdI0YZXk6ZyUjWLrIgbR/VgiGycrFKMMgp7eJ69HOF2pQ==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.21.0':
- resolution: {integrity: sha512-efRIANsz3UHZrnZXuEvxS9LoCOWMGD1rweciD6uJQIx2myN3a8Im1FafZBzh7zk1RJ6oKcR16dU3UPldaKd83w==}
+ '@rollup/rollup-linux-arm-musleabihf@4.21.1':
+ resolution: {integrity: sha512-9OIiSuj5EsYQlmwhmFRA0LRO0dRRjdCVZA3hnmZe1rEwRk11Jy3ECGGq3a7RrVEZ0/pCsYWx8jG3IvcrJ6RCew==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.21.0':
- resolution: {integrity: sha512-ZrPhydkTVhyeGTW94WJ8pnl1uroqVHM3j3hjdquwAcWnmivjAwOYjTEAuEDeJvGX7xv3Z9GAvrBkEzCgHq9U1w==}
+ '@rollup/rollup-linux-arm64-gnu@4.21.1':
+ resolution: {integrity: sha512-0kuAkRK4MeIUbzQYu63NrJmfoUVicajoRAL1bpwdYIYRcs57iyIV9NLcuyDyDXE2GiZCL4uhKSYAnyWpjZkWow==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.21.0':
- resolution: {integrity: sha512-cfaupqd+UEFeURmqNP2eEvXqgbSox/LHOyN9/d2pSdV8xTrjdg3NgOFJCtc1vQ/jEke1qD0IejbBfxleBPHnPw==}
+ '@rollup/rollup-linux-arm64-musl@4.21.1':
+ resolution: {integrity: sha512-/6dYC9fZtfEY0vozpc5bx1RP4VrtEOhNQGb0HwvYNwXD1BBbwQ5cKIbUVVU7G2d5WRE90NfB922elN8ASXAJEA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.21.0':
- resolution: {integrity: sha512-ZKPan1/RvAhrUylwBXC9t7B2hXdpb/ufeu22pG2psV7RN8roOfGurEghw1ySmX/CmDDHNTDDjY3lo9hRlgtaHg==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.21.1':
+ resolution: {integrity: sha512-ltUWy+sHeAh3YZ91NUsV4Xg3uBXAlscQe8ZOXRCVAKLsivGuJsrkawYPUEyCV3DYa9urgJugMLn8Z3Z/6CeyRQ==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.21.0':
- resolution: {integrity: sha512-H1eRaCwd5E8eS8leiS+o/NqMdljkcb1d6r2h4fKSsCXQilLKArq6WS7XBLDu80Yz+nMqHVFDquwcVrQmGr28rg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.21.1':
+ resolution: {integrity: sha512-BggMndzI7Tlv4/abrgLwa/dxNEMn2gC61DCLrTzw8LkpSKel4o+O+gtjbnkevZ18SKkeN3ihRGPuBxjaetWzWg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.21.0':
- resolution: {integrity: sha512-zJ4hA+3b5tu8u7L58CCSI0A9N1vkfwPhWd/puGXwtZlsB5bTkwDNW/+JCU84+3QYmKpLi+XvHdmrlwUwDA6kqw==}
+ '@rollup/rollup-linux-s390x-gnu@4.21.1':
+ resolution: {integrity: sha512-z/9rtlGd/OMv+gb1mNSjElasMf9yXusAxnRDrBaYB+eS1shFm6/4/xDH1SAISO5729fFKUkJ88TkGPRUh8WSAA==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.21.0':
- resolution: {integrity: sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==}
+ '@rollup/rollup-linux-x64-gnu@4.21.1':
+ resolution: {integrity: sha512-kXQVcWqDcDKw0S2E0TmhlTLlUgAmMVqPrJZR+KpH/1ZaZhLSl23GZpQVmawBQGVhyP5WXIsIQ/zqbDBBYmxm5w==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.21.0':
- resolution: {integrity: sha512-1vvmgDdUSebVGXWX2lIcgRebqfQSff0hMEkLJyakQ9JQUbLDkEaMsPTLOmyccyC6IJ/l3FZuJbmrBw/u0A0uCQ==}
+ '@rollup/rollup-linux-x64-musl@4.21.1':
+ resolution: {integrity: sha512-CbFv/WMQsSdl+bpX6rVbzR4kAjSSBuDgCqb1l4J68UYsQNalz5wOqLGYj4ZI0thGpyX5kc+LLZ9CL+kpqDovZA==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.21.0':
- resolution: {integrity: sha512-s5oFkZ/hFcrlAyBTONFY1TWndfyre1wOMwU+6KCpm/iatybvrRgmZVM+vCFwxmC5ZhdlgfE0N4XorsDpi7/4XQ==}
+ '@rollup/rollup-win32-arm64-msvc@4.21.1':
+ resolution: {integrity: sha512-3Q3brDgA86gHXWHklrwdREKIrIbxC0ZgU8lwpj0eEKGBQH+31uPqr0P2v11pn0tSIxHvcdOWxa4j+YvLNx1i6g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.21.0':
- resolution: {integrity: sha512-G9+TEqRnAA6nbpqyUqgTiopmnfgnMkR3kMukFBDsiyy23LZvUCpiUwjTRx6ezYCjJODXrh52rBR9oXvm+Fp5wg==}
+ '@rollup/rollup-win32-ia32-msvc@4.21.1':
+ resolution: {integrity: sha512-tNg+jJcKR3Uwe4L0/wY3Ro0H+u3nrb04+tcq1GSYzBEmKLeOQF2emk1whxlzNqb6MMrQ2JOcQEpuuiPLyRcSIw==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.21.0':
- resolution: {integrity: sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==}
+ '@rollup/rollup-win32-x64-msvc@4.21.1':
+ resolution: {integrity: sha512-xGiIH95H1zU7naUyTKEyOA/I0aexNMUdO9qRv0bLKN3qu25bBdrxZHqA3PTJ24YNN/GdMzG4xkDcd/GvjuhfLg==}
cpu: [x64]
os: [win32]
@@ -7323,8 +7323,8 @@ packages:
svelte: ^4.0.0 || ^5.0.0-next.0
vite: ^5.0.0
- '@sveltejs/vite-plugin-svelte@3.1.1':
- resolution: {integrity: sha512-rimpFEAboBBHIlzISibg94iP09k/KYdHgVhJlcsTfn7KMBhc70jFX/GRWkRdFCc2fdnk+4+Bdfej23cMDnJS6A==}
+ '@sveltejs/vite-plugin-svelte@3.1.2':
+ resolution: {integrity: sha512-Txsm1tJvtiYeLUVRNqxZGKR/mI+CzuIQuc2gn+YCs9rMTowpNZ2Nqt53JdL8KF9bLhAf2ruR/dr9eZCwdTriRA==}
engines: {node: ^18.0.0 || >=20}
peerDependencies:
svelte: ^4.0.0 || ^5.0.0-next.0
@@ -7495,8 +7495,8 @@ packages:
'@types/react-dom@18.3.0':
resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==}
- '@types/react@18.3.3':
- resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==}
+ '@types/react@18.3.4':
+ resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==}
'@types/relateurl@0.2.33':
resolution: {integrity: sha512-bTQCKsVbIdzLqZhLkF5fcJQreE4y1ro4DIyVrlDNSCJRRwHhB8Z+4zXXa8jN6eDvc2HbRsEYgbvrnGvi54EpSw==}
@@ -7513,8 +7513,8 @@ packages:
'@types/serve-static@1.15.7':
resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==}
- '@types/server-destroy@1.0.3':
- resolution: {integrity: sha512-Qq0fn70C7TLDG1W9FCblKufNWW1OckQ41dVKV2Dku5KdZF7bexezG4e2WBaBKhdwL3HZ+cYCEIKwg2BRgzrWmA==}
+ '@types/server-destroy@1.0.4':
+ resolution: {integrity: sha512-+x8oAQ4Xp1wtDi2Hlmi7gUNXZNVhB5EoSQpi0qEmINdDN5Ab724WLGAalEdT1SudVY/NzMhbfZO7vU+klT0R+A==}
'@types/trusted-types@2.0.7':
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
@@ -7543,8 +7543,8 @@ packages:
'@types/yargs-parser@21.0.3':
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
- '@typescript-eslint/eslint-plugin@8.1.0':
- resolution: {integrity: sha512-LlNBaHFCEBPHyD4pZXb35mzjGkuGKXU5eeCA1SxvHfiRES0E82dOounfVpL4DCqYvJEKab0bZIA0gCRpdLKkCw==}
+ '@typescript-eslint/eslint-plugin@8.3.0':
+ resolution: {integrity: sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@@ -7554,8 +7554,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@8.1.0':
- resolution: {integrity: sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA==}
+ '@typescript-eslint/parser@8.3.0':
+ resolution: {integrity: sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -7564,12 +7564,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@8.1.0':
- resolution: {integrity: sha512-DsuOZQji687sQUjm4N6c9xABJa7fjvfIdjqpSIIVOgaENf2jFXiM9hIBZOL3hb6DHK9Nvd2d7zZnoMLf9e0OtQ==}
+ '@typescript-eslint/scope-manager@8.3.0':
+ resolution: {integrity: sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@8.1.0':
- resolution: {integrity: sha512-oLYvTxljVvsMnldfl6jIKxTaU7ok7km0KDrwOt1RHYu6nxlhN3TIx8k5Q52L6wR33nOwDgM7VwW1fT1qMNfFIA==}
+ '@typescript-eslint/type-utils@8.3.0':
+ resolution: {integrity: sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -7577,12 +7577,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@8.1.0':
- resolution: {integrity: sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==}
+ '@typescript-eslint/types@8.3.0':
+ resolution: {integrity: sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.1.0':
- resolution: {integrity: sha512-NTHhmufocEkMiAord/g++gWKb0Fr34e9AExBRdqgWdVBaKoei2dIyYKD9Q0jBnvfbEA5zaf8plUFMUH6kQ0vGg==}
+ '@typescript-eslint/typescript-estree@8.3.0':
+ resolution: {integrity: sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -7590,14 +7590,14 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@8.1.0':
- resolution: {integrity: sha512-ypRueFNKTIFwqPeJBfeIpxZ895PQhNyH4YID6js0UoBImWYoSjBsahUn9KMiJXh94uOjVBgHD9AmkyPsPnFwJA==}
+ '@typescript-eslint/utils@8.3.0':
+ resolution: {integrity: sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- '@typescript-eslint/visitor-keys@8.1.0':
- resolution: {integrity: sha512-ba0lNI19awqZ5ZNKh6wCModMwoZs457StTebQ0q1NP58zSi2F6MOZRXwfKZy+jB78JNJ/WH8GSh2IQNzXX8Nag==}
+ '@typescript-eslint/visitor-keys@8.3.0':
+ resolution: {integrity: sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript/twoslash@3.1.0':
@@ -7723,16 +7723,16 @@ packages:
'@vue/compiler-ssr@3.4.38':
resolution: {integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==}
- '@vue/devtools-core@7.3.8':
- resolution: {integrity: sha512-mEwsR7GMklWuPOBH/++DiJe0GWqQ0syDtWP0HhU8m9tebs5zQtujMXrgu+cgBAKquJAWnBz0PwNzBgBD2P+M9A==}
+ '@vue/devtools-core@7.3.9':
+ resolution: {integrity: sha512-B5zAl9ulNjI6nknSnGNRzmP/ldR9ADUwwT8HkI8Hejo1W00uK9ABUahbfrXzME296rBfmwhQuCFwJ6t9KFdbXQ==}
peerDependencies:
vue: ^3.0.0
- '@vue/devtools-kit@7.3.8':
- resolution: {integrity: sha512-HYy3MQP1nZ6GbE4vrgJ/UB+MvZnhYmEwCa/UafrEpdpwa+jNCkz1ZdUrC5I7LpkH1ShREEV2/pZlAQdBj+ncLQ==}
+ '@vue/devtools-kit@7.3.9':
+ resolution: {integrity: sha512-Gr17nA+DaQzqyhNx1DUJr1CJRzTRfbIuuC80ZgU8MD/qNO302tv9la+ROi+Uaw+ULVwU9T71GnwLy4n8m9Lspg==}
- '@vue/devtools-shared@7.3.8':
- resolution: {integrity: sha512-1NiJbn7Yp47nPDWhFZyEKpB2+5/+7JYv8IQnU0ccMrgslPR2dL7u1DIyI7mLqy4HN1ll36gQy0k8GqBYSFgZJw==}
+ '@vue/devtools-shared@7.3.9':
+ resolution: {integrity: sha512-CdfMRZKXyI8vw+hqOcQIiLihB6Hbbi7WNZGp7LsuH1Qe4aYAFmTaKjSciRZ301oTnwmU/knC/s5OGuV6UNiNoA==}
'@vue/reactivity@3.1.5':
resolution: {integrity: sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==}
@@ -8111,6 +8111,10 @@ packages:
resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ cli-cursor@5.0.0:
+ resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
+ engines: {node: '>=18'}
+
cli-spinners@2.9.2:
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
engines: {node: '>=6'}
@@ -8644,8 +8648,8 @@ packages:
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.9.0:
- resolution: {integrity: sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==}
+ eslint@9.9.1:
+ resolution: {integrity: sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -8715,8 +8719,8 @@ packages:
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
engines: {node: '>=16.17'}
- expect-type@0.19.0:
- resolution: {integrity: sha512-piv9wz3IrAG4Wnk2A+n2VRCHieAyOSxrRLU872Xo6nyn39kYXKDALk4OcqnvLRnFvkz659CnWC8MWZLuuQnoqg==}
+ expect-type@0.20.0:
+ resolution: {integrity: sha512-uHaC9LYNv6BcW+8SvXcwUUDCrrUxt3GSa61DFvTHj8JC+M0hekMFBwMlCarLQDk5bbpZ2vStpnQPIwRuV98YMw==}
engines: {node: '>=12.0.0'}
express@4.19.2:
@@ -8981,8 +8985,8 @@ packages:
hast-util-from-dom@5.0.0:
resolution: {integrity: sha512-d6235voAp/XR3Hh5uy7aGLbM3S4KamdW0WEgOaU1YoewnuYw4HXb5eRtv9g65m/RFGEfUY1Mw4UqCc5Y8L4Stg==}
- hast-util-from-html@2.0.1:
- resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==}
+ hast-util-from-html@2.0.2:
+ resolution: {integrity: sha512-HwOHwxdt2zC5KQ/CNoybBntRook2zJvfZE/u5/Ap7aLPe22bDqen7KwGkOqOyzL5zIqKwiYX/OTtE0FWgr6XXA==}
hast-util-from-parse5@8.0.1:
resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==}
@@ -9008,8 +9012,8 @@ packages:
hast-util-to-estree@3.1.0:
resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==}
- hast-util-to-html@9.0.1:
- resolution: {integrity: sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==}
+ hast-util-to-html@9.0.2:
+ resolution: {integrity: sha512-RP5wNpj5nm1Z8cloDv4Sl4RS8jH5HYa0v93YB6Wb4poEzgMo/dAAL0KcT4974dCjcNG5pkLqTImeFHHCwwfY3g==}
hast-util-to-jsx-runtime@2.3.0:
resolution: {integrity: sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==}
@@ -9358,10 +9362,12 @@ packages:
libsql@0.3.19:
resolution: {integrity: sha512-Aj5cQ5uk/6fHdmeW0TiXK42FqUlwx7ytmMLPSaUQPin5HKKKuUPD62MAbN4OEweGBBI7q1BekoEN4gPUEL6MZA==}
+ cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
libsql@0.4.1:
resolution: {integrity: sha512-qZlR9Yu1zMBeLChzkE/cKfoKV3Esp9cn9Vx5Zirn4AVhDWPcjYhKwbtJcMuHehgk3mH+fJr9qW+3vesBWbQpBg==}
+ cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
lilconfig@2.1.0:
@@ -9536,8 +9542,8 @@ packages:
mdast-util-mdx-expression@2.0.0:
resolution: {integrity: sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==}
- mdast-util-mdx-jsx@3.1.2:
- resolution: {integrity: sha512-eKMQDeywY2wlHc97k5eD8VC+9ASMjN8ItEZQNGwJ6E0XWKiW/Z0V5/H8pvoXUf+y+Mj0VIgeRRbujBmFn4FTyA==}
+ mdast-util-mdx-jsx@3.1.3:
+ resolution: {integrity: sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==}
mdast-util-mdx@3.0.0:
resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==}
@@ -9706,8 +9712,8 @@ packages:
micromark@4.0.0:
resolution: {integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==}
- micromatch@4.0.7:
- resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==}
+ micromatch@4.0.8:
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
mime-db@1.52.0:
@@ -9731,6 +9737,10 @@ packages:
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
engines: {node: '>=12'}
+ mimic-function@5.0.1:
+ resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
+ engines: {node: '>=18'}
+
mini-svg-data-uri@1.4.4:
resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==}
hasBin: true
@@ -9805,8 +9815,8 @@ packages:
engines: {node: ^18 || >=20}
hasBin: true
- nanostores@0.11.2:
- resolution: {integrity: sha512-6bucNxMJA5rNV554WQl+MWGng0QVMzlRgpKTHHfIbVLrhQ+yRXBychV9ECGVuuUfCMQPjfIG9bj8oJFZ9hYP/Q==}
+ nanostores@0.11.3:
+ resolution: {integrity: sha512-TUes3xKIX33re4QzdxwZ6tdbodjmn3tWXCEc1uokiEmo14sI1EaGYNs2k3bU2pyyGNmBqFGAVl6jAGWd06AVIg==}
engines: {node: ^18.0.0 || >=20.0.0}
natural-compare@1.4.0:
@@ -9928,6 +9938,10 @@ packages:
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
engines: {node: '>=12'}
+ onetime@7.0.0:
+ resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
+ engines: {node: '>=18'}
+
only-allow@1.2.1:
resolution: {integrity: sha512-M7CJbmv7UCopc0neRKdzfoGWaVZC+xC1925GitKH9EAqYFzX9//25Q7oX4+jw0tiCCj+t5l6VZh8UPH23NZkMA==}
hasBin: true
@@ -9943,8 +9957,8 @@ packages:
resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==}
engines: {node: '>= 0.8.0'}
- ora@8.0.1:
- resolution: {integrity: sha512-ANIvzobt1rls2BDny5fWZ3ZVKyD6nscLvfFRpQgfWsythlcsVUC9kL0zq6j2Z5z9wwp1kd7wpsD/T9qNPVLCaQ==}
+ ora@8.1.0:
+ resolution: {integrity: sha512-GQEkNkH/GHOhPFXcqZs3IDahXEQcQxsSjEkK4KvEEST4t7eNzoMjxTzef+EZ+JluDEV+Raoi3WQ2CflnRdSVnQ==}
engines: {node: '>=18'}
os-tmpdir@1.0.2:
@@ -10570,6 +10584,10 @@ packages:
resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ restore-cursor@5.1.0:
+ resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
+ engines: {node: '>=18'}
+
retext-latin@4.0.0:
resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==}
@@ -10597,8 +10615,8 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rollup@4.21.0:
- resolution: {integrity: sha512-vo+S/lfA2lMS7rZ2Qoubi6I5hwZwzXeUIctILZLbHI+laNtvhhOIon2S1JksA5UEDQ7l3vberd0fxK44lTYjbQ==}
+ rollup@4.21.1:
+ resolution: {integrity: sha512-ZnYyKvscThhgd3M5+Qt3pmhO4jIRR5RGzaSovB6Q7rGNrK5cUncrtLmcTTJVSdcKXyZjW8X8MB0JMSuH9bcAJg==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -10776,8 +10794,8 @@ packages:
resolution: {integrity: sha512-TzobUYoEft/xBtb2voRPryAUIvYguG0V7Tt3de79I1WfXgCwelqVsGuZSnu3GFGRZhXR90AeEYIM+icuB/S06Q==}
hasBin: true
- solid-js@1.8.21:
- resolution: {integrity: sha512-FHUGdoo7GVa1BTpGh/4UtwIISde0vSXoqNB6KFpHiTgkIY959tmCJ7NYQAWDfScBfnpoMGZR8lFz0DiwW/gFlw==}
+ solid-js@1.8.22:
+ resolution: {integrity: sha512-VBzN5j+9Y4rqIKEnK301aBk+S7fvFSTs9ljg+YEdFxjNjH0hkjXPiQRcws9tE5fUzMznSS6KToL5hwMfHDgpLA==}
solid-refresh@0.6.3:
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
@@ -10926,14 +10944,14 @@ packages:
peerDependencies:
svelte: ^3.19.0 || ^4.0.0
- svelte2tsx@0.7.15:
- resolution: {integrity: sha512-91RbLJI448FR1UEZqXSS3ucVMERuWo8ACOhxfkBPK1CL2ocGMOC5bwc8tzFvb/Ji8NqZ7wmSGfvRebcUsiauKA==}
+ svelte2tsx@0.7.16:
+ resolution: {integrity: sha512-faI3t1N5I7RkrXGMLfUdfWg6DTPi8RisfES/00QzXh+faU2pQ3r/W2dUD0ENGh+qNzltIcjbfCW9PES9JkaSXg==}
peerDependencies:
svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0
typescript: ^4.9.4 || ^5.0.0
- svelte@4.2.18:
- resolution: {integrity: sha512-d0FdzYIiAePqRJEb90WlJDkjUEx42xhivxN8muUBmfZnP+tzUgz12DJ2hRJi8sIHCME7jeK1PTMgKPSfTd8JrA==}
+ svelte@4.2.19:
+ resolution: {integrity: sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw==}
engines: {node: '>=16'}
svg-tags@1.0.0:
@@ -11071,38 +11089,38 @@ packages:
tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
- turbo-darwin-64@2.0.14:
- resolution: {integrity: sha512-kwfDmjNwlNfvtrvT29+ZBg5n1Wvxl891bFHchMJyzMoR0HOE9N1NSNdSZb9wG3e7sYNIu4uDkNk+VBEqJW0HzQ==}
+ turbo-darwin-64@2.1.0:
+ resolution: {integrity: sha512-gHwpDk2gyB7qZ57gUUwDIS/IkglqEjjVtPZCTxmCRg28Tiwjui0azsLVKrnHP9UZHllozwbi28x8HXLXLEFF1w==}
cpu: [x64]
os: [darwin]
- turbo-darwin-arm64@2.0.14:
- resolution: {integrity: sha512-m3LXYEshCx3wc4ZClM6gb01KYpFmtjQ9IBF3A7ofjb6ahux3xlYZJZ3uFCLAGHuvGLuJ3htfiPbwlDPTdknqqw==}
+ turbo-darwin-arm64@2.1.0:
+ resolution: {integrity: sha512-GLaqGetNC6eS4eqXgsheLOHic/OcnGCGDi5boVf+TFZTXYH6YE15L4ugZha4xHXCr1KouCLILHh+f8EHEmWylg==}
cpu: [arm64]
os: [darwin]
- turbo-linux-64@2.0.14:
- resolution: {integrity: sha512-7vBzCPdoTtR92SNn2JMgj1FlMmyonGmpMaQdgAB1OVYtuQ6NVGoh7/lODfaILqXjpvmFSVbpBIDrKOT6EvcprQ==}
+ turbo-linux-64@2.1.0:
+ resolution: {integrity: sha512-VzBOsj7JyGoZtiNZZ6brjnY7UehRnClluw7pwznuLPzClkqOOPMd2jOcgkWxnP/xW4NBmOoFANXXrtvKBD4f2w==}
cpu: [x64]
os: [linux]
- turbo-linux-arm64@2.0.14:
- resolution: {integrity: sha512-jwH+c0bfjpBf26K/tdEFatmnYyXwGROjbr6bZmNcL8R+IkGAc/cglL+OToqJnQZTgZvH7uDGbeSyUo7IsHyjuA==}
+ turbo-linux-arm64@2.1.0:
+ resolution: {integrity: sha512-St7svJnOO5g4F6R7Z32e10I/0M3e6qpNjEYybXwPNul9NSfnUXeky4WoKaALwqNhyJ7nYemoFpZ1d+i8hFQTHg==}
cpu: [arm64]
os: [linux]
- turbo-windows-64@2.0.14:
- resolution: {integrity: sha512-w9/XwkHSzvLjmioo6cl3S1yRfI6swxsV1j1eJwtl66JM4/pn0H2rBa855R0n7hZnmI6H5ywLt/nLt6Ae8RTDmw==}
+ turbo-windows-64@2.1.0:
+ resolution: {integrity: sha512-iSobNud2MrJ1SZ1upVPlErT8xexsr0MQtKapdfq6z0M0rBnrDGEq5bUCSScWyGu+O4+glB4br9xkTAkGFqaxqQ==}
cpu: [x64]
os: [win32]
- turbo-windows-arm64@2.0.14:
- resolution: {integrity: sha512-XaQlyYk+Rf4xS5XWCo8XCMIpssgGGy8blzLfolN6YBp4baElIWMlkLZHDbGyiFmCbNf9I9gJI64XGRG+LVyyjA==}
+ turbo-windows-arm64@2.1.0:
+ resolution: {integrity: sha512-d61jN4rjE5PnUfF66GKrKoj8S8Ql4FGXzFFzZz4kjsHpZZzCTtqlzPZBmd1byzGYhDPTorTqG3G1USohbdyohA==}
cpu: [arm64]
os: [win32]
- turbo@2.0.14:
- resolution: {integrity: sha512-00JjdCMD/cpsjP0Izkjcm8Oaor5yUCfDwODtaLb+WyblyadkaDEisGhy3Dbd5az9n+5iLSPiUgf+WjPbns6MRg==}
+ turbo@2.1.0:
+ resolution: {integrity: sha512-A969/LO/sPHKlapIarY2VVzqQ5JnnW2/1kksZlnMEpsRD6gwOELvVL+ozfMiO7av9RILt3UeN02L17efr6HUCA==}
hasBin: true
type-check@0.4.0:
@@ -11133,8 +11151,8 @@ packages:
typescript-auto-import-cache@0.3.3:
resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==}
- typescript-eslint@8.1.0:
- resolution: {integrity: sha512-prB2U3jXPJLpo1iVLN338Lvolh6OrcCZO+9Yv6AR+tvegPPptYCDBIHiEEUdqRi8gAv2bXNKfMUrgAd2ejn/ow==}
+ typescript-eslint@8.3.0:
+ resolution: {integrity: sha512-EvWjwWLwwKDIJuBjk2I6UkV8KEQcwZ0VM10nR1rIunRDIP67QJTZAHBXTX0HW/oI1H10YESF8yWie8fRQxjvFA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -11164,8 +11182,8 @@ packages:
undici-types@5.26.5:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
- undici@6.19.7:
- resolution: {integrity: sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==}
+ undici@6.19.8:
+ resolution: {integrity: sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==}
engines: {node: '>=18.17'}
unicorn-magic@0.1.0:
@@ -11284,8 +11302,8 @@ packages:
vfile-message@4.0.2:
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
- vfile@6.0.2:
- resolution: {integrity: sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==}
+ vfile@6.0.3:
+ resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
vite-hot-client@0.2.3:
resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==}
@@ -11317,8 +11335,8 @@ packages:
'@testing-library/jest-dom':
optional: true
- vite-plugin-vue-devtools@7.3.8:
- resolution: {integrity: sha512-b5t4wxCb5g5cjh+odNpgnB7iX7gA6FJnKugFqX2/YZX9I4fvMjlj1bUnCKnvPlmwnFxClYgdmgZcCh2RyhZgvw==}
+ vite-plugin-vue-devtools@7.3.9:
+ resolution: {integrity: sha512-ybDV2kepW0NpusvtfbRKHs0pvyrReNcFtL572gyZ6Alox6u5uebYefd2eAG/7mJSU3NPI5UxUH1e/Mof5exdlw==}
engines: {node: '>=v14.21.3'}
peerDependencies:
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
@@ -11333,8 +11351,8 @@ packages:
peerDependencies:
vue: '>=3.2.13'
- vite@5.4.1:
- resolution: {integrity: sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==}
+ vite@5.4.2:
+ resolution: {integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -11816,14 +11834,14 @@ snapshots:
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.25.0
+ '@babel/generator': 7.25.5
'@babel/helper-compilation-targets': 7.25.2
'@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
'@babel/helpers': 7.25.0
- '@babel/parser': 7.25.3
+ '@babel/parser': 7.25.4
'@babel/template': 7.25.0
- '@babel/traverse': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
convert-source-map: 2.0.0
debug: 4.3.6
gensync: 1.0.0-beta.2
@@ -11832,16 +11850,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.25.0':
+ '@babel/generator@7.25.5':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@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.25.2
+ '@babel/types': 7.25.4
'@babel/helper-compilation-targets@7.25.2':
dependencies:
@@ -11868,32 +11886,32 @@ snapshots:
'@babel/helper-environment-visitor@7.24.7':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/helper-function-name@7.24.7':
dependencies:
'@babel/template': 7.25.0
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/helper-member-expression-to-functions@7.24.7':
dependencies:
- '@babel/traverse': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.18.6':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/helper-module-imports@7.22.15':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/helper-module-imports@7.24.7':
dependencies:
- '@babel/traverse': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
transitivePeerDependencies:
- supports-color
@@ -11903,13 +11921,13 @@ snapshots:
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
'@babel/helper-validator-identifier': 7.24.7
- '@babel/traverse': 7.25.3
+ '@babel/traverse': 7.25.4
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/helper-plugin-utils@7.24.8': {}
@@ -11924,21 +11942,21 @@ snapshots:
'@babel/helper-simple-access@7.24.7':
dependencies:
- '@babel/traverse': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
transitivePeerDependencies:
- supports-color
'@babel/helper-split-export-declaration@7.24.7':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/helper-string-parser@7.24.8': {}
@@ -11949,7 +11967,7 @@ snapshots:
'@babel/helpers@7.25.0':
dependencies:
'@babel/template': 7.25.0
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/highlight@7.24.7':
dependencies:
@@ -11958,9 +11976,9 @@ snapshots:
js-tokens: 4.0.0
picocolors: 1.0.1
- '@babel/parser@7.25.3':
+ '@babel/parser@7.25.4':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.25.2)':
dependencies:
@@ -12020,7 +12038,7 @@ snapshots:
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
transitivePeerDependencies:
- supports-color
@@ -12041,22 +12059,22 @@ snapshots:
'@babel/template@7.25.0':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/parser': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/parser': 7.25.4
+ '@babel/types': 7.25.4
- '@babel/traverse@7.25.3':
+ '@babel/traverse@7.25.4':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.25.0
- '@babel/parser': 7.25.3
+ '@babel/generator': 7.25.5
+ '@babel/parser': 7.25.4
'@babel/template': 7.25.0
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
debug: 4.3.6
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.25.2':
+ '@babel/types@7.25.4':
dependencies:
'@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
@@ -12181,7 +12199,7 @@ snapshots:
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
fs-extra: 7.0.1
- micromatch: 4.0.7
+ micromatch: 4.0.8
'@changesets/errors@0.2.0':
dependencies:
@@ -12221,7 +12239,7 @@ snapshots:
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
is-subdir: 1.2.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
spawndamnit: 2.0.0
'@changesets/logger@0.1.0':
@@ -12619,14 +12637,14 @@ snapshots:
'@esbuild/win32-x64@0.21.5':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@9.9.0(jiti@1.21.0))':
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.9.1(jiti@1.21.0))':
dependencies:
- eslint: 9.9.0(jiti@1.21.0)
+ eslint: 9.9.1(jiti@1.21.0)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.11.0': {}
- '@eslint/config-array@0.17.1':
+ '@eslint/config-array@0.18.0':
dependencies:
'@eslint/object-schema': 2.1.4
debug: 4.3.6
@@ -12648,7 +12666,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.9.0': {}
+ '@eslint/js@9.9.1': {}
'@eslint/object-schema@2.1.4': {}
@@ -12781,9 +12799,9 @@ snapshots:
dependencies:
tslib: 2.6.2
- '@libsql/client@0.9.0':
+ '@libsql/client@0.10.0':
dependencies:
- '@libsql/core': 0.9.0
+ '@libsql/core': 0.10.0
'@libsql/hrana-client': 0.6.2
js-base64: 3.7.7
libsql: 0.4.1
@@ -12792,7 +12810,7 @@ snapshots:
- bufferutil
- utf-8-validate
- '@libsql/core@0.9.0':
+ '@libsql/core@0.10.0':
dependencies:
js-base64: 3.7.7
@@ -12915,10 +12933,10 @@ snapshots:
- encoding
- supports-color
- '@markdoc/markdoc@0.4.0(@types/react@18.3.3)(react@18.3.1)':
+ '@markdoc/markdoc@0.4.0(@types/react@18.3.4)(react@18.3.1)':
optionalDependencies:
'@types/markdown-it': 12.2.3
- '@types/react': 18.3.3
+ '@types/react': 18.3.4
react: 18.3.1
'@mdx-js/mdx@3.0.1':
@@ -12945,13 +12963,13 @@ snapshots:
unist-util-position-from-estree: 2.0.0
unist-util-stringify-position: 4.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.2
+ vfile: 6.0.3
transitivePeerDependencies:
- supports-color
- '@nanostores/preact@0.5.2(nanostores@0.11.2)(preact@10.23.2)':
+ '@nanostores/preact@0.5.2(nanostores@0.11.3)(preact@10.23.2)':
dependencies:
- nanostores: 0.11.2
+ nanostores: 0.11.3
preact: 10.23.2
'@neon-rs/load@0.0.4': {}
@@ -12983,12 +13001,12 @@ snapshots:
'@polka/url@1.0.0-next.25': {}
- '@preact/preset-vite@2.8.2(@babel/core@7.25.2)(preact@10.23.2)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))':
+ '@preact/preset-vite@2.8.2(@babel/core@7.25.2)(preact@10.23.2)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))':
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-react-jsx': 7.25.2(@babel/core@7.25.2)
'@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.25.2)
- '@prefresh/vite': 2.4.5(preact@10.23.2)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ '@prefresh/vite': 2.4.5(preact@10.23.2)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
'@rollup/pluginutils': 4.2.1
babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.25.2)
debug: 4.3.6
@@ -12998,7 +13016,7 @@ snapshots:
resolve: 1.22.8
source-map: 0.7.4
stack-trace: 1.0.0-pre2
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
transitivePeerDependencies:
- preact
- supports-color
@@ -13018,7 +13036,7 @@ snapshots:
'@prefresh/utils@1.2.0': {}
- '@prefresh/vite@2.4.5(preact@10.23.2)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))':
+ '@prefresh/vite@2.4.5(preact@10.23.2)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))':
dependencies:
'@babel/core': 7.25.2
'@prefresh/babel-plugin': 0.5.1
@@ -13026,7 +13044,7 @@ snapshots:
'@prefresh/utils': 1.2.0
'@rollup/pluginutils': 4.2.1
preact: 10.23.2
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
@@ -13035,60 +13053,60 @@ snapshots:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.0(rollup@4.21.0)':
+ '@rollup/pluginutils@5.1.0(rollup@4.21.1)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.21.0
+ rollup: 4.21.1
- '@rollup/rollup-android-arm-eabi@4.21.0':
+ '@rollup/rollup-android-arm-eabi@4.21.1':
optional: true
- '@rollup/rollup-android-arm64@4.21.0':
+ '@rollup/rollup-android-arm64@4.21.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.21.0':
+ '@rollup/rollup-darwin-arm64@4.21.1':
optional: true
- '@rollup/rollup-darwin-x64@4.21.0':
+ '@rollup/rollup-darwin-x64@4.21.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.21.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.21.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.21.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.21.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.21.0':
+ '@rollup/rollup-linux-arm64-gnu@4.21.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.21.0':
+ '@rollup/rollup-linux-arm64-musl@4.21.1':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.21.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.21.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.21.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.21.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.21.0':
+ '@rollup/rollup-linux-s390x-gnu@4.21.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.21.0':
+ '@rollup/rollup-linux-x64-gnu@4.21.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.21.0':
+ '@rollup/rollup-linux-x64-musl@4.21.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.21.0':
+ '@rollup/rollup-win32-arm64-msvc@4.21.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.21.0':
+ '@rollup/rollup-win32-ia32-msvc@4.21.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.21.0':
+ '@rollup/rollup-win32-x64-msvc@4.21.1':
optional: true
'@shikijs/core@1.14.1':
@@ -13097,30 +13115,30 @@ snapshots:
'@sindresorhus/merge-streams@2.3.0': {}
- '@solidjs/router@0.14.3(solid-js@1.8.21)':
+ '@solidjs/router@0.14.3(solid-js@1.8.22)':
dependencies:
- solid-js: 1.8.21
+ solid-js: 1.8.22
- '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8)))(svelte@4.2.18)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))':
+ '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8)))(svelte@4.2.19)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
debug: 4.3.6
- svelte: 4.2.18
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ svelte: 4.2.19
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))':
+ '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8)))(svelte@4.2.18)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8)))(svelte@4.2.19)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
debug: 4.3.6
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.11
- svelte: 4.2.18
- svelte-hmr: 0.16.0(svelte@4.2.18)
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
- vitefu: 0.2.5(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ svelte: 4.2.19
+ svelte-hmr: 0.16.0(svelte@4.2.19)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
+ vitefu: 0.2.5(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
transitivePeerDependencies:
- supports-color
@@ -13141,24 +13159,24 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/parser': 7.25.4
+ '@babel/types': 7.25.4
'@types/babel__generator': 7.6.8
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.20.6
'@types/babel__generator@7.6.8':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@types/babel__template@7.4.4':
dependencies:
- '@babel/parser': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/parser': 7.25.4
+ '@babel/types': 7.25.4
'@types/babel__traverse@7.20.6':
dependencies:
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
'@types/body-parser@1.19.5':
dependencies:
@@ -13296,9 +13314,9 @@ snapshots:
'@types/react-dom@18.3.0':
dependencies:
- '@types/react': 18.3.3
+ '@types/react': 18.3.4
- '@types/react@18.3.3':
+ '@types/react@18.3.4':
dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3
@@ -13322,7 +13340,7 @@ snapshots:
'@types/node': 18.19.31
'@types/send': 0.17.4
- '@types/server-destroy@1.0.3':
+ '@types/server-destroy@1.0.4':
dependencies:
'@types/node': 18.19.31
@@ -13350,15 +13368,15 @@ snapshots:
'@types/yargs-parser@21.0.3': {}
- '@typescript-eslint/eslint-plugin@8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)':
+ '@typescript-eslint/eslint-plugin@8.3.0(@typescript-eslint/parser@8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4))(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)':
dependencies:
'@eslint-community/regexpp': 4.11.0
- '@typescript-eslint/parser': 8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
- '@typescript-eslint/scope-manager': 8.1.0
- '@typescript-eslint/type-utils': 8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
- '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
- '@typescript-eslint/visitor-keys': 8.1.0
- eslint: 9.9.0(jiti@1.21.0)
+ '@typescript-eslint/parser': 8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
+ '@typescript-eslint/scope-manager': 8.3.0
+ '@typescript-eslint/type-utils': 8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 8.3.0
+ eslint: 9.9.1(jiti@1.21.0)
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
@@ -13368,28 +13386,28 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)':
+ '@typescript-eslint/parser@8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/scope-manager': 8.1.0
- '@typescript-eslint/types': 8.1.0
- '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.4)
- '@typescript-eslint/visitor-keys': 8.1.0
+ '@typescript-eslint/scope-manager': 8.3.0
+ '@typescript-eslint/types': 8.3.0
+ '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 8.3.0
debug: 4.3.6
- eslint: 9.9.0(jiti@1.21.0)
+ eslint: 9.9.1(jiti@1.21.0)
optionalDependencies:
typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.1.0':
+ '@typescript-eslint/scope-manager@8.3.0':
dependencies:
- '@typescript-eslint/types': 8.1.0
- '@typescript-eslint/visitor-keys': 8.1.0
+ '@typescript-eslint/types': 8.3.0
+ '@typescript-eslint/visitor-keys': 8.3.0
- '@typescript-eslint/type-utils@8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)':
+ '@typescript-eslint/type-utils@8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.4)
- '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
+ '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
debug: 4.3.6
ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
@@ -13398,14 +13416,14 @@ snapshots:
- eslint
- supports-color
- '@typescript-eslint/types@8.1.0': {}
+ '@typescript-eslint/types@8.3.0': {}
- '@typescript-eslint/typescript-estree@8.1.0(typescript@5.5.4)':
+ '@typescript-eslint/typescript-estree@8.3.0(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 8.1.0
- '@typescript-eslint/visitor-keys': 8.1.0
+ '@typescript-eslint/types': 8.3.0
+ '@typescript-eslint/visitor-keys': 8.3.0
debug: 4.3.6
- globby: 11.1.0
+ fast-glob: 3.3.2
is-glob: 4.0.3
minimatch: 9.0.4
semver: 7.6.3
@@ -13415,20 +13433,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)':
+ '@typescript-eslint/utils@8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.0))
- '@typescript-eslint/scope-manager': 8.1.0
- '@typescript-eslint/types': 8.1.0
- '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.4)
- eslint: 9.9.0(jiti@1.21.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.1(jiti@1.21.0))
+ '@typescript-eslint/scope-manager': 8.3.0
+ '@typescript-eslint/types': 8.3.0
+ '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4)
+ eslint: 9.9.1(jiti@1.21.0)
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@8.1.0':
+ '@typescript-eslint/visitor-keys@8.3.0':
dependencies:
- '@typescript-eslint/types': 8.1.0
+ '@typescript-eslint/types': 8.3.0
eslint-visitor-keys: 3.4.3
'@typescript/twoslash@3.1.0':
@@ -13472,37 +13490,37 @@ snapshots:
estree-walker: 2.0.2
glob: 7.2.3
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
node-gyp-build: 4.8.0
resolve-from: 5.0.0
transitivePeerDependencies:
- encoding
- supports-color
- '@vitejs/plugin-react@4.3.1(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))':
+ '@vitejs/plugin-react@4.3.1(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))':
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2)
'@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.25.2)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
+ '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2)
'@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
vue: 3.4.38(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.2(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
+ '@vitejs/plugin-vue@5.1.2(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
vue: 3.4.38(typescript@5.5.4)
'@vitest/expect@2.0.5':
@@ -13596,8 +13614,8 @@ snapshots:
'@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
'@babel/template': 7.25.0
- '@babel/traverse': 7.25.3
- '@babel/types': 7.25.2
+ '@babel/traverse': 7.25.4
+ '@babel/types': 7.25.4
'@vue/babel-helper-vue-transform-on': 1.2.2
'@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.2)
camelcase: 6.3.0
@@ -13614,12 +13632,12 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.8
- '@babel/parser': 7.25.3
+ '@babel/parser': 7.25.4
'@vue/compiler-sfc': 3.4.38
'@vue/compiler-core@3.4.38':
dependencies:
- '@babel/parser': 7.25.3
+ '@babel/parser': 7.25.4
'@vue/shared': 3.4.38
entities: 4.5.0
estree-walker: 2.0.2
@@ -13632,7 +13650,7 @@ snapshots:
'@vue/compiler-sfc@3.4.38':
dependencies:
- '@babel/parser': 7.25.3
+ '@babel/parser': 7.25.4
'@vue/compiler-core': 3.4.38
'@vue/compiler-dom': 3.4.38
'@vue/compiler-ssr': 3.4.38
@@ -13647,21 +13665,21 @@ snapshots:
'@vue/compiler-dom': 3.4.38
'@vue/shared': 3.4.38
- '@vue/devtools-core@7.3.8(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
+ '@vue/devtools-core@7.3.9(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@vue/devtools-kit': 7.3.8
- '@vue/devtools-shared': 7.3.8
+ '@vue/devtools-kit': 7.3.9
+ '@vue/devtools-shared': 7.3.9
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ vite-hot-client: 0.2.3(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
vue: 3.4.38(typescript@5.5.4)
transitivePeerDependencies:
- vite
- '@vue/devtools-kit@7.3.8':
+ '@vue/devtools-kit@7.3.9':
dependencies:
- '@vue/devtools-shared': 7.3.8
+ '@vue/devtools-shared': 7.3.9
birpc: 0.2.17
hookable: 5.5.3
mitt: 3.0.1
@@ -13669,7 +13687,7 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.3.8':
+ '@vue/devtools-shared@7.3.9':
dependencies:
rfdc: 1.4.1
@@ -13884,7 +13902,7 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-module-imports': 7.18.6
'@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
- '@babel/types': 7.25.2
+ '@babel/types': 7.25.4
html-entities: 2.3.3
validate-html-nesting: 1.2.2
@@ -14068,7 +14086,7 @@ snapshots:
parse5: 7.1.2
parse5-htmlparser2-tree-adapter: 7.0.0
parse5-parser-stream: 7.1.2
- undici: 6.19.7
+ undici: 6.19.8
whatwg-mimetype: 4.0.0
chokidar@3.6.0:
@@ -14103,6 +14121,10 @@ snapshots:
dependencies:
restore-cursor: 4.0.0
+ cli-cursor@5.0.0:
+ dependencies:
+ restore-cursor: 5.1.0
+
cli-spinners@2.9.2: {}
cli-table3@0.6.4:
@@ -14375,10 +14397,10 @@ snapshots:
dotenv@8.6.0: {}
- drizzle-orm@0.31.4(@libsql/client@0.9.0)(@types/react@18.3.3)(react@18.3.1):
+ drizzle-orm@0.31.4(@libsql/client@0.10.0)(@types/react@18.3.4)(react@18.3.1):
optionalDependencies:
- '@libsql/client': 0.9.0
- '@types/react': 18.3.3
+ '@libsql/client': 0.10.0
+ '@types/react': 18.3.4
react: 18.3.1
dset@3.1.3: {}
@@ -14477,12 +14499,12 @@ snapshots:
eslint-plugin-no-only-tests@3.3.0: {}
- eslint-plugin-regexp@2.6.0(eslint@9.9.0(jiti@1.21.0)):
+ eslint-plugin-regexp@2.6.0(eslint@9.9.1(jiti@1.21.0)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.0))
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.1(jiti@1.21.0))
'@eslint-community/regexpp': 4.11.0
comment-parser: 1.4.1
- eslint: 9.9.0(jiti@1.21.0)
+ eslint: 9.9.1(jiti@1.21.0)
jsdoc-type-pratt-parser: 4.0.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
@@ -14497,13 +14519,13 @@ snapshots:
eslint-visitor-keys@4.0.0: {}
- eslint@9.9.0(jiti@1.21.0):
+ eslint@9.9.1(jiti@1.21.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.0))
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.1(jiti@1.21.0))
'@eslint-community/regexpp': 4.11.0
- '@eslint/config-array': 0.17.1
+ '@eslint/config-array': 0.18.0
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.9.0
+ '@eslint/js': 9.9.1
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8
@@ -14606,7 +14628,7 @@ snapshots:
signal-exit: 4.1.0
strip-final-newline: 3.0.0
- expect-type@0.19.0: {}
+ expect-type@0.20.0: {}
express@4.19.2:
dependencies:
@@ -14666,7 +14688,7 @@ snapshots:
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
- micromatch: 4.0.7
+ micromatch: 4.0.8
fast-json-stable-stringify@2.1.0: {}
@@ -14725,7 +14747,7 @@ snapshots:
find-yarn-workspace-root2@1.2.16:
dependencies:
- micromatch: 4.0.7
+ micromatch: 4.0.8
pkg-dir: 4.2.0
flat-cache@4.0.1:
@@ -14927,13 +14949,13 @@ snapshots:
hastscript: 8.0.0
web-namespaces: 2.0.1
- hast-util-from-html@2.0.1:
+ hast-util-from-html@2.0.2:
dependencies:
'@types/hast': 3.0.4
devlop: 1.1.0
hast-util-from-parse5: 8.0.1
parse5: 7.1.2
- vfile: 6.0.2
+ vfile: 6.0.3
vfile-message: 4.0.2
hast-util-from-parse5@8.0.1:
@@ -14943,7 +14965,7 @@ snapshots:
devlop: 1.1.0
hastscript: 8.0.0
property-information: 6.5.0
- vfile: 6.0.2
+ vfile: 6.0.3
vfile-location: 5.0.2
web-namespaces: 2.0.1
@@ -14975,7 +14997,7 @@ snapshots:
parse5: 7.1.2
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.2
+ vfile: 6.0.3
web-namespaces: 2.0.1
zwitch: 2.0.4
@@ -15009,7 +15031,7 @@ snapshots:
estree-util-is-identifier-name: 3.0.0
hast-util-whitespace: 3.0.0
mdast-util-mdx-expression: 2.0.0
- mdast-util-mdx-jsx: 3.1.2
+ mdast-util-mdx-jsx: 3.1.3
mdast-util-mdxjs-esm: 2.0.1
property-information: 6.5.0
space-separated-tokens: 2.0.2
@@ -15019,13 +15041,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- hast-util-to-html@9.0.1:
+ hast-util-to-html@9.0.2:
dependencies:
'@types/hast': 3.0.4
'@types/unist': 3.0.3
ccount: 2.0.1
comma-separated-tokens: 2.0.3
- hast-util-raw: 9.0.2
hast-util-whitespace: 3.0.0
html-void-elements: 3.0.0
mdast-util-to-hast: 13.1.0
@@ -15044,7 +15065,7 @@ snapshots:
estree-util-is-identifier-name: 3.0.0
hast-util-whitespace: 3.0.0
mdast-util-mdx-expression: 2.0.0
- mdast-util-mdx-jsx: 3.1.2
+ mdast-util-mdx-jsx: 3.1.3
mdast-util-mdxjs-esm: 2.0.1
property-information: 6.5.0
space-separated-tokens: 2.0.2
@@ -15673,7 +15694,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- mdast-util-mdx-jsx@3.1.2:
+ mdast-util-mdx-jsx@3.1.3:
dependencies:
'@types/estree-jsx': 1.0.5
'@types/hast': 3.0.4
@@ -15685,7 +15706,6 @@ snapshots:
mdast-util-to-markdown: 2.1.0
parse-entities: 4.0.1
stringify-entities: 4.0.4
- unist-util-remove-position: 5.0.0
unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2
transitivePeerDependencies:
@@ -15695,7 +15715,7 @@ snapshots:
dependencies:
mdast-util-from-markdown: 2.0.0
mdast-util-mdx-expression: 2.0.0
- mdast-util-mdx-jsx: 3.1.2
+ mdast-util-mdx-jsx: 3.1.3
mdast-util-mdxjs-esm: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
@@ -15727,7 +15747,7 @@ snapshots:
trim-lines: 3.0.1
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.2
+ vfile: 6.0.3
mdast-util-to-markdown@2.1.0:
dependencies:
@@ -16057,7 +16077,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- micromatch@4.0.7:
+ micromatch@4.0.8:
dependencies:
braces: 3.0.3
picomatch: 2.3.1
@@ -16074,6 +16094,8 @@ snapshots:
mimic-fn@4.0.0: {}
+ mimic-function@5.0.1: {}
+
mini-svg-data-uri@1.4.4: {}
minimatch@3.1.2:
@@ -16127,7 +16149,7 @@ snapshots:
nanoid@5.0.7: {}
- nanostores@0.11.2: {}
+ nanostores@0.11.3: {}
natural-compare@1.4.0: {}
@@ -16245,6 +16267,10 @@ snapshots:
dependencies:
mimic-fn: 4.0.0
+ onetime@7.0.0:
+ dependencies:
+ mimic-function: 5.0.1
+
only-allow@1.2.1:
dependencies:
which-pm-runs: 1.1.0
@@ -16267,10 +16293,10 @@ snapshots:
prelude-ls: 1.2.1
type-check: 0.4.0
- ora@8.0.1:
+ ora@8.1.0:
dependencies:
chalk: 5.3.0
- cli-cursor: 4.0.0
+ cli-cursor: 5.0.0
cli-spinners: 2.9.2
is-interactive: 2.0.0
is-unicode-supported: 2.0.0
@@ -16346,7 +16372,7 @@ snapshots:
nlcst-to-string: 4.0.0
unist-util-modify-children: 4.0.0
unist-util-visit-children: 3.0.0
- vfile: 6.0.2
+ vfile: 6.0.3
parse-numeric-range@1.3.0: {}
@@ -16842,7 +16868,7 @@ snapshots:
rehype-parse@9.0.0:
dependencies:
'@types/hast': 3.0.4
- hast-util-from-html: 2.0.1
+ hast-util-from-html: 2.0.2
unified: 11.0.5
rehype-pretty-code@0.13.2(shiki@1.14.1):
@@ -16859,7 +16885,7 @@ snapshots:
dependencies:
'@types/hast': 3.0.4
hast-util-raw: 9.0.2
- vfile: 6.0.2
+ vfile: 6.0.3
rehype-slug@6.0.0:
dependencies:
@@ -16872,7 +16898,7 @@ snapshots:
rehype-stringify@10.0.0:
dependencies:
'@types/hast': 3.0.4
- hast-util-to-html: 9.0.1
+ hast-util-to-html: 9.0.2
unified: 11.0.5
rehype-toc@3.0.2:
@@ -16936,7 +16962,7 @@ snapshots:
'@types/mdast': 4.0.4
mdast-util-to-hast: 13.1.0
unified: 11.0.5
- vfile: 6.0.2
+ vfile: 6.0.3
remark-shiki-twoslash@3.1.3(typescript@5.5.4):
dependencies:
@@ -16996,6 +17022,11 @@ snapshots:
onetime: 5.1.2
signal-exit: 3.0.7
+ restore-cursor@5.1.0:
+ dependencies:
+ onetime: 7.0.0
+ signal-exit: 4.1.0
+
retext-latin@4.0.0:
dependencies:
'@types/nlcst': 2.0.3
@@ -17031,26 +17062,26 @@ snapshots:
dependencies:
glob: 7.2.3
- rollup@4.21.0:
+ rollup@4.21.1:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.21.0
- '@rollup/rollup-android-arm64': 4.21.0
- '@rollup/rollup-darwin-arm64': 4.21.0
- '@rollup/rollup-darwin-x64': 4.21.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.21.0
- '@rollup/rollup-linux-arm-musleabihf': 4.21.0
- '@rollup/rollup-linux-arm64-gnu': 4.21.0
- '@rollup/rollup-linux-arm64-musl': 4.21.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.21.0
- '@rollup/rollup-linux-riscv64-gnu': 4.21.0
- '@rollup/rollup-linux-s390x-gnu': 4.21.0
- '@rollup/rollup-linux-x64-gnu': 4.21.0
- '@rollup/rollup-linux-x64-musl': 4.21.0
- '@rollup/rollup-win32-arm64-msvc': 4.21.0
- '@rollup/rollup-win32-ia32-msvc': 4.21.0
- '@rollup/rollup-win32-x64-msvc': 4.21.0
+ '@rollup/rollup-android-arm-eabi': 4.21.1
+ '@rollup/rollup-android-arm64': 4.21.1
+ '@rollup/rollup-darwin-arm64': 4.21.1
+ '@rollup/rollup-darwin-x64': 4.21.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.21.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.21.1
+ '@rollup/rollup-linux-arm64-gnu': 4.21.1
+ '@rollup/rollup-linux-arm64-musl': 4.21.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.21.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.21.1
+ '@rollup/rollup-linux-s390x-gnu': 4.21.1
+ '@rollup/rollup-linux-x64-gnu': 4.21.1
+ '@rollup/rollup-linux-x64-musl': 4.21.1
+ '@rollup/rollup-win32-arm64-msvc': 4.21.1
+ '@rollup/rollup-win32-ia32-msvc': 4.21.1
+ '@rollup/rollup-win32-x64-msvc': 4.21.1
fsevents: 2.3.3
rrweb-cssom@0.6.0: {}
@@ -17265,18 +17296,18 @@ snapshots:
smartypants@0.2.2: {}
- solid-js@1.8.21:
+ solid-js@1.8.22:
dependencies:
csstype: 3.1.3
seroval: 1.1.1
seroval-plugins: 1.1.1(seroval@1.1.1)
- solid-refresh@0.6.3(solid-js@1.8.21):
+ solid-refresh@0.6.3(solid-js@1.8.22):
dependencies:
- '@babel/generator': 7.25.0
+ '@babel/generator': 7.25.5
'@babel/helper-module-imports': 7.24.7
- '@babel/types': 7.25.2
- solid-js: 1.8.21
+ '@babel/types': 7.25.4
+ solid-js: 1.8.22
transitivePeerDependencies:
- supports-color
@@ -17407,18 +17438,18 @@ snapshots:
supports-preserve-symlinks-flag@1.0.0: {}
- svelte-hmr@0.16.0(svelte@4.2.18):
+ svelte-hmr@0.16.0(svelte@4.2.19):
dependencies:
- svelte: 4.2.18
+ svelte: 4.2.19
- svelte2tsx@0.7.15(svelte@4.2.18)(typescript@5.5.4):
+ svelte2tsx@0.7.16(svelte@4.2.19)(typescript@5.5.4):
dependencies:
dedent-js: 1.0.1
pascal-case: 3.1.2
- svelte: 4.2.18
+ svelte: 4.2.19
typescript: 5.5.4
- svelte@4.2.18:
+ svelte@4.2.19:
dependencies:
'@ampproject/remapping': 2.3.0
'@jridgewell/sourcemap-codec': 1.5.0
@@ -17461,7 +17492,7 @@ snapshots:
is-glob: 4.0.3
jiti: 1.21.0
lilconfig: 2.1.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.1
@@ -17567,32 +17598,32 @@ snapshots:
tslib@2.6.2: {}
- turbo-darwin-64@2.0.14:
+ turbo-darwin-64@2.1.0:
optional: true
- turbo-darwin-arm64@2.0.14:
+ turbo-darwin-arm64@2.1.0:
optional: true
- turbo-linux-64@2.0.14:
+ turbo-linux-64@2.1.0:
optional: true
- turbo-linux-arm64@2.0.14:
+ turbo-linux-arm64@2.1.0:
optional: true
- turbo-windows-64@2.0.14:
+ turbo-windows-64@2.1.0:
optional: true
- turbo-windows-arm64@2.0.14:
+ turbo-windows-arm64@2.1.0:
optional: true
- turbo@2.0.14:
+ turbo@2.1.0:
optionalDependencies:
- turbo-darwin-64: 2.0.14
- turbo-darwin-arm64: 2.0.14
- turbo-linux-64: 2.0.14
- turbo-linux-arm64: 2.0.14
- turbo-windows-64: 2.0.14
- turbo-windows-arm64: 2.0.14
+ turbo-darwin-64: 2.1.0
+ turbo-darwin-arm64: 2.1.0
+ turbo-linux-64: 2.1.0
+ turbo-linux-arm64: 2.1.0
+ turbo-windows-64: 2.1.0
+ turbo-windows-arm64: 2.1.0
type-check@0.4.0:
dependencies:
@@ -17609,7 +17640,7 @@ snapshots:
types-react-dom@19.0.0-alpha.3:
dependencies:
- '@types/react': 18.3.3
+ '@types/react': 18.3.4
types-react@19.0.0-alpha.3:
dependencies:
@@ -17621,11 +17652,11 @@ snapshots:
dependencies:
semver: 7.6.3
- typescript-eslint@8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4):
+ typescript-eslint@8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
- '@typescript-eslint/parser': 8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
- '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.0))(typescript@5.5.4)
+ '@typescript-eslint/eslint-plugin': 8.3.0(@typescript-eslint/parser@8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4))(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
+ '@typescript-eslint/parser': 8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.3.0(eslint@9.9.1(jiti@1.21.0))(typescript@5.5.4)
optionalDependencies:
typescript: 5.5.4
transitivePeerDependencies:
@@ -17644,7 +17675,7 @@ snapshots:
undici-types@5.26.5: {}
- undici@6.19.7: {}
+ undici@6.19.8: {}
unicorn-magic@0.1.0: {}
@@ -17656,7 +17687,7 @@ snapshots:
extend: 3.0.2
is-plain-obj: 4.1.0
trough: 2.2.0
- vfile: 6.0.2
+ vfile: 6.0.3
unist-util-find-after@5.0.0:
dependencies:
@@ -17774,22 +17805,21 @@ snapshots:
vfile-location@5.0.2:
dependencies:
'@types/unist': 3.0.3
- vfile: 6.0.2
+ vfile: 6.0.3
vfile-message@4.0.2:
dependencies:
'@types/unist': 3.0.3
unist-util-stringify-position: 4.0.0
- vfile@6.0.2:
+ vfile@6.0.3:
dependencies:
'@types/unist': 3.0.3
- unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2
- vite-hot-client@0.2.3(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8)):
+ vite-hot-client@0.2.3(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8)):
dependencies:
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
vite-node@2.0.5(@types/node@18.19.31)(sass@1.77.8):
dependencies:
@@ -17797,7 +17827,7 @@ snapshots:
debug: 4.3.6
pathe: 1.1.2
tinyrainbow: 1.2.0
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
transitivePeerDependencies:
- '@types/node'
- less
@@ -17809,10 +17839,10 @@ snapshots:
- supports-color
- terser
- vite-plugin-inspect@0.8.5(rollup@4.21.0)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8)):
+ vite-plugin-inspect@0.8.5(rollup@4.21.1)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.21.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.21.1)
debug: 4.3.6
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
@@ -17820,41 +17850,41 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-solid@2.10.2(solid-js@1.8.21)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8)):
+ vite-plugin-solid@2.10.2(solid-js@1.8.22)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8)):
dependencies:
'@babel/core': 7.25.2
'@types/babel__core': 7.20.5
babel-preset-solid: 1.8.16(@babel/core@7.25.2)
merge-anything: 5.1.7
- solid-js: 1.8.21
- solid-refresh: 0.6.3(solid-js@1.8.21)
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
- vitefu: 0.2.5(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ solid-js: 1.8.22
+ solid-refresh: 0.6.3(solid-js@1.8.22)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
+ vitefu: 0.2.5(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.3.8(rollup@4.21.0)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4)):
+ vite-plugin-vue-devtools@7.3.9(rollup@4.21.1)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4)):
dependencies:
- '@vue/devtools-core': 7.3.8(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
- '@vue/devtools-kit': 7.3.8
- '@vue/devtools-shared': 7.3.8
+ '@vue/devtools-core': 7.3.9(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))(vue@3.4.38(typescript@5.5.4))
+ '@vue/devtools-kit': 7.3.9
+ '@vue/devtools-shared': 7.3.9
execa: 8.0.1
sirv: 2.0.4
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
- vite-plugin-inspect: 0.8.5(rollup@4.21.0)(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
- vite-plugin-vue-inspector: 5.1.3(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8))
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
+ vite-plugin-inspect: 0.8.5(rollup@4.21.1)(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
+ vite-plugin-vue-inspector: 5.1.3(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
- vue
- vite-plugin-vue-inspector@5.1.3(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8)):
+ vite-plugin-vue-inspector@5.1.3(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8)):
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.25.2)
@@ -17865,7 +17895,7 @@ snapshots:
'@vue/compiler-dom': 3.4.38
kolorist: 1.8.0
magic-string: 0.30.11
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
@@ -17874,19 +17904,19 @@ snapshots:
svgo: 3.2.0
vue: 3.4.38(typescript@5.5.4)
- vite@5.4.1(@types/node@18.19.31)(sass@1.77.8):
+ vite@5.4.2(@types/node@18.19.31)(sass@1.77.8):
dependencies:
esbuild: 0.21.5
postcss: 8.4.41
- rollup: 4.21.0
+ rollup: 4.21.1
optionalDependencies:
'@types/node': 18.19.31
fsevents: 2.3.3
sass: 1.77.8
- vitefu@0.2.5(vite@5.4.1(@types/node@18.19.31)(sass@1.77.8)):
+ vitefu@0.2.5(vite@5.4.2(@types/node@18.19.31)(sass@1.77.8)):
optionalDependencies:
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
vitest@2.0.5(@types/node@18.19.31)(jsdom@23.2.0)(sass@1.77.8):
dependencies:
@@ -17906,7 +17936,7 @@ snapshots:
tinybench: 2.8.0
tinypool: 1.0.0
tinyrainbow: 1.2.0
- vite: 5.4.1(@types/node@18.19.31)(sass@1.77.8)
+ vite: 5.4.2(@types/node@18.19.31)(sass@1.77.8)
vite-node: 2.0.5(@types/node@18.19.31)(sass@1.77.8)
why-is-node-running: 2.3.0
optionalDependencies: