diff --git a/README.md b/README.md
index 62589bac80..668594fdf5 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@
-[](https://github.com/withastro/astro/actions/workflows/ci.yml)
+[](https://github.com/withastro/astro/actions/workflows/ci.yml)
+[](https://github.com/withastro/astro/actions/workflows/ci.yml)
[](https://github.com/withastro/astro/blob/main/LICENSE)
[](https://badge.fury.io/js/astro)
diff --git a/benchmark/package.json b/benchmark/package.json
index 003a9f2d2d..2fe6ba7b9a 100644
--- a/benchmark/package.json
+++ b/benchmark/package.json
@@ -12,7 +12,7 @@
"@benchmark/timer": "workspace:*",
"astro": "workspace:*",
"autocannon": "^7.15.0",
- "markdown-table": "^3.0.3",
+ "markdown-table": "^3.0.4",
"mri": "^1.2.0",
"port-authority": "^2.0.1",
"pretty-bytes": "^6.1.1",
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 02dac3ca68..e5ef0a6473 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -15,10 +15,10 @@
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vitest": "^2.1.3"
+ "vitest": "^2.1.4"
},
"devDependencies": {
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 2bad8ce3bd..68ce8ebd45 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -15,13 +15,13 @@
"@astrojs/solid-js": "^4.4.2",
"@astrojs/svelte": "^6.0.0-beta.1",
"@astrojs/vue": "^5.0.0-beta.0",
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.0-beta.5",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 4b4706d5bf..25842929c5 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/react": "^3.6.2",
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.0-beta.5",
"react": "^18.3.1",
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json
index 94a4be348d..82c0c33605 100644
--- a/packages/astro-prism/package.json
+++ b/packages/astro-prism/package.json
@@ -35,7 +35,7 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
- "@types/prismjs": "1.26.4",
+ "@types/prismjs": "1.26.5",
"astro-scripts": "workspace:*"
},
"engines": {
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 9091dcec49..87d6ab508b 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1062,6 +1062,24 @@
- Updated dependencies [[`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e)]:
- @astrojs/markdown-remark@6.0.0-alpha.0
+## 4.16.8
+
+### Patch Changes
+
+- [#12338](https://github.com/withastro/astro/pull/12338) [`9ca89b3`](https://github.com/withastro/astro/commit/9ca89b3e13d47e146989cfabb916d6599d140f03) Thanks [@situ2001](https://github.com/situ2001)! - Resets `NODE_ENV` to ensure install command run in dev mode
+
+- [#12286](https://github.com/withastro/astro/pull/12286) [`9d6bcdb`](https://github.com/withastro/astro/commit/9d6bcdb88fcb9df0c5c70e2b591bcf962ce55f63) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where a warning for experimental `astro:env` support would be shown when using an adapter but not actually using `astro:env`
+
+- [#12342](https://github.com/withastro/astro/pull/12342) [`ffc836b`](https://github.com/withastro/astro/commit/ffc836bac0cdea684ea91f958ac8298d4ee4b07d) Thanks [@liruifengv](https://github.com/liruifengv)! - Fixes a typo in the command name of the CLI
+
+- [#12301](https://github.com/withastro/astro/pull/12301) [`0cfc69d`](https://github.com/withastro/astro/commit/0cfc69d499815d4e1f1dc37cf32653195586087a) Thanks [@apatel369](https://github.com/apatel369)! - Fixes an issue with action handler context by passing the correct context (`ActionAPIContext`).
+
+- [#12312](https://github.com/withastro/astro/pull/12312) [`5642ef9`](https://github.com/withastro/astro/commit/5642ef9029890fc29793c160321f78f62cdaafcb) Thanks [@koyopro](https://github.com/koyopro)! - Fixes an issue where using `getViteConfig()` returns incorrect and duplicate configuration
+
+- [#12245](https://github.com/withastro/astro/pull/12245) [`1d4f6a4`](https://github.com/withastro/astro/commit/1d4f6a4989bc1cfd7109b1bff41503f115660e02) Thanks [@bmenant](https://github.com/bmenant)! - Add `components` property to MDXInstance type definition (RenderResult and module import)
+
+- [#12340](https://github.com/withastro/astro/pull/12340) [`94eaeea`](https://github.com/withastro/astro/commit/94eaeea1c437402ffc44103126b355adab4b8a01) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where Astro actions didn't work when `base` was different from `/`
+
## 4.16.7
### Patch Changes
diff --git a/packages/astro/client.d.ts b/packages/astro/client.d.ts
index eafabab2b8..19e10694f0 100644
--- a/packages/astro/client.d.ts
+++ b/packages/astro/client.d.ts
@@ -283,6 +283,7 @@ declare module '*.mdx' {
export const url: MDX['url'];
export const getHeadings: MDX['getHeadings'];
export const Content: MDX['Content'];
+ export const components: MDX['components'];
const load: MDX['default'];
export default load;
diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json
index 5925b85c2e..60b4ec57cf 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": "^8.3.4",
"@astrojs/react": "workspace:*",
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"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 928833d25d..846d055365 100644
--- a/packages/astro/e2e/fixtures/client-only/package.json
+++ b/packages/astro/e2e/fixtures/client-only/package.json
@@ -14,7 +14,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/error-sass/package.json b/packages/astro/e2e/fixtures/error-sass/package.json
index e2828c7cbf..c1a805b643 100644
--- a/packages/astro/e2e/fixtures/error-sass/package.json
+++ b/packages/astro/e2e/fixtures/error-sass/package.json
@@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "sass": "^1.80.3"
+ "sass": "^1.80.4"
}
}
diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json
index 3d0545ac39..ef5b0a02ec 100644
--- a/packages/astro/e2e/fixtures/errors/package.json
+++ b/packages/astro/e2e/fixtures/errors/package.json
@@ -12,8 +12,8 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "sass": "^1.80.3",
- "solid-js": "^1.9.2",
+ "sass": "^1.80.4",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/hmr/package.json b/packages/astro/e2e/fixtures/hmr/package.json
index 25adc06b81..e569c01b96 100644
--- a/packages/astro/e2e/fixtures/hmr/package.json
+++ b/packages/astro/e2e/fixtures/hmr/package.json
@@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
- "sass": "^1.80.3"
+ "sass": "^1.80.4"
}
}
diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
index 155eabcf4c..81cc37a6fb 100644
--- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json
+++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
@@ -16,7 +16,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json
index afcb316806..75416af37d 100644
--- a/packages/astro/e2e/fixtures/nested-in-preact/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json
@@ -14,7 +14,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json
index 64c6f5991b..533ddb1568 100644
--- a/packages/astro/e2e/fixtures/nested-in-react/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-react/package.json
@@ -14,7 +14,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json
index 8264efe145..b8c3a4dbc4 100644
--- a/packages/astro/e2e/fixtures/nested-in-solid/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json
@@ -14,7 +14,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
index 68c1643a44..d40b37c67c 100644
--- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
@@ -14,7 +14,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json
index bdd2ec4bee..82c8c6d321 100644
--- a/packages/astro/e2e/fixtures/nested-in-vue/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json
@@ -14,7 +14,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/e2e/fixtures/nested-recursive/package.json b/packages/astro/e2e/fixtures/nested-recursive/package.json
index d7b5585dcf..f2ac36dc79 100644
--- a/packages/astro/e2e/fixtures/nested-recursive/package.json
+++ b/packages/astro/e2e/fixtures/nested-recursive/package.json
@@ -14,7 +14,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
},
diff --git a/packages/astro/e2e/fixtures/solid-circular/package.json b/packages/astro/e2e/fixtures/solid-circular/package.json
index 416406d7b1..9af0978d73 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.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/e2e/fixtures/solid-component/package.json b/packages/astro/e2e/fixtures/solid-component/package.json
index 73d7cc9ea0..96f3da6672 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.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/e2e/fixtures/solid-recurse/package.json b/packages/astro/e2e/fixtures/solid-recurse/package.json
index cc9ddcce39..76aff7cee4 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.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json
index f8856b76b8..84efaa2272 100644
--- a/packages/astro/e2e/fixtures/view-transitions/package.json
+++ b/packages/astro/e2e/fixtures/view-transitions/package.json
@@ -13,6 +13,6 @@
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"vue": "^3.5.12",
- "solid-js": "^1.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 303c40ee7a..f10f9ddfff 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -122,9 +122,9 @@
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
"@oslojs/encoding": "^1.1.0",
- "@rollup/pluginutils": "^5.1.2",
+ "@rollup/pluginutils": "^5.1.3",
"@types/cookie": "^0.6.0",
- "acorn": "^8.13.0",
+ "acorn": "^8.14.0",
"aria-query": "^5.3.2",
"axobject-query": "^4.1.0",
"boxen": "8.0.1",
@@ -160,7 +160,7 @@
"prompts": "^2.4.2",
"rehype": "^13.0.2",
"semver": "^7.6.3",
- "shiki": "^1.22.0",
+ "shiki": "^1.22.2",
"tinyexec": "^0.3.1",
"tsconfck": "^3.1.4",
"unist-util-visit": "^5.0.0",
@@ -172,7 +172,7 @@
"yargs-parser": "^21.1.1",
"yocto-spinner": "^0.1.0",
"zod": "^3.23.8",
- "zod-to-json-schema": "^3.23.3",
+ "zod-to-json-schema": "^3.23.5",
"zod-to-ts": "^1.2.0"
},
"optionalDependencies": {
@@ -180,7 +180,7 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
- "@playwright/test": "^1.48.1",
+ "@playwright/test": "^1.48.2",
"@types/aria-query": "^5.0.4",
"@types/common-ancestor-path": "^1.0.2",
"@types/cssesc": "^3.0.2",
@@ -209,8 +209,8 @@
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
- "rollup": "^4.24.0",
- "sass": "^1.80.3",
+ "rollup": "^4.24.2",
+ "sass": "^1.80.4",
"undici": "^6.20.1",
"unified": "^11.0.5",
"vitest": "^2.1.1"
diff --git a/packages/astro/performance/fixtures/md/package.json b/packages/astro/performance/fixtures/md/package.json
index c8d930791e..dba578cd13 100644
--- a/packages/astro/performance/fixtures/md/package.json
+++ b/packages/astro/performance/fixtures/md/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"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 ee2390dfd1..3c5b447bcb 100644
--- a/packages/astro/performance/fixtures/mdoc/package.json
+++ b/packages/astro/performance/fixtures/mdoc/package.json
@@ -16,7 +16,7 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"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 22ad8e9237..7c9a8cccbd 100644
--- a/packages/astro/performance/fixtures/mdx/package.json
+++ b/packages/astro/performance/fixtures/mdx/package.json
@@ -16,7 +16,7 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/src/actions/runtime/middleware.ts b/packages/astro/src/actions/runtime/middleware.ts
index 6ccc40f886..881169cb47 100644
--- a/packages/astro/src/actions/runtime/middleware.ts
+++ b/packages/astro/src/actions/runtime/middleware.ts
@@ -106,7 +106,8 @@ async function handlePost({
if (contentType && hasContentType(contentType, formContentTypes)) {
formData = await request.clone().formData();
}
- const action = baseAction.bind(context);
+ const { getActionResult, callAction, props, redirect, ...actionAPIContext } = context;
+ const action = baseAction.bind(actionAPIContext);
const actionResult = await action(formData);
if (context.url.searchParams.get(ACTION_QUERY_PARAMS.actionRedirect) === 'false') {
diff --git a/packages/astro/src/actions/runtime/route.ts b/packages/astro/src/actions/runtime/route.ts
index d1f4d16696..07e06ee9e6 100644
--- a/packages/astro/src/actions/runtime/route.ts
+++ b/packages/astro/src/actions/runtime/route.ts
@@ -27,7 +27,8 @@ export const POST: APIRoute = async (context) => {
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/415
return new Response(null, { status: 415 });
}
- const action = baseAction.bind(context);
+ const { getActionResult, callAction, props, redirect, ...actionAPIContext } = context;
+ const action = baseAction.bind(actionAPIContext);
const result = await action(args);
const serialized = serializeActionResult(result);
diff --git a/packages/astro/src/actions/runtime/virtual/get-action.ts b/packages/astro/src/actions/runtime/virtual/get-action.ts
index 59db34cbc0..7cd260f866 100644
--- a/packages/astro/src/actions/runtime/virtual/get-action.ts
+++ b/packages/astro/src/actions/runtime/virtual/get-action.ts
@@ -12,7 +12,7 @@ export async function getAction(
path: string,
): Promise
> {
const pathKeys = path
- .replace('/_actions/', '')
+ .replace(/^.*\/_actions\//, '')
.split('.')
.map((key) => decodeURIComponent(key));
// @ts-expect-error virtual module
diff --git a/packages/astro/src/cli/index.ts b/packages/astro/src/cli/index.ts
index 5f1cc75a95..a963b84143 100644
--- a/packages/astro/src/cli/index.ts
+++ b/packages/astro/src/cli/index.ts
@@ -84,7 +84,7 @@ function resolveCommand(flags: yargs.Arguments): CLICommand {
'db',
'info',
'login',
- 'loutout',
+ 'logout',
'link',
'init',
]);
diff --git a/packages/astro/src/cli/install-package.ts b/packages/astro/src/cli/install-package.ts
index f13650486c..258fc884fd 100644
--- a/packages/astro/src/cli/install-package.ts
+++ b/packages/astro/src/cli/install-package.ts
@@ -144,7 +144,13 @@ async function installPackage(
await exec(
installCommand.pm,
[installCommand.command, ...installCommand.flags, ...installCommand.dependencies],
- { nodeOptions: { cwd: cwd } },
+ {
+ nodeOptions: {
+ cwd,
+ // reset NODE_ENV to ensure install command run in dev mode
+ env: { NODE_ENV: undefined },
+ },
+ },
);
spinner.success();
diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts
index 8ece84fb3f..3b50c22230 100644
--- a/packages/astro/src/core/errors/errors-data.ts
+++ b/packages/astro/src/core/errors/errors-data.ts
@@ -490,8 +490,8 @@ export const PageNumberParamNotFound = {
* @docs
* @see
* - [Images](https://docs.astro.build/en/guides/images/)
- * - [Image component](https://docs.astro.build/en/guides/images/#image--astroassets)
- * - [Image component#alt](https://docs.astro.build/en/guides/images/#alt-required)
+ * - [Image component](https://docs.astro.build/en/reference/modules/astro-assets/#image-)
+ * - [Image component#alt](https://docs.astro.build/en/reference/modules/astro-assets/#alt-required)
* @description
* The `alt` property allows you to provide descriptive alt text to users of screen readers and other assistive technologies. In order to ensure your images are accessible, the `Image` component requires that an `alt` be specified.
*
@@ -525,9 +525,9 @@ export const InvalidImageService = {
* Missing width and height attributes for `IMAGE_URL`. When using remote images, both dimensions are required in order to avoid cumulative layout shift (CLS).
* @see
* - [Images](https://docs.astro.build/en/guides/images/)
- * - [Image component#width-and-height-required](https://docs.astro.build/en/guides/images/#width-and-height-required-for-images-in-public)
+ * - [Image component#width-and-height-required](https://docs.astro.build/en/reference/modules/astro-assets/#width-and-height-required-for-images-in-public)
* @description
- * For remote images, `width` and `height` cannot automatically be inferred from the original file. To avoid cumulative layout shift (CLS), either specify these two properties, or set [`inferSize`](https://docs.astro.build/en/guides/images/#infersize) to `true` to fetch a remote image's original dimensions.
+ * For remote images, `width` and `height` cannot automatically be inferred from the original file. To avoid cumulative layout shift (CLS), either specify these two properties, or set [`inferSize`](https://docs.astro.build/en/reference/modules/astro-assets/#infersize) to `true` to fetch a remote image's original dimensions.
*
* If your image is inside your `src` folder, you probably meant to import it instead. See [the Imports guide for more information](https://docs.astro.build/en/guides/imports/#other-assets).
*/
@@ -980,7 +980,6 @@ export const InvalidDynamicRoute = {
* @docs
* @see
* - [Default Image Service](https://docs.astro.build/en/guides/images/#default-image-service)
- * - [Image Component](https://docs.astro.build/en/guides/images/#image--astroassets)
* - [Image Services API](https://docs.astro.build/en/reference/image-service-reference/)
* @description
* Sharp is the default image service used for `astro:assets`. When using a [strict package manager](https://pnpm.io/pnpm-vs-npm#npms-flat-tree) like pnpm, Sharp must be installed manually into your project in order to use image processing.
diff --git a/packages/astro/src/core/middleware/vite-plugin.ts b/packages/astro/src/core/middleware/vite-plugin.ts
index f80af2467e..0b7f46c0c1 100644
--- a/packages/astro/src/core/middleware/vite-plugin.ts
+++ b/packages/astro/src/core/middleware/vite-plugin.ts
@@ -21,9 +21,8 @@ export function vitePluginMiddleware({ settings }: { settings: AstroSettings }):
return {
name: '@astro/plugin-middleware',
- config(opts, { command }) {
+ config(_, { command }) {
isCommandBuild = command === 'build';
- return opts;
},
async resolveId(id) {
if (id === MIDDLEWARE_MODULE_ID) {
diff --git a/packages/astro/src/integrations/features-validation.ts b/packages/astro/src/integrations/features-validation.ts
index 9383c76b2e..56afaef36f 100644
--- a/packages/astro/src/integrations/features-validation.ts
+++ b/packages/astro/src/integrations/features-validation.ts
@@ -75,6 +75,12 @@ export function validateSupportedFeatures(
return settings.config?.output === 'server' && !settings.config?.site;
},
);
+ if (adapterFeatures?.functionPerRoute) {
+ logger.error(
+ 'config',
+ 'The Astro feature `i18nDomains` is incompatible with the Adapter feature `functionPerRoute`',
+ );
+ }
}
validationResult.envGetSecret = validateSupportKind(
diff --git a/packages/astro/src/types/public/content.ts b/packages/astro/src/types/public/content.ts
index ccc42873c3..171c8d550e 100644
--- a/packages/astro/src/types/public/content.ts
+++ b/packages/astro/src/types/public/content.ts
@@ -27,10 +27,10 @@ export interface MarkdownInstance> {
default: AstroComponentFactory;
}
-export type MDXInstance> = Omit<
- MarkdownInstance,
- 'rawContent' | 'compiledContent'
->;
+export interface MDXInstance>
+ extends Omit, 'rawContent' | 'compiledContent'> {
+ components: Record | undefined;
+}
export interface MarkdownLayoutProps> {
frontmatter: {
@@ -44,10 +44,10 @@ export interface MarkdownLayoutProps> {
compiledContent: MarkdownInstance['compiledContent'];
}
-export type MDXLayoutProps> = Omit<
- MarkdownLayoutProps,
- 'rawContent' | 'compiledContent'
->;
+export interface MDXLayoutProps>
+ extends Omit, 'rawContent' | 'compiledContent'> {
+ components: MDXInstance['components'];
+}
export type ContentEntryModule = {
id: string;
diff --git a/packages/astro/templates/actions.mjs b/packages/astro/templates/actions.mjs
index b83cc4a39c..0aa22f5084 100644
--- a/packages/astro/templates/actions.mjs
+++ b/packages/astro/templates/actions.mjs
@@ -92,7 +92,7 @@ async function handleAction(param, path, context) {
headers.set('Content-Length', '0');
}
}
- const rawResult = await fetch(`/_actions/${path}`, {
+ const rawResult = await fetch(`${import.meta.env.BASE_URL.replace(/\/$/, '')}/_actions/${path}`, {
method: 'POST',
body,
headers,
diff --git a/packages/astro/test/actions.test.js b/packages/astro/test/actions.test.js
index 793e6ebe77..0ed98db935 100644
--- a/packages/astro/test/actions.test.js
+++ b/packages/astro/test/actions.test.js
@@ -466,6 +466,30 @@ describe('Astro Actions', () => {
});
});
+it('Base path should be used', async () => {
+ const fixture = await loadFixture({
+ root: './fixtures/actions/',
+ adapter: testAdapter(),
+ base: '/base',
+ });
+ const devServer = await fixture.startDevServer();
+ const formData = new FormData();
+ formData.append('channel', 'bholmesdev');
+ formData.append('comment', 'Hello, World!');
+ const res = await fixture.fetch('/base/_actions/comment', {
+ method: 'POST',
+ body: formData,
+ });
+
+ assert.equal(res.ok, true);
+ assert.equal(res.headers.get('Content-Type'), 'application/json+devalue');
+
+ const data = devalue.parse(await res.text());
+ assert.equal(data.channel, 'bholmesdev');
+ assert.equal(data.comment, 'Hello, World!');
+ await devServer.stop();
+});
+
/**
* Follow an expected redirect response.
*
diff --git a/packages/astro/test/config-vite.test.js b/packages/astro/test/config-vite.test.js
index 6f9b20599d..abf2d71bc5 100644
--- a/packages/astro/test/config-vite.test.js
+++ b/packages/astro/test/config-vite.test.js
@@ -1,6 +1,8 @@
import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test';
import * as cheerio from 'cheerio';
+import { resolveConfig } from 'vite';
+import { getViteConfig } from '../dist/config/index.js';
import { loadFixture } from './test-utils.js';
describe('Vite Config', async () => {
@@ -21,3 +23,14 @@ describe('Vite Config', async () => {
assert.match($('link').attr('href'), /\/assets\/testing-[a-z\d]+\.css/);
});
});
+
+describe('getViteConfig', () => {
+ it('Does not change the default config.', async () => {
+ const command = 'serve';
+ const mode = 'test';
+ const configFn = getViteConfig({});
+ const config = await configFn({ command, mode });
+ const resolvedConfig = await resolveConfig(config, command, mode);
+ assert.deepStrictEqual(resolvedConfig.resolve.conditions, ['astro']);
+ });
+});
diff --git a/packages/astro/test/fixtures/astro-slots-nested/package.json b/packages/astro/test/fixtures/astro-slots-nested/package.json
index 2d82ef5375..114e369d6c 100644
--- a/packages/astro/test/fixtures/astro-slots-nested/package.json
+++ b/packages/astro/test/fixtures/astro-slots-nested/package.json
@@ -12,7 +12,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/test/fixtures/jsx/package.json b/packages/astro/test/fixtures/jsx/package.json
index 75cb9b759e..2f59830295 100644
--- a/packages/astro/test/fixtures/jsx/package.json
+++ b/packages/astro/test/fixtures/jsx/package.json
@@ -15,7 +15,7 @@
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
}
diff --git a/packages/astro/test/fixtures/large-array/package.json b/packages/astro/test/fixtures/large-array/package.json
index 8208877568..bb8972194c 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.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json
index 78f9697ebf..e62d2267f6 100644
--- a/packages/astro/test/fixtures/postcss/package.json
+++ b/packages/astro/test/fixtures/postcss/package.json
@@ -9,11 +9,11 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"svelte": "^4.2.19",
"vue": "^3.5.12"
},
"devDependencies": {
- "postcss-preset-env": "^10.0.7"
+ "postcss-preset-env": "^10.0.8"
}
}
diff --git a/packages/astro/test/fixtures/react-and-solid/package.json b/packages/astro/test/fixtures/react-and-solid/package.json
index f678b14b36..aa436e4b6e 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.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/test/fixtures/slots-solid/package.json b/packages/astro/test/fixtures/slots-solid/package.json
index 871c4d9f45..05897028c1 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.9.2"
+ "solid-js": "^1.9.3"
}
}
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 4d991d9481..3513e3dd92 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.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json
index 5b961b2b0c..480cffe6c5 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.10",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
- "solid-js": "^1.9.2"
+ "solid-js": "^1.9.3"
}
}
diff --git a/packages/astro/test/fixtures/ssr-prerender-chunks/package.json b/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
index ac3abf986c..dc4d658135 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.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/test/fixtures/third-party-astro/package.json b/packages/astro/test/fixtures/third-party-astro/package.json
index fd9966d658..c87824c6ef 100644
--- a/packages/astro/test/fixtures/third-party-astro/package.json
+++ b/packages/astro/test/fixtures/third-party-astro/package.json
@@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "astro-embed": "^0.7.4"
+ "astro-embed": "^0.8.0"
}
}
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 87ae640f43..30889d515a 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -32,7 +32,7 @@
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
"dependencies": {
"@astrojs/cli-kit": "^0.4.1",
- "@bluwy/giget-core": "^0.1.0"
+ "@bluwy/giget-core": "^0.1.1"
},
"devDependencies": {
"arg": "^5.0.2",
diff --git a/packages/db/package.json b/packages/db/package.json
index 9e556841e2..498bead8a5 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -76,7 +76,7 @@
"drizzle-orm": "^0.31.2",
"github-slugger": "^2.0.0",
"kleur": "^4.1.5",
- "nanoid": "^5.0.7",
+ "nanoid": "^5.0.8",
"open": "^10.1.0",
"prompts": "^2.4.2",
"yargs-parser": "^21.1.1",
diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json
index 0178bdba1a..478a0ebac8 100644
--- a/packages/db/test/fixtures/ticketing-example/package.json
+++ b/packages/db/test/fixtures/ticketing-example/package.json
@@ -13,7 +13,7 @@
"@astrojs/db": "workspace:*",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "workspace:*",
"open-props": "^1.7.7",
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 3f4f818c76..3c317b7eeb 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -38,7 +38,7 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
- "@playwright/test": "1.48.1",
+ "@playwright/test": "1.48.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "6.0.0-beta.2"
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index b15b97308a..1b3baaeec1 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -23,6 +23,12 @@
- astro@5.0.0-alpha.0
- @astrojs/markdown-remark@6.0.0-alpha.0
+## 3.1.9
+
+### Patch Changes
+
+- [#12245](https://github.com/withastro/astro/pull/12245) [`1d4f6a4`](https://github.com/withastro/astro/commit/1d4f6a4989bc1cfd7109b1bff41503f115660e02) Thanks [@bmenant](https://github.com/bmenant)! - Add `components` property to MDXInstance type definition (RenderResult and module import)
+
## 3.1.8
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index c2333d7ac8..1783f3e89f 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -36,7 +36,7 @@
"dependencies": {
"@astrojs/markdown-remark": "workspace:*",
"@mdx-js/mdx": "^3.1.0",
- "acorn": "^8.13.0",
+ "acorn": "^8.14.0",
"es-module-lexer": "^1.5.4",
"estree-util-visit": "^2.0.0",
"hast-util-to-html": "^9.0.3",
@@ -68,7 +68,7 @@
"remark-rehype": "^11.1.1",
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
- "shiki": "^1.22.0",
+ "shiki": "^1.22.2",
"unified": "^11.0.5",
"vite": "6.0.0-beta.2"
},
diff --git a/packages/integrations/mdx/template/content-module-types.d.ts b/packages/integrations/mdx/template/content-module-types.d.ts
index 957f99895b..848289f01e 100644
--- a/packages/integrations/mdx/template/content-module-types.d.ts
+++ b/packages/integrations/mdx/template/content-module-types.d.ts
@@ -4,6 +4,7 @@ declare module 'astro:content' {
Content: import('astro').MarkdownInstance<{}>['Content'];
headings: import('astro').MarkdownHeading[];
remarkPluginFrontmatter: Record;
+ components: import('astro').MDXInstance<{}>['components'];
}>;
}
}
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index cd6a0d573d..e88470166e 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -35,8 +35,8 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@babel/plugin-transform-react-jsx": "^7.25.7",
- "@babel/plugin-transform-react-jsx-development": "^7.25.7",
+ "@babel/plugin-transform-react-jsx": "^7.25.9",
+ "@babel/plugin-transform-react-jsx-development": "^7.25.9",
"@preact/preset-vite": "2.8.2",
"@preact/signals": "^1.3.0",
"babel-plugin-transform-hook-names": "^1.0.2",
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 03fea9d7c8..b1513832e7 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -59,7 +59,7 @@
"ultrahtml": "^1.5.3"
},
"devDependencies": {
- "@types/react": "^18.3.11",
+ "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 85d5b3a87d..0e748eb8b9 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -40,7 +40,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "solid-js": "^1.9.2",
+ "solid-js": "^1.9.3",
"vite": "6.0.0-beta.2"
},
"peerDependencies": {
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 76d7934a8f..a64712b52f 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -48,7 +48,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.12",
- "vite-plugin-vue-devtools": "^7.5.2"
+ "vite-plugin-vue-devtools": "^7.5.4"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json
index 06e2aa30b1..13ceeb5e6e 100644
--- a/packages/integrations/web-vitals/package.json
+++ b/packages/integrations/web-vitals/package.json
@@ -32,7 +32,7 @@
"test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\""
},
"dependencies": {
- "web-vitals": "^4.2.3"
+ "web-vitals": "^4.2.4"
},
"peerDependencies": {
"@astrojs/db": "^0.14.0-beta.1"
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 80a5e12d5e..ac6235547f 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -45,7 +45,7 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-smartypants": "^3.0.2",
- "shiki": "^1.22.0",
+ "shiki": "^1.22.2",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 83c8a8d535..b9e570e70b 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -80,8 +80,8 @@ importers:
specifier: ^7.15.0
version: 7.15.0
markdown-table:
- specifier: ^3.0.3
- version: 3.0.3
+ specifier: ^3.0.4
+ version: 3.0.4
mri:
specifier: ^1.2.0
version: 1.2.0
@@ -156,12 +156,12 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
vitest:
- specifier: ^2.1.3
- version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3)
+ specifier: ^2.1.4
+ version: 2.1.4(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.4)
devDependencies:
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -199,8 +199,8 @@ importers:
specifier: ^5.0.0-beta.0
version: link:../../packages/integrations/vue
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -217,8 +217,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -247,8 +247,8 @@ importers:
specifier: ^3.6.2
version: link:../../packages/integrations/react
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -272,7 +272,7 @@ importers:
version: link:../../packages/astro
solid-js:
specifier: ^1.9.2
- version: 1.9.2
+ version: 1.9.3
examples/framework-svelte:
dependencies:
@@ -347,7 +347,7 @@ importers:
version: link:../../packages/astro
sass:
specifier: ^1.80.3
- version: 1.80.3
+ version: 1.80.4
sharp:
specifier: ^0.33.3
version: 0.33.3
@@ -434,7 +434,7 @@ importers:
version: link:../../packages/astro
vitest:
specifier: ^2.1.3
- version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3)
+ version: 2.1.4(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.4)
packages/astro:
dependencies:
@@ -454,14 +454,14 @@ importers:
specifier: ^1.1.0
version: 1.1.0
'@rollup/pluginutils':
- specifier: ^5.1.2
- version: 5.1.2(rollup@4.24.0)
+ specifier: ^5.1.3
+ version: 5.1.3(rollup@4.24.2)
'@types/cookie':
specifier: ^0.6.0
version: 0.6.0
acorn:
- specifier: ^8.13.0
- version: 8.13.0
+ specifier: ^8.14.0
+ version: 8.14.0
aria-query:
specifier: ^5.3.2
version: 5.3.2
@@ -568,8 +568,8 @@ importers:
specifier: ^7.6.3
version: 7.6.3
shiki:
- specifier: ^1.22.0
- version: 1.22.0
+ specifier: ^1.22.2
+ version: 1.22.2
tinyexec:
specifier: ^0.3.1
version: 0.3.1
@@ -584,10 +584,10 @@ importers:
version: 6.0.3
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
vitefu:
specifier: ^1.0.3
- version: 1.0.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ version: 1.0.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
which-pm:
specifier: ^3.0.0
version: 3.0.0
@@ -604,8 +604,8 @@ importers:
specifier: ^3.23.8
version: 3.23.8
zod-to-json-schema:
- specifier: ^3.23.3
- version: 3.23.3(zod@3.23.8)
+ specifier: ^3.23.5
+ version: 3.23.5(zod@3.23.8)
zod-to-ts:
specifier: ^1.2.0
version: 1.2.0(typescript@5.6.3)(zod@3.23.8)
@@ -618,8 +618,8 @@ importers:
specifier: ^0.9.4
version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.3.3)(typescript@5.6.3)
'@playwright/test':
- specifier: ^1.48.1
- version: 1.48.1
+ specifier: ^1.48.2
+ version: 1.48.2
'@types/aria-query':
specifier: ^5.0.4
version: 5.0.4
@@ -705,11 +705,11 @@ importers:
specifier: ^0.1.2
version: 0.1.2
rollup:
- specifier: ^4.24.0
- version: 4.24.0
+ specifier: ^4.24.2
+ version: 4.24.2
sass:
- specifier: ^1.80.3
- version: 1.80.3
+ specifier: ^1.80.4
+ version: 1.80.4
undici:
specifier: ^6.20.1
version: 6.20.1
@@ -718,7 +718,7 @@ importers:
version: 11.0.5
vitest:
specifier: ^2.1.1
- version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3)
+ version: 2.1.4(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.4)
packages/astro-prism:
dependencies:
@@ -727,8 +727,8 @@ importers:
version: 1.29.0
devDependencies:
'@types/prismjs':
- specifier: 1.26.4
- version: 1.26.4
+ specifier: 1.26.5
+ version: 1.26.5
astro-scripts:
specifier: workspace:*
version: link:../../scripts
@@ -776,8 +776,8 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/react
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -882,8 +882,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -970,8 +970,8 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.80.3
- version: 1.80.3
+ specifier: ^1.80.4
+ version: 1.80.4
packages/astro/e2e/fixtures/errors:
dependencies:
@@ -1003,11 +1003,11 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
sass:
- specifier: ^1.80.3
- version: 1.80.3
+ specifier: ^1.80.4
+ version: 1.80.4
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1021,8 +1021,8 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.80.3
- version: 1.80.3
+ specifier: ^1.80.4
+ version: 1.80.4
packages/astro/e2e/fixtures/hydration-race:
dependencies:
@@ -1063,8 +1063,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1119,8 +1119,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1159,8 +1159,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1199,8 +1199,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1239,8 +1239,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1279,8 +1279,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1319,8 +1319,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1475,8 +1475,8 @@ importers:
version: link:../../..
devDependencies:
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/e2e/fixtures/solid-component:
dependencies:
@@ -1490,8 +1490,8 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/e2e/fixtures/solid-recurse:
dependencies:
@@ -1503,8 +1503,8 @@ importers:
version: link:../../..
devDependencies:
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/e2e/fixtures/svelte-component:
dependencies:
@@ -1581,8 +1581,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -1620,8 +1620,8 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -1647,8 +1647,8 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -1674,8 +1674,8 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -2353,8 +2353,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -3199,8 +3199,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -3239,8 +3239,8 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/test/fixtures/lazy-layout:
dependencies:
@@ -3387,8 +3387,8 @@ importers:
specifier: ^8.4.47
version: 8.4.47
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
svelte:
specifier: ^4.2.19
version: 4.2.19
@@ -3397,8 +3397,8 @@ importers:
version: 3.5.12(typescript@5.6.3)
devDependencies:
postcss-preset-env:
- specifier: ^10.0.7
- version: 10.0.7(postcss@8.4.47)
+ specifier: ^10.0.8
+ version: 10.0.8(postcss@8.4.47)
packages/astro/test/fixtures/preact-compat-component:
dependencies:
@@ -3460,8 +3460,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/test/fixtures/react-jsx-export:
dependencies:
@@ -3650,8 +3650,8 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/test/fixtures/slots-svelte:
dependencies:
@@ -3690,7 +3690,7 @@ importers:
version: link:../../../../integrations/solid
'@solidjs/router':
specifier: ^0.14.10
- version: 0.14.10(solid-js@1.9.2)
+ version: 0.14.10(solid-js@1.9.3)
'@test/solid-jsx-component':
specifier: file:./deps/solid-jsx-component
version: link:deps/solid-jsx-component
@@ -3698,14 +3698,14 @@ importers:
specifier: workspace:*
version: link:../../..
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/test/fixtures/solid-component/deps/solid-jsx-component:
dependencies:
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
packages/astro/test/fixtures/sourcemap:
dependencies:
@@ -3833,8 +3833,8 @@ importers:
specifier: link:./deps/test-adapter
version: link:deps/test-adapter
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -4035,8 +4035,8 @@ importers:
specifier: workspace:*
version: link:../../..
astro-embed:
- specifier: ^0.7.4
- version: 0.7.4(astro@packages+astro)
+ specifier: ^0.8.0
+ version: 0.8.0(astro@packages+astro)
packages/astro/test/fixtures/type-imports:
dependencies:
@@ -4084,7 +4084,7 @@ importers:
version: link:../../..
vitest:
specifier: ^2.1.1
- version: 2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3)
+ version: 2.1.4(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.4)
packages/astro/test/fixtures/vue-component:
dependencies:
@@ -4161,8 +4161,8 @@ importers:
specifier: ^0.4.1
version: 0.4.1
'@bluwy/giget-core':
- specifier: ^0.1.0
- version: 0.1.0
+ specifier: ^0.1.1
+ version: 0.1.1
devDependencies:
arg:
specifier: ^5.0.2
@@ -4192,7 +4192,7 @@ importers:
version: 1.0.2
drizzle-orm:
specifier: ^0.31.2
- version: 0.31.4(@libsql/client@0.14.0)(@types/react@18.3.11)(react@18.3.1)
+ version: 0.31.4(@libsql/client@0.14.0)(@types/react@18.3.12)(react@18.3.1)
github-slugger:
specifier: ^2.0.0
version: 2.0.0
@@ -4200,8 +4200,8 @@ importers:
specifier: ^4.1.5
version: 4.1.5
nanoid:
- specifier: ^5.0.7
- version: 5.0.7
+ specifier: ^5.0.8
+ version: 5.0.8
open:
specifier: ^10.1.0
version: 10.1.0
@@ -4241,7 +4241,7 @@ importers:
version: 5.6.3
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/db/test/fixtures/basics:
dependencies:
@@ -4357,8 +4357,8 @@ importers:
specifier: ^3.6.2
version: link:../../../../integrations/react
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -4387,8 +4387,8 @@ importers:
packages/integrations/alpinejs:
devDependencies:
'@playwright/test':
- specifier: 1.48.1
- version: 1.48.1
+ specifier: 1.48.2
+ version: 1.48.2
astro:
specifier: workspace:*
version: link:../../astro
@@ -4397,7 +4397,7 @@ importers:
version: link:../../../scripts
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/integrations/alpinejs/test/fixtures/basics:
dependencies:
@@ -4459,7 +4459,7 @@ importers:
version: link:../../astro-prism
'@markdoc/markdoc':
specifier: ^0.4.0
- version: 0.4.0(@types/react@18.3.11)(react@18.3.1)
+ version: 0.4.0(@types/react@18.3.12)(react@18.3.1)
esbuild:
specifier: ^0.21.5
version: 0.21.5
@@ -4487,7 +4487,7 @@ importers:
version: 0.18.5
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/integrations/markdoc/test/fixtures/content-collections:
dependencies:
@@ -4646,10 +4646,10 @@ importers:
version: link:../../markdown/remark
'@mdx-js/mdx':
specifier: ^3.1.0
- version: 3.1.0(acorn@8.13.0)
+ version: 3.1.0(acorn@8.14.0)
acorn:
- specifier: ^8.13.0
- version: 8.13.0
+ specifier: ^8.14.0
+ version: 8.14.0
es-module-lexer:
specifier: ^1.5.4
version: 1.5.4
@@ -4716,7 +4716,7 @@ importers:
version: 6.0.0
rehype-pretty-code:
specifier: ^0.14.0
- version: 0.14.0(shiki@1.22.0)
+ version: 0.14.0(shiki@1.22.2)
remark-math:
specifier: ^6.0.0
version: 6.0.0
@@ -4730,14 +4730,14 @@ importers:
specifier: ^9.0.0
version: 9.0.0
shiki:
- specifier: ^1.22.0
- version: 1.22.0
+ specifier: ^1.22.2
+ version: 1.22.2
unified:
specifier: ^11.0.5
version: 11.0.5
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/integrations/mdx/test/fixtures/css-head-mdx:
dependencies:
@@ -4918,20 +4918,20 @@ importers:
packages/integrations/preact:
dependencies:
'@babel/plugin-transform-react-jsx':
- specifier: ^7.25.7
- version: 7.25.7(@babel/core@7.25.8)
+ specifier: ^7.25.9
+ version: 7.25.9(@babel/core@7.26.0)
'@babel/plugin-transform-react-jsx-development':
- specifier: ^7.25.7
- version: 7.25.7(@babel/core@7.25.8)
+ specifier: ^7.25.9
+ version: 7.25.9(@babel/core@7.26.0)
'@preact/preset-vite':
specifier: 2.8.2
- version: 2.8.2(@babel/core@7.25.8)(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ version: 2.8.2(@babel/core@7.26.0)(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
'@preact/signals':
specifier: ^1.3.0
version: 1.3.0(preact@10.24.3)
babel-plugin-transform-hook-names:
specifier: ^1.0.2
- version: 1.0.2(@babel/core@7.25.8)
+ version: 1.0.2(@babel/core@7.26.0)
preact-render-to-string:
specifier: ^6.5.11
version: 6.5.11(preact@10.24.3)
@@ -4950,14 +4950,14 @@ importers:
dependencies:
'@vitejs/plugin-react':
specifier: ^4.3.3
- version: 4.3.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ version: 4.3.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
ultrahtml:
specifier: ^1.5.3
version: 1.5.3
devDependencies:
'@types/react':
- specifier: ^18.3.11
- version: 18.3.11
+ specifier: ^18.3.12
+ version: 18.3.12
'@types/react-dom':
specifier: ^18.3.1
version: 18.3.1
@@ -4978,7 +4978,7 @@ importers:
version: 18.3.1(react@18.3.1)
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/integrations/react/test/fixtures/react-component:
dependencies:
@@ -5066,7 +5066,7 @@ importers:
dependencies:
vite-plugin-solid:
specifier: ^2.10.2
- version: 2.10.2(solid-js@1.9.2)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ version: 2.10.2(solid-js@1.9.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
devDependencies:
astro:
specifier: workspace:*
@@ -5075,17 +5075,17 @@ importers:
specifier: workspace:*
version: link:../../../scripts
solid-js:
- specifier: ^1.9.2
- version: 1.9.2
+ specifier: ^1.9.3
+ version: 1.9.3
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/integrations/svelte:
dependencies:
'@sveltejs/vite-plugin-svelte':
specifier: ^3.1.2
- version: 3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ version: 3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
svelte2tsx:
specifier: ^0.7.22
version: 0.7.22(svelte@4.2.19)(typescript@5.6.3)
@@ -5101,7 +5101,7 @@ importers:
version: 4.2.19
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/integrations/tailwind:
dependencies:
@@ -5126,7 +5126,7 @@ importers:
version: 3.4.14
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/integrations/tailwind/test/fixtures/basic:
dependencies:
@@ -5143,16 +5143,16 @@ importers:
dependencies:
'@vitejs/plugin-vue':
specifier: ^5.1.4
- version: 5.1.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
+ version: 5.1.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3))
'@vitejs/plugin-vue-jsx':
specifier: ^4.0.1
- version: 4.0.1(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
+ version: 4.0.1(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3))
'@vue/compiler-sfc':
specifier: ^3.5.12
version: 3.5.12
vite-plugin-vue-devtools:
- specifier: ^7.5.2
- version: 7.5.2(rollup@4.24.0)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
+ specifier: ^7.5.4
+ version: 7.5.4(rollup@4.24.2)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3))
devDependencies:
astro:
specifier: workspace:*
@@ -5168,7 +5168,7 @@ importers:
version: 0.18.5
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
vue:
specifier: ^3.5.12
version: 3.5.12(typescript@5.6.3)
@@ -5257,8 +5257,8 @@ importers:
packages/integrations/web-vitals:
dependencies:
web-vitals:
- specifier: ^4.2.3
- version: 4.2.3
+ specifier: ^4.2.4
+ version: 4.2.4
devDependencies:
'@astrojs/db':
specifier: workspace:*
@@ -5336,8 +5336,8 @@ importers:
specifier: ^3.0.2
version: 3.0.2
shiki:
- specifier: ^1.22.0
- version: 1.22.0
+ specifier: ^1.22.2
+ version: 1.22.2
unified:
specifier: ^11.0.5
version: 11.0.5
@@ -5402,7 +5402,7 @@ importers:
version: 5.6.3
vite:
specifier: 6.0.0-beta.2
- version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ version: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
packages/telemetry:
dependencies:
@@ -5521,6 +5521,11 @@ packages:
'@assemblyscript/loader@0.19.23':
resolution: {integrity: sha512-ulkCYfFbYj01ie1MDOyxv2F6SpRN1TOj7fQxbP07D6HmeR+gr2JLSmINKjga2emB+b1L2KGrFKBTc+e00p54nw==}
+ '@astro-community/astro-embed-baseline-status@0.1.1':
+ resolution: {integrity: sha512-BiTQf4EP3SjMb/U5YN984BiGoGQNfc/lsJG0PosvNjUn5Q6+GjkSs77RjW3mQXOo64+sC3A0iOgdw2rlOmmjcQ==}
+ peerDependencies:
+ astro: ^4.0.0-beta || ^5.0.0-beta
+
'@astro-community/astro-embed-integration@0.7.2':
resolution: {integrity: sha512-R5eyiA01pj400skp6sJY4t01oXtTY+Huv2uR4eWUagaPgOOadu135+UkPXo38+LgZ5voYzZkaGwfTaZj4R0AFg==}
peerDependencies:
@@ -5590,28 +5595,28 @@ packages:
'@astrojs/yaml2ts@0.2.1':
resolution: {integrity: sha512-CBaNwDQJz20E5WxzQh4thLVfhB3JEEGz72wRA+oJp6fQR37QLAqXZJU0mHC+yqMOQ6oj0GfRPJrz6hjf+zm6zA==}
- '@babel/code-frame@7.25.7':
- resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==}
+ '@babel/code-frame@7.26.0':
+ resolution: {integrity: sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.25.7':
- resolution: {integrity: sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==}
+ '@babel/compat-data@7.26.0':
+ resolution: {integrity: sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.25.8':
- resolution: {integrity: sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==}
+ '@babel/core@7.26.0':
+ resolution: {integrity: sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.25.7':
- resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==}
+ '@babel/generator@7.26.0':
+ resolution: {integrity: sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==}
engines: {node: '>=6.9.0'}
- '@babel/helper-annotate-as-pure@7.25.7':
- resolution: {integrity: sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==}
+ '@babel/helper-annotate-as-pure@7.25.9':
+ resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.25.7':
- resolution: {integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==}
+ '@babel/helper-compilation-targets@7.25.9':
+ resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-create-class-features-plugin@7.25.4':
@@ -5628,12 +5633,12 @@ packages:
resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.25.7':
- resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==}
+ '@babel/helper-module-imports@7.25.9':
+ resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.25.7':
- resolution: {integrity: sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==}
+ '@babel/helper-module-transforms@7.26.0':
+ resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -5642,8 +5647,8 @@ packages:
resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==}
engines: {node: '>=6.9.0'}
- '@babel/helper-plugin-utils@7.25.7':
- resolution: {integrity: sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==}
+ '@babel/helper-plugin-utils@7.25.9':
+ resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
engines: {node: '>=6.9.0'}
'@babel/helper-replace-supers@7.25.0':
@@ -5652,36 +5657,28 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-simple-access@7.25.7':
- resolution: {integrity: sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==}
- engines: {node: '>=6.9.0'}
-
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.25.7':
- resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==}
+ '@babel/helper-string-parser@7.25.9':
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-identifier@7.25.7':
- resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==}
+ '@babel/helper-validator-identifier@7.25.9':
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.25.7':
- resolution: {integrity: sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==}
+ '@babel/helper-validator-option@7.25.9':
+ resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.25.7':
- resolution: {integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==}
+ '@babel/helpers@7.26.0':
+ resolution: {integrity: sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==}
engines: {node: '>=6.9.0'}
- '@babel/highlight@7.25.7':
- resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==}
- engines: {node: '>=6.9.0'}
-
- '@babel/parser@7.25.8':
- resolution: {integrity: sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==}
+ '@babel/parser@7.26.1':
+ resolution: {integrity: sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -5708,8 +5705,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-jsx@7.25.7':
- resolution: {integrity: sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==}
+ '@babel/plugin-syntax-jsx@7.25.9':
+ resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -5720,8 +5717,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-jsx-development@7.25.7':
- resolution: {integrity: sha512-5yd3lH1PWxzW6IZj+p+Y4OLQzz0/LzlOG8vGqonHfVR3euf1vyzyMUJk9Ac+m97BH46mFc/98t9PmYLyvgL3qg==}
+ '@babel/plugin-transform-react-jsx-development@7.25.9':
+ resolution: {integrity: sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -5738,8 +5735,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-react-jsx@7.25.7':
- resolution: {integrity: sha512-vILAg5nwGlR9EXE8JIOX4NHXd49lrYbN8hnjffDtoULwpL9hUx/N55nqh2qd0q6FyNDfjl9V79ecKGvFbcSA0Q==}
+ '@babel/plugin-transform-react-jsx@7.25.9':
+ resolution: {integrity: sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -5754,16 +5751,16 @@ packages:
resolution: {integrity: sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.25.7':
- resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==}
+ '@babel/template@7.25.9':
+ resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.25.7':
- resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==}
+ '@babel/traverse@7.25.9':
+ resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.25.8':
- resolution: {integrity: sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==}
+ '@babel/types@7.26.0':
+ resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==}
engines: {node: '>=6.9.0'}
'@biomejs/biome@1.9.3':
@@ -5819,8 +5816,8 @@ packages:
cpu: [x64]
os: [win32]
- '@bluwy/giget-core@0.1.0':
- resolution: {integrity: sha512-cN/YvB0WW3hmYjAHeFqPMX4SWJNyWOBQCXwEbUP4kFPNFGK4xcB/+JDAclNXcL1MsTsB3FRqQtv5GGeRbXkv/A==}
+ '@bluwy/giget-core@0.1.1':
+ resolution: {integrity: sha512-0Y6ILl9wJMkALcHGBMtkNDhXVjeFLqSEutwQThYj7jEqKpZ35j+p7QpKEhci+GyY77paMFGETXy1OBU39adWqg==}
engines: {node: '>=18'}
'@builder.io/partytown@0.10.2':
@@ -5901,33 +5898,33 @@ packages:
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
engines: {node: '>=0.1.90'}
- '@csstools/cascade-layer-name-parser@2.0.2':
- resolution: {integrity: sha512-rRWNJ8n16okpQT+8RWEbPfSl8D9WVoDZGBfHkjYnMYWcC20RiMpu/iGeKqUl1hR+SQIKg6p/QJap5rZJaHtVOg==}
+ '@csstools/cascade-layer-name-parser@2.0.3':
+ resolution: {integrity: sha512-KUcKk2oe7666aaeY+yxhy5TB0AN5x2Pi/ZJ23fbO8A0TEcLpA+VhVIw9s+6hTsAQHr8Fqc8p4RClsxxsmuIn1A==}
engines: {node: '>=18'}
peerDependencies:
- '@csstools/css-parser-algorithms': ^3.0.2
+ '@csstools/css-parser-algorithms': ^3.0.3
'@csstools/css-tokenizer': ^3.0.2
'@csstools/color-helpers@5.0.1':
resolution: {integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==}
engines: {node: '>=18'}
- '@csstools/css-calc@2.0.2':
- resolution: {integrity: sha512-N70YZw+R6WDP9EEd5xAT3xd+SgZFZsllXR6kclq6U8e2thlakNpWCKhuOiWfCKU8HpeWOyL+2ArSX8uDszMytA==}
+ '@csstools/css-calc@2.0.3':
+ resolution: {integrity: sha512-UAhqOt43s8e4MfLAnIS1OmB/lDN32t03YObodmFyy60+1i6ZsT2rlwBEdajH6zDFS/TGogsvgMamV5GzZt2muA==}
engines: {node: '>=18'}
peerDependencies:
- '@csstools/css-parser-algorithms': ^3.0.2
+ '@csstools/css-parser-algorithms': ^3.0.3
'@csstools/css-tokenizer': ^3.0.2
- '@csstools/css-color-parser@3.0.3':
- resolution: {integrity: sha512-mnOTQ6KbQ6GHfdVHVTNXffroW0r5P5531h73bIyEzWAScGjMPQi+1XYgAydYVaZiKeXlQ4GHG9dnBWq9h7xFIQ==}
+ '@csstools/css-color-parser@3.0.4':
+ resolution: {integrity: sha512-kXviLfsxXmx2YcUPd478vuJd/s21EFTmxcgjC3danRhLa2zqfqZMTRonwRRSckezmgn7nlOCXpk3tZAKbFeihQ==}
engines: {node: '>=18'}
peerDependencies:
- '@csstools/css-parser-algorithms': ^3.0.2
+ '@csstools/css-parser-algorithms': ^3.0.3
'@csstools/css-tokenizer': ^3.0.2
- '@csstools/css-parser-algorithms@3.0.2':
- resolution: {integrity: sha512-6tC/MnlEvs5suR4Ahef4YlBccJDHZuxGsAlxXmybWjZ5jPxlzLSMlRZ9mVHSRvlD+CmtE7+hJ+UQbfXrws/rUQ==}
+ '@csstools/css-parser-algorithms@3.0.3':
+ resolution: {integrity: sha512-15WQTALDyxAwSgAvLt7BksAssiSrNNhTv4zM7qX9U6R7FtpNskVVakzWQlYODlwPwXhGpKPmB10LM943pxMe7w==}
engines: {node: '>=18'}
peerDependencies:
'@csstools/css-tokenizer': ^3.0.2
@@ -5936,39 +5933,39 @@ packages:
resolution: {integrity: sha512-IuTRcD53WHsXPCZ6W7ubfGqReTJ9Ra0yRRFmXYP/Re8hFYYfoIYIK4080X5luslVLWimhIeFq0hj09urVMQzTw==}
engines: {node: '>=18'}
- '@csstools/media-query-list-parser@4.0.0':
- resolution: {integrity: sha512-nUfbCGeqCju55Po8ujRNQ8DjuKYth5UcsDj5HsVzSfqnaFdpOwYCUAhRJ2grfwrXhb9+KuRXHQ6JHzaI0Qhu8Q==}
+ '@csstools/media-query-list-parser@4.0.1':
+ resolution: {integrity: sha512-dMr9PcN2B0TzxBFk6r+08Ln39aCti7SJeXB671JcXB1ZTPHqs4hpheRpL2vPPGRyXiQwW/UexvOej7Nw0Janxg==}
engines: {node: '>=18'}
peerDependencies:
- '@csstools/css-parser-algorithms': ^3.0.2
+ '@csstools/css-parser-algorithms': ^3.0.3
'@csstools/css-tokenizer': ^3.0.2
- '@csstools/postcss-cascade-layers@5.0.0':
- resolution: {integrity: sha512-h+VunB3KXaoWTWEPBcdVk8Kz1eZ/CtDD+HXgKw5JLdbsViLEQdKUtFYH73VIQigdodng8s5DCrrwNQY7pnuWBA==}
+ '@csstools/postcss-cascade-layers@5.0.1':
+ resolution: {integrity: sha512-XOfhI7GShVcKiKwmPAnWSqd2tBR0uxt+runAxttbSp/LY2U16yAVPmAf7e9q4JJ0d+xMNmpwNDLBXnmRCl3HMQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-color-function@4.0.3':
- resolution: {integrity: sha512-dziWTvbyBsXze7Li+BemXyYX9yCf8udlGKB78evZismrBf7SNN6K5S0qE4sRQELKEkttugcGz0hwqyXilEhoUA==}
+ '@csstools/postcss-color-function@4.0.4':
+ resolution: {integrity: sha512-lL+ITQgwmAZd0/yBWkNIKzud2jQXeetFH9PtmQ/tWcD+FfQUjCGWZ8u6y6Pta64PbGPm1qn7+WgSNop+TC6pMQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-color-mix-function@3.0.3':
- resolution: {integrity: sha512-L7v0pQlLC3VejShxn5bjrdo3GhhHExSVGB8CgZqIcED/W/eK9pKGxubyGivNcJQYl+iznBtTU3mFPMmOrLccBQ==}
+ '@csstools/postcss-color-mix-function@3.0.4':
+ resolution: {integrity: sha512-Jp6hI6T7Iq0+7VzEn5CbUymvo8W3x8xAJLVNRIQ/nn8iXsSprUtDo6DznDa7Uajz9qq70AwNK4Js1gmnZGKs3Q==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-content-alt-text@2.0.2':
- resolution: {integrity: sha512-GzMdDJrNPAOq4XxGac5xv5Ae2pB3JjvYWIJhJPcE6g87Q38gXG1Daaqq55QUU8DnC+iVm8lrO/JGvSC2T4YBOA==}
+ '@csstools/postcss-content-alt-text@2.0.3':
+ resolution: {integrity: sha512-7fY4hfR77UezWoEu2NBMc550FL2NKr+FbcMdZLDIF5qkbn9rwW3l0+RXI7g6GmUPXeEwtVApp39xa55Cx1WKgw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-exponential-functions@2.0.2':
- resolution: {integrity: sha512-gSGeXEKse3U3lDzSXh9XE1DgdicMWolo+eyXN8nH96Vr5mWPd6jUwk6W+x8yRNwM5dDkoAE/HkYK6/WzSo9Jsw==}
+ '@csstools/postcss-exponential-functions@2.0.3':
+ resolution: {integrity: sha512-7d626jcY3Za5uXoG3FQ4laZ9zjIpp2fzpqfAQO902n2p9nguaoCgfcM6cu9Ot+av2OEhf6YeaG69L0rhv2GfNg==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -5979,20 +5976,20 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-gamut-mapping@2.0.3':
- resolution: {integrity: sha512-1mbYE41F3fluEdjExw70b339NVU62O6sz43mya5O+LultfZQdmY68qRsWT+rw85Imya9aeLCDgBHaxwgXf1Z/g==}
+ '@csstools/postcss-gamut-mapping@2.0.4':
+ resolution: {integrity: sha512-3VidlUzT5VNKhxLSUS79B7EWk+KlF4cRdZPyg/T7q/QYI544a3o3/KoraEDw/np3Px1/9rljBJCgS5uNsRFBtQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-gradients-interpolation-method@5.0.3':
- resolution: {integrity: sha512-TW+utpEOOn2HLlRZTEVNS8XBlG5bOcSNBanIKjPWnkmdgkFjcj1eIaEtWezpGX2hKJpkiwZeIEyP/UItWk6c3g==}
+ '@csstools/postcss-gradients-interpolation-method@5.0.4':
+ resolution: {integrity: sha512-t2GrRZ/pnR7FJHvUoDl3gspwWGj2RCE7h9erAqs6eLp5oNh6qf7OzL6HwV6RcfGUjx49sliBmXxoDrReBuzncw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-hwb-function@4.0.3':
- resolution: {integrity: sha512-HBeApQzk6UlqAAWbuXSiWmF0Xtc/hfMTESSbkRUpolXshuPkUaBWXflfQuoo6exv3MvID6iTmv11GZT1ZfADDQ==}
+ '@csstools/postcss-hwb-function@4.0.4':
+ resolution: {integrity: sha512-1kDydqBP16urjshTYdB28zSnWZXoTJyeToGhMkVEPDm4Mw9+JPe+PO2DZhqHXz2LzAMiHMAgOwp3oCBN2MRwoQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -6009,14 +6006,14 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-is-pseudo-class@5.0.0':
- resolution: {integrity: sha512-E/CjrT03BL06WmrjupnrT0VUBTvxJdoW1hRVeXFa9qatWtvcLLw0j8hP372G4A9PpSGEMXi3/AoHzPf7DNryCQ==}
+ '@csstools/postcss-is-pseudo-class@5.0.1':
+ resolution: {integrity: sha512-JLp3POui4S1auhDR0n8wHd/zTOWmMsmK3nQd3hhL6FhWPaox5W7j1se6zXOG/aP07wV2ww0lxbKYGwbBszOtfQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-light-dark-function@2.0.5':
- resolution: {integrity: sha512-mSqqxuwlBg10YyErq2YYB71KtvWDueBYE9WAnC6B7GHU+z0ECcGf+sR9zxpvePGzesuBNDB+cp15cW2CvOyszA==}
+ '@csstools/postcss-light-dark-function@2.0.6':
+ resolution: {integrity: sha512-eo9WPWkFGEfbhOgfHrIFTZlK8goW/rLYRfM2r8Rghl1NTvXnQ8qpMEmd67iXwMdfoKl6nMWs5sTTVLflpa2+EA==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -6051,14 +6048,14 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-media-minmax@2.0.2':
- resolution: {integrity: sha512-zodxyIwRNuro/SIjN+zrYeZCQJvMd1obPtsvmNxLRvk3FOM3KwuuX8GEev9if19OGlNVvJZIe9wH77c+jIbXzA==}
+ '@csstools/postcss-media-minmax@2.0.3':
+ resolution: {integrity: sha512-+Vr5eQ/ZSL0hdARb/1sohoYtYnYxGi94HuzgmzjZ7jnruEDYJaWux6UtS2gXY/cWrsx/lmJCJNFJO87/5hcgCQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.2':
- resolution: {integrity: sha512-9bEvSC8hIkdqHwehYIADcwC7/TvuJeb1hAw0STI7BMRVE57nFxHyXY+WzfLPXtmhpdFqGcKJIyQkDcenQI3Sow==}
+ '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.3':
+ resolution: {integrity: sha512-kyLO69jXq/BIkOJeCi7++uzarm9qb5La1K1cL36e+QUnV6wto7UtFuzjelT3PEuCnIikj9JCbDCYDfGzCmkhQw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -6075,8 +6072,8 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-oklab-function@4.0.3':
- resolution: {integrity: sha512-BrhnL98OSpWt5EOMk5Hm+kL0kjA8BhBc9DGG0jYgww1GhWItn+L/McQ4WgHE2cm9+jSUE2OMy/31WvSRKhWpnQ==}
+ '@csstools/postcss-oklab-function@4.0.4':
+ resolution: {integrity: sha512-IDPtqifrFjIjdMBphc8ebbq7YdMReEBjkoEZOVrm1I+ZfclgMim9HAE7+V0zCFaP4WyKhVSodKAWWh5Uj4cDLA==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -6087,20 +6084,20 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-relative-color-syntax@3.0.3':
- resolution: {integrity: sha512-1VYBTdGiFSOFrlczaYcUNybCU3XZRL9DDY3ooYRkvweWJZas8dQVHi6vy9SUmxnk0vfGbMbrISXLOIHw4LjKDg==}
+ '@csstools/postcss-relative-color-syntax@3.0.4':
+ resolution: {integrity: sha512-vfjMNPHTZ3SZbTuZ30tNvplQuxEaubUugd4P6PeXfxSKcAMUUH1weVTMaY75MsT5RpHw0m7GRyLDNwwAKXGm1g==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-scope-pseudo-class@4.0.0':
- resolution: {integrity: sha512-+ZUOBtVMDcmHZcZqsP/jcNRriEILfWQflTI3tCTA+/RheXAg57VkFGyPDAilpQSqlCpxWLWG8VUFKFtZJPwuOg==}
+ '@csstools/postcss-scope-pseudo-class@4.0.1':
+ resolution: {integrity: sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-stepped-value-functions@4.0.2':
- resolution: {integrity: sha512-AxLKGIV0zYIAkeN02fo4o/vcG39WEZjT9dXs78ajy87dM94OFNIu5huxqBgkFGKLiXhQIKBRxAF/MtJmuIWi8w==}
+ '@csstools/postcss-stepped-value-functions@4.0.3':
+ resolution: {integrity: sha512-xy/cT/a51xecPw0T2GIwuCTc4IwIB5woznFAbhOHaJvBi6cdUJyQPeUjwgpOQkA31JEl11T0oGRP0MBDEdLOrg==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -6111,8 +6108,8 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-trigonometric-functions@4.0.2':
- resolution: {integrity: sha512-hQzJkTWNvHKGYa5ySpdex2K/ODX6bI3z8Pmdl3W/opRlaXMA7Xvq7Nagp31BTkr1ngzfnqTY9XNKEI2FqaO3fg==}
+ '@csstools/postcss-trigonometric-functions@4.0.3':
+ resolution: {integrity: sha512-OTtGIJglcGqSMyZo6yYrt7c+eOqI7N38oh3IWfpqrDnjFtqvR7n2fDSSYPrkR9KjT4alCXNPV9cC7ExXFCG6Uw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -6123,17 +6120,17 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/selector-resolve-nested@2.0.0':
- resolution: {integrity: sha512-oklSrRvOxNeeOW1yARd4WNCs/D09cQjunGZUgSq6vM8GpzFswN+8rBZyJA29YFZhOTQ6GFzxgLDNtVbt9wPZMA==}
+ '@csstools/selector-resolve-nested@3.0.0':
+ resolution: {integrity: sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==}
engines: {node: '>=18'}
peerDependencies:
- postcss-selector-parser: ^6.1.0
+ postcss-selector-parser: ^7.0.0
- '@csstools/selector-specificity@4.0.0':
- resolution: {integrity: sha512-189nelqtPd8++phaHNwYovKZI0FOzH1vQEE3QhHHkNIGrg5fSs9CbYP3RvfEH5geztnIA9Jwq91wyOIwAW5JIQ==}
+ '@csstools/selector-specificity@5.0.0':
+ resolution: {integrity: sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==}
engines: {node: '>=18'}
peerDependencies:
- postcss-selector-parser: ^6.1.0
+ postcss-selector-parser: ^7.0.0
'@csstools/utilities@2.0.0':
resolution: {integrity: sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==}
@@ -6825,8 +6822,8 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@playwright/test@1.48.1':
- resolution: {integrity: sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==}
+ '@playwright/test@1.48.2':
+ resolution: {integrity: sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==}
engines: {node: '>=18'}
hasBin: true
@@ -6868,8 +6865,8 @@ packages:
resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==}
engines: {node: '>= 8.0.0'}
- '@rollup/pluginutils@5.1.2':
- resolution: {integrity: sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==}
+ '@rollup/pluginutils@5.1.3':
+ resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==}
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
@@ -6877,97 +6874,107 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.24.0':
- resolution: {integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==}
+ '@rollup/rollup-android-arm-eabi@4.24.2':
+ resolution: {integrity: sha512-ufoveNTKDg9t/b7nqI3lwbCG/9IJMhADBNjjz/Jn6LxIZxD7T5L8l2uO/wD99945F1Oo8FvgbbZJRguyk/BdzA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.24.0':
- resolution: {integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==}
+ '@rollup/rollup-android-arm64@4.24.2':
+ resolution: {integrity: sha512-iZoYCiJz3Uek4NI0J06/ZxUgwAfNzqltK0MptPDO4OR0a88R4h0DSELMsflS6ibMCJ4PnLvq8f7O1d7WexUvIA==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.24.0':
- resolution: {integrity: sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==}
+ '@rollup/rollup-darwin-arm64@4.24.2':
+ resolution: {integrity: sha512-/UhrIxobHYCBfhi5paTkUDQ0w+jckjRZDZ1kcBL132WeHZQ6+S5v9jQPVGLVrLbNUebdIRpIt00lQ+4Z7ys4Rg==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.24.0':
- resolution: {integrity: sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==}
+ '@rollup/rollup-darwin-x64@4.24.2':
+ resolution: {integrity: sha512-1F/jrfhxJtWILusgx63WeTvGTwE4vmsT9+e/z7cZLKU8sBMddwqw3UV5ERfOV+H1FuRK3YREZ46J4Gy0aP3qDA==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.24.0':
- resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==}
+ '@rollup/rollup-freebsd-arm64@4.24.2':
+ resolution: {integrity: sha512-1YWOpFcGuC6iGAS4EI+o3BV2/6S0H+m9kFOIlyFtp4xIX5rjSnL3AwbTBxROX0c8yWtiWM7ZI6mEPTI7VkSpZw==}
+ cpu: [arm64]
+ os: [freebsd]
+
+ '@rollup/rollup-freebsd-x64@4.24.2':
+ resolution: {integrity: sha512-3qAqTewYrCdnOD9Gl9yvPoAoFAVmPJsBvleabvx4bnu1Kt6DrB2OALeRVag7BdWGWLhP1yooeMLEi6r2nYSOjg==}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.24.2':
+ resolution: {integrity: sha512-ArdGtPHjLqWkqQuoVQ6a5UC5ebdX8INPuJuJNWRe0RGa/YNhVvxeWmCTFQ7LdmNCSUzVZzxAvUznKaYx645Rig==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.24.0':
- resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==}
+ '@rollup/rollup-linux-arm-musleabihf@4.24.2':
+ resolution: {integrity: sha512-B6UHHeNnnih8xH6wRKB0mOcJGvjZTww1FV59HqJoTJ5da9LCG6R4SEBt6uPqzlawv1LoEXSS0d4fBlHNWl6iYw==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.24.0':
- resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==}
+ '@rollup/rollup-linux-arm64-gnu@4.24.2':
+ resolution: {integrity: sha512-kr3gqzczJjSAncwOS6i7fpb4dlqcvLidqrX5hpGBIM1wtt0QEVtf4wFaAwVv8QygFU8iWUMYEoJZWuWxyua4GQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.24.0':
- resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==}
+ '@rollup/rollup-linux-arm64-musl@4.24.2':
+ resolution: {integrity: sha512-TDdHLKCWgPuq9vQcmyLrhg/bgbOvIQ8rtWQK7MRxJ9nvaxKx38NvY7/Lo6cYuEnNHqf6rMqnivOIPIQt6H2AoA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
- resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.24.2':
+ resolution: {integrity: sha512-xv9vS648T3X4AxFFZGWeB5Dou8ilsv4VVqJ0+loOIgDO20zIhYfDLkk5xoQiej2RiSQkld9ijF/fhLeonrz2mw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.24.0':
- resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.24.2':
+ resolution: {integrity: sha512-tbtXwnofRoTt223WUZYiUnbxhGAOVul/3StZ947U4A5NNjnQJV5irKMm76G0LGItWs6y+SCjUn/Q0WaMLkEskg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.24.0':
- resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==}
+ '@rollup/rollup-linux-s390x-gnu@4.24.2':
+ resolution: {integrity: sha512-gc97UebApwdsSNT3q79glOSPdfwgwj5ELuiyuiMY3pEWMxeVqLGKfpDFoum4ujivzxn6veUPzkGuSYoh5deQ2Q==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.24.0':
- resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==}
+ '@rollup/rollup-linux-x64-gnu@4.24.2':
+ resolution: {integrity: sha512-jOG/0nXb3z+EM6SioY8RofqqmZ+9NKYvJ6QQaa9Mvd3RQxlH68/jcB/lpyVt4lCiqr04IyaC34NzhUqcXbB5FQ==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.24.0':
- resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==}
+ '@rollup/rollup-linux-x64-musl@4.24.2':
+ resolution: {integrity: sha512-XAo7cJec80NWx9LlZFEJQxqKOMz/lX3geWs2iNT5CHIERLFfd90f3RYLLjiCBm1IMaQ4VOX/lTC9lWfzzQm14Q==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.24.0':
- resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==}
+ '@rollup/rollup-win32-arm64-msvc@4.24.2':
+ resolution: {integrity: sha512-A+JAs4+EhsTjnPQvo9XY/DC0ztaws3vfqzrMNMKlwQXuniBKOIIvAAI8M0fBYiTCxQnElYu7mLk7JrhlQ+HeOw==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.24.0':
- resolution: {integrity: sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==}
+ '@rollup/rollup-win32-ia32-msvc@4.24.2':
+ resolution: {integrity: sha512-ZhcrakbqA1SCiJRMKSU64AZcYzlZ/9M5LaYil9QWxx9vLnkQ9Vnkve17Qn4SjlipqIIBFKjBES6Zxhnvh0EAEw==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.24.0':
- resolution: {integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==}
+ '@rollup/rollup-win32-x64-msvc@4.24.2':
+ resolution: {integrity: sha512-2mLH46K1u3r6uwc95hU+OR9q/ggYMpnS7pSp83Ece1HUQgF9Nh/QwTK5rcgbFnV9j+08yBrU5sA/P0RK2MSBNA==}
cpu: [x64]
os: [win32]
- '@shikijs/core@1.22.0':
- resolution: {integrity: sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==}
+ '@shikijs/core@1.22.2':
+ resolution: {integrity: sha512-bvIQcd8BEeR1yFvOYv6HDiyta2FFVePbzeowf5pPS1avczrPK+cjmaxxh0nx5QzbON7+Sv0sQfQVciO7bN72sg==}
- '@shikijs/engine-javascript@1.22.0':
- resolution: {integrity: sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==}
+ '@shikijs/engine-javascript@1.22.2':
+ resolution: {integrity: sha512-iOvql09ql6m+3d1vtvP8fLCVCK7BQD1pJFmHIECsujB0V32BJ0Ab6hxk1ewVSMFA58FI0pR2Had9BKZdyQrxTw==}
- '@shikijs/engine-oniguruma@1.22.0':
- resolution: {integrity: sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==}
+ '@shikijs/engine-oniguruma@1.22.2':
+ resolution: {integrity: sha512-GIZPAGzQOy56mGvWMoZRPggn0dTlBf1gutV5TdceLCZlFNqWmuc7u+CzD0Gd9vQUTgLbrt0KLzz6FNprqYAxlA==}
- '@shikijs/types@1.22.0':
- resolution: {integrity: sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==}
+ '@shikijs/types@1.22.2':
+ resolution: {integrity: sha512-NCWDa6LGZqTuzjsGfXOBWfjS/fDIbDdmVDug+7ykVe1IKT4c1gakrvlfFYp5NhAXH/lyqLM8wsAPo5wNy73Feg==}
'@shikijs/vscode-textmate@9.3.0':
resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==}
@@ -7114,8 +7121,8 @@ packages:
'@types/node@18.19.50':
resolution: {integrity: sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==}
- '@types/prismjs@1.26.4':
- resolution: {integrity: sha512-rlAnzkW2sZOjbqZ743IHUhFcvzaGbqijwOu8QZnZCjfQzBqFE3s4lOTJEsxikImav9uzz/42I+O7YUs1mWgMlg==}
+ '@types/prismjs@1.26.5':
+ resolution: {integrity: sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==}
'@types/prompts@2.4.9':
resolution: {integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==}
@@ -7126,8 +7133,8 @@ packages:
'@types/react-dom@18.3.1':
resolution: {integrity: sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==}
- '@types/react@18.3.11':
- resolution: {integrity: sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==}
+ '@types/react@18.3.12':
+ resolution: {integrity: sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==}
'@types/sax@1.2.7':
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
@@ -7251,13 +7258,13 @@ packages:
vite: ^5.0.0
vue: ^3.2.25
- '@vitest/expect@2.1.3':
- resolution: {integrity: sha512-SNBoPubeCJhZ48agjXruCI57DvxcsivVDdWz+SSsmjTT4QN/DfHk3zB/xKsJqMs26bLZ/pNRLnCf0j679i0uWQ==}
+ '@vitest/expect@2.1.4':
+ resolution: {integrity: sha512-DOETT0Oh1avie/D/o2sgMHGrzYUFFo3zqESB2Hn70z6QB1HrS2IQ9z5DfyTqU8sg4Bpu13zZe9V4+UTNQlUeQA==}
- '@vitest/mocker@2.1.3':
- resolution: {integrity: sha512-eSpdY/eJDuOvuTA3ASzCjdithHa+GIF1L4PqtEELl6Qa3XafdMLBpBlZCIUCX2J+Q6sNmjmxtosAG62fK4BlqQ==}
+ '@vitest/mocker@2.1.4':
+ resolution: {integrity: sha512-Ky/O1Lc0QBbutJdW0rqLeFNbuLEyS+mIPiNdlVlp2/yhJ0SbyYqObS5IHdhferJud8MbbwMnexg4jordE5cCoQ==}
peerDependencies:
- msw: ^2.3.5
+ msw: ^2.4.9
vite: ^5.0.0
peerDependenciesMeta:
msw:
@@ -7265,20 +7272,20 @@ packages:
vite:
optional: true
- '@vitest/pretty-format@2.1.3':
- resolution: {integrity: sha512-XH1XdtoLZCpqV59KRbPrIhFCOO0hErxrQCMcvnQete3Vibb9UeIOX02uFPfVn3Z9ZXsq78etlfyhnkmIZSzIwQ==}
+ '@vitest/pretty-format@2.1.4':
+ resolution: {integrity: sha512-L95zIAkEuTDbUX1IsjRl+vyBSLh3PwLLgKpghl37aCK9Jvw0iP+wKwIFhfjdUtA2myLgjrG6VU6JCFLv8q/3Ww==}
- '@vitest/runner@2.1.3':
- resolution: {integrity: sha512-JGzpWqmFJ4fq5ZKHtVO3Xuy1iF2rHGV4d/pdzgkYHm1+gOzNZtqjvyiaDGJytRyMU54qkxpNzCx+PErzJ1/JqQ==}
+ '@vitest/runner@2.1.4':
+ resolution: {integrity: sha512-sKRautINI9XICAMl2bjxQM8VfCMTB0EbsBc/EDFA57V6UQevEKY/TOPOF5nzcvCALltiLfXWbq4MaAwWx/YxIA==}
- '@vitest/snapshot@2.1.3':
- resolution: {integrity: sha512-qWC2mWc7VAXmjAkEKxrScWHWFyCQx/cmiZtuGqMi+WwqQJ2iURsVY4ZfAK6dVo6K2smKRU6l3BPwqEBvhnpQGg==}
+ '@vitest/snapshot@2.1.4':
+ resolution: {integrity: sha512-3Kab14fn/5QZRog5BPj6Rs8dc4B+mim27XaKWFWHWA87R56AKjHTGcBFKpvZKDzC4u5Wd0w/qKsUIio3KzWW4Q==}
- '@vitest/spy@2.1.3':
- resolution: {integrity: sha512-Nb2UzbcUswzeSP7JksMDaqsI43Sj5+Kry6ry6jQJT4b5gAK+NS9NED6mDb8FlMRCX8m5guaHCDZmqYMMWRy5nQ==}
+ '@vitest/spy@2.1.4':
+ resolution: {integrity: sha512-4JOxa+UAizJgpZfaCPKK2smq9d8mmjZVPMt2kOsg/R8QkoRzydHH1qHxIYNvr1zlEaFj4SXiaaJWxq/LPLKaLg==}
- '@vitest/utils@2.1.3':
- resolution: {integrity: sha512-xpiVfDSg1RrYT0tX6czgerkpcKFmFOF/gCr30+Mve5V2kewCy4Prn1/NDMSRwaSmT7PRaOF83wu+bEtsY1wrvA==}
+ '@vitest/utils@2.1.4':
+ resolution: {integrity: sha512-MXDnZn0Awl2S86PSNIim5PWXgIAx8CIkzu35mBdSApUip6RFOGXBCf3YFyeEu8n1IHk4bWD46DeYFu9mQlFIRg==}
'@volar/kit@2.4.6':
resolution: {integrity: sha512-OaMtpmLns6IYD1nOSd0NdG/F5KzJ7Jr4B7TLeb4byPzu+ExuuRVeO56Dn1C7Frnw6bGudUQd90cpQAmxdB+RlQ==}
@@ -7334,16 +7341,16 @@ packages:
'@vue/compiler-ssr@3.5.12':
resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==}
- '@vue/devtools-core@7.5.2':
- resolution: {integrity: sha512-J7vcCb2P7bH3TvikqSe3BquCZsgWC7PL0t9yO88c3LUK3cyhQdJoWcn0Tkgop55UztHWs40+7uQNDmTkcdNZAQ==}
+ '@vue/devtools-core@7.5.4':
+ resolution: {integrity: sha512-igB2iUKsCUrXkp0wKLn3n5X8jz3AgXWk7if0QpLu3Do16QmlTO0e+/VvTpX0ZbLMh8OOAxDKyfPvJMMO/4QJ5w==}
peerDependencies:
vue: ^3.0.0
- '@vue/devtools-kit@7.5.2':
- resolution: {integrity: sha512-0leUOE2HBfl8sHf9ePKzxqnCFskkU22tWWqd9OfeSlslAKE30/TViYvWcF4vgQmPlJnAAdHU0WfW5dYlCeOiuw==}
+ '@vue/devtools-kit@7.5.4':
+ resolution: {integrity: sha512-0i7WFgc1B2TL52tstn82zlb9opSA0aIiHfkUYFXtZb8CIpmlFMTkHtgwVl6PMWNBj3LNhYou1YJCLpCYvJYYoA==}
- '@vue/devtools-shared@7.5.2':
- resolution: {integrity: sha512-+zmcixnD6TAo+zwm30YuwZckhL9iIi4u+gFwbq9C8zpm3SMndTlEYZtNhAHUhOXB+bCkzyunxw80KQ/T0trF4w==}
+ '@vue/devtools-shared@7.5.4':
+ resolution: {integrity: sha512-dwuq4YmwTyLc7eBOqX63s3JB8il7qnKsNgENglSMkUPwiItHkVAYYfPESN1rxSdYkl1RCux1l5TBidYqfUDNAA==}
'@vue/reactivity@3.1.5':
resolution: {integrity: sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==}
@@ -7380,13 +7387,8 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn@8.12.1:
- resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
- engines: {node: '>=0.4.0'}
- hasBin: true
-
- acorn@8.13.0:
- resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==}
+ acorn@8.14.0:
+ resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -7422,10 +7424,6 @@ packages:
resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
engines: {node: '>=12'}
- ansi-styles@3.2.1:
- resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
- engines: {node: '>=4'}
-
ansi-styles@4.3.0:
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
engines: {node: '>=8'}
@@ -7450,9 +7448,6 @@ packages:
argparse@2.0.1:
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
- aria-query@5.3.0:
- resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
-
aria-query@5.3.2:
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
engines: {node: '>= 0.4'}
@@ -7478,8 +7473,8 @@ packages:
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta
- astro-embed@0.7.4:
- resolution: {integrity: sha512-meDmEpmwu1wcz1i1KT4yAPJhydq/C4iyh1Pn7sepSbtXF85C05nJoE0cTDJHf0cwM4zMoYTYDluqFIQIfsdhHA==}
+ astro-embed@0.8.0:
+ resolution: {integrity: sha512-zG7SjRKo2TT4LsZLQfttf+Yb9OJ2oty+/qj7SZ9RPPAo0olfbWgoXkAdrDHBJyvVMss9GCgCunIp/kqQ32t9ZA==}
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
@@ -7607,14 +7602,10 @@ packages:
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
- chai@5.1.1:
- resolution: {integrity: sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==}
+ chai@5.1.2:
+ resolution: {integrity: sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==}
engines: {node: '>=12'}
- chalk@2.4.2:
- resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
- engines: {node: '>=4'}
-
chalk@4.1.2:
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
engines: {node: '>=10'}
@@ -7660,6 +7651,10 @@ packages:
resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==}
engines: {node: '>= 14.16.0'}
+ chownr@2.0.0:
+ resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
+ engines: {node: '>=10'}
+
ci-info@3.9.0:
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
engines: {node: '>=8'}
@@ -7694,16 +7689,10 @@ packages:
collapse-white-space@2.1.0:
resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==}
- color-convert@1.9.3:
- resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
-
color-convert@2.0.1:
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
engines: {node: '>=7.0.0'}
- color-name@1.1.3:
- resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
-
color-name@1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
@@ -7776,14 +7765,14 @@ packages:
resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
engines: {node: '>= 8'}
- css-blank-pseudo@7.0.0:
- resolution: {integrity: sha512-v9xXYGdm6LIn4iHEfu3egk/PM1g/yJr8uwTIj6E44kurv5dE/4y3QW7WdVmZ0PVnqfTuK+C0ClZcEEiaKWBL9Q==}
+ css-blank-pseudo@7.0.1:
+ resolution: {integrity: sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- css-has-pseudo@7.0.0:
- resolution: {integrity: sha512-vO6k9bBt4/eEZ2PeHmS2VXjJga5SBy6O1ESyaOkse5/lvp6piFqg8Sh5KTU7X33M7Uh/oqo+M3EeMktQrZoTCQ==}
+ css-has-pseudo@7.0.1:
+ resolution: {integrity: sha512-EOcoyJt+OsuKfCADgLT7gADZI5jMzIe/AeI6MeAYKiFBDmNmM7kk46DtSfMj5AohUJisqVzopBpnQTlvbyaBWg==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -7815,8 +7804,8 @@ packages:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
engines: {node: '>= 6'}
- cssdb@8.1.1:
- resolution: {integrity: sha512-kRbSRgZoxtZNl5snb3nOzBkFOt5AwnephcUTIEFc2DebKG9PN50/cHarlwOooTxYQ/gxsnKs3BxykhNLmfvyLg==}
+ cssdb@8.1.2:
+ resolution: {integrity: sha512-ba3HmHU/lxy9nfz/fQLA/Ul+/oSdSOXqoR53BDmRvXTfRbkGqHKqr2rSxADYMRF4uD8vZhMlCQ6c5TEfLLkkVA==}
cssesc@3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
@@ -8148,10 +8137,6 @@ packages:
escape-html@1.0.3:
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
- escape-string-regexp@1.0.5:
- resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
- engines: {node: '>=0.8.0'}
-
escape-string-regexp@4.0.0:
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
engines: {node: '>=10'}
@@ -8370,6 +8355,10 @@ packages:
resolution: {integrity: sha512-AzCSCaChZORdNcSa9w9IBnGWhDP2Bv/lOso0P9mAl5nJw2s7pjSEoDaHtzZ9VGIHQlSXR2fuTPO7ln1dM4HTNQ==}
engines: {node: '>=18.0.0'}
+ fs-minipass@2.1.0:
+ resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
+ engines: {node: '>= 8'}
+
fsevents@2.3.2:
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
@@ -8395,9 +8384,6 @@ packages:
resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==}
engines: {node: '>=18'}
- get-func-name@2.0.2:
- resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==}
-
get-stream@8.0.1:
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
engines: {node: '>=16'}
@@ -8442,10 +8428,6 @@ packages:
has-async-hooks@1.0.0:
resolution: {integrity: sha512-YF0VPGjkxr7AyyQQNykX8zK4PvtEDsUJAPqwu06UFz1lb6EvI53sPh5H1kWxg8NXI5LsfRCZ8uX9NkYDZBb/mw==}
- has-flag@3.0.0:
- resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
- engines: {node: '>=4'}
-
has-flag@4.0.0:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'}
@@ -8864,8 +8846,8 @@ packages:
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
hasBin: true
- loupe@3.1.1:
- resolution: {integrity: sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==}
+ loupe@3.1.2:
+ resolution: {integrity: sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==}
lower-case@2.0.2:
resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==}
@@ -8900,8 +8882,8 @@ packages:
resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
engines: {node: '>=16'}
- markdown-table@3.0.3:
- resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
+ markdown-table@3.0.4:
+ resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
marked-footnote@1.2.4:
resolution: {integrity: sha512-DB2Kl+wFh6YwZd70qABMY6WUkG1UuyqoNTFoDfGyG79Pz24neYtLBkB+45a7o72V7gkfvbC3CGzIYFobxfMT1Q==}
@@ -9152,16 +9134,33 @@ packages:
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
+ minipass@3.3.6:
+ resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
+ engines: {node: '>=8'}
+
+ minipass@5.0.0:
+ resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
+ engines: {node: '>=8'}
+
minipass@7.1.2:
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'}
+ minizlib@2.1.2:
+ resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
+ engines: {node: '>= 8'}
+
mitt@3.0.1:
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
mj-context-menu@0.6.1:
resolution: {integrity: sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==}
+ mkdirp@1.0.4:
+ resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
+ engines: {node: '>=10'}
+ hasBin: true
+
mri@1.2.0:
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
engines: {node: '>=4'}
@@ -9187,8 +9186,8 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
- nanoid@5.0.7:
- resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==}
+ nanoid@5.0.8:
+ resolution: {integrity: sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==}
engines: {node: ^18 || >=20}
hasBin: true
@@ -9196,9 +9195,6 @@ packages:
resolution: {integrity: sha512-TUes3xKIX33re4QzdxwZ6tdbodjmn3tWXCEc1uokiEmo14sI1EaGYNs2k3bU2pyyGNmBqFGAVl6jAGWd06AVIg==}
engines: {node: ^18.0.0 || >=20.0.0}
- nanotar@0.1.1:
- resolution: {integrity: sha512-AiJsGsSF3O0havL1BydvI4+wR76sKT+okKRwWIaK96cZUnXqH0uNBOsHlbwZq3+m2BR1VKqHDVudl3gO4mYjpQ==}
-
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
@@ -9389,8 +9385,8 @@ packages:
parse5-parser-stream@7.1.2:
resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==}
- parse5@7.2.0:
- resolution: {integrity: sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==}
+ parse5@7.2.1:
+ resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==}
parseurl@1.3.3:
resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==}
@@ -9449,6 +9445,10 @@ packages:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
+ picomatch@4.0.2:
+ resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
+ engines: {node: '>=12'}
+
pify@2.3.0:
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
engines: {node: '>=0.10.0'}
@@ -9465,21 +9465,21 @@ packages:
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
engines: {node: '>=8'}
- playwright-core@1.48.1:
- resolution: {integrity: sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==}
+ playwright-core@1.48.2:
+ resolution: {integrity: sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==}
engines: {node: '>=18'}
hasBin: true
- playwright@1.48.1:
- resolution: {integrity: sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==}
+ playwright@1.48.2:
+ resolution: {integrity: sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==}
engines: {node: '>=18'}
hasBin: true
port-authority@2.0.1:
resolution: {integrity: sha512-Hz/WvSNt5+7x+Rq1Cn6DetJOZxKtLDehJ1mLCYge6ju4QvSF/PHvRgy94e1SKJVI96AJTcqEdNwkkaAFad+TXQ==}
- postcss-attribute-case-insensitive@7.0.0:
- resolution: {integrity: sha512-ETMUHIw67Kyv9Q81nden/NuJbRh+4/S963giXpfSLd5eaKK8kd1UdAHMVRV/NG/w/N6Cq8B0qZIZbZZWU/67+A==}
+ postcss-attribute-case-insensitive@7.0.1:
+ resolution: {integrity: sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9490,8 +9490,8 @@ packages:
peerDependencies:
postcss: ^8.4.6
- postcss-color-functional-notation@7.0.3:
- resolution: {integrity: sha512-mL3LVOwXr5sRX1N5so7AFCNciaYTNTxzXuv5bDoZ/JunV2NCAzGOuVfyICRKczDPFImoIuL4e0O33/zYap9D0w==}
+ postcss-color-functional-notation@7.0.4:
+ resolution: {integrity: sha512-bK5EYM9f/F8zqbVT+Etky6sZBR3XedXRasF0cFxi2uX3JOKrkEw+YfRFaVLAYA934RuypGZiqTgDXVpVPnaoDQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9508,26 +9508,26 @@ packages:
peerDependencies:
postcss: ^8.4
- postcss-custom-media@11.0.3:
- resolution: {integrity: sha512-h52R7j0/QZP7NgnpsUaqx6wdssplK4U+ZuErvic2StgvXt3v5sPopFH86yjLvqz3jBrj/8Hkvr7Gio1LLRFP0g==}
+ postcss-custom-media@11.0.4:
+ resolution: {integrity: sha512-fz6+8rikAQZHsDwy2EEdeE0JlOaYRz1O0WNyrENkC21nEQfp2etnLcP4V1igieGG5mKokfLmH6lLrBR8kMRUfA==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- postcss-custom-properties@14.0.2:
- resolution: {integrity: sha512-ZDJLIXa6uT6FlK6mYdzHxr1fr5ec6lPbp/CZ5+7EZedFmfjJx1fvYQhAPCBebuyc1lkketmiA26ZVl2UkPQ9Ig==}
+ postcss-custom-properties@14.0.3:
+ resolution: {integrity: sha512-zCc5y6cilcZXld3RK0glb5OR9p6i/54ro7Dul2drDI7kLCIZC1uiblHGociomp2fwBet3kRFf9DpG4lJtz5yhw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- postcss-custom-selectors@8.0.2:
- resolution: {integrity: sha512-8y2fa+RgYHpVFtvR4h3/dHc7b0iWjT6GOpzWwB8VHJTEBdVNaqOB4FH9koa44hgRyaeDs3KTe3xP9EJf6NLvxQ==}
+ postcss-custom-selectors@8.0.3:
+ resolution: {integrity: sha512-VozjI6h5AxtMWtsI7IdP/LYpioe2Ha0Cg0JwHiifIyIM/HIoRGcRPnbbrywbbG6uPagJH/l2xIOyVddAIqB/KA==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- postcss-dir-pseudo-class@9.0.0:
- resolution: {integrity: sha512-T59BG9lURiXmhcJMyKbyjNAK3KCyEQYEhaz9GAETHXfIy9XbGQeyz+H0zIwRJlrP4KKRPJolNYe3QjQPemMjBA==}
+ postcss-dir-pseudo-class@9.0.1:
+ resolution: {integrity: sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9538,14 +9538,14 @@ packages:
peerDependencies:
postcss: ^8.4
- postcss-focus-visible@10.0.0:
- resolution: {integrity: sha512-GJjzvTj7JY+zN7wVBQ4osdKX53QLUdr6r2rSEkBUqrEMDKu3fHMHKOY9rirdirbHCx3IETnK25EtpPARR2KWNw==}
+ postcss-focus-visible@10.0.1:
+ resolution: {integrity: sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- postcss-focus-within@9.0.0:
- resolution: {integrity: sha512-QwflAWUToNZvQLGbc4qJhrQO8yZ5617L6hSNzNWDoqRX4FoIh9fbJbEjy0nvFPciaaOoCaeqcxBwYPbFU0HvBw==}
+ postcss-focus-within@9.0.1:
+ resolution: {integrity: sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9579,8 +9579,8 @@ packages:
peerDependencies:
postcss: ^8.4.21
- postcss-lab-function@7.0.3:
- resolution: {integrity: sha512-yCBscY/dwipfvqqy7rQHbn6k18zYZy9O57JY4fGuibot6wz7pbtzRnhRlWraHBNUs+N4p2KogHv2aBsoB6G+5Q==}
+ postcss-lab-function@7.0.4:
+ resolution: {integrity: sha512-BkNIkLVZDPJo5EYTfdri/tllk1y83zZET9Imn6gbt8YmeK4SnOiLN8Tfr3DSFk4sIHYbuuQp5UmPXsb9J2mNBQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9609,8 +9609,8 @@ packages:
peerDependencies:
postcss: ^8.2.14
- postcss-nesting@13.0.0:
- resolution: {integrity: sha512-TCGQOizyqvEkdeTPM+t6NYwJ3EJszYE/8t8ILxw/YoeUvz2rz7aM8XTAmBWh9/DJjfaaabL88fWrsVHSPF2zgA==}
+ postcss-nesting@13.0.1:
+ resolution: {integrity: sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9638,14 +9638,14 @@ packages:
peerDependencies:
postcss: ^8.4
- postcss-preset-env@10.0.7:
- resolution: {integrity: sha512-aUC/bMT2CULwaZ/RK1Ivzdsyv95DQCJs0dK98RTc9cZKUYIal1+85JdNwik0DXg35BKdRZM2ZwASU17PXoglsw==}
+ postcss-preset-env@10.0.8:
+ resolution: {integrity: sha512-rN7wmrc4GDvsCR8o1J0c0lexJI7x7ibCoSJ6Xoz/lAyzXzJhq6MYtfQGby5hMU0eqQTQc8JDEcREJaA7kYy7aQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
- postcss-pseudo-class-any-link@10.0.0:
- resolution: {integrity: sha512-bde8VE08Gq3ekKDq2BQ0ESOjNX54lrFDK3U9zABPINaqHblbZL/4Wfo5Y2vk6U64yVd/sjDwTzuiisFBpGNNIQ==}
+ postcss-pseudo-class-any-link@10.0.1:
+ resolution: {integrity: sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9655,8 +9655,8 @@ packages:
peerDependencies:
postcss: ^8.0.3
- postcss-selector-not@8.0.0:
- resolution: {integrity: sha512-g/juh7A83GWc3+kWL8BiS3YUIJb3XNqIVKz1kGvgN3OhoGCsPncy1qo/+q61tjy5r87OxBhSY1+hcH3yOhEW+g==}
+ postcss-selector-not@8.0.1:
+ resolution: {integrity: sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
@@ -9665,6 +9665,10 @@ packages:
resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
engines: {node: '>=4'}
+ postcss-selector-parser@7.0.0:
+ resolution: {integrity: sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==}
+ engines: {node: '>=4'}
+
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
@@ -9947,8 +9951,8 @@ packages:
rfdc@1.4.1:
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
- rollup@4.24.0:
- resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==}
+ rollup@4.24.2:
+ resolution: {integrity: sha512-do/DFGq5g6rdDhdpPq5qb2ecoczeK6y+2UAjdJ5trjQJj5f1AiVdLRWRc9A9/fFukfvJRgM0UXzxBIYMovm5ww==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -9974,8 +9978,8 @@ packages:
sass-formatter@0.7.9:
resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==}
- sass@1.80.3:
- resolution: {integrity: sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==}
+ sass@1.80.4:
+ resolution: {integrity: sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -10057,8 +10061,8 @@ packages:
shiki@0.10.1:
resolution: {integrity: sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==}
- shiki@1.22.0:
- resolution: {integrity: sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==}
+ shiki@1.22.2:
+ resolution: {integrity: sha512-3IZau0NdGKXhH2bBlUk4w1IHNxPh6A5B2sUpyY+8utLu2j/h1QpFkAaUA1bAMxOWWGtTWcAh531vnS4NJKS/lA==}
siginfo@2.0.0:
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
@@ -10084,6 +10088,10 @@ packages:
resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==}
engines: {node: '>= 10'}
+ sirv@3.0.0:
+ resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==}
+ engines: {node: '>=18'}
+
sisteransi@1.0.5:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
@@ -10108,8 +10116,8 @@ packages:
resolution: {integrity: sha512-TzobUYoEft/xBtb2voRPryAUIvYguG0V7Tt3de79I1WfXgCwelqVsGuZSnu3GFGRZhXR90AeEYIM+icuB/S06Q==}
hasBin: true
- solid-js@1.9.2:
- resolution: {integrity: sha512-fe/K03nV+kMFJYhAOE8AIQHcGxB4rMIEoEyrulbtmf217NffbbwBqJnJI4ovt16e+kaIt0czE2WA7mP/pYN9yg==}
+ solid-js@1.9.3:
+ resolution: {integrity: sha512-5ba3taPoZGt9GY3YlsCB24kCg0Lv/rie/HTD4kG6h4daZZz7+yK02xn8Vx8dLYBc9i6Ps5JwAbEiqjmKaLB3Ag==}
solid-refresh@0.6.3:
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
@@ -10225,10 +10233,6 @@ packages:
resolution: {integrity: sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==}
engines: {node: '>=16'}
- supports-color@5.5.0:
- resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
- engines: {node: '>=4'}
-
supports-color@7.2.0:
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
engines: {node: '>=8'}
@@ -10273,6 +10277,10 @@ packages:
engines: {node: '>=14.0.0'}
hasBin: true
+ tar@6.2.1:
+ resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
+ engines: {node: '>=10'}
+
term-size@2.2.1:
resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==}
engines: {node: '>=8'}
@@ -10317,10 +10325,6 @@ packages:
resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==}
engines: {node: '>=0.6.0'}
- to-fast-properties@2.0.0:
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
- engines: {node: '>=4'}
-
to-regex-range@5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
@@ -10576,8 +10580,8 @@ packages:
peerDependencies:
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0
- vite-node@2.1.3:
- resolution: {integrity: sha512-I1JadzO+xYX887S39Do+paRePCKoiDrWRRjp9kkG5he0t7RXNvPAJPCQSJqbGN4uCrFFeS3Kj3sLqY8NMYBEdA==}
+ vite-node@2.1.4:
+ resolution: {integrity: sha512-kqa9v+oi4HwkG6g8ufRnb5AeplcRw8jUF6/7/Qz1qRQOXHImG8YnLbB+LLszENwFnoBl9xIf9nVdCFzNd7GQEg==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -10601,8 +10605,8 @@ packages:
'@testing-library/jest-dom':
optional: true
- vite-plugin-vue-devtools@7.5.2:
- resolution: {integrity: sha512-+lQOKW0kZAvLxy9KcsmtOk5Hsu0ibVAot9odFwCCASE4jukb0zaWGIyZwFLk4IsWNDT3iISvajIr704UYcZL6g==}
+ vite-plugin-vue-devtools@7.5.4:
+ resolution: {integrity: sha512-6yTcGrF+YdplDhNiNCkwj23BQDHA/jp06FR4Bo3rui1GW+8VdFcc26au2gtynPwRDNJXNueTxiVtVb6dq+lNZA==}
engines: {node: '>=v14.21.3'}
peerDependencies:
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
@@ -10664,15 +10668,15 @@ packages:
vite:
optional: true
- vitest@2.1.3:
- resolution: {integrity: sha512-Zrxbg/WiIvUP2uEzelDNTXmEMJXuzJ1kCpbDvaKByFA9MNeO95V+7r/3ti0qzJzrxdyuUw5VduN7k+D3VmVOSA==}
+ vitest@2.1.4:
+ resolution: {integrity: sha512-eDjxbVAJw1UJJCHr5xr/xM86Zx+YxIEXGAR+bmnEID7z9qWfoxpHw0zdobz+TQAFOLT+nEXz3+gx6nUJ7RgmlQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/node': ^18.0.0 || >=20.0.0
- '@vitest/browser': 2.1.3
- '@vitest/ui': 2.1.3
+ '@vitest/browser': 2.1.4
+ '@vitest/ui': 2.1.4
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -10823,8 +10827,8 @@ packages:
resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
engines: {node: '>= 8'}
- web-vitals@4.2.3:
- resolution: {integrity: sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==}
+ web-vitals@4.2.4:
+ resolution: {integrity: sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==}
webidl-conversions@3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
@@ -10937,6 +10941,9 @@ packages:
yallist@3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
+ yallist@4.0.0:
+ resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
+
yaml-language-server@1.15.0:
resolution: {integrity: sha512-N47AqBDCMQmh6mBLmI6oqxryHRzi33aPFPsJhYy3VTUGCdLHYjGh4FZzpUjRlphaADBBkDmnkM/++KNIOHi5Rw==}
hasBin: true
@@ -10974,8 +10981,8 @@ packages:
resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
engines: {node: '>=18'}
- zod-to-json-schema@3.23.3:
- resolution: {integrity: sha512-TYWChTxKQbRJp5ST22o/Irt9KC5nj7CdBKYB/AosCRdj/wxEMvv4NNaj9XVUHDOIp53ZxArGhnw5HMZziPFjog==}
+ zod-to-json-schema@3.23.5:
+ resolution: {integrity: sha512-5wlSS0bXfF/BrL4jPAbz9da5hDlDptdEppYfe+x4eIJ7jioqKG9uUxOwPzqof09u/XeVdrgFu29lZi+8XNDJtA==}
peerDependencies:
zod: ^3.23.3
@@ -11010,6 +11017,11 @@ snapshots:
'@assemblyscript/loader@0.19.23': {}
+ '@astro-community/astro-embed-baseline-status@0.1.1(astro@packages+astro)':
+ dependencies:
+ '@astro-community/astro-embed-utils': 0.1.3
+ astro: link:packages/astro
+
'@astro-community/astro-embed-integration@0.7.2(astro@packages+astro)':
dependencies:
'@astro-community/astro-embed-link-preview': 0.2.2
@@ -11117,25 +11129,26 @@ snapshots:
dependencies:
yaml: 2.5.1
- '@babel/code-frame@7.25.7':
+ '@babel/code-frame@7.26.0':
dependencies:
- '@babel/highlight': 7.25.7
+ '@babel/helper-validator-identifier': 7.25.9
+ js-tokens: 4.0.0
picocolors: 1.1.0
- '@babel/compat-data@7.25.7': {}
+ '@babel/compat-data@7.26.0': {}
- '@babel/core@7.25.8':
+ '@babel/core@7.26.0':
dependencies:
'@ampproject/remapping': 2.3.0
- '@babel/code-frame': 7.25.7
- '@babel/generator': 7.25.7
- '@babel/helper-compilation-targets': 7.25.7
- '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8)
- '@babel/helpers': 7.25.7
- '@babel/parser': 7.25.8
- '@babel/template': 7.25.7
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/code-frame': 7.26.0
+ '@babel/generator': 7.26.0
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.0)
+ '@babel/helpers': 7.26.0
+ '@babel/parser': 7.26.1
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
convert-source-map: 2.0.0
debug: 4.3.7
gensync: 1.0.0-beta.2
@@ -11144,187 +11157,173 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.25.7':
+ '@babel/generator@7.26.0':
dependencies:
- '@babel/types': 7.25.8
+ '@babel/parser': 7.26.1
+ '@babel/types': 7.26.0
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.0.2
- '@babel/helper-annotate-as-pure@7.25.7':
+ '@babel/helper-annotate-as-pure@7.25.9':
dependencies:
- '@babel/types': 7.25.8
+ '@babel/types': 7.26.0
- '@babel/helper-compilation-targets@7.25.7':
+ '@babel/helper-compilation-targets@7.25.9':
dependencies:
- '@babel/compat-data': 7.25.7
- '@babel/helper-validator-option': 7.25.7
+ '@babel/compat-data': 7.26.0
+ '@babel/helper-validator-option': 7.25.9
browserslist: 4.24.0
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.25.8)':
+ '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-annotate-as-pure': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
'@babel/helper-member-expression-to-functions': 7.24.8
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.25.0(@babel/core@7.25.8)
+ '@babel/helper-replace-supers': 7.25.0(@babel/core@7.26.0)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/traverse': 7.25.7
+ '@babel/traverse': 7.25.9
semver: 6.3.1
transitivePeerDependencies:
- supports-color
'@babel/helper-member-expression-to-functions@7.24.8':
dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.18.6':
dependencies:
- '@babel/types': 7.25.8
+ '@babel/types': 7.26.0
- '@babel/helper-module-imports@7.25.7':
+ '@babel/helper-module-imports@7.25.9':
dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.25.7(@babel/core@7.25.8)':
+ '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-module-imports': 7.25.7
- '@babel/helper-simple-access': 7.25.7
- '@babel/helper-validator-identifier': 7.25.7
- '@babel/traverse': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.25.9
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.25.8
+ '@babel/types': 7.26.0
- '@babel/helper-plugin-utils@7.25.7': {}
+ '@babel/helper-plugin-utils@7.25.9': {}
- '@babel/helper-replace-supers@7.25.0(@babel/core@7.25.8)':
+ '@babel/helper-replace-supers@7.25.0(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
+ '@babel/core': 7.26.0
'@babel/helper-member-expression-to-functions': 7.24.8
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/traverse': 7.25.7
- transitivePeerDependencies:
- - supports-color
-
- '@babel/helper-simple-access@7.25.7':
- dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/traverse': 7.25.9
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-string-parser@7.25.7': {}
+ '@babel/helper-string-parser@7.25.9': {}
- '@babel/helper-validator-identifier@7.25.7': {}
+ '@babel/helper-validator-identifier@7.25.9': {}
- '@babel/helper-validator-option@7.25.7': {}
+ '@babel/helper-validator-option@7.25.9': {}
- '@babel/helpers@7.25.7':
+ '@babel/helpers@7.26.0':
dependencies:
- '@babel/template': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/template': 7.25.9
+ '@babel/types': 7.26.0
- '@babel/highlight@7.25.7':
+ '@babel/parser@7.26.1':
dependencies:
- '@babel/helper-validator-identifier': 7.25.7
- chalk: 2.4.2
- js-tokens: 4.0.0
- picocolors: 1.1.0
+ '@babel/types': 7.26.0
- '@babel/parser@7.25.8':
+ '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.26.0)':
dependencies:
- '@babel/types': 7.25.8
-
- '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.25.8)':
- dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.8)
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.25.8)
+ '@babel/core': 7.26.0
+ '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.25.8)':
+ '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-attributes@7.25.6(@babel/core@7.25.8)':
+ '@babel/plugin-syntax-import-attributes@7.25.6(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.8)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-jsx@7.25.7(@babel/core@7.25.8)':
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.25.8)':
+ '@babel/plugin-syntax-typescript@7.25.4(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-jsx-development@7.25.7(@babel/core@7.25.8)':
+ '@babel/plugin-transform-react-jsx-development@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/plugin-transform-react-jsx': 7.25.7(@babel/core@7.25.8)
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.25.8)':
+ '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-jsx-source@7.24.7(@babel/core@7.25.8)':
+ '@babel/plugin-transform-react-jsx-source@7.24.7(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-react-jsx@7.25.7(@babel/core@7.25.8)':
+ '@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-annotate-as-pure': 7.25.7
- '@babel/helper-module-imports': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/plugin-syntax-jsx': 7.25.7(@babel/core@7.25.8)
- '@babel/types': 7.25.8
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/types': 7.26.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.25.8)':
+ '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.26.0)':
dependencies:
- '@babel/core': 7.25.8
- '@babel/helper-annotate-as-pure': 7.25.7
- '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.8)
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.26.0
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.26.0)
+ '@babel/helper-plugin-utils': 7.25.9
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.25.8)
+ '@babel/plugin-syntax-typescript': 7.25.4(@babel/core@7.26.0)
transitivePeerDependencies:
- supports-color
@@ -11332,29 +11331,28 @@ snapshots:
dependencies:
regenerator-runtime: 0.14.1
- '@babel/template@7.25.7':
+ '@babel/template@7.25.9':
dependencies:
- '@babel/code-frame': 7.25.7
- '@babel/parser': 7.25.8
- '@babel/types': 7.25.8
+ '@babel/code-frame': 7.26.0
+ '@babel/parser': 7.26.1
+ '@babel/types': 7.26.0
- '@babel/traverse@7.25.7':
+ '@babel/traverse@7.25.9':
dependencies:
- '@babel/code-frame': 7.25.7
- '@babel/generator': 7.25.7
- '@babel/parser': 7.25.8
- '@babel/template': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/code-frame': 7.26.0
+ '@babel/generator': 7.26.0
+ '@babel/parser': 7.26.1
+ '@babel/template': 7.25.9
+ '@babel/types': 7.26.0
debug: 4.3.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.25.8':
+ '@babel/types@7.26.0':
dependencies:
- '@babel/helper-string-parser': 7.25.7
- '@babel/helper-validator-identifier': 7.25.7
- to-fast-properties: 2.0.0
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
'@biomejs/biome@1.9.3':
optionalDependencies:
@@ -11391,9 +11389,9 @@ snapshots:
'@biomejs/cli-win32-x64@1.9.3':
optional: true
- '@bluwy/giget-core@0.1.0':
+ '@bluwy/giget-core@0.1.1':
dependencies:
- nanotar: 0.1.1
+ tar: 6.2.1
'@builder.io/partytown@0.10.2': {}
@@ -11568,72 +11566,72 @@ snapshots:
'@colors/colors@1.5.0':
optional: true
- '@csstools/cascade-layer-name-parser@2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
+ '@csstools/cascade-layer-name-parser@2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
dependencies:
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/color-helpers@5.0.1': {}
- '@csstools/css-calc@2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
+ '@csstools/css-calc@2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
dependencies:
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
- '@csstools/css-color-parser@3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
+ '@csstools/css-color-parser@3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
dependencies:
'@csstools/color-helpers': 5.0.1
- '@csstools/css-calc': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-calc': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
- '@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2)':
+ '@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2)':
dependencies:
'@csstools/css-tokenizer': 3.0.2
'@csstools/css-tokenizer@3.0.2': {}
- '@csstools/media-query-list-parser@4.0.0(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
+ '@csstools/media-query-list-parser@4.0.1(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)':
dependencies:
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
- '@csstools/postcss-cascade-layers@5.0.0(postcss@8.4.47)':
+ '@csstools/postcss-cascade-layers@5.0.1(postcss@8.4.47)':
dependencies:
- '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2)
+ '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
- '@csstools/postcss-color-function@4.0.3(postcss@8.4.47)':
+ '@csstools/postcss-color-function@4.0.4(postcss@8.4.47)':
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
postcss: 8.4.47
- '@csstools/postcss-color-mix-function@3.0.3(postcss@8.4.47)':
+ '@csstools/postcss-color-mix-function@3.0.4(postcss@8.4.47)':
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
postcss: 8.4.47
- '@csstools/postcss-content-alt-text@2.0.2(postcss@8.4.47)':
+ '@csstools/postcss-content-alt-text@2.0.3(postcss@8.4.47)':
dependencies:
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
postcss: 8.4.47
- '@csstools/postcss-exponential-functions@2.0.2(postcss@8.4.47)':
+ '@csstools/postcss-exponential-functions@2.0.3(postcss@8.4.47)':
dependencies:
- '@csstools/css-calc': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-calc': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
postcss: 8.4.47
@@ -11643,26 +11641,26 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- '@csstools/postcss-gamut-mapping@2.0.3(postcss@8.4.47)':
+ '@csstools/postcss-gamut-mapping@2.0.4(postcss@8.4.47)':
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
postcss: 8.4.47
- '@csstools/postcss-gradients-interpolation-method@5.0.3(postcss@8.4.47)':
+ '@csstools/postcss-gradients-interpolation-method@5.0.4(postcss@8.4.47)':
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
postcss: 8.4.47
- '@csstools/postcss-hwb-function@4.0.3(postcss@8.4.47)':
+ '@csstools/postcss-hwb-function@4.0.4(postcss@8.4.47)':
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
@@ -11679,15 +11677,15 @@ snapshots:
dependencies:
postcss: 8.4.47
- '@csstools/postcss-is-pseudo-class@5.0.0(postcss@8.4.47)':
+ '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.4.47)':
dependencies:
- '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2)
+ '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
- '@csstools/postcss-light-dark-function@2.0.5(postcss@8.4.47)':
+ '@csstools/postcss-light-dark-function@2.0.6(postcss@8.4.47)':
dependencies:
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
@@ -11716,19 +11714,19 @@ snapshots:
'@csstools/utilities': 2.0.0(postcss@8.4.47)
postcss: 8.4.47
- '@csstools/postcss-media-minmax@2.0.2(postcss@8.4.47)':
+ '@csstools/postcss-media-minmax@2.0.3(postcss@8.4.47)':
dependencies:
- '@csstools/css-calc': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-calc': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
- '@csstools/media-query-list-parser': 4.0.0(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/media-query-list-parser': 4.0.1(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
postcss: 8.4.47
- '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.2(postcss@8.4.47)':
+ '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.3(postcss@8.4.47)':
dependencies:
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
- '@csstools/media-query-list-parser': 4.0.0(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/media-query-list-parser': 4.0.1(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
postcss: 8.4.47
'@csstools/postcss-nested-calc@4.0.0(postcss@8.4.47)':
@@ -11742,10 +11740,10 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- '@csstools/postcss-oklab-function@4.0.3(postcss@8.4.47)':
+ '@csstools/postcss-oklab-function@4.0.4(postcss@8.4.47)':
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
@@ -11756,24 +11754,24 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- '@csstools/postcss-relative-color-syntax@3.0.3(postcss@8.4.47)':
+ '@csstools/postcss-relative-color-syntax@3.0.4(postcss@8.4.47)':
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
postcss: 8.4.47
- '@csstools/postcss-scope-pseudo-class@4.0.0(postcss@8.4.47)':
+ '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.4.47)':
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
- '@csstools/postcss-stepped-value-functions@4.0.2(postcss@8.4.47)':
+ '@csstools/postcss-stepped-value-functions@4.0.3(postcss@8.4.47)':
dependencies:
- '@csstools/css-calc': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-calc': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
postcss: 8.4.47
@@ -11783,10 +11781,10 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- '@csstools/postcss-trigonometric-functions@4.0.2(postcss@8.4.47)':
+ '@csstools/postcss-trigonometric-functions@4.0.3(postcss@8.4.47)':
dependencies:
- '@csstools/css-calc': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-calc': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
postcss: 8.4.47
@@ -11794,13 +11792,13 @@ snapshots:
dependencies:
postcss: 8.4.47
- '@csstools/selector-resolve-nested@2.0.0(postcss-selector-parser@6.1.2)':
+ '@csstools/selector-resolve-nested@3.0.0(postcss-selector-parser@7.0.0)':
dependencies:
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
- '@csstools/selector-specificity@4.0.0(postcss-selector-parser@6.1.2)':
+ '@csstools/selector-specificity@5.0.0(postcss-selector-parser@7.0.0)':
dependencies:
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
'@csstools/utilities@2.0.0(postcss@8.4.47)':
dependencies:
@@ -12210,13 +12208,13 @@ snapshots:
globby: 11.1.0
read-yaml-file: 1.1.0
- '@markdoc/markdoc@0.4.0(@types/react@18.3.11)(react@18.3.1)':
+ '@markdoc/markdoc@0.4.0(@types/react@18.3.12)(react@18.3.1)':
optionalDependencies:
'@types/markdown-it': 12.2.3
- '@types/react': 18.3.11
+ '@types/react': 18.3.12
react: 18.3.1
- '@mdx-js/mdx@3.1.0(acorn@8.13.0)':
+ '@mdx-js/mdx@3.1.0(acorn@8.14.0)':
dependencies:
'@types/estree': 1.0.6
'@types/estree-jsx': 1.0.5
@@ -12230,7 +12228,7 @@ snapshots:
hast-util-to-jsx-runtime: 2.3.0
markdown-extensions: 2.0.0
recma-build-jsx: 1.0.0
- recma-jsx: 1.0.0(acorn@8.13.0)
+ recma-jsx: 1.0.0(acorn@8.14.0)
recma-stringify: 1.0.0
rehype-recma: 1.0.0
remark-mdx: 3.0.1
@@ -12326,20 +12324,20 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
- '@playwright/test@1.48.1':
+ '@playwright/test@1.48.2':
dependencies:
- playwright: 1.48.1
+ playwright: 1.48.2
'@polka/url@1.0.0-next.25': {}
- '@preact/preset-vite@2.8.2(@babel/core@7.25.8)(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))':
+ '@preact/preset-vite@2.8.2(@babel/core@7.26.0)(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))':
dependencies:
- '@babel/core': 7.25.8
- '@babel/plugin-transform-react-jsx': 7.25.7(@babel/core@7.25.8)
- '@babel/plugin-transform-react-jsx-development': 7.25.7(@babel/core@7.25.8)
- '@prefresh/vite': 2.4.5(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.0)
+ '@prefresh/vite': 2.4.5(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
'@rollup/pluginutils': 4.2.1
- babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.25.8)
+ babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.26.0)
debug: 4.3.7
kolorist: 1.8.0
magic-string: 0.30.5
@@ -12347,7 +12345,7 @@ snapshots:
resolve: 1.22.8
source-map: 0.7.4
stack-trace: 1.0.0-pre2
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
transitivePeerDependencies:
- preact
- supports-color
@@ -12367,15 +12365,15 @@ snapshots:
'@prefresh/utils@1.2.0': {}
- '@prefresh/vite@2.4.5(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))':
+ '@prefresh/vite@2.4.5(preact@10.24.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))':
dependencies:
- '@babel/core': 7.25.8
+ '@babel/core': 7.26.0
'@prefresh/babel-plugin': 0.5.1
'@prefresh/core': 1.5.2(preact@10.24.3)
'@prefresh/utils': 1.2.0
'@rollup/pluginutils': 4.2.1
preact: 10.24.3
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
transitivePeerDependencies:
- supports-color
@@ -12384,83 +12382,89 @@ snapshots:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.2(rollup@4.24.0)':
+ '@rollup/pluginutils@5.1.3(rollup@4.24.2)':
dependencies:
'@types/estree': 1.0.6
estree-walker: 2.0.2
- picomatch: 2.3.1
+ picomatch: 4.0.2
optionalDependencies:
- rollup: 4.24.0
+ rollup: 4.24.2
- '@rollup/rollup-android-arm-eabi@4.24.0':
+ '@rollup/rollup-android-arm-eabi@4.24.2':
optional: true
- '@rollup/rollup-android-arm64@4.24.0':
+ '@rollup/rollup-android-arm64@4.24.2':
optional: true
- '@rollup/rollup-darwin-arm64@4.24.0':
+ '@rollup/rollup-darwin-arm64@4.24.2':
optional: true
- '@rollup/rollup-darwin-x64@4.24.0':
+ '@rollup/rollup-darwin-x64@4.24.2':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.24.0':
+ '@rollup/rollup-freebsd-arm64@4.24.2':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.24.0':
+ '@rollup/rollup-freebsd-x64@4.24.2':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.24.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.24.2':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.24.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.24.2':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
+ '@rollup/rollup-linux-arm64-gnu@4.24.2':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.24.0':
+ '@rollup/rollup-linux-arm64-musl@4.24.2':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.24.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.24.2':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.24.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.24.2':
optional: true
- '@rollup/rollup-linux-x64-musl@4.24.0':
+ '@rollup/rollup-linux-s390x-gnu@4.24.2':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.24.0':
+ '@rollup/rollup-linux-x64-gnu@4.24.2':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.24.0':
+ '@rollup/rollup-linux-x64-musl@4.24.2':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.24.0':
+ '@rollup/rollup-win32-arm64-msvc@4.24.2':
optional: true
- '@shikijs/core@1.22.0':
+ '@rollup/rollup-win32-ia32-msvc@4.24.2':
+ optional: true
+
+ '@rollup/rollup-win32-x64-msvc@4.24.2':
+ optional: true
+
+ '@shikijs/core@1.22.2':
dependencies:
- '@shikijs/engine-javascript': 1.22.0
- '@shikijs/engine-oniguruma': 1.22.0
- '@shikijs/types': 1.22.0
+ '@shikijs/engine-javascript': 1.22.2
+ '@shikijs/engine-oniguruma': 1.22.2
+ '@shikijs/types': 1.22.2
'@shikijs/vscode-textmate': 9.3.0
'@types/hast': 3.0.4
hast-util-to-html: 9.0.3
- '@shikijs/engine-javascript@1.22.0':
+ '@shikijs/engine-javascript@1.22.2':
dependencies:
- '@shikijs/types': 1.22.0
+ '@shikijs/types': 1.22.2
'@shikijs/vscode-textmate': 9.3.0
oniguruma-to-js: 0.4.3
- '@shikijs/engine-oniguruma@1.22.0':
+ '@shikijs/engine-oniguruma@1.22.2':
dependencies:
- '@shikijs/types': 1.22.0
+ '@shikijs/types': 1.22.2
'@shikijs/vscode-textmate': 9.3.0
- '@shikijs/types@1.22.0':
+ '@shikijs/types@1.22.2':
dependencies:
'@shikijs/vscode-textmate': 9.3.0
'@types/hast': 3.0.4
@@ -12469,30 +12473,30 @@ snapshots:
'@sindresorhus/merge-streams@2.3.0': {}
- '@solidjs/router@0.14.10(solid-js@1.9.2)':
+ '@solidjs/router@0.14.10(solid-js@1.9.3)':
dependencies:
- solid-js: 1.9.2
+ solid-js: 1.9.3
- '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)))(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))':
+ '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)))(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
debug: 4.3.7
svelte: 4.2.19
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))':
+ '@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)))(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)))(svelte@4.2.19)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
debug: 4.3.7
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.12
svelte: 4.2.19
svelte-hmr: 0.16.0(svelte@4.2.19)
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
- vitefu: 0.2.5(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
+ vitefu: 0.2.5(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
transitivePeerDependencies:
- supports-color
@@ -12508,24 +12512,24 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.25.8
- '@babel/types': 7.25.8
+ '@babel/parser': 7.26.1
+ '@babel/types': 7.26.0
'@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.8
+ '@babel/types': 7.26.0
'@types/babel__template@7.4.4':
dependencies:
- '@babel/parser': 7.25.8
- '@babel/types': 7.25.8
+ '@babel/parser': 7.26.1
+ '@babel/types': 7.26.0
'@types/babel__traverse@7.20.6':
dependencies:
- '@babel/types': 7.25.8
+ '@babel/types': 7.26.0
'@types/braces@3.0.4': {}
@@ -12610,7 +12614,7 @@ snapshots:
dependencies:
undici-types: 5.26.5
- '@types/prismjs@1.26.4': {}
+ '@types/prismjs@1.26.5': {}
'@types/prompts@2.4.9':
dependencies:
@@ -12621,9 +12625,9 @@ snapshots:
'@types/react-dom@18.3.1':
dependencies:
- '@types/react': 18.3.11
+ '@types/react': 18.3.12
- '@types/react@18.3.11':
+ '@types/react@18.3.12':
dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3
@@ -12761,70 +12765,70 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@vitejs/plugin-react@4.3.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))':
+ '@vitejs/plugin-react@4.3.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))':
dependencies:
- '@babel/core': 7.25.8
- '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.8)
- '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.8)
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.26.0)
+ '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.26.0)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.1(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))':
+ '@vitejs/plugin-vue-jsx@4.0.1(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- '@babel/core': 7.25.8
- '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.8)
- '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.8)
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ '@babel/core': 7.26.0
+ '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.26.0)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
vue: 3.5.12(typescript@5.6.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))':
+ '@vitejs/plugin-vue@5.1.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
vue: 3.5.12(typescript@5.6.3)
- '@vitest/expect@2.1.3':
+ '@vitest/expect@2.1.4':
dependencies:
- '@vitest/spy': 2.1.3
- '@vitest/utils': 2.1.3
- chai: 5.1.1
+ '@vitest/spy': 2.1.4
+ '@vitest/utils': 2.1.4
+ chai: 5.1.2
tinyrainbow: 1.2.0
- '@vitest/mocker@2.1.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))':
+ '@vitest/mocker@2.1.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))':
dependencies:
- '@vitest/spy': 2.1.3
+ '@vitest/spy': 2.1.4
estree-walker: 3.0.3
magic-string: 0.30.12
optionalDependencies:
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
- '@vitest/pretty-format@2.1.3':
+ '@vitest/pretty-format@2.1.4':
dependencies:
tinyrainbow: 1.2.0
- '@vitest/runner@2.1.3':
+ '@vitest/runner@2.1.4':
dependencies:
- '@vitest/utils': 2.1.3
+ '@vitest/utils': 2.1.4
pathe: 1.1.2
- '@vitest/snapshot@2.1.3':
+ '@vitest/snapshot@2.1.4':
dependencies:
- '@vitest/pretty-format': 2.1.3
+ '@vitest/pretty-format': 2.1.4
magic-string: 0.30.12
pathe: 1.1.2
- '@vitest/spy@2.1.3':
+ '@vitest/spy@2.1.4':
dependencies:
tinyspy: 3.0.2
- '@vitest/utils@2.1.3':
+ '@vitest/utils@2.1.4':
dependencies:
- '@vitest/pretty-format': 2.1.3
- loupe: 3.1.1
+ '@vitest/pretty-format': 2.1.4
+ loupe: 3.1.2
tinyrainbow: 1.2.0
'@volar/kit@2.4.6(typescript@5.6.3)':
@@ -12879,37 +12883,37 @@ snapshots:
'@vue/babel-helper-vue-transform-on@1.2.5': {}
- '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.25.8)':
+ '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.26.0)':
dependencies:
- '@babel/helper-module-imports': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/plugin-syntax-jsx': 7.25.7(@babel/core@7.25.8)
- '@babel/template': 7.25.7
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.8
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.26.0
'@vue/babel-helper-vue-transform-on': 1.2.5
- '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.25.8)
+ '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.26.0)
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
- '@babel/core': 7.25.8
+ '@babel/core': 7.26.0
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.25.8)':
+ '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.26.0)':
dependencies:
- '@babel/code-frame': 7.25.7
- '@babel/core': 7.25.8
- '@babel/helper-module-imports': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/parser': 7.25.8
+ '@babel/code-frame': 7.26.0
+ '@babel/core': 7.26.0
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/parser': 7.26.1
'@vue/compiler-sfc': 3.5.12
transitivePeerDependencies:
- supports-color
'@vue/compiler-core@3.5.12':
dependencies:
- '@babel/parser': 7.25.8
+ '@babel/parser': 7.26.1
'@vue/shared': 3.5.12
entities: 4.5.0
estree-walker: 2.0.2
@@ -12922,7 +12926,7 @@ snapshots:
'@vue/compiler-sfc@3.5.12':
dependencies:
- '@babel/parser': 7.25.8
+ '@babel/parser': 7.26.1
'@vue/compiler-core': 3.5.12
'@vue/compiler-dom': 3.5.12
'@vue/compiler-ssr': 3.5.12
@@ -12937,21 +12941,21 @@ snapshots:
'@vue/compiler-dom': 3.5.12
'@vue/shared': 3.5.12
- '@vue/devtools-core@7.5.2(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))':
+ '@vue/devtools-core@7.5.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- '@vue/devtools-kit': 7.5.2
- '@vue/devtools-shared': 7.5.2
+ '@vue/devtools-kit': 7.5.4
+ '@vue/devtools-shared': 7.5.4
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ vite-hot-client: 0.2.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
vue: 3.5.12(typescript@5.6.3)
transitivePeerDependencies:
- vite
- '@vue/devtools-kit@7.5.2':
+ '@vue/devtools-kit@7.5.4':
dependencies:
- '@vue/devtools-shared': 7.5.2
+ '@vue/devtools-shared': 7.5.4
birpc: 0.2.19
hookable: 5.5.3
mitt: 3.0.1
@@ -12959,7 +12963,7 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.5.2':
+ '@vue/devtools-shared@7.5.4':
dependencies:
rfdc: 1.4.1
@@ -13000,13 +13004,11 @@ snapshots:
mime-types: 2.1.35
negotiator: 0.6.3
- acorn-jsx@5.3.2(acorn@8.13.0):
+ acorn-jsx@5.3.2(acorn@8.14.0):
dependencies:
- acorn: 8.13.0
+ acorn: 8.14.0
- acorn@8.12.1: {}
-
- acorn@8.13.0: {}
+ acorn@8.14.0: {}
agent-base@7.1.1:
dependencies:
@@ -13046,10 +13048,6 @@ snapshots:
ansi-regex@6.1.0: {}
- ansi-styles@3.2.1:
- dependencies:
- color-convert: 1.9.3
-
ansi-styles@4.3.0:
dependencies:
color-convert: 2.0.1
@@ -13071,10 +13069,6 @@ snapshots:
argparse@2.0.1: {}
- aria-query@5.3.0:
- dependencies:
- dequal: 2.0.3
-
aria-query@5.3.2: {}
array-iterate@2.0.1: {}
@@ -13088,11 +13082,12 @@ snapshots:
astro-auto-import@0.4.2(astro@packages+astro):
dependencies:
'@types/node': 18.19.50
- acorn: 8.13.0
+ acorn: 8.14.0
astro: link:packages/astro
- astro-embed@0.7.4(astro@packages+astro):
+ astro-embed@0.8.0(astro@packages+astro):
dependencies:
+ '@astro-community/astro-embed-baseline-status': 0.1.1(astro@packages+astro)
'@astro-community/astro-embed-integration': 0.7.2(astro@packages+astro)
'@astro-community/astro-embed-link-preview': 0.2.2
'@astro-community/astro-embed-twitter': 0.5.6(astro@packages+astro)
@@ -13150,23 +13145,23 @@ snapshots:
axobject-query@4.1.0: {}
- babel-plugin-jsx-dom-expressions@0.38.5(@babel/core@7.25.8):
+ babel-plugin-jsx-dom-expressions@0.38.5(@babel/core@7.26.0):
dependencies:
- '@babel/core': 7.25.8
+ '@babel/core': 7.26.0
'@babel/helper-module-imports': 7.18.6
- '@babel/plugin-syntax-jsx': 7.25.7(@babel/core@7.25.8)
- '@babel/types': 7.25.8
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.0)
+ '@babel/types': 7.26.0
html-entities: 2.3.3
validate-html-nesting: 1.2.2
- babel-plugin-transform-hook-names@1.0.2(@babel/core@7.25.8):
+ babel-plugin-transform-hook-names@1.0.2(@babel/core@7.26.0):
dependencies:
- '@babel/core': 7.25.8
+ '@babel/core': 7.26.0
- babel-preset-solid@1.8.22(@babel/core@7.25.8):
+ babel-preset-solid@1.8.22(@babel/core@7.26.0):
dependencies:
- '@babel/core': 7.25.8
- babel-plugin-jsx-dom-expressions: 0.38.5(@babel/core@7.25.8)
+ '@babel/core': 7.26.0
+ babel-plugin-jsx-dom-expressions: 0.38.5(@babel/core@7.26.0)
bail@2.0.2: {}
@@ -13246,20 +13241,14 @@ snapshots:
ccount@2.0.1: {}
- chai@5.1.1:
+ chai@5.1.2:
dependencies:
assertion-error: 2.0.1
check-error: 2.1.1
deep-eql: 5.0.2
- loupe: 3.1.1
+ loupe: 3.1.2
pathval: 2.0.0
- chalk@2.4.2:
- dependencies:
- ansi-styles: 3.2.1
- escape-string-regexp: 1.0.5
- supports-color: 5.5.0
-
chalk@4.1.2:
dependencies:
ansi-styles: 4.3.0
@@ -13298,7 +13287,7 @@ snapshots:
domutils: 3.1.0
encoding-sniffer: 0.2.0
htmlparser2: 9.1.0
- parse5: 7.2.0
+ parse5: 7.2.1
parse5-htmlparser2-tree-adapter: 7.0.0
parse5-parser-stream: 7.1.2
undici: 6.20.1
@@ -13320,6 +13309,8 @@ snapshots:
dependencies:
readdirp: 4.0.1
+ chownr@2.0.0: {}
+
ci-info@3.9.0: {}
ci-info@4.0.0: {}
@@ -13348,22 +13339,16 @@ snapshots:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
'@types/estree': 1.0.6
- acorn: 8.13.0
+ acorn: 8.14.0
estree-walker: 3.0.3
periscopic: 3.1.0
collapse-white-space@2.1.0: {}
- color-convert@1.9.3:
- dependencies:
- color-name: 1.1.3
-
color-convert@2.0.1:
dependencies:
color-name: 1.1.4
- color-name@1.1.3: {}
-
color-name@1.1.4: {}
color-string@1.9.1:
@@ -13424,16 +13409,16 @@ snapshots:
shebang-command: 2.0.0
which: 2.0.2
- css-blank-pseudo@7.0.0(postcss@8.4.47):
+ css-blank-pseudo@7.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
- css-has-pseudo@7.0.0(postcss@8.4.47):
+ css-has-pseudo@7.0.1(postcss@8.4.47):
dependencies:
- '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2)
+ '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-value-parser: 4.2.0
css-prefers-color-scheme@10.0.0(postcss@8.4.47):
@@ -13464,7 +13449,7 @@ snapshots:
css-what@6.1.0: {}
- cssdb@8.1.1: {}
+ cssdb@8.1.2: {}
cssesc@3.0.0: {}
@@ -13582,10 +13567,10 @@ snapshots:
dotenv@8.6.0: {}
- drizzle-orm@0.31.4(@libsql/client@0.14.0)(@types/react@18.3.11)(react@18.3.1):
+ drizzle-orm@0.31.4(@libsql/client@0.14.0)(@types/react@18.3.12)(react@18.3.1):
optionalDependencies:
'@libsql/client': 0.14.0
- '@types/react': 18.3.11
+ '@types/react': 18.3.12
react: 18.3.1
dset@3.1.4: {}
@@ -13637,7 +13622,7 @@ snapshots:
esast-util-from-js@2.0.1:
dependencies:
'@types/estree-jsx': 1.0.5
- acorn: 8.13.0
+ acorn: 8.14.0
esast-util-from-estree: 2.0.0
vfile-message: 4.0.2
@@ -13706,8 +13691,6 @@ snapshots:
escape-html@1.0.3: {}
- escape-string-regexp@1.0.5: {}
-
escape-string-regexp@4.0.0: {}
escape-string-regexp@5.0.0: {}
@@ -13778,8 +13761,8 @@ snapshots:
espree@10.2.0:
dependencies:
- acorn: 8.13.0
- acorn-jsx: 5.3.2(acorn@8.13.0)
+ acorn: 8.14.0
+ acorn-jsx: 5.3.2(acorn@8.14.0)
eslint-visitor-keys: 4.1.0
esprima@4.0.1: {}
@@ -13969,6 +13952,10 @@ snapshots:
fs-fixture@2.5.0: {}
+ fs-minipass@2.1.0:
+ dependencies:
+ minipass: 3.3.6
+
fsevents@2.3.2:
optional: true
@@ -13983,8 +13970,6 @@ snapshots:
get-east-asian-width@1.2.0: {}
- get-func-name@2.0.2: {}
-
get-stream@8.0.1: {}
github-slugger@2.0.0: {}
@@ -14034,8 +14019,6 @@ snapshots:
has-async-hooks@1.0.0: {}
- has-flag@3.0.0: {}
-
has-flag@4.0.0: {}
hasown@2.0.2:
@@ -14053,7 +14036,7 @@ snapshots:
'@types/hast': 3.0.4
devlop: 1.1.0
hast-util-from-parse5: 8.0.1
- parse5: 7.2.0
+ parse5: 7.2.1
vfile: 6.0.3
vfile-message: 4.0.2
@@ -14093,7 +14076,7 @@ snapshots:
hast-util-to-parse5: 8.0.0
html-void-elements: 3.0.0
mdast-util-to-hast: 13.2.0
- parse5: 7.2.0
+ parse5: 7.2.1
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
vfile: 6.0.3
@@ -14406,7 +14389,7 @@ snapshots:
http-proxy-agent: 7.0.2
https-proxy-agent: 7.0.4
is-potential-custom-element-name: 1.0.1
- parse5: 7.2.0
+ parse5: 7.2.1
rrweb-cssom: 0.6.0
saxes: 6.0.0
symbol-tree: 3.2.4
@@ -14566,9 +14549,7 @@ snapshots:
dependencies:
js-tokens: 4.0.0
- loupe@3.1.1:
- dependencies:
- get-func-name: 2.0.2
+ loupe@3.1.2: {}
lower-case@2.0.2:
dependencies:
@@ -14597,15 +14578,15 @@ snapshots:
magicast@0.3.5:
dependencies:
- '@babel/parser': 7.25.8
- '@babel/types': 7.25.8
+ '@babel/parser': 7.26.1
+ '@babel/types': 7.26.0
source-map-js: 1.2.1
manage-path@2.0.0: {}
markdown-extensions@2.0.0: {}
- markdown-table@3.0.3: {}
+ markdown-table@3.0.4: {}
marked-footnote@1.2.4(marked@12.0.2):
dependencies:
@@ -14685,7 +14666,7 @@ snapshots:
dependencies:
'@types/mdast': 4.0.4
devlop: 1.1.0
- markdown-table: 3.0.3
+ markdown-table: 3.0.4
mdast-util-from-markdown: 2.0.1
mdast-util-to-markdown: 2.1.0
transitivePeerDependencies:
@@ -14965,8 +14946,8 @@ snapshots:
micromark-extension-mdxjs@3.0.0:
dependencies:
- acorn: 8.13.0
- acorn-jsx: 5.3.2(acorn@8.13.0)
+ acorn: 8.14.0
+ acorn-jsx: 5.3.2(acorn@8.14.0)
micromark-extension-mdx-expression: 3.0.0
micromark-extension-mdx-jsx: 3.0.1
micromark-extension-mdx-md: 2.0.0
@@ -15138,12 +15119,25 @@ snapshots:
minimist@1.2.8: {}
+ minipass@3.3.6:
+ dependencies:
+ yallist: 4.0.0
+
+ minipass@5.0.0: {}
+
minipass@7.1.2: {}
+ minizlib@2.1.2:
+ dependencies:
+ minipass: 3.3.6
+ yallist: 4.0.0
+
mitt@3.0.1: {}
mj-context-menu@0.6.1: {}
+ mkdirp@1.0.4: {}
+
mri@1.2.0: {}
mrmime@2.0.0: {}
@@ -15162,12 +15156,10 @@ snapshots:
nanoid@3.3.7: {}
- nanoid@5.0.7: {}
+ nanoid@5.0.8: {}
nanostores@0.11.3: {}
- nanotar@0.1.1: {}
-
natural-compare@1.4.0: {}
negotiator@0.6.3: {}
@@ -15351,13 +15343,13 @@ snapshots:
parse5-htmlparser2-tree-adapter@7.0.0:
dependencies:
domhandler: 5.0.3
- parse5: 7.2.0
+ parse5: 7.2.1
parse5-parser-stream@7.1.2:
dependencies:
- parse5: 7.2.0
+ parse5: 7.2.1
- parse5@7.2.0:
+ parse5@7.2.1:
dependencies:
entities: 4.5.0
@@ -15403,6 +15395,8 @@ snapshots:
picomatch@2.3.1: {}
+ picomatch@4.0.2: {}
+
pify@2.3.0: {}
pify@4.0.1: {}
@@ -15413,30 +15407,30 @@ snapshots:
dependencies:
find-up: 4.1.0
- playwright-core@1.48.1: {}
+ playwright-core@1.48.2: {}
- playwright@1.48.1:
+ playwright@1.48.2:
dependencies:
- playwright-core: 1.48.1
+ playwright-core: 1.48.2
optionalDependencies:
fsevents: 2.3.2
port-authority@2.0.1: {}
- postcss-attribute-case-insensitive@7.0.0(postcss@8.4.47):
+ postcss-attribute-case-insensitive@7.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-clamp@4.1.0(postcss@8.4.47):
dependencies:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-color-functional-notation@7.0.3(postcss@8.4.47):
+ postcss-color-functional-notation@7.0.4(postcss@8.4.47):
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
@@ -15454,35 +15448,35 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-custom-media@11.0.3(postcss@8.4.47):
+ postcss-custom-media@11.0.4(postcss@8.4.47):
dependencies:
- '@csstools/cascade-layer-name-parser': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/cascade-layer-name-parser': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
- '@csstools/media-query-list-parser': 4.0.0(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/media-query-list-parser': 4.0.1(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
postcss: 8.4.47
- postcss-custom-properties@14.0.2(postcss@8.4.47):
+ postcss-custom-properties@14.0.3(postcss@8.4.47):
dependencies:
- '@csstools/cascade-layer-name-parser': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/cascade-layer-name-parser': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/utilities': 2.0.0(postcss@8.4.47)
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-custom-selectors@8.0.2(postcss@8.4.47):
+ postcss-custom-selectors@8.0.3(postcss@8.4.47):
dependencies:
- '@csstools/cascade-layer-name-parser': 2.0.2(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/cascade-layer-name-parser': 2.0.3(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
- postcss-dir-pseudo-class@9.0.0(postcss@8.4.47):
+ postcss-dir-pseudo-class@9.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-double-position-gradients@6.0.0(postcss@8.4.47):
dependencies:
@@ -15491,15 +15485,15 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-focus-visible@10.0.0(postcss@8.4.47):
+ postcss-focus-visible@10.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
- postcss-focus-within@9.0.0(postcss@8.4.47):
+ postcss-focus-within@9.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-font-variant@5.0.0(postcss@8.4.47):
dependencies:
@@ -15527,10 +15521,10 @@ snapshots:
camelcase-css: 2.0.1
postcss: 8.4.47
- postcss-lab-function@7.0.3(postcss@8.4.47):
+ postcss-lab-function@7.0.4(postcss@8.4.47):
dependencies:
- '@csstools/css-color-parser': 3.0.3(@csstools/css-parser-algorithms@3.0.2(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
- '@csstools/css-parser-algorithms': 3.0.2(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-color-parser': 3.0.4(@csstools/css-parser-algorithms@3.0.3(@csstools/css-tokenizer@3.0.2))(@csstools/css-tokenizer@3.0.2)
+ '@csstools/css-parser-algorithms': 3.0.3(@csstools/css-tokenizer@3.0.2)
'@csstools/css-tokenizer': 3.0.2
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
'@csstools/utilities': 2.0.0(postcss@8.4.47)
@@ -15553,12 +15547,12 @@ snapshots:
postcss: 8.4.47
postcss-selector-parser: 6.1.2
- postcss-nesting@13.0.0(postcss@8.4.47):
+ postcss-nesting@13.0.1(postcss@8.4.47):
dependencies:
- '@csstools/selector-resolve-nested': 2.0.0(postcss-selector-parser@6.1.2)
- '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2)
+ '@csstools/selector-resolve-nested': 3.0.0(postcss-selector-parser@7.0.0)
+ '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0)
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-opacity-percentage@3.0.0(postcss@8.4.47):
dependencies:
@@ -15578,90 +15572,95 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- postcss-preset-env@10.0.7(postcss@8.4.47):
+ postcss-preset-env@10.0.8(postcss@8.4.47):
dependencies:
- '@csstools/postcss-cascade-layers': 5.0.0(postcss@8.4.47)
- '@csstools/postcss-color-function': 4.0.3(postcss@8.4.47)
- '@csstools/postcss-color-mix-function': 3.0.3(postcss@8.4.47)
- '@csstools/postcss-content-alt-text': 2.0.2(postcss@8.4.47)
- '@csstools/postcss-exponential-functions': 2.0.2(postcss@8.4.47)
+ '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.4.47)
+ '@csstools/postcss-color-function': 4.0.4(postcss@8.4.47)
+ '@csstools/postcss-color-mix-function': 3.0.4(postcss@8.4.47)
+ '@csstools/postcss-content-alt-text': 2.0.3(postcss@8.4.47)
+ '@csstools/postcss-exponential-functions': 2.0.3(postcss@8.4.47)
'@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.4.47)
- '@csstools/postcss-gamut-mapping': 2.0.3(postcss@8.4.47)
- '@csstools/postcss-gradients-interpolation-method': 5.0.3(postcss@8.4.47)
- '@csstools/postcss-hwb-function': 4.0.3(postcss@8.4.47)
+ '@csstools/postcss-gamut-mapping': 2.0.4(postcss@8.4.47)
+ '@csstools/postcss-gradients-interpolation-method': 5.0.4(postcss@8.4.47)
+ '@csstools/postcss-hwb-function': 4.0.4(postcss@8.4.47)
'@csstools/postcss-ic-unit': 4.0.0(postcss@8.4.47)
'@csstools/postcss-initial': 2.0.0(postcss@8.4.47)
- '@csstools/postcss-is-pseudo-class': 5.0.0(postcss@8.4.47)
- '@csstools/postcss-light-dark-function': 2.0.5(postcss@8.4.47)
+ '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.4.47)
+ '@csstools/postcss-light-dark-function': 2.0.6(postcss@8.4.47)
'@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.4.47)
'@csstools/postcss-logical-overflow': 2.0.0(postcss@8.4.47)
'@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.4.47)
'@csstools/postcss-logical-resize': 3.0.0(postcss@8.4.47)
'@csstools/postcss-logical-viewport-units': 3.0.2(postcss@8.4.47)
- '@csstools/postcss-media-minmax': 2.0.2(postcss@8.4.47)
- '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.2(postcss@8.4.47)
+ '@csstools/postcss-media-minmax': 2.0.3(postcss@8.4.47)
+ '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.3(postcss@8.4.47)
'@csstools/postcss-nested-calc': 4.0.0(postcss@8.4.47)
'@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.4.47)
- '@csstools/postcss-oklab-function': 4.0.3(postcss@8.4.47)
+ '@csstools/postcss-oklab-function': 4.0.4(postcss@8.4.47)
'@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.47)
- '@csstools/postcss-relative-color-syntax': 3.0.3(postcss@8.4.47)
- '@csstools/postcss-scope-pseudo-class': 4.0.0(postcss@8.4.47)
- '@csstools/postcss-stepped-value-functions': 4.0.2(postcss@8.4.47)
+ '@csstools/postcss-relative-color-syntax': 3.0.4(postcss@8.4.47)
+ '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.4.47)
+ '@csstools/postcss-stepped-value-functions': 4.0.3(postcss@8.4.47)
'@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.4.47)
- '@csstools/postcss-trigonometric-functions': 4.0.2(postcss@8.4.47)
+ '@csstools/postcss-trigonometric-functions': 4.0.3(postcss@8.4.47)
'@csstools/postcss-unset-value': 4.0.0(postcss@8.4.47)
autoprefixer: 10.4.20(postcss@8.4.47)
browserslist: 4.24.0
- css-blank-pseudo: 7.0.0(postcss@8.4.47)
- css-has-pseudo: 7.0.0(postcss@8.4.47)
+ css-blank-pseudo: 7.0.1(postcss@8.4.47)
+ css-has-pseudo: 7.0.1(postcss@8.4.47)
css-prefers-color-scheme: 10.0.0(postcss@8.4.47)
- cssdb: 8.1.1
+ cssdb: 8.1.2
postcss: 8.4.47
- postcss-attribute-case-insensitive: 7.0.0(postcss@8.4.47)
+ postcss-attribute-case-insensitive: 7.0.1(postcss@8.4.47)
postcss-clamp: 4.1.0(postcss@8.4.47)
- postcss-color-functional-notation: 7.0.3(postcss@8.4.47)
+ postcss-color-functional-notation: 7.0.4(postcss@8.4.47)
postcss-color-hex-alpha: 10.0.0(postcss@8.4.47)
postcss-color-rebeccapurple: 10.0.0(postcss@8.4.47)
- postcss-custom-media: 11.0.3(postcss@8.4.47)
- postcss-custom-properties: 14.0.2(postcss@8.4.47)
- postcss-custom-selectors: 8.0.2(postcss@8.4.47)
- postcss-dir-pseudo-class: 9.0.0(postcss@8.4.47)
+ postcss-custom-media: 11.0.4(postcss@8.4.47)
+ postcss-custom-properties: 14.0.3(postcss@8.4.47)
+ postcss-custom-selectors: 8.0.3(postcss@8.4.47)
+ postcss-dir-pseudo-class: 9.0.1(postcss@8.4.47)
postcss-double-position-gradients: 6.0.0(postcss@8.4.47)
- postcss-focus-visible: 10.0.0(postcss@8.4.47)
- postcss-focus-within: 9.0.0(postcss@8.4.47)
+ postcss-focus-visible: 10.0.1(postcss@8.4.47)
+ postcss-focus-within: 9.0.1(postcss@8.4.47)
postcss-font-variant: 5.0.0(postcss@8.4.47)
postcss-gap-properties: 6.0.0(postcss@8.4.47)
postcss-image-set-function: 7.0.0(postcss@8.4.47)
- postcss-lab-function: 7.0.3(postcss@8.4.47)
+ postcss-lab-function: 7.0.4(postcss@8.4.47)
postcss-logical: 8.0.0(postcss@8.4.47)
- postcss-nesting: 13.0.0(postcss@8.4.47)
+ postcss-nesting: 13.0.1(postcss@8.4.47)
postcss-opacity-percentage: 3.0.0(postcss@8.4.47)
postcss-overflow-shorthand: 6.0.0(postcss@8.4.47)
postcss-page-break: 3.0.4(postcss@8.4.47)
postcss-place: 10.0.0(postcss@8.4.47)
- postcss-pseudo-class-any-link: 10.0.0(postcss@8.4.47)
+ postcss-pseudo-class-any-link: 10.0.1(postcss@8.4.47)
postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.47)
- postcss-selector-not: 8.0.0(postcss@8.4.47)
+ postcss-selector-not: 8.0.1(postcss@8.4.47)
- postcss-pseudo-class-any-link@10.0.0(postcss@8.4.47):
+ postcss-pseudo-class-any-link@10.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-replace-overflow-wrap@4.0.0(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-not@8.0.0(postcss@8.4.47):
+ postcss-selector-not@8.0.1(postcss@8.4.47):
dependencies:
postcss: 8.4.47
- postcss-selector-parser: 6.1.2
+ postcss-selector-parser: 7.0.0
postcss-selector-parser@6.1.2:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
+ postcss-selector-parser@7.0.0:
+ dependencies:
+ cssesc: 3.0.0
+ util-deprecate: 1.0.2
+
postcss-value-parser@4.2.0: {}
postcss@8.4.47:
@@ -15770,9 +15769,9 @@ snapshots:
estree-util-build-jsx: 3.0.1
vfile: 6.0.3
- recma-jsx@1.0.0(acorn@8.13.0):
+ recma-jsx@1.0.0(acorn@8.14.0):
dependencies:
- acorn-jsx: 5.3.2(acorn@8.13.0)
+ acorn-jsx: 5.3.2(acorn@8.14.0)
estree-util-to-js: 2.0.0
recma-parse: 1.0.0
recma-stringify: 1.0.0
@@ -15840,13 +15839,13 @@ snapshots:
hast-util-from-html: 2.0.3
unified: 11.0.5
- rehype-pretty-code@0.14.0(shiki@1.22.0):
+ rehype-pretty-code@0.14.0(shiki@1.22.2):
dependencies:
'@types/hast': 3.0.4
hast-util-to-string: 3.0.0
parse-numeric-range: 1.3.0
rehype-parse: 9.0.0
- shiki: 1.22.0
+ shiki: 1.22.2
unified: 11.0.5
unist-util-visit: 5.0.0
@@ -16028,26 +16027,28 @@ snapshots:
rfdc@1.4.1: {}
- rollup@4.24.0:
+ rollup@4.24.2:
dependencies:
'@types/estree': 1.0.6
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.24.0
- '@rollup/rollup-android-arm64': 4.24.0
- '@rollup/rollup-darwin-arm64': 4.24.0
- '@rollup/rollup-darwin-x64': 4.24.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.24.0
- '@rollup/rollup-linux-arm-musleabihf': 4.24.0
- '@rollup/rollup-linux-arm64-gnu': 4.24.0
- '@rollup/rollup-linux-arm64-musl': 4.24.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.24.0
- '@rollup/rollup-linux-riscv64-gnu': 4.24.0
- '@rollup/rollup-linux-s390x-gnu': 4.24.0
- '@rollup/rollup-linux-x64-gnu': 4.24.0
- '@rollup/rollup-linux-x64-musl': 4.24.0
- '@rollup/rollup-win32-arm64-msvc': 4.24.0
- '@rollup/rollup-win32-ia32-msvc': 4.24.0
- '@rollup/rollup-win32-x64-msvc': 4.24.0
+ '@rollup/rollup-android-arm-eabi': 4.24.2
+ '@rollup/rollup-android-arm64': 4.24.2
+ '@rollup/rollup-darwin-arm64': 4.24.2
+ '@rollup/rollup-darwin-x64': 4.24.2
+ '@rollup/rollup-freebsd-arm64': 4.24.2
+ '@rollup/rollup-freebsd-x64': 4.24.2
+ '@rollup/rollup-linux-arm-gnueabihf': 4.24.2
+ '@rollup/rollup-linux-arm-musleabihf': 4.24.2
+ '@rollup/rollup-linux-arm64-gnu': 4.24.2
+ '@rollup/rollup-linux-arm64-musl': 4.24.2
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.24.2
+ '@rollup/rollup-linux-riscv64-gnu': 4.24.2
+ '@rollup/rollup-linux-s390x-gnu': 4.24.2
+ '@rollup/rollup-linux-x64-gnu': 4.24.2
+ '@rollup/rollup-linux-x64-musl': 4.24.2
+ '@rollup/rollup-win32-arm64-msvc': 4.24.2
+ '@rollup/rollup-win32-ia32-msvc': 4.24.2
+ '@rollup/rollup-win32-x64-msvc': 4.24.2
fsevents: 2.3.3
rrweb-cssom@0.6.0: {}
@@ -16068,7 +16069,7 @@ snapshots:
dependencies:
suf-log: 2.5.3
- sass@1.80.3:
+ sass@1.80.4:
dependencies:
'@parcel/watcher': 2.4.1
chokidar: 4.0.1
@@ -16197,12 +16198,12 @@ snapshots:
vscode-oniguruma: 1.7.0
vscode-textmate: 5.2.0
- shiki@1.22.0:
+ shiki@1.22.2:
dependencies:
- '@shikijs/core': 1.22.0
- '@shikijs/engine-javascript': 1.22.0
- '@shikijs/engine-oniguruma': 1.22.0
- '@shikijs/types': 1.22.0
+ '@shikijs/core': 1.22.2
+ '@shikijs/engine-javascript': 1.22.2
+ '@shikijs/engine-oniguruma': 1.22.2
+ '@shikijs/types': 1.22.2
'@shikijs/vscode-textmate': 9.3.0
'@types/hast': 3.0.4
@@ -16231,6 +16232,12 @@ snapshots:
mrmime: 2.0.0
totalist: 3.0.1
+ sirv@3.0.0:
+ dependencies:
+ '@polka/url': 1.0.0-next.25
+ mrmime: 2.0.0
+ totalist: 3.0.1
+
sisteransi@1.0.5: {}
sitemap@8.0.0:
@@ -16251,18 +16258,18 @@ snapshots:
smartypants@0.2.2: {}
- solid-js@1.9.2:
+ solid-js@1.9.3:
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.9.2):
+ solid-refresh@0.6.3(solid-js@1.9.3):
dependencies:
- '@babel/generator': 7.25.7
- '@babel/helper-module-imports': 7.25.7
- '@babel/types': 7.25.8
- solid-js: 1.9.2
+ '@babel/generator': 7.26.0
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/types': 7.26.0
+ solid-js: 1.9.3
transitivePeerDependencies:
- supports-color
@@ -16370,10 +16377,6 @@ snapshots:
dependencies:
copy-anything: 3.0.5
- supports-color@5.5.0:
- dependencies:
- has-flag: 3.0.0
-
supports-color@7.2.0:
dependencies:
has-flag: 4.0.0
@@ -16401,9 +16404,9 @@ snapshots:
'@ampproject/remapping': 2.3.0
'@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
- '@types/estree': 1.0.5
- acorn: 8.12.1
- aria-query: 5.3.0
+ '@types/estree': 1.0.6
+ acorn: 8.14.0
+ aria-query: 5.3.2
axobject-query: 4.1.0
code-red: 1.0.4
css-tree: 2.3.1
@@ -16454,6 +16457,15 @@ snapshots:
transitivePeerDependencies:
- ts-node
+ tar@6.2.1:
+ dependencies:
+ chownr: 2.0.0
+ fs-minipass: 2.1.0
+ minipass: 5.0.0
+ minizlib: 2.1.2
+ mkdirp: 1.0.4
+ yallist: 4.0.0
+
term-size@2.2.1: {}
terminal-link@3.0.0:
@@ -16487,8 +16499,6 @@ snapshots:
dependencies:
os-tmpdir: 1.0.2
- to-fast-properties@2.0.0: {}
-
to-regex-range@5.0.1:
dependencies:
is-number: 7.0.0
@@ -16572,7 +16582,7 @@ snapshots:
types-react-dom@19.0.0-alpha.3:
dependencies:
- '@types/react': 18.3.11
+ '@types/react': 18.3.12
types-react@19.0.0-alpha.3:
dependencies:
@@ -16737,16 +16747,16 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.2
- vite-hot-client@0.2.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)):
+ vite-hot-client@0.2.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)):
dependencies:
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
- vite-node@2.1.3(@types/node@18.19.50)(sass@1.80.3):
+ vite-node@2.1.4(@types/node@18.19.50)(sass@1.80.4):
dependencies:
cac: 6.7.14
debug: 4.3.7
pathe: 1.1.2
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
transitivePeerDependencies:
- '@types/node'
- less
@@ -16758,10 +16768,10 @@ snapshots:
- supports-color
- terser
- vite-plugin-inspect@0.8.7(rollup@4.24.0)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)):
+ vite-plugin-inspect@0.8.7(rollup@4.24.2)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.2(rollup@4.24.0)
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.2)
debug: 4.3.7
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
@@ -16769,52 +16779,52 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.1.0
sirv: 2.0.4
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-solid@2.10.2(solid-js@1.9.2)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)):
+ vite-plugin-solid@2.10.2(solid-js@1.9.3)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)):
dependencies:
- '@babel/core': 7.25.8
+ '@babel/core': 7.26.0
'@types/babel__core': 7.20.5
- babel-preset-solid: 1.8.22(@babel/core@7.25.8)
+ babel-preset-solid: 1.8.22(@babel/core@7.26.0)
merge-anything: 5.1.7
- solid-js: 1.9.2
- solid-refresh: 0.6.3(solid-js@1.9.2)
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
- vitefu: 0.2.5(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ solid-js: 1.9.3
+ solid-refresh: 0.6.3(solid-js@1.9.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
+ vitefu: 0.2.5(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.5.2(rollup@4.24.0)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3)):
+ vite-plugin-vue-devtools@7.5.4(rollup@4.24.2)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3)):
dependencies:
- '@vue/devtools-core': 7.5.2(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))(vue@3.5.12(typescript@5.6.3))
- '@vue/devtools-kit': 7.5.2
- '@vue/devtools-shared': 7.5.2
+ '@vue/devtools-core': 7.5.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))(vue@3.5.12(typescript@5.6.3))
+ '@vue/devtools-kit': 7.5.4
+ '@vue/devtools-shared': 7.5.4
execa: 8.0.1
- sirv: 2.0.4
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
- vite-plugin-inspect: 0.8.7(rollup@4.24.0)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
- vite-plugin-vue-inspector: 5.2.0(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
+ sirv: 3.0.0
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
+ vite-plugin-inspect: 0.8.7(rollup@4.24.2)(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
+ vite-plugin-vue-inspector: 5.2.0(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
- vue
- vite-plugin-vue-inspector@5.2.0(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)):
+ vite-plugin-vue-inspector@5.2.0(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)):
dependencies:
- '@babel/core': 7.25.8
- '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.8)
- '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.25.8)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.8)
- '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.8)
- '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.8)
+ '@babel/core': 7.26.0
+ '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-attributes': 7.25.6(@babel/core@7.26.0)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0)
+ '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.26.0)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0)
'@vue/compiler-dom': 3.5.12
kolorist: 1.8.0
magic-string: 0.30.12
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
transitivePeerDependencies:
- supports-color
@@ -16823,35 +16833,36 @@ snapshots:
svgo: 3.3.2
vue: 3.5.12(typescript@5.6.3)
- vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3):
+ vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4):
dependencies:
esbuild: 0.24.0
postcss: 8.4.47
- rollup: 4.24.0
+ rollup: 4.24.2
optionalDependencies:
'@types/node': 18.19.50
fsevents: 2.3.3
- sass: 1.80.3
+ sass: 1.80.4
- vitefu@0.2.5(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)):
+ vitefu@0.2.5(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)):
optionalDependencies:
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
- vitefu@1.0.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)):
+ vitefu@1.0.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)):
optionalDependencies:
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
- vitest@2.1.3(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.3):
+ vitest@2.1.4(@types/node@18.19.50)(jsdom@23.2.0)(sass@1.80.4):
dependencies:
- '@vitest/expect': 2.1.3
- '@vitest/mocker': 2.1.3(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3))
- '@vitest/pretty-format': 2.1.3
- '@vitest/runner': 2.1.3
- '@vitest/snapshot': 2.1.3
- '@vitest/spy': 2.1.3
- '@vitest/utils': 2.1.3
- chai: 5.1.1
+ '@vitest/expect': 2.1.4
+ '@vitest/mocker': 2.1.4(vite@6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4))
+ '@vitest/pretty-format': 2.1.4
+ '@vitest/runner': 2.1.4
+ '@vitest/snapshot': 2.1.4
+ '@vitest/spy': 2.1.4
+ '@vitest/utils': 2.1.4
+ chai: 5.1.2
debug: 4.3.7
+ expect-type: 1.1.0
magic-string: 0.30.12
pathe: 1.1.2
std-env: 3.7.0
@@ -16859,8 +16870,8 @@ snapshots:
tinyexec: 0.3.1
tinypool: 1.0.1
tinyrainbow: 1.2.0
- vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.3)
- vite-node: 2.1.3(@types/node@18.19.50)(sass@1.80.3)
+ vite: 6.0.0-beta.2(@types/node@18.19.50)(sass@1.80.4)
+ vite-node: 2.1.4(@types/node@18.19.50)(sass@1.80.4)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 18.19.50
@@ -17010,7 +17021,7 @@ snapshots:
web-streams-polyfill@3.3.3: {}
- web-vitals@4.2.3: {}
+ web-vitals@4.2.4: {}
webidl-conversions@3.0.1: {}
@@ -17100,6 +17111,8 @@ snapshots:
yallist@3.1.1: {}
+ yallist@4.0.0: {}
+
yaml-language-server@1.15.0:
dependencies:
ajv: 8.17.1
@@ -17141,7 +17154,7 @@ snapshots:
yoctocolors@2.1.1: {}
- zod-to-json-schema@3.23.3(zod@3.23.8):
+ zod-to-json-schema@3.23.5(zod@3.23.8):
dependencies:
zod: 3.23.8