aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-07-17 14:48:07 +0800
committerGravatar GitHub <noreply@github.com> 2024-07-17 14:48:07 +0800
commit2113a5693334151b204172e4832e7a485487f07c (patch)
treed184914ec8eae6c3fc6808019b55ef6ea7a71447
parent2c437ff99cc0d3b7166305eb22f24ad1d2e30bc0 (diff)
downloadastro-2113a5693334151b204172e4832e7a485487f07c.tar.gz
astro-2113a5693334151b204172e4832e7a485487f07c.tar.zst
astro-2113a5693334151b204172e4832e7a485487f07c.zip
fix(deps): update all non-major dependencies (#11426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--package.json12
-rw-r--r--packages/astro/e2e/fixtures/actions-blog/package.json4
-rw-r--r--packages/astro/e2e/fixtures/actions-react-19/package.json4
-rw-r--r--packages/astro/e2e/fixtures/error-sass/package.json2
-rw-r--r--packages/astro/e2e/fixtures/errors/package.json2
-rw-r--r--packages/astro/e2e/fixtures/hmr/package.json2
-rw-r--r--packages/astro/e2e/fixtures/tailwindcss/package.json2
-rw-r--r--packages/astro/package.json32
-rw-r--r--packages/astro/test/astro-markdown-plugins.test.js4
-rw-r--r--packages/astro/test/fixtures/postcss/package.json2
-rw-r--r--packages/astro/test/fixtures/preact-component/package.json2
-rw-r--r--packages/astro/test/fixtures/solid-component/package.json2
-rw-r--r--packages/astro/test/fixtures/tailwindcss-ts/package.json2
-rw-r--r--packages/astro/test/fixtures/tailwindcss/package.json2
-rw-r--r--packages/db/package.json4
-rw-r--r--packages/db/test/fixtures/ticketing-example/package.json6
-rw-r--r--packages/integrations/alpinejs/package.json4
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/package.json8
-rw-r--r--packages/integrations/mdx/test/mdx-plugins.test.js4
-rw-r--r--packages/integrations/preact/package.json4
-rw-r--r--packages/integrations/react/package.json2
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json4
-rw-r--r--packages/integrations/vercel/package.json4
-rw-r--r--packages/integrations/vue/package.json4
-rw-r--r--packages/markdown/remark/package.json6
-rw-r--r--packages/markdown/remark/src/types.ts12
-rw-r--r--packages/studio/package.json4
-rw-r--r--packages/upgrade/package.json2
-rw-r--r--pnpm-lock.yaml2071
36 files changed, 1115 insertions, 1112 deletions
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index b1b672385..9e6f86023 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/preact": "^3.5.0",
- "@preact/signals": "^1.2.3",
+ "@preact/signals": "^1.3.0",
"astro": "^4.11.5",
"preact": "^10.22.1"
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index ec3a94880..f83fbcdac 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.11.5",
- "sass": "^1.77.6",
+ "sass": "^1.77.8",
"sharp": "^0.33.3"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 8d35a24a1..22b7c8fbb 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -18,6 +18,6 @@
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.39",
- "tailwindcss": "^3.4.4"
+ "tailwindcss": "^3.4.5"
}
}
diff --git a/package.json b/package.json
index e99e740da..d1948fb2b 100644
--- a/package.json
+++ b/package.json
@@ -52,25 +52,25 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
- "@astrojs/check": "^0.7.0",
+ "@astrojs/check": "^0.8.1",
"@biomejs/biome": "1.8.1",
"@changesets/changelog-github": "^0.5.0",
- "@changesets/cli": "^2.27.6",
+ "@changesets/cli": "^2.27.7",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
- "eslint": "^9.6.0",
+ "eslint": "^9.7.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-regexp": "^2.6.0",
"globby": "^14.0.2",
"only-allow": "^1.2.1",
"organize-imports-cli": "^0.10.0",
- "prettier": "^3.3.2",
+ "prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.13.4",
- "typescript": "~5.5.2",
- "typescript-eslint": "^7.14.1"
+ "typescript": "~5.5.3",
+ "typescript-eslint": "^7.16.1"
},
"pnpm": {
"packageExtensions": {
diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json
index 8b2c3824d..d536e64fb 100644
--- a/packages/astro/e2e/fixtures/actions-blog/package.json
+++ b/packages/astro/e2e/fixtures/actions-blog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/check": "^0.7.0",
+ "@astrojs/check": "^0.8.1",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
@@ -19,6 +19,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "typescript": "^5.5.2"
+ "typescript": "^5.5.3"
}
}
diff --git a/packages/astro/e2e/fixtures/actions-react-19/package.json b/packages/astro/e2e/fixtures/actions-react-19/package.json
index d72949773..5927a6782 100644
--- a/packages/astro/e2e/fixtures/actions-react-19/package.json
+++ b/packages/astro/e2e/fixtures/actions-react-19/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/check": "^0.7.0",
+ "@astrojs/check": "^0.8.1",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
@@ -19,7 +19,7 @@
"astro": "workspace:*",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
- "typescript": "^5.5.2"
+ "typescript": "^5.5.3"
},
"overrides": {
"@types/react": "npm:types-react",
diff --git a/packages/astro/e2e/fixtures/error-sass/package.json b/packages/astro/e2e/fixtures/error-sass/package.json
index 57d060439..9658b550a 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.77.6"
+ "sass": "^1.77.8"
}
}
diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json
index cdafd1920..43cc93072 100644
--- a/packages/astro/e2e/fixtures/errors/package.json
+++ b/packages/astro/e2e/fixtures/errors/package.json
@@ -12,7 +12,7 @@
"preact": "^10.22.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "sass": "^1.77.6",
+ "sass": "^1.77.8",
"solid-js": "^1.8.18",
"svelte": "^4.2.18",
"vue": "^3.4.31"
diff --git a/packages/astro/e2e/fixtures/hmr/package.json b/packages/astro/e2e/fixtures/hmr/package.json
index 8f65a830d..87d59ab7f 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.77.6"
+ "sass": "^1.77.8"
}
}
diff --git a/packages/astro/e2e/fixtures/tailwindcss/package.json b/packages/astro/e2e/fixtures/tailwindcss/package.json
index 94acb613e..09ccca004 100644
--- a/packages/astro/e2e/fixtures/tailwindcss/package.json
+++ b/packages/astro/e2e/fixtures/tailwindcss/package.json
@@ -7,6 +7,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
- "tailwindcss": "^3.4.4"
+ "tailwindcss": "^3.4.5"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 1fc93648d..6a0e5b663 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -124,21 +124,21 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
- "@astrojs/compiler": "^2.8.1",
+ "@astrojs/compiler": "^2.8.2",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
- "@babel/core": "^7.24.7",
- "@babel/generator": "^7.24.7",
- "@babel/parser": "^7.24.7",
+ "@babel/core": "^7.24.9",
+ "@babel/generator": "^7.24.10",
+ "@babel/parser": "^7.24.8",
"@babel/plugin-transform-react-jsx": "^7.24.7",
- "@babel/traverse": "^7.24.7",
- "@babel/types": "^7.24.7",
+ "@babel/traverse": "^7.24.8",
+ "@babel/types": "^7.24.9",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0",
- "acorn": "^8.12.0",
+ "acorn": "^8.12.1",
"aria-query": "^5.3.0",
- "axobject-query": "^4.0.0",
+ "axobject-query": "^4.1.0",
"boxen": "^8.0.0",
"chokidar": "^3.6.0",
"ci-info": "^4.0.0",
@@ -170,17 +170,17 @@
"p-limit": "^5.0.0",
"p-queue": "^8.0.1",
"path-to-regexp": "^6.2.2",
- "preferred-pm": "^3.1.3",
+ "preferred-pm": "^3.1.4",
"prompts": "^2.4.2",
"rehype": "^13.0.1",
"semver": "^7.6.2",
- "shiki": "^1.10.0",
+ "shiki": "^1.10.3",
"string-width": "^7.2.0",
"strip-ansi": "^7.1.0",
"tsconfck": "^3.1.1",
"unist-util-visit": "^5.0.0",
- "vfile": "^6.0.1",
- "vite": "^5.3.2",
+ "vfile": "^6.0.2",
+ "vite": "^5.3.4",
"vitefu": "^0.2.5",
"which-pm": "^2.2.0",
"yargs-parser": "^21.1.1",
@@ -191,8 +191,8 @@
"sharp": "^0.33.3"
},
"devDependencies": {
- "@astrojs/check": "^0.7.0",
- "@playwright/test": "^1.45.0",
+ "@astrojs/check": "^0.8.1",
+ "@playwright/test": "^1.45.2",
"@types/aria-query": "^5.0.4",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
@@ -226,8 +226,8 @@
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
- "rollup": "^4.18.0",
- "sass": "^1.77.6",
+ "rollup": "^4.18.1",
+ "sass": "^1.77.8",
"srcset-parse": "^1.1.0",
"undici": "^6.19.2",
"unified": "^11.0.5"
diff --git a/packages/astro/test/astro-markdown-plugins.test.js b/packages/astro/test/astro-markdown-plugins.test.js
index 1ea2afd8e..09cb76d2d 100644
--- a/packages/astro/test/astro-markdown-plugins.test.js
+++ b/packages/astro/test/astro-markdown-plugins.test.js
@@ -60,7 +60,7 @@ describe('Astro Markdown plugins', () => {
const smartypantsHtml = await fixture.readFile('/with-smartypants/index.html');
const $2 = cheerio.load(smartypantsHtml);
- assert.equal($2('p').html(), '”Smartypants” is — awesome');
+ assert.equal($2('p').html(), '“Smartypants” is — awesome');
testRemark(gfmHtml);
testRehype(gfmHtml, '#github-flavored-markdown-test');
@@ -82,7 +82,7 @@ describe('Astro Markdown plugins', () => {
const $ = cheerio.load(html);
// test 1: smartypants applied correctly
- assert.equal($('p').html(), '”Smartypants” is — awesome');
+ assert.equal($('p').html(), '“Smartypants” is — awesome');
testRemark(html);
testRehype(html, '#smartypants-test');
diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json
index 2afde7679..783dc2438 100644
--- a/packages/astro/test/fixtures/postcss/package.json
+++ b/packages/astro/test/fixtures/postcss/package.json
@@ -14,6 +14,6 @@
"vue": "^3.4.31"
},
"devDependencies": {
- "postcss-preset-env": "^9.5.15"
+ "postcss-preset-env": "^9.6.0"
}
}
diff --git a/packages/astro/test/fixtures/preact-component/package.json b/packages/astro/test/fixtures/preact-component/package.json
index 341752468..f0c105e1c 100644
--- a/packages/astro/test/fixtures/preact-component/package.json
+++ b/packages/astro/test/fixtures/preact-component/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/preact": "workspace:*",
- "@preact/signals": "1.2.3",
+ "@preact/signals": "1.3.0",
"astro": "workspace:*",
"preact": "^10.22.1"
}
diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json
index bc58b8472..aff7c7e7b 100644
--- a/packages/astro/test/fixtures/solid-component/package.json
+++ b/packages/astro/test/fixtures/solid-component/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/solid-js": "workspace:*",
- "@solidjs/router": "^0.13.6",
+ "@solidjs/router": "^0.14.1",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
"solid-js": "^1.8.18"
diff --git a/packages/astro/test/fixtures/tailwindcss-ts/package.json b/packages/astro/test/fixtures/tailwindcss-ts/package.json
index 20970d06f..772a7bf98 100644
--- a/packages/astro/test/fixtures/tailwindcss-ts/package.json
+++ b/packages/astro/test/fixtures/tailwindcss-ts/package.json
@@ -6,6 +6,6 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"postcss": "^8.4.39",
- "tailwindcss": "^3.4.4"
+ "tailwindcss": "^3.4.5"
}
}
diff --git a/packages/astro/test/fixtures/tailwindcss/package.json b/packages/astro/test/fixtures/tailwindcss/package.json
index cc9b1d82d..2886bdf20 100644
--- a/packages/astro/test/fixtures/tailwindcss/package.json
+++ b/packages/astro/test/fixtures/tailwindcss/package.json
@@ -8,6 +8,6 @@
"astro": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
- "tailwindcss": "^3.4.4"
+ "tailwindcss": "^3.4.5"
}
}
diff --git a/packages/db/package.json b/packages/db/package.json
index a1ec3c8f3..c4508b0f7 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -94,7 +94,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
- "typescript": "^5.5.2",
- "vite": "^5.3.2"
+ "typescript": "^5.5.3",
+ "vite": "^5.3.4"
}
}
diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json
index e47718930..3f6e5510d 100644
--- a/packages/db/test/fixtures/ticketing-example/package.json
+++ b/packages/db/test/fixtures/ticketing-example/package.json
@@ -10,18 +10,18 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/check": "^0.7.0",
+ "@astrojs/check": "^0.8.1",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "^3.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
- "open-props": "^1.7.4",
+ "open-props": "^1.7.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-stack-form": "^0.1.12",
- "typescript": "^5.5.2",
+ "typescript": "^5.5.3",
"zod": "^3.23.8"
}
}
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index 3d3338aac..b7699c22d 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -38,10 +38,10 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
- "@playwright/test": "1.45.0",
+ "@playwright/test": "1.45.2",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "vite": "^5.3.2"
+ "vite": "^5.3.4"
},
"publishConfig": {
"provenance": true
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 2c5efcd9f..a5c56370a 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -61,7 +61,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"lit": "^3.1.4",
- "sass": "^1.77.6"
+ "sass": "^1.77.8"
},
"peerDependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 599d3cbc1..50103da19 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -83,7 +83,7 @@
"astro-scripts": "workspace:*",
"devalue": "^5.0.0",
"linkedom": "^0.18.4",
- "vite": "^5.3.2"
+ "vite": "^5.3.4"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 43d735f13..0ef90280c 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"@astrojs/markdown-remark": "workspace:*",
"@mdx-js/mdx": "^3.0.1",
- "acorn": "^8.12.0",
+ "acorn": "^8.12.1",
"es-module-lexer": "^1.5.4",
"estree-util-visit": "^2.0.0",
"github-slugger": "^2.0.0",
@@ -44,10 +44,10 @@
"kleur": "^4.1.5",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
- "remark-smartypants": "^3.0.1",
+ "remark-smartypants": "^3.0.2",
"source-map": "^0.7.4",
"unist-util-visit": "^5.0.0",
- "vfile": "^6.0.1"
+ "vfile": "^6.0.2"
},
"peerDependencies": {
"astro": "^4.8.0"
@@ -72,7 +72,7 @@
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
"unified": "^11.0.5",
- "vite": "^5.3.2"
+ "vite": "^5.3.4"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
diff --git a/packages/integrations/mdx/test/mdx-plugins.test.js b/packages/integrations/mdx/test/mdx-plugins.test.js
index 6bc8e096c..124ec52c1 100644
--- a/packages/integrations/mdx/test/mdx-plugins.test.js
+++ b/packages/integrations/mdx/test/mdx-plugins.test.js
@@ -47,7 +47,7 @@ describe('MDX plugins', () => {
const quote = selectSmartypantsQuote(document);
assert.notEqual(quote, null);
- assert.equal(quote.textContent.includes('”Smartypants” is — awesome'), true);
+ assert.equal(quote.textContent.includes('“Smartypants” is — awesome'), true);
});
it('supports custom rehype plugins', async () => {
@@ -198,7 +198,7 @@ describe('MDX plugins', () => {
);
} else {
assert.equal(
- quote.textContent.includes('”Smartypants” is — awesome'),
+ quote.textContent.includes('“Smartypants” is — awesome'),
true,
'Respects `markdown.smartypants` unexpectedly.'
);
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 2b5249aa4..8ba9544e5 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -38,10 +38,10 @@
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
"@preact/preset-vite": "2.8.2",
- "@preact/signals": "^1.2.3",
+ "@preact/signals": "^1.3.0",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "~6.3.1",
- "preact-ssr-prepass": "^1.2.1"
+ "preact-ssr-prepass": "^1.2.2"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 5dd00c110..16ae0b279 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -66,7 +66,7 @@
"cheerio": "1.0.0-rc.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vite": "^5.3.2"
+ "vite": "^5.3.4"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 7905de118..3ed5438bd 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -41,7 +41,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.8.18",
- "vite": "^5.3.2"
+ "vite": "^5.3.4"
},
"peerDependencies": {
"solid-devtools": "^0.30.1",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index b3495a725..7d544328a 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -57,7 +57,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^4.2.18",
- "vite": "^5.3.2"
+ "vite": "^5.3.4"
},
"peerDependencies": {
"astro": "^4.0.0",
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index f7c91ed39..533608cac 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -40,8 +40,8 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "tailwindcss": "^3.4.4",
- "vite": "^5.3.2"
+ "tailwindcss": "^3.4.5",
+ "vite": "^5.3.4"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0",
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index b252d05a8..9294e69f1 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -54,7 +54,7 @@
"@astrojs/internal-helpers": "workspace:*",
"@vercel/analytics": "^1.3.1",
"@vercel/edge": "^1.1.1",
- "@vercel/nft": "^0.27.2",
+ "@vercel/nft": "^0.27.3",
"esbuild": "^0.21.5",
"fast-glob": "^3.3.2",
"set-cookie-parser": "^2.6.0",
@@ -64,7 +64,7 @@
"astro": "^4.2.0"
},
"devDependencies": {
- "@types/set-cookie-parser": "^2.4.9",
+ "@types/set-cookie-parser": "^2.4.10",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12"
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 5f8d0a465..a87892514 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -47,14 +47,14 @@
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.31",
- "vite-plugin-vue-devtools": "^7.3.5"
+ "vite-plugin-vue-devtools": "^7.3.6"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.18.4",
- "vite": "^5.3.2",
+ "vite": "^5.3.4",
"vue": "^3.4.31"
},
"peerDependencies": {
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 8b6eb5266..fe68eaca4 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -45,13 +45,13 @@
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
- "remark-smartypants": "^3.0.1",
- "shiki": "^1.10.0",
+ "remark-smartypants": "^3.0.2",
+ "shiki": "^1.10.3",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
- "vfile": "^6.0.1"
+ "vfile": "^6.0.2"
},
"devDependencies": {
"@types/estree": "^1.0.5",
diff --git a/packages/markdown/remark/src/types.ts b/packages/markdown/remark/src/types.ts
index 5861f9e6f..23b8a8a6a 100644
--- a/packages/markdown/remark/src/types.ts
+++ b/packages/markdown/remark/src/types.ts
@@ -9,7 +9,7 @@ import type {
ThemeRegistrationRaw,
} from 'shiki';
import type * as unified from 'unified';
-import type { VFile } from 'vfile';
+import type { DataMap, VFile } from 'vfile';
export type { Node } from 'unist';
@@ -82,9 +82,11 @@ export interface MarkdownHeading {
text: string;
}
+// TODO: Remove `MarkdownVFile` and move all additional properties to `DataMap` instead
export interface MarkdownVFile extends VFile {
- data: {
- __astroHeadings?: MarkdownHeading[];
- imagePaths?: Set<string>;
- };
+ data: Record<string, unknown> &
+ Partial<DataMap> & {
+ __astroHeadings?: MarkdownHeading[];
+ imagePaths?: Set<string>;
+ };
}
diff --git a/packages/studio/package.json b/packages/studio/package.json
index c59e9ffbe..fc3ec911d 100644
--- a/packages/studio/package.json
+++ b/packages/studio/package.json
@@ -41,7 +41,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "typescript": "^5.5.2",
- "vite": "^5.3.2"
+ "typescript": "^5.5.3",
+ "vite": "^5.3.4"
}
}
diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json
index 7fe27e1b5..0bca0df59 100644
--- a/packages/upgrade/package.json
+++ b/packages/upgrade/package.json
@@ -31,7 +31,7 @@
"dependencies": {
"@astrojs/cli-kit": "^0.4.1",
"semver": "^7.6.2",
- "preferred-pm": "^3.1.3",
+ "preferred-pm": "^3.1.4",
"terminal-link": "^3.0.0"
},
"devDependencies": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 07544ef84..5db1f2dd6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -19,8 +19,8 @@ importers:
version: link:benchmark
devDependencies:
'@astrojs/check':
- specifier: ^0.7.0
- version: 0.7.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)
+ specifier: ^0.8.1
+ version: 0.8.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)
'@biomejs/biome':
specifier: 1.8.1
version: 1.8.1
@@ -28,8 +28,8 @@ importers:
specifier: ^0.5.0
version: 0.5.0
'@changesets/cli':
- specifier: ^2.27.6
- version: 2.27.6
+ specifier: ^2.27.7
+ version: 2.27.7
'@eslint/eslintrc':
specifier: ^3.1.0
version: 3.1.0
@@ -40,14 +40,14 @@ importers:
specifier: ^0.21.5
version: 0.21.5
eslint:
- specifier: ^9.6.0
- version: 9.6.0
+ specifier: ^9.7.0
+ version: 9.7.0
eslint-plugin-no-only-tests:
specifier: ^3.1.0
version: 3.1.0
eslint-plugin-regexp:
specifier: ^2.6.0
- version: 2.6.0(eslint@9.6.0)
+ version: 2.6.0(eslint@9.7.0)
globby:
specifier: ^14.0.2
version: 14.0.2
@@ -58,8 +58,8 @@ importers:
specifier: ^0.10.0
version: 0.10.0
prettier:
- specifier: ^3.3.2
- version: 3.3.2
+ specifier: ^3.3.3
+ version: 3.3.3
prettier-plugin-astro:
specifier: ^0.14.0
version: 0.14.0
@@ -70,11 +70,11 @@ importers:
specifier: ^1.13.4
version: 1.13.4
typescript:
- specifier: ~5.5.2
- version: 5.5.2
+ specifier: ~5.5.3
+ version: 5.5.3
typescript-eslint:
- specifier: ^7.14.1
- version: 7.14.1(eslint@9.6.0)(typescript@5.5.2)
+ specifier: ^7.16.1
+ version: 7.16.1(eslint@9.7.0)(typescript@5.5.3)
benchmark:
dependencies:
@@ -168,7 +168,7 @@ importers:
version: 18.3.1(react@18.3.1)
vitest:
specifier: ^2.0.3
- version: 2.0.3(@types/node@20.12.7)(jsdom@23.2.0)(sass@1.77.6)
+ version: 2.0.3(@types/node@20.12.7)(jsdom@23.2.0)(sass@1.77.8)
devDependencies:
'@types/react':
specifier: ^18.3.3
@@ -250,7 +250,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
examples/framework-preact:
dependencies:
@@ -258,8 +258,8 @@ importers:
specifier: ^3.5.0
version: link:../../packages/integrations/preact
'@preact/signals':
- specifier: ^1.2.3
- version: 1.2.3(preact@10.22.1)
+ specifier: ^1.3.0
+ version: 1.3.0(preact@10.22.1)
astro:
specifier: ^4.11.5
version: link:../../packages/astro
@@ -322,7 +322,7 @@ importers:
version: link:../../packages/astro
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
examples/hackernews:
dependencies:
@@ -394,8 +394,8 @@ importers:
specifier: ^4.11.5
version: link:../../packages/astro
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
sharp:
specifier: ^0.33.3
version: 0.33.3
@@ -514,8 +514,8 @@ importers:
specifier: ^8.4.39
version: 8.4.39
tailwindcss:
- specifier: ^3.4.4
- version: 3.4.4
+ specifier: ^3.4.5
+ version: 3.4.5
examples/with-vitest:
dependencies:
@@ -524,13 +524,13 @@ importers:
version: link:../../packages/astro
vitest:
specifier: ^2.0.3
- version: 2.0.3(@types/node@20.12.7)(jsdom@23.2.0)(sass@1.77.6)
+ version: 2.0.3(@types/node@20.12.7)(jsdom@23.2.0)(sass@1.77.8)
packages/astro:
dependencies:
'@astrojs/compiler':
- specifier: ^2.8.1
- version: 2.8.1
+ specifier: ^2.8.2
+ version: 2.8.2
'@astrojs/internal-helpers':
specifier: workspace:*
version: link:../internal-helpers
@@ -541,23 +541,23 @@ importers:
specifier: workspace:*
version: link:../telemetry
'@babel/core':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.24.9
+ version: 7.24.9
'@babel/generator':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.24.10
+ version: 7.24.10
'@babel/parser':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.24.8
+ version: 7.24.8
'@babel/plugin-transform-react-jsx':
specifier: ^7.24.7
- version: 7.24.7(@babel/core@7.24.7)
+ version: 7.24.7(@babel/core@7.24.9)
'@babel/traverse':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.24.8
+ version: 7.24.8
'@babel/types':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.24.9
+ version: 7.24.9
'@types/babel__core':
specifier: ^7.20.5
version: 7.20.5
@@ -565,14 +565,14 @@ importers:
specifier: ^0.6.0
version: 0.6.0
acorn:
- specifier: ^8.12.0
- version: 8.12.0
+ specifier: ^8.12.1
+ version: 8.12.1
aria-query:
specifier: ^5.3.0
version: 5.3.0
axobject-query:
- specifier: ^4.0.0
- version: 4.0.0
+ specifier: ^4.1.0
+ version: 4.1.0
boxen:
specifier: ^8.0.0
version: 8.0.0
@@ -667,8 +667,8 @@ importers:
specifier: ^6.2.2
version: 6.2.2
preferred-pm:
- specifier: ^3.1.3
- version: 3.1.3
+ specifier: ^3.1.4
+ version: 3.1.4
prompts:
specifier: ^2.4.2
version: 2.4.2
@@ -679,8 +679,8 @@ importers:
specifier: ^7.6.2
version: 7.6.2
shiki:
- specifier: ^1.10.0
- version: 1.10.0
+ specifier: ^1.10.3
+ version: 1.10.3
string-width:
specifier: ^7.2.0
version: 7.2.0
@@ -689,19 +689,19 @@ importers:
version: 7.1.0
tsconfck:
specifier: ^3.1.1
- version: 3.1.1(typescript@5.5.2)
+ version: 3.1.1(typescript@5.5.3)
unist-util-visit:
specifier: ^5.0.0
version: 5.0.0
vfile:
- specifier: ^6.0.1
- version: 6.0.1
+ specifier: ^6.0.2
+ version: 6.0.2
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
vitefu:
specifier: ^0.2.5
- version: 0.2.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ version: 0.2.5(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
which-pm:
specifier: ^2.2.0
version: 2.2.0
@@ -720,11 +720,11 @@ importers:
version: 0.33.3
devDependencies:
'@astrojs/check':
- specifier: ^0.7.0
- version: 0.7.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)
+ specifier: ^0.8.1
+ version: 0.8.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)
'@playwright/test':
- specifier: ^1.45.0
- version: 1.45.0
+ specifier: ^1.45.2
+ version: 1.45.2
'@types/aria-query':
specifier: ^5.0.4
version: 5.0.4
@@ -825,11 +825,11 @@ importers:
specifier: ^0.1.2
version: 0.1.2
rollup:
- specifier: ^4.18.0
- version: 4.18.0
+ specifier: ^4.18.1
+ version: 4.18.1
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
srcset-parse:
specifier: ^1.1.0
version: 1.1.0
@@ -884,8 +884,8 @@ importers:
packages/astro/e2e/fixtures/actions-blog:
dependencies:
'@astrojs/check':
- specifier: ^0.7.0
- version: 0.7.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)
+ specifier: ^0.8.1
+ version: 0.8.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)
'@astrojs/db':
specifier: workspace:*
version: link:../../../../db
@@ -911,14 +911,14 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
typescript:
- specifier: ^5.5.2
- version: 5.5.2
+ specifier: ^5.5.3
+ version: 5.5.3
packages/astro/e2e/fixtures/actions-react-19:
dependencies:
'@astrojs/check':
- specifier: ^0.7.0
- version: 0.7.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)
+ specifier: ^0.8.1
+ version: 0.8.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)
'@astrojs/db':
specifier: workspace:*
version: link:../../../../db
@@ -944,8 +944,8 @@ importers:
specifier: 19.0.0-rc-fb9a90fa48-20240614
version: 19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614)
typescript:
- specifier: ^5.5.2
- version: 5.5.2
+ specifier: ^5.5.3
+ version: 5.5.3
packages/astro/e2e/fixtures/astro-component:
dependencies:
@@ -972,7 +972,7 @@ importers:
version: link:../../..
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/e2e/fixtures/client-only:
dependencies:
@@ -993,7 +993,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1074,8 +1074,8 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
packages/astro/e2e/fixtures/errors:
dependencies:
@@ -1107,8 +1107,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
solid-js:
specifier: ^1.8.18
version: 1.8.18
@@ -1117,7 +1117,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/e2e/fixtures/hmr:
devDependencies:
@@ -1125,8 +1125,8 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
packages/astro/e2e/fixtures/hydration-race:
dependencies:
@@ -1186,7 +1186,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/lit':
specifier: workspace:*
@@ -1245,7 +1245,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1285,7 +1285,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1325,7 +1325,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1365,7 +1365,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1405,7 +1405,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1445,7 +1445,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/preact':
specifier: workspace:*
@@ -1625,8 +1625,8 @@ importers:
specifier: ^8.4.39
version: 8.4.39
tailwindcss:
- specifier: ^3.4.4
- version: 3.4.4
+ specifier: ^3.4.5
+ version: 3.4.5
packages/astro/e2e/fixtures/ts-resolution:
dependencies:
@@ -1671,7 +1671,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/e2e/fixtures/vue-component:
dependencies:
@@ -1686,7 +1686,7 @@ importers:
version: link:../../..
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/performance:
devDependencies:
@@ -1815,7 +1815,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/actions:
dependencies:
@@ -1988,7 +1988,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/astro-class-list:
dependencies:
@@ -2146,7 +2146,7 @@ importers:
version: link:../../..
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/astro-expr:
dependencies:
@@ -2431,7 +2431,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/before-hydration:
dependencies:
@@ -2570,7 +2570,7 @@ importers:
version: 18.3.1(react@18.3.1)
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/content:
dependencies:
@@ -3019,7 +3019,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/fontsource-package:
dependencies:
@@ -3217,7 +3217,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
'@astrojs/mdx':
specifier: workspace:*
@@ -3405,11 +3405,11 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
devDependencies:
postcss-preset-env:
- specifier: ^9.5.15
- version: 9.5.15(postcss@8.4.39)
+ specifier: ^9.6.0
+ version: 9.6.0(postcss@8.4.39)
packages/astro/test/fixtures/preact-compat-component:
dependencies:
@@ -3438,8 +3438,8 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/preact
'@preact/signals':
- specifier: 1.2.3
- version: 1.2.3(preact@10.22.1)
+ specifier: 1.3.0
+ version: 1.3.0(preact@10.22.1)
astro:
specifier: workspace:*
version: link:../../..
@@ -3668,7 +3668,7 @@ importers:
version: link:../../..
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/solid-component:
dependencies:
@@ -3676,8 +3676,8 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/solid
'@solidjs/router':
- specifier: ^0.13.6
- version: 0.13.6(solid-js@1.8.18)
+ specifier: ^0.14.1
+ version: 0.14.1(solid-js@1.8.18)
'@test/solid-jsx-component':
specifier: file:./deps/solid-jsx-component
version: link:deps/solid-jsx-component
@@ -3998,8 +3998,8 @@ importers:
specifier: ^8.4.39
version: 8.4.39
tailwindcss:
- specifier: ^3.4.4
- version: 3.4.4
+ specifier: ^3.4.5
+ version: 3.4.5
packages/astro/test/fixtures/tailwindcss-ts:
dependencies:
@@ -4013,8 +4013,8 @@ importers:
specifier: ^8.4.39
version: 8.4.39
tailwindcss:
- specifier: ^3.4.4
- version: 3.4.4
+ specifier: ^3.4.5
+ version: 3.4.5
packages/astro/test/fixtures/third-party-astro:
dependencies:
@@ -4074,7 +4074,7 @@ importers:
version: link:../../..
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/vue-jsx:
dependencies:
@@ -4086,7 +4086,7 @@ importers:
version: link:../../..
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/vue-with-multi-renderer:
dependencies:
@@ -4104,7 +4104,7 @@ importers:
version: 4.2.18
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/astro/test/fixtures/with-endpoint-routes:
dependencies:
@@ -4167,7 +4167,7 @@ importers:
version: 1.0.2
drizzle-orm:
specifier: ^0.31.2
- version: 0.31.2(@libsql/client@0.7.0)(@types/react@18.3.3)(react@18.3.1)
+ version: 0.31.4(@libsql/client@0.7.0)(@types/react@18.3.3)(react@18.3.1)
github-slugger:
specifier: ^2.0.0
version: 2.0.0
@@ -4221,11 +4221,11 @@ importers:
specifier: 1.0.0-rc.12
version: 1.0.0-rc.12
typescript:
- specifier: ^5.5.2
- version: 5.5.2
+ specifier: ^5.5.3
+ version: 5.5.3
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/db/test/fixtures/basics:
dependencies:
@@ -4320,8 +4320,8 @@ importers:
packages/db/test/fixtures/ticketing-example:
dependencies:
'@astrojs/check':
- specifier: ^0.7.0
- version: 0.7.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)
+ specifier: ^0.8.1
+ version: 0.8.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)
'@astrojs/db':
specifier: workspace:*
version: link:../../..
@@ -4341,8 +4341,8 @@ importers:
specifier: workspace:*
version: link:../../../../astro
open-props:
- specifier: ^1.7.4
- version: 1.7.4
+ specifier: ^1.7.5
+ version: 1.7.5
react:
specifier: ^18.3.1
version: 18.3.1
@@ -4353,8 +4353,8 @@ importers:
specifier: ^0.1.12
version: 0.1.12(astro@packages+astro)(zod@3.23.8)
typescript:
- specifier: ^5.5.2
- version: 5.5.2
+ specifier: ^5.5.3
+ version: 5.5.3
zod:
specifier: ^3.23.8
version: 3.23.8
@@ -4362,8 +4362,8 @@ importers:
packages/integrations/alpinejs:
devDependencies:
'@playwright/test':
- specifier: 1.45.0
- version: 1.45.0
+ specifier: 1.45.2
+ version: 1.45.2
astro:
specifier: workspace:*
version: link:../../astro
@@ -4371,8 +4371,8 @@ importers:
specifier: workspace:*
version: link:../../../scripts
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/integrations/alpinejs/test/fixtures/basics:
dependencies:
@@ -4449,8 +4449,8 @@ importers:
specifier: ^3.1.4
version: 3.1.4
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
packages/integrations/markdoc:
dependencies:
@@ -4504,8 +4504,8 @@ importers:
specifier: ^0.18.4
version: 0.18.4
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/integrations/markdoc/test/fixtures/content-collections:
dependencies:
@@ -4648,8 +4648,8 @@ importers:
specifier: ^3.0.1
version: 3.0.1
acorn:
- specifier: ^8.12.0
- version: 8.12.0
+ specifier: ^8.12.1
+ version: 8.12.1
es-module-lexer:
specifier: ^1.5.4
version: 1.5.4
@@ -4675,8 +4675,8 @@ importers:
specifier: ^4.0.0
version: 4.0.0
remark-smartypants:
- specifier: ^3.0.1
- version: 3.0.1
+ specifier: ^3.0.2
+ version: 3.0.2
source-map:
specifier: ^0.7.4
version: 0.7.4
@@ -4684,8 +4684,8 @@ importers:
specifier: ^5.0.0
version: 5.0.0
vfile:
- specifier: ^6.0.1
- version: 6.0.1
+ specifier: ^6.0.2
+ version: 6.0.2
devDependencies:
'@types/estree':
specifier: ^1.0.5
@@ -4728,7 +4728,7 @@ importers:
version: 6.0.0
rehype-pretty-code:
specifier: ^0.13.2
- version: 0.13.2(shiki@1.10.0)
+ version: 0.13.2(shiki@1.10.3)
remark-math:
specifier: ^6.0.0
version: 6.0.0
@@ -4737,7 +4737,7 @@ importers:
version: 11.1.0
remark-shiki-twoslash:
specifier: ^3.1.3
- version: 3.1.3(typescript@5.5.2)
+ version: 3.1.3(typescript@5.5.3)
remark-toc:
specifier: ^9.0.0
version: 9.0.0
@@ -4745,8 +4745,8 @@ importers:
specifier: ^11.0.5
version: 11.0.5
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/integrations/mdx/test/fixtures/css-head-mdx:
dependencies:
@@ -5086,25 +5086,25 @@ importers:
dependencies:
'@babel/plugin-transform-react-jsx':
specifier: ^7.24.7
- version: 7.24.7(@babel/core@7.24.7)
+ version: 7.24.7(@babel/core@7.24.9)
'@babel/plugin-transform-react-jsx-development':
specifier: ^7.24.7
- version: 7.24.7(@babel/core@7.24.7)
+ version: 7.24.7(@babel/core@7.24.9)
'@preact/preset-vite':
specifier: 2.8.2
- version: 2.8.2(@babel/core@7.24.7)(preact@10.22.1)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ version: 2.8.2(@babel/core@7.24.9)(preact@10.22.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
'@preact/signals':
- specifier: ^1.2.3
- version: 1.2.3(preact@10.22.1)
+ specifier: ^1.3.0
+ version: 1.3.0(preact@10.22.1)
babel-plugin-transform-hook-names:
specifier: ^1.0.2
- version: 1.0.2(@babel/core@7.24.7)
+ version: 1.0.2(@babel/core@7.24.9)
preact-render-to-string:
specifier: ~6.3.1
version: 6.3.1(preact@10.22.1)
preact-ssr-prepass:
- specifier: ^1.2.1
- version: 1.2.1(preact@10.22.1)
+ specifier: ^1.2.2
+ version: 1.2.2(preact@10.22.1)
devDependencies:
astro:
specifier: workspace:*
@@ -5120,7 +5120,7 @@ importers:
dependencies:
'@vitejs/plugin-react':
specifier: ^4.3.1
- version: 4.3.1(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ version: 4.3.1(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
ultrahtml:
specifier: ^1.5.3
version: 1.5.3
@@ -5147,8 +5147,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/integrations/react/test/fixtures/react-component:
dependencies:
@@ -5169,7 +5169,7 @@ importers:
version: 18.3.1(react@18.3.1)
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/integrations/sitemap:
dependencies:
@@ -5236,7 +5236,7 @@ importers:
dependencies:
vite-plugin-solid:
specifier: ^2.10.2
- version: 2.10.2(solid-js@1.8.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ version: 2.10.2(solid-js@1.8.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
devDependencies:
astro:
specifier: workspace:*
@@ -5248,17 +5248,17 @@ importers:
specifier: ^1.8.18
version: 1.8.18
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/integrations/svelte:
dependencies:
'@sveltejs/vite-plugin-svelte':
specifier: ^3.1.1
- version: 3.1.1(svelte@4.2.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ version: 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
svelte2tsx:
specifier: ^0.7.13
- version: 0.7.13(svelte@4.2.18)(typescript@5.5.2)
+ version: 0.7.13(svelte@4.2.18)(typescript@5.5.3)
devDependencies:
astro:
specifier: workspace:*
@@ -5270,8 +5270,8 @@ importers:
specifier: ^4.2.18
version: 4.2.18
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/integrations/tailwind:
dependencies:
@@ -5292,11 +5292,11 @@ importers:
specifier: workspace:*
version: link:../../../scripts
tailwindcss:
- specifier: ^3.4.4
- version: 3.4.4
+ specifier: ^3.4.5
+ version: 3.4.5
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/integrations/tailwind/test/fixtures/basic:
dependencies:
@@ -5319,8 +5319,8 @@ importers:
specifier: ^1.1.1
version: 1.1.1
'@vercel/nft':
- specifier: ^0.27.2
- version: 0.27.2
+ specifier: ^0.27.3
+ version: 0.27.3
esbuild:
specifier: ^0.21.5
version: 0.21.5
@@ -5335,8 +5335,8 @@ importers:
version: 3.5.2
devDependencies:
'@types/set-cookie-parser':
- specifier: ^2.4.9
- version: 2.4.9
+ specifier: ^2.4.10
+ version: 2.4.10
astro:
specifier: workspace:*
version: link:../../astro
@@ -5531,16 +5531,16 @@ importers:
dependencies:
'@vitejs/plugin-vue':
specifier: ^5.0.5
- version: 5.0.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2))
+ version: 5.0.5(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3))
'@vitejs/plugin-vue-jsx':
specifier: ^4.0.0
- version: 4.0.0(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2))
+ version: 4.0.0(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3))
'@vue/compiler-sfc':
specifier: ^3.4.31
version: 3.4.31
vite-plugin-vue-devtools:
- specifier: ^7.3.5
- version: 7.3.5(rollup@4.18.0)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2))
+ specifier: ^7.3.6
+ version: 7.3.6(rollup@4.18.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3))
devDependencies:
astro:
specifier: workspace:*
@@ -5555,11 +5555,11 @@ importers:
specifier: ^0.18.4
version: 0.18.4
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
vue:
specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.2)
+ version: 3.4.31(typescript@5.5.3)
packages/integrations/vue/test/fixtures/app-entrypoint:
dependencies:
@@ -5571,7 +5571,7 @@ importers:
version: link:../../../../../astro
vite-svg-loader:
specifier: 5.1.0
- version: 5.1.0(vue@3.4.31(typescript@5.5.2))
+ version: 5.1.0(vue@3.4.31(typescript@5.5.3))
packages/integrations/vue/test/fixtures/app-entrypoint-async:
dependencies:
@@ -5583,7 +5583,7 @@ importers:
version: link:../../../../../astro
vite-svg-loader:
specifier: 5.1.0
- version: 5.1.0(vue@3.4.31(typescript@5.5.2))
+ version: 5.1.0(vue@3.4.31(typescript@5.5.3))
packages/integrations/vue/test/fixtures/app-entrypoint-css:
dependencies:
@@ -5604,7 +5604,7 @@ importers:
version: link:../../../../../astro
vite-svg-loader:
specifier: 5.1.0
- version: 5.1.0(vue@3.4.31(typescript@5.5.2))
+ version: 5.1.0(vue@3.4.31(typescript@5.5.3))
packages/integrations/vue/test/fixtures/app-entrypoint-relative:
dependencies:
@@ -5709,11 +5709,11 @@ importers:
specifier: ^11.1.0
version: 11.1.0
remark-smartypants:
- specifier: ^3.0.1
- version: 3.0.1
+ specifier: ^3.0.2
+ version: 3.0.2
shiki:
- specifier: ^1.10.0
- version: 1.10.0
+ specifier: ^1.10.3
+ version: 1.10.3
unified:
specifier: ^11.0.5
version: 11.0.5
@@ -5727,8 +5727,8 @@ importers:
specifier: ^6.0.1
version: 6.0.1
vfile:
- specifier: ^6.0.1
- version: 6.0.1
+ specifier: ^6.0.2
+ version: 6.0.2
devDependencies:
'@types/estree':
specifier: ^1.0.5
@@ -5771,11 +5771,11 @@ importers:
specifier: workspace:*
version: link:../../scripts
typescript:
- specifier: ^5.5.2
- version: 5.5.2
+ specifier: ^5.5.3
+ version: 5.5.3
vite:
- specifier: ^5.3.2
- version: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ specifier: ^5.3.4
+ version: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
packages/telemetry:
dependencies:
@@ -5832,8 +5832,8 @@ importers:
specifier: ^0.4.1
version: 0.4.1
preferred-pm:
- specifier: ^3.1.3
- version: 3.1.3
+ specifier: ^3.1.4
+ version: 3.1.4
semver:
specifier: ^7.6.2
version: 7.6.2
@@ -5943,8 +5943,8 @@ packages:
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta
- '@astrojs/check@0.7.0':
- resolution: {integrity: sha512-UTqwOeKNu9IYZmJXEeWnQuTdSd/pX58Hl4TUARsMlT97SVDL//kLBE4T/ctxRz6J573N87oE5ddtW/uOOnQTug==}
+ '@astrojs/check@0.8.1':
+ resolution: {integrity: sha512-QTzCuiBWll3SLSe7OsWtWyZRbwChXwxM4Y0Jb84jdPOdYobzHad9ubU7V23qmK3Y0BNwgzCbEP5C5FPVitb31Q==}
hasBin: true
peerDependencies:
typescript: ^5.0.0
@@ -5956,11 +5956,11 @@ packages:
'@astrojs/compiler@1.8.2':
resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==}
- '@astrojs/compiler@2.8.1':
- resolution: {integrity: sha512-NGfPAgU/9rvDEwsXu82RI1AxiivaxtEYBK9saW1f+2fTHUUqCJQ27HYtb2akG2QxCmFikgZ9zk26BEWgiHho1Q==}
+ '@astrojs/compiler@2.8.2':
+ resolution: {integrity: sha512-2v2N2oDnMH6+CX1Wn6f45Afa4tdkUMutdx8pJaokfaOYnAU+u6+UK7o7sXqydKro1cLwVmmOIJv6AqiXnAdLDA==}
- '@astrojs/language-server@2.10.0':
- resolution: {integrity: sha512-crHXpqYfA5qWioiuZnZFpTsNItgBlF1f0S9MzDYS7/pfCALkHNJ7K3w9U/j0uMKymsT4hC7BfMaX0DYlfdSzHg==}
+ '@astrojs/language-server@2.11.1':
+ resolution: {integrity: sha512-WSIBBUK9lSeVD4KhPiZk2u3wsXdj7WEYvYPPs8ZsgbSVIOzUJWAKVcITHiXmcXlzZB5ubK44YUN/Hq+f2GeMyQ==}
hasBin: true
peerDependencies:
prettier: ^3.0.0
@@ -5975,24 +5975,24 @@ packages:
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.24.7':
- resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==}
+ '@babel/compat-data@7.24.9':
+ resolution: {integrity: sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.24.7':
- resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==}
+ '@babel/core@7.24.9':
+ resolution: {integrity: sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.24.7':
- resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==}
+ '@babel/generator@7.24.10':
+ resolution: {integrity: sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.24.7':
resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.24.7':
- resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==}
+ '@babel/helper-compilation-targets@7.24.8':
+ resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==}
engines: {node: '>=6.9.0'}
'@babel/helper-create-class-features-plugin@7.24.7':
@@ -6029,8 +6029,8 @@ packages:
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.24.7':
- resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==}
+ '@babel/helper-module-transforms@7.24.9':
+ resolution: {integrity: sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -6061,28 +6061,28 @@ packages:
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.24.7':
- resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
+ '@babel/helper-string-parser@7.24.8':
+ resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.24.7':
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.24.7':
- resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==}
+ '@babel/helper-validator-option@7.24.8':
+ resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.24.7':
- resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==}
+ '@babel/helpers@7.24.8':
+ resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==}
engines: {node: '>=6.9.0'}
'@babel/highlight@7.24.7':
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.24.7':
- resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
+ '@babel/parser@7.24.8':
+ resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -6159,12 +6159,12 @@ packages:
resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.24.7':
- resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==}
+ '@babel/traverse@7.24.8':
+ resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.7':
- resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
+ '@babel/types@7.24.9':
+ resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==}
engines: {node: '>=6.9.0'}
'@biomejs/biome@1.8.1':
@@ -6225,11 +6225,11 @@ packages:
engines: {node: '>=18.0.0'}
hasBin: true
- '@changesets/apply-release-plan@7.0.3':
- resolution: {integrity: sha512-klL6LCdmfbEe9oyfLxnidIf/stFXmrbFO/3gT5LU5pcyoZytzJe4gWpTBx3BPmyNPl16dZ1xrkcW7b98e3tYkA==}
+ '@changesets/apply-release-plan@7.0.4':
+ resolution: {integrity: sha512-HLFwhKWayKinWAul0Vj+76jVx1Pc2v55MGPVjZ924Y/ROeSsBMFutv9heHmCUj48lJyRfOTJG5+ar+29FUky/A==}
- '@changesets/assemble-release-plan@6.0.2':
- resolution: {integrity: sha512-n9/Tdq+ze+iUtjmq0mZO3pEhJTKkku9hUxtUadW30jlN7kONqJG3O6ALeXrmc6gsi/nvoCuKjqEJ68Hk8RbMTQ==}
+ '@changesets/assemble-release-plan@6.0.3':
+ resolution: {integrity: sha512-bLNh9/Lgl1VwkjWZTq8JmRqH+hj7/Yzfz0jsQ/zJJ+FTmVqmqPj3szeKOri8O/hEM8JmHW019vh2gTO9iq5Cuw==}
'@changesets/changelog-git@0.2.0':
resolution: {integrity: sha512-bHOx97iFI4OClIT35Lok3sJAwM31VbUM++gnMBV16fdbtBhgYu4dxsphBF/0AZZsyAHMrnM0yFcj5gZM1py6uQ==}
@@ -6237,24 +6237,24 @@ packages:
'@changesets/changelog-github@0.5.0':
resolution: {integrity: sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==}
- '@changesets/cli@2.27.6':
- resolution: {integrity: sha512-PB7KS5JkCQ4WSXlnfThn8CXAHVwYxFdZvYTimhi12fls/tzj9iimUhKsYwkrKSbw1AiVlGCZtihj5Wkt6siIjA==}
+ '@changesets/cli@2.27.7':
+ resolution: {integrity: sha512-6lr8JltiiXPIjDeYg4iM2MeePP6VN/JkmqBsVA5XRiy01hGS3y629LtSDvKcycj/w/5Eur1rEwby/MjcYS+e2A==}
hasBin: true
- '@changesets/config@3.0.1':
- resolution: {integrity: sha512-nCr8pOemUjvGJ8aUu8TYVjqnUL+++bFOQHBVmtNbLvKzIDkN/uiP/Z4RKmr7NNaiujIURHySDEGFPftR4GbTUA==}
+ '@changesets/config@3.0.2':
+ resolution: {integrity: sha512-cdEhS4t8woKCX2M8AotcV2BOWnBp09sqICxKapgLHf9m5KdENpWjyrFNMjkLqGJtUys9U+w93OxWT0czorVDfw==}
'@changesets/errors@0.2.0':
resolution: {integrity: sha512-6BLOQUscTpZeGljvyQXlWOItQyU71kCdGz7Pi8H8zdw6BI0g3m43iL4xKUVPWtG+qrrL9DTjpdn8eYuCQSRpow==}
- '@changesets/get-dependents-graph@2.1.0':
- resolution: {integrity: sha512-QOt6pQq9RVXKGHPVvyKimJDYJumx7p4DO5MO9AhRJYgAPgv0emhNqAqqysSVKHBm4sxKlGN4S1zXOIb5yCFuhQ==}
+ '@changesets/get-dependents-graph@2.1.1':
+ resolution: {integrity: sha512-LRFjjvigBSzfnPU2n/AhFsuWR5DK++1x47aq6qZ8dzYsPtS/I5mNhIGAS68IAxh1xjO9BTtz55FwefhANZ+FCA==}
'@changesets/get-github-info@0.6.0':
resolution: {integrity: sha512-v/TSnFVXI8vzX9/w3DU2Ol+UlTZcu3m0kXTjTT4KlAdwSvwutcByYwyYn9hwerPWfPkT2JfpoX0KgvCEi8Q/SA==}
- '@changesets/get-release-plan@4.0.2':
- resolution: {integrity: sha512-rOalz7nMuMV2vyeP7KBeAhqEB7FM2GFPO5RQSoOoUKKH9L6wW3QyPA2K+/rG9kBrWl2HckPVES73/AuwPvbH3w==}
+ '@changesets/get-release-plan@4.0.3':
+ resolution: {integrity: sha512-6PLgvOIwTSdJPTtpdcr3sLtGatT+Jr22+cQwEBJBy6wP0rjB4yJ9lv583J9fVpn1bfQlBkDa8JxbS2g/n9lIyA==}
'@changesets/get-version-range-type@0.4.0':
resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==}
@@ -6298,47 +6298,47 @@ packages:
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
engines: {node: '>=0.1.90'}
- '@csstools/cascade-layer-name-parser@1.0.12':
- resolution: {integrity: sha512-iNCCOnaoycAfcIot3v/orjkTol+j8+Z5xgpqxUpZSdqeaxCADQZtldHhlvzDipmi7OoWdcJUO6DRZcnkMSBEIg==}
+ '@csstools/cascade-layer-name-parser@1.0.13':
+ resolution: {integrity: sha512-MX0yLTwtZzr82sQ0zOjqimpZbzjMaK/h2pmlrLK7DCzlmiZLYFpoO94WmN1akRVo6ll/TdpHb53vihHLUMyvng==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- '@csstools/css-parser-algorithms': ^2.7.0
- '@csstools/css-tokenizer': ^2.3.2
+ '@csstools/css-parser-algorithms': ^2.7.1
+ '@csstools/css-tokenizer': ^2.4.1
'@csstools/color-helpers@4.2.1':
resolution: {integrity: sha512-CEypeeykO9AN7JWkr1OEOQb0HRzZlPWGwV0Ya6DuVgFdDi6g3ma/cPZ5ZPZM4AWQikDpq/0llnGGlIL+j8afzw==}
engines: {node: ^14 || ^16 || >=18}
- '@csstools/css-calc@1.2.3':
- resolution: {integrity: sha512-rlOh81K3CvtY969Od5b1h29YT6MpCHejMCURKrRrXFeCpz67HGaBNvBmWT5S7S+CKn+V7KJ+qxSmK8jNd/aZWA==}
+ '@csstools/css-calc@1.2.4':
+ resolution: {integrity: sha512-tfOuvUQeo7Hz+FcuOd3LfXVp+342pnWUJ7D2y8NUpu1Ww6xnTbHLpz018/y6rtbHifJ3iIEf9ttxXd8KG7nL0Q==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- '@csstools/css-parser-algorithms': ^2.7.0
- '@csstools/css-tokenizer': ^2.3.2
+ '@csstools/css-parser-algorithms': ^2.7.1
+ '@csstools/css-tokenizer': ^2.4.1
- '@csstools/css-color-parser@2.0.3':
- resolution: {integrity: sha512-Qqhb5I/gEh1wI4brf6Kmy0Xn4J1IqO8OTDKWGRsBYtL4bGkHcV9i0XI2Mmo/UYFtSRoXW/RmKTcMh6sCI433Cw==}
+ '@csstools/css-color-parser@2.0.5':
+ resolution: {integrity: sha512-lRZSmtl+DSjok3u9hTWpmkxFZnz7stkbZxzKc08aDUsdrWwhSgWo8yq9rq9DaFUtbAyAq2xnH92fj01S+pwIww==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- '@csstools/css-parser-algorithms': ^2.7.0
- '@csstools/css-tokenizer': ^2.3.2
+ '@csstools/css-parser-algorithms': ^2.7.1
+ '@csstools/css-tokenizer': ^2.4.1
- '@csstools/css-parser-algorithms@2.7.0':
- resolution: {integrity: sha512-qvBMcOU/uWFCH/VO0MYe0AMs0BGMWAt6FTryMbFIKYtZtVnqTZtT8ktv5o718llkaGZWomJezJZjq3vJDHeJNQ==}
+ '@csstools/css-parser-algorithms@2.7.1':
+ resolution: {integrity: sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- '@csstools/css-tokenizer': ^2.3.2
+ '@csstools/css-tokenizer': ^2.4.1
- '@csstools/css-tokenizer@2.3.2':
- resolution: {integrity: sha512-0xYOf4pQpAaE6Sm2Q0x3p25oRukzWQ/O8hWVvhIt9Iv98/uu053u2CGm/g3kJ+P0vOYTAYzoU8Evq2pg9ZPXtw==}
+ '@csstools/css-tokenizer@2.4.1':
+ resolution: {integrity: sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==}
engines: {node: ^14 || ^16 || >=18}
- '@csstools/media-query-list-parser@2.1.12':
- resolution: {integrity: sha512-t1/CdyVJzOQUiGUcIBXRzTAkWTFPxiPnoKwowKW2z9Uj78c2bBWI/X94BeVfUwVq1xtCjD7dnO8kS6WONgp8Jw==}
+ '@csstools/media-query-list-parser@2.1.13':
+ resolution: {integrity: sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
- '@csstools/css-parser-algorithms': ^2.7.0
- '@csstools/css-tokenizer': ^2.3.2
+ '@csstools/css-parser-algorithms': ^2.7.1
+ '@csstools/css-tokenizer': ^2.4.1
'@csstools/postcss-cascade-layers@4.0.6':
resolution: {integrity: sha512-Xt00qGAQyqAODFiFEJNkTpSUz5VfYqnDLECdlA/Vv17nl/OIV5QfTRHGAXrBGG5YcJyHpJ+GF9gF/RZvOQz4oA==}
@@ -6346,20 +6346,26 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-color-function@3.0.17':
- resolution: {integrity: sha512-hi6g5KHMvxpxf01LCVu5xnNxX5h2Vkn9aKRmspn2esWjWtshuTXVOavTjwvogA+Eycm9Rn21QTYNU+qbKw6IeQ==}
+ '@csstools/postcss-color-function@3.0.19':
+ resolution: {integrity: sha512-d1OHEXyYGe21G3q88LezWWx31ImEDdmINNDy0LyLNN9ChgN2bPxoubUPiHf9KmwypBMaHmNcMuA/WZOKdZk/Lg==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-color-mix-function@2.0.17':
- resolution: {integrity: sha512-Y65GHGCY1R+9+/5KrJjN7gAF1NZydng4AGknMggeUJIyo2ckLb4vBrlDmpIcHDdjQtV5631j1hxvalVTbpoiFw==}
+ '@csstools/postcss-color-mix-function@2.0.19':
+ resolution: {integrity: sha512-mLvQlMX+keRYr16AuvuV8WYKUwF+D0DiCqlBdvhQ0KYEtcQl9/is9Ssg7RcIys8x0jIn2h1zstS4izckdZj9wg==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-exponential-functions@1.0.8':
- resolution: {integrity: sha512-/4WHpu4MrCCsUWRaDreyBcdF+5xnudk1JJLg6aWREeMaSpr3vsD0eywmOXct3xUm28TCqKS//S86IlcDJJdzoQ==}
+ '@csstools/postcss-content-alt-text@1.0.0':
+ resolution: {integrity: sha512-SkHdj7EMM/57GVvSxSELpUg7zb5eAndBeuvGwFzYtU06/QXJ/h9fuK7wO5suteJzGhm3GDF/EWPCdWV2h1IGHQ==}
+ engines: {node: ^14 || ^16 || >=18}
+ peerDependencies:
+ postcss: ^8.4
+
+ '@csstools/postcss-exponential-functions@1.0.9':
+ resolution: {integrity: sha512-x1Avr15mMeuX7Z5RJUl7DmjhUtg+Amn5DZRD0fQ2TlTFTcJS8U1oxXQ9e5mA62S2RJgUU6db20CRoJyDvae2EQ==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -6370,26 +6376,26 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-gamut-mapping@1.0.10':
- resolution: {integrity: sha512-iPz4/cO8YiNjAYdtAiKGBdKZdFlAvDtUr2AgvAMxCa83e9MwTIKmsJZC3Frw7VYmkfknmdElEZr1FJU+PmB2PA==}
+ '@csstools/postcss-gamut-mapping@1.0.11':
+ resolution: {integrity: sha512-KrHGsUPXRYxboXmJ9wiU/RzDM7y/5uIefLWKFSc36Pok7fxiPyvkSHO51kh+RLZS1W5hbqw9qaa6+tKpTSxa5g==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-gradients-interpolation-method@4.0.18':
- resolution: {integrity: sha512-rZH7RnNYY911I/n8+DRrcri89GffptdyuFDGGj/UbxDISFirdR1uI/wcur9KYR/uFHXqrnJjrfi1cisfB7bL+g==}
+ '@csstools/postcss-gradients-interpolation-method@4.0.20':
+ resolution: {integrity: sha512-ZFl2JBHano6R20KB5ZrB8KdPM2pVK0u+/3cGQ2T8VubJq982I2LSOvQ4/VtxkAXjkPkk1rXt4AD1ni7UjTZ1Og==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-hwb-function@3.0.16':
- resolution: {integrity: sha512-nlC4D5xB7pomgR4kDZ1lqbVqrs6gxPqsM2OE5CkCn0EqCMxtqqtadtbK2dcFwzyujv3DL4wYNo+fgF4rJgLPZA==}
+ '@csstools/postcss-hwb-function@3.0.18':
+ resolution: {integrity: sha512-3ifnLltR5C7zrJ+g18caxkvSRnu9jBBXCYgnBznRjxm6gQJGnnCO9H6toHfywNdNr/qkiVf2dymERPQLDnjLRQ==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-ic-unit@3.0.6':
- resolution: {integrity: sha512-fHaU9C/sZPauXMrzPitZ/xbACbvxbkPpHoUgB9Kw5evtsBWdVkVrajOyiT9qX7/c+G1yjApoQjP1fQatldsy9w==}
+ '@csstools/postcss-ic-unit@3.0.7':
+ resolution: {integrity: sha512-YoaNHH2wNZD+c+rHV02l4xQuDpfR8MaL7hD45iJyr+USwvr0LOheeytJ6rq8FN6hXBmEeoJBeXXgGmM8fkhH4g==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -6406,8 +6412,8 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-light-dark-function@1.0.6':
- resolution: {integrity: sha512-bu+cxKpcTrMDMkVCv7QURwKNPZEuXA3J0Udvz3HfmQHt4+OIvvfvDpTgejFXdOliCU4zK9/QdqebPcYneygZtg==}
+ '@csstools/postcss-light-dark-function@1.0.8':
+ resolution: {integrity: sha512-x0UtpCyVnERsplUeoaY6nEtp1HxTf4lJjoK/ULEm40DraqFfUdUSt76yoOyX5rGY6eeOUOkurHyYlFHVKv/pew==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -6436,20 +6442,20 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-logical-viewport-units@2.0.10':
- resolution: {integrity: sha512-nGP0KanI/jXrUMpaIBz6mdy/vNs3d/cjbNYuoEc7lCdNkntmxZvwxC2zIKI8QzGWaYsh9jahozMVceZ0jNyjgg==}
+ '@csstools/postcss-logical-viewport-units@2.0.11':
+ resolution: {integrity: sha512-ElITMOGcjQtvouxjd90WmJRIw1J7KMP+M+O87HaVtlgOOlDt1uEPeTeii8qKGe2AiedEp0XOGIo9lidbiU2Ogg==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-media-minmax@1.1.7':
- resolution: {integrity: sha512-AjLG+vJvhrN2geUjYNvzncW1TJ+vC4QrVPGrLPxOSJ2QXC94krQErSW4aXMj0b13zhvVWeqf2NHIOVQknqV9cg==}
+ '@csstools/postcss-media-minmax@1.1.8':
+ resolution: {integrity: sha512-KYQCal2i7XPNtHAUxCECdrC7tuxIWQCW+s8eMYs5r5PaAiVTeKwlrkRS096PFgojdNCmHeG0Cb7njtuNswNf+w==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.10':
- resolution: {integrity: sha512-DXae3i7OYJTejxcoUuf/AOIpy+6FWfGGKo/I3WefZI538l3k+ErU6V2xQOx/UmUXT2FDIdE1Ucl9JkZib2rEsA==}
+ '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.11':
+ resolution: {integrity: sha512-YD6jrib20GRGQcnOu49VJjoAnQ/4249liuz7vTpy/JfgqQ1Dlc5eD4HPUMNLOw9CWey9E6Etxwf/xc/ZF8fECA==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -6466,20 +6472,20 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-oklab-function@3.0.17':
- resolution: {integrity: sha512-kIng3Xmw6NKUvD/eEoHGwbyDFXDsuzsVGtNo3ndgZYYqy+DLiD+3drxwRKiViE5LUieLB1ERczXpLVmpSw61eg==}
+ '@csstools/postcss-oklab-function@3.0.19':
+ resolution: {integrity: sha512-e3JxXmxjU3jpU7TzZrsNqSX4OHByRC3XjItV3Ieo/JEQmLg5rdOL4lkv/1vp27gXemzfNt44F42k/pn0FpE21Q==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-progressive-custom-properties@3.2.0':
- resolution: {integrity: sha512-BZlirVxCRgKlE7yVme+Xvif72eTn1MYXj8oZ4Knb+jwaH4u3AN1DjbhM7j86RP5vvuAOexJ4JwfifYYKWMN/QQ==}
+ '@csstools/postcss-progressive-custom-properties@3.3.0':
+ resolution: {integrity: sha512-W2oV01phnILaRGYPmGFlL2MT/OgYjQDrL9sFlbdikMFi6oQkFki9B86XqEWR7HCsTZFVq7dbzr/o71B75TKkGg==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-relative-color-syntax@2.0.17':
- resolution: {integrity: sha512-EVckAtG8bocItZflXLJ50Su+gwg/4Jhkz1BztyNsT0/svwS6QMAeLjyUA75OsgtejNWQHvBMWna4xc9LCqdjrQ==}
+ '@csstools/postcss-relative-color-syntax@2.0.19':
+ resolution: {integrity: sha512-MxUMSNvio1WwuS6WRLlQuv6nNPXwIWUFzBBAvL/tBdWfiKjiJnAa6eSSN5gtaacSqUkQ/Ce5Z1OzLRfeaWhADA==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -6490,8 +6496,8 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-stepped-value-functions@3.0.9':
- resolution: {integrity: sha512-uAw1J8hiZ0mM1DLaziI7CP5oagSwDnS5kufuROGIJFzESYfTqNVS3b7FgDZto9AxXdkwI+Sn48+cvG8PwzGMog==}
+ '@csstools/postcss-stepped-value-functions@3.0.10':
+ resolution: {integrity: sha512-MZwo0D0TYrQhT5FQzMqfy/nGZ28D1iFtpN7Su1ck5BPHS95+/Y5O9S4kEvo76f2YOsqwYcT8ZGehSI1TnzuX2g==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -6502,8 +6508,8 @@ packages:
peerDependencies:
postcss: ^8.4
- '@csstools/postcss-trigonometric-functions@3.0.9':
- resolution: {integrity: sha512-rCAtKX3EsH91ZIHoxFzAAcMQeQCS+PsjzHl6fvsGXz/SV3lqzSmO7MWgFXyPktC2zjZXgOObAJ/2QkhMqVpgNg==}
+ '@csstools/postcss-trigonometric-functions@3.0.10':
+ resolution: {integrity: sha512-G9G8moTc2wiad61nY5HfvxLiM/myX0aYK4s1x8MQlPH29WDPxHQM7ghGgvv2qf2xH+rrXhztOmjGHJj4jsEqXw==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -6700,8 +6706,8 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.0':
- resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
+ '@eslint-community/regexpp@4.11.0':
+ resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
'@eslint/config-array@0.17.0':
@@ -6712,8 +6718,8 @@ packages:
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.6.0':
- resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==}
+ '@eslint/js@9.7.0':
+ resolution: {integrity: sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -6855,9 +6861,6 @@ packages:
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
engines: {node: '>=18.0.0'}
- '@johnsoncodehk/vscode-html-languageservice@5.2.0-34a5462':
- resolution: {integrity: sha512-etqLfpSJ5zaw76KUNF603be6d6QsiQPmaHr9FKEp4zhLZJzWCCMH6Icak7MtLUFLZLMpL761mZNImi/joBo1ZA==}
-
'@jridgewell/gen-mapping@0.3.5':
resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
engines: {node: '>=6.0.0'}
@@ -7065,8 +7068,8 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@playwright/test@1.45.0':
- resolution: {integrity: sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==}
+ '@playwright/test@1.45.2':
+ resolution: {integrity: sha512-JxG9eq92ET75EbVi3s+4sYbcG7q72ECeZNbdBlaMkGcNbiDQ4cAi8U2QP5oKkOx+1gpaiL1LDStmzCaEM1Z6fQ==}
engines: {node: '>=18'}
hasBin: true
@@ -7079,11 +7082,11 @@ packages:
'@babel/core': 7.x
vite: 2.x || 3.x || 4.x || 5.x
- '@preact/signals-core@1.6.0':
- resolution: {integrity: sha512-O/XGxwP85h1F7+ouqTMOIZ3+V1whfaV9ToIVcuyGriD4JkSD00cQo54BKdqjvBJxbenvp7ynfqRHEwI6e+NIhw==}
+ '@preact/signals-core@1.7.0':
+ resolution: {integrity: sha512-bEZLgmJGSBVP5PUPDowhPW3bVdMmp9Tr5OEl+SQK+8Tv9T7UsIfyN905cfkmmeqw8z4xp8T6zrl4M1uj9+HAfg==}
- '@preact/signals@1.2.3':
- resolution: {integrity: sha512-M2DXse3Wi8HwjI1d2vQWOLJ3lHogvqTsJYvl4ofXRXgMFQzJ7kmlZvlt5i8x5S5VwgZu0ghru4HkLqOoFfU2JQ==}
+ '@preact/signals@1.3.0':
+ resolution: {integrity: sha512-EOMeg42SlLS72dhoq6Vjq08havnLseWmPQ8A0YsgIAqMgWgx7V1a39+Pxo6i7SY5NwJtH4849JogFq3M67AzWg==}
peerDependencies:
preact: 10.x
@@ -7117,95 +7120,95 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.18.0':
- resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
+ '@rollup/rollup-android-arm-eabi@4.18.1':
+ resolution: {integrity: sha512-lncuC4aHicncmbORnx+dUaAgzee9cm/PbIqgWz1PpXuwc+sa1Ct83tnqUDy/GFKleLiN7ZIeytM6KJ4cAn1SxA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.18.0':
- resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
+ '@rollup/rollup-android-arm64@4.18.1':
+ resolution: {integrity: sha512-F/tkdw0WSs4ojqz5Ovrw5r9odqzFjb5LIgHdHZG65dFI1lWTWRVy32KDJLKRISHgJvqUeUhdIvy43fX41znyDg==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.18.0':
- resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
+ '@rollup/rollup-darwin-arm64@4.18.1':
+ resolution: {integrity: sha512-vk+ma8iC1ebje/ahpxpnrfVQJibTMyHdWpOGZ3JpQ7Mgn/3QNHmPq7YwjZbIE7km73dH5M1e6MRRsnEBW7v5CQ==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.18.0':
- resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
+ '@rollup/rollup-darwin-x64@4.18.1':
+ resolution: {integrity: sha512-IgpzXKauRe1Tafcej9STjSSuG0Ghu/xGYH+qG6JwsAUxXrnkvNHcq/NL6nz1+jzvWAnQkuAJ4uIwGB48K9OCGA==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
- resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
+ resolution: {integrity: sha512-P9bSiAUnSSM7EmyRK+e5wgpqai86QOSv8BwvkGjLwYuOpaeomiZWifEos517CwbG+aZl1T4clSE1YqqH2JRs+g==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
- resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
+ resolution: {integrity: sha512-5RnjpACoxtS+aWOI1dURKno11d7krfpGDEn19jI8BuWmSBbUC4ytIADfROM1FZrFhQPSoP+KEa3NlEScznBTyQ==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
- resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
+ resolution: {integrity: sha512-8mwmGD668m8WaGbthrEYZ9CBmPug2QPGWxhJxh/vCgBjro5o96gL04WLlg5BA233OCWLqERy4YUzX3bJGXaJgQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.18.0':
- resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
+ resolution: {integrity: sha512-dJX9u4r4bqInMGOAQoGYdwDP8lQiisWb9et+T84l2WXk41yEej8v2iGKodmdKimT8cTAYt0jFb+UEBxnPkbXEQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
- resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
+ resolution: {integrity: sha512-V72cXdTl4EI0x6FNmho4D502sy7ed+LuVW6Ym8aI6DRQ9hQZdp5sj0a2usYOlqvFBNKQnLQGwmYnujo2HvjCxQ==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
- resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
+ resolution: {integrity: sha512-f+pJih7sxoKmbjghrM2RkWo2WHUW8UbfxIQiWo5yeCaCM0TveMEuAzKJte4QskBp1TIinpnRcxkquY+4WuY/tg==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
- resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
+ resolution: {integrity: sha512-qb1hMMT3Fr/Qz1OKovCuUM11MUNLUuHeBC2DPPAWUYYUAOFWaxInaTwTQmc7Fl5La7DShTEpmYwgdt2hG+4TEg==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.18.0':
- resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
+ resolution: {integrity: sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.18.0':
- resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
+ '@rollup/rollup-linux-x64-musl@4.18.1':
+ resolution: {integrity: sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
- resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
+ resolution: {integrity: sha512-W2ZNI323O/8pJdBGil1oCauuCzmVd9lDmWBBqxYZcOqWD6aWqJtVBQ1dFrF4dYpZPks6F+xCZHfzG5hYlSHZ6g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
- resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
+ resolution: {integrity: sha512-ELfEX1/+eGZYMaCIbK4jqLxO1gyTSOIlZr6pbC4SRYFaSIDVKOnZNMdoZ+ON0mrFDp4+H5MhwNC1H/AhE3zQLg==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.18.0':
- resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
+ resolution: {integrity: sha512-yjk2MAkQmoaPYCSu35RLJ62+dz358nE83VfTePJRp8CG7aMg25mEJYpXFiD+NcevhX8LxD5OP5tktPXnXN7GDw==}
cpu: [x64]
os: [win32]
- '@shikijs/core@1.10.0':
- resolution: {integrity: sha512-BZcr6FCmPfP6TXaekvujZcnkFmJHZ/Yglu97r/9VjzVndQA56/F4WjUKtJRQUnK59Wi7p/UTAOekMfCJv7jnYg==}
+ '@shikijs/core@1.10.3':
+ resolution: {integrity: sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==}
'@sindresorhus/merge-streams@2.3.0':
resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==}
engines: {node: '>=18'}
- '@solidjs/router@0.13.6':
- resolution: {integrity: sha512-CdpFsBYoiJ/FQ4wZIamj3KEFRkmrYu5sVXM6PouNkmSENta1YJamsm9wa/VjaPmkw2RsnDnO0UvZ705v6EgOXQ==}
+ '@solidjs/router@0.14.1':
+ resolution: {integrity: sha512-GumQ4jbt5xDngLypAndC4EjapY/3DP0G8Az4YWEVQHdCtjHwB8IOm32eEBxE9lKpOffbtXV0r/0X0mofHJ1m5w==}
peerDependencies:
solid-js: ^1.8.6
@@ -7420,8 +7423,8 @@ packages:
'@types/server-destroy@1.0.3':
resolution: {integrity: sha512-Qq0fn70C7TLDG1W9FCblKufNWW1OckQ41dVKV2Dku5KdZF7bexezG4e2WBaBKhdwL3HZ+cYCEIKwg2BRgzrWmA==}
- '@types/set-cookie-parser@2.4.9':
- resolution: {integrity: sha512-bCorlULvl0xTdjj4BPUHX4cqs9I+go2TfW/7Do1nnFYWS0CPP429Qr1AY42kiFhCwLpvAkWFr1XIBHd8j6/MCQ==}
+ '@types/set-cookie-parser@2.4.10':
+ resolution: {integrity: sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw==}
'@types/strip-bom@3.0.0':
resolution: {integrity: sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==}
@@ -7456,8 +7459,8 @@ packages:
'@types/yargs-parser@21.0.3':
resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==}
- '@typescript-eslint/eslint-plugin@7.14.1':
- resolution: {integrity: sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==}
+ '@typescript-eslint/eslint-plugin@7.16.1':
+ resolution: {integrity: sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
'@typescript-eslint/parser': ^7.0.0
@@ -7467,8 +7470,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@7.14.1':
- resolution: {integrity: sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==}
+ '@typescript-eslint/parser@7.16.1':
+ resolution: {integrity: sha512-u+1Qx86jfGQ5i4JjK33/FnawZRpsLxRnKzGE6EABZ40KxVT/vWsiZFEBBHjFOljmmV3MBYOHEKi0Jm9hbAOClA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -7477,12 +7480,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@7.14.1':
- resolution: {integrity: sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==}
+ '@typescript-eslint/scope-manager@7.16.1':
+ resolution: {integrity: sha512-nYpyv6ALte18gbMz323RM+vpFpTjfNdyakbf3nsLvF43uF9KeNC289SUEW3QLZ1xPtyINJ1dIsZOuWuSRIWygw==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/type-utils@7.14.1':
- resolution: {integrity: sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==}
+ '@typescript-eslint/type-utils@7.16.1':
+ resolution: {integrity: sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -7491,12 +7494,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@7.14.1':
- resolution: {integrity: sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==}
+ '@typescript-eslint/types@7.16.1':
+ resolution: {integrity: sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/typescript-estree@7.14.1':
- resolution: {integrity: sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==}
+ '@typescript-eslint/typescript-estree@7.16.1':
+ resolution: {integrity: sha512-0vFPk8tMjj6apaAZ1HlwM8w7jbghC8jc1aRNJG5vN8Ym5miyhTQGMqU++kuBFDNKe9NcPeZ6x0zfSzV8xC1UlQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
@@ -7504,14 +7507,14 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@7.14.1':
- resolution: {integrity: sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==}
+ '@typescript-eslint/utils@7.16.1':
+ resolution: {integrity: sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/visitor-keys@7.14.1':
- resolution: {integrity: sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==}
+ '@typescript-eslint/visitor-keys@7.16.1':
+ resolution: {integrity: sha512-Qlzzx4sE4u3FsHTPQAAQFJFNOuqtuY0LFrZHwQ8IHK705XxBiWOFkfKRWu6niB7hwfgnwIpO4jTC75ozW1PHWg==}
engines: {node: ^18.18.0 || >=20.0.0}
'@typescript/twoslash@3.1.0':
@@ -7540,8 +7543,8 @@ packages:
'@vercel/edge@1.1.1':
resolution: {integrity: sha512-NtKiIbn9Cq6HWGy+qRudz28mz5nxfOJWls5Pnckjw1yCfSX8rhXdvY/il3Sy3Zd5n/sKCM2h7VSCCpJF/oaDrQ==}
- '@vercel/nft@0.27.2':
- resolution: {integrity: sha512-7LeioS1yE5hwPpQfD3DdH04tuugKjo5KrJk3yK5kAI3Lh76iSsK/ezoFQfzuT08X3ZASQOd1y9ePjLNI9+TxTQ==}
+ '@vercel/nft@0.27.3':
+ resolution: {integrity: sha512-oySTdDSzUAFDXpsSLk9Q943o+/Yu/+TCFxnehpFQEf/3khi2stMpTHPVNwFdvZq/Z4Ky93lE+MGHpXCRpMkSCA==}
engines: {node: '>=16'}
hasBin: true
@@ -7583,34 +7586,31 @@ packages:
'@vitest/utils@2.0.3':
resolution: {integrity: sha512-c/UdELMuHitQbbc/EVctlBaxoYAwQPQdSNwv7z/vHyBKy2edYZaFgptE27BRueZB7eW8po+cllotMNTDpL3HWg==}
- '@volar/kit@2.2.5':
- resolution: {integrity: sha512-Bmn0UCaT43xUGGRwcmFG9lKhiCCLjRT4ScSLLPn5C9ltUcSGnIFFDlbZZa1PreHYHq25/4zkXt9Ap32klAh17w==}
+ '@volar/kit@2.4.0-alpha.16':
+ resolution: {integrity: sha512-jRPfMrxl8N53UkFINMoY777FBqG49RUqWkJt4yOlNEW8CmUS8fmUw4cz/jMv08KnQUyD3IeZWFtt3XZcQqe4Zw==}
peerDependencies:
typescript: '*'
- '@volar/language-core@2.2.5':
- resolution: {integrity: sha512-2htyAuxRrAgETmFeUhT4XLELk3LiEcqoW/B8YUXMF6BrGWLMwIR09MFaZYvrA2UhbdAeSyeQ726HaWSWkexUcQ==}
-
- '@volar/language-server@2.2.5':
- resolution: {integrity: sha512-PV/jkUkI+m72HTXwnY7hsGqLY3VNi96ZRoWFRzVC9QG/853bixxjveXPJIiydMJ9I739lO3kcj3hnGrF5Sm+HA==}
+ '@volar/language-core@2.4.0-alpha.16':
+ resolution: {integrity: sha512-oOTnIZlx0P/idFwVw+W0NbzKDtZAQMzXSdIFfTePCKcXlb4Ys12GaGkx8NF9dsvPYV3nbv3ZsSxnkZWBmNKd7A==}
- '@volar/language-service@2.2.5':
- resolution: {integrity: sha512-a97e/0uCe+uSu23F4zvgvldqJtZe6jugQeEHWjTfhgOEO8+Be0t5CZNNVItQqmPyAsD8eElg0S/cP6uxvCmCSQ==}
+ '@volar/language-server@2.4.0-alpha.16':
+ resolution: {integrity: sha512-DswMBlmmXPo9fb1Dmb2qrCtxRDgQPej5jUjAoUm+1wO5k02Tk+jIvbbd/R3EzyHFTARmiRH5/bSOfRefHyuMsg==}
- '@volar/snapshot-document@2.2.5':
- resolution: {integrity: sha512-MTOvWVKxM7ugKO3Amffkv2pND03fe2JtfygYaputqjVFML7YxtTXj8SPnI2pODLeSwOKzDYL6Q8r5j6Y5AgUzQ==}
+ '@volar/language-service@2.4.0-alpha.16':
+ resolution: {integrity: sha512-iIRUY0EL9jp8Od7Py/GlYpCu469GFDYl7ai716pQgwipjpjEjRQiuGAD2+cSFjOVXDsMPFpJ+Dpei7aSvE/8pQ==}
- '@volar/source-map@2.2.5':
- resolution: {integrity: sha512-wrOEIiZNf4E+PWB0AxyM4tfhkfldPsb3bxg8N6FHrxJH2ohar7aGu48e98bp3pR9HUA7P/pR9VrLmkTrgCCnWQ==}
+ '@volar/snapshot-document@2.4.0-alpha.16':
+ resolution: {integrity: sha512-X9xZeLvkmhjkrz27J6nq9JhYWV8AUT1KS9fi4s+Mo1FOh5HHUIx/QzhrwsUN/pY1z3kO+vtrl2DE6NVJRYwwbw==}
- '@volar/typescript@2.2.5':
- resolution: {integrity: sha512-eSV/n75+ppfEVugMC/salZsI44nXDPAyL6+iTYCNLtiLHGJsnMv9GwiDMujrvAUj/aLQyqRJgYtXRoxop2clCw==}
+ '@volar/source-map@2.4.0-alpha.16':
+ resolution: {integrity: sha512-sL9vNG7iR2hiKZor7UkD5Sufu3QCia4cbp2gX/nGRNSdaPbhOpdAoavwlBm0PrVkpiA19NZuavZoobD8krviFg==}
- '@vscode/emmet-helper@2.9.2':
- resolution: {integrity: sha512-MaGuyW+fa13q3aYsluKqclmh62Hgp0BpKIqS66fCxfOaBcVQ1OnMQxRRgQUYnCkxFISAQlkJ0qWWPyXjro1Qrg==}
+ '@volar/typescript@2.4.0-alpha.16':
+ resolution: {integrity: sha512-WCx7z5O81McCQp2cC0c8081y+MgTiAR2WAiJjVL4tr4Qh4GgqK0lgn3CqAjcKizaK1R5y3wfrUqgIYr+QeFYcw==}
- '@vscode/l10n@0.0.16':
- resolution: {integrity: sha512-JT5CvrIYYCrmB+dCana8sUqJEcGB1ZDXNLMQ2+42bW995WmNoenijWMUdZfwmuQUTQcEVVIa2OecZzTYWUW9Cg==}
+ '@vscode/emmet-helper@2.9.3':
+ resolution: {integrity: sha512-rB39LHWWPQYYlYfpv9qCoZOVioPCftKXXqrsyqN1mTWZM6dTnONT63Db+03vgrBbHzJN45IrgS/AGxw9iiqfEw==}
'@vscode/l10n@0.0.18':
resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==}
@@ -7643,16 +7643,16 @@ packages:
'@vue/compiler-ssr@3.4.31':
resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
- '@vue/devtools-core@7.3.5':
- resolution: {integrity: sha512-uSC3IkIp6MtyJYSh5xzY99sgqlAXLq+peE2KKXTi6JeRHOtMngFWFWENXi70IJ1EVGYztiFQoHhI9WZcgKBz8g==}
+ '@vue/devtools-core@7.3.6':
+ resolution: {integrity: sha512-XqFYVkyS3eySHF4bgLt+KF6yL6nYzVY/JTJHnK6KIJXIE4GIAxmn5Gxfsb4cUG9sl0FGiMqRCnM37Q+P08wr8A==}
peerDependencies:
vue: ^3.0.0
- '@vue/devtools-kit@7.3.5':
- resolution: {integrity: sha512-wwfi10gJ1HMtjzcd8aIOnzBHlIRqsYDgcDyrKvkeyc0Gbcoe7UrkXRVHZUOtcxxoplHA0PwpT6wFg0uUCmi8Ww==}
+ '@vue/devtools-kit@7.3.6':
+ resolution: {integrity: sha512-5Ym9V3fkJenEoptqKoo+cgY5RTVwrSssFdzRsuyIgaeiskCT+rRJeQdwoo81tyrQ1mfS7Er1rYZlSzr3Y3L/ew==}
- '@vue/devtools-shared@7.3.5':
- resolution: {integrity: sha512-Rqii3VazmWTi67a86rYopi61n5Ved05EybJCwyrfoO9Ok3MaS/4yRFl706ouoISMlyrASJFEzM0/AiDA6w4f9A==}
+ '@vue/devtools-shared@7.3.6':
+ resolution: {integrity: sha512-R/FOmdJV+hhuwcNoxp6e87RRkEeDMVhWH+nOsnHUrwjjsyeXJ2W1475Ozmw+cbZhejWQzftkHVKO28Fuo1yqCw==}
'@vue/reactivity@3.1.5':
resolution: {integrity: sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==}
@@ -7697,8 +7697,8 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn@8.12.0:
- resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==}
+ acorn@8.12.1:
+ resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -7832,8 +7832,9 @@ packages:
peerDependencies:
postcss: ^8.1.0
- axobject-query@4.0.0:
- resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==}
+ axobject-query@4.1.0:
+ resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
+ engines: {node: '>= 0.4'}
babel-plugin-jsx-dom-expressions@0.37.19:
resolution: {integrity: sha512-nef2eLpWBgFggwrYwN6O3dNKn3RnlX6n4DIamNEAeHwp03kVQUaKUiLaEPnHPJHwxie1KwPelyIY9QikU03vUA==}
@@ -8205,8 +8206,8 @@ packages:
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
engines: {node: '>= 6'}
- cssdb@8.0.0:
- resolution: {integrity: sha512-hfpm8VXc7/dhcEWpLvKDLwImOSk1sa2DxL36OEiY/4h2MGfKjPYIMZo4hnEEl+TCJr2GwcX46jF5TafRASDe9w==}
+ cssdb@8.1.0:
+ resolution: {integrity: sha512-BQN57lfS4dYt2iL0LgyrlDbefZKEtUyrO8rbzrbGrqBk6OoyNTQLF+porY9DrpDBjLo4NEvj2IJttC7vf3x+Ew==}
cssesc@3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
@@ -8381,8 +8382,8 @@ packages:
resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==}
engines: {node: '>=10'}
- drizzle-orm@0.31.2:
- resolution: {integrity: sha512-QnenevbnnAzmbNzQwbhklvIYrDE8YER8K7kSrAWQSV1YvFCdSQPzj+jzqRdTSsV2cDqSpQ0NXGyL1G9I43LDLg==}
+ drizzle-orm@0.31.4:
+ resolution: {integrity: sha512-VGD9SH9aStF2z4QOTnVlVX/WghV/EnuEzTmsH3fSVp2E4fFgc8jl3viQrS/XUJx1ekW4rVVLJMH42SfGQdjX3Q==}
peerDependencies:
'@aws-sdk/client-rds-data': '>=3'
'@cloudflare/workers-types': '>=3'
@@ -8392,6 +8393,7 @@ packages:
'@op-engineering/op-sqlite': '>=2'
'@opentelemetry/api': ^1.4.1
'@planetscale/database': '>=1'
+ '@prisma/client': '*'
'@tidbcloud/serverless': '*'
'@types/better-sqlite3': '*'
'@types/pg': '*'
@@ -8407,6 +8409,7 @@ packages:
mysql2: '>=2'
pg: '>=8'
postgres: '>=3'
+ prisma: '*'
react: '>=18'
sql.js: '>=1'
sqlite3: '>=5'
@@ -8427,6 +8430,8 @@ packages:
optional: true
'@planetscale/database':
optional: true
+ '@prisma/client':
+ optional: true
'@tidbcloud/serverless':
optional: true
'@types/better-sqlite3':
@@ -8457,6 +8462,8 @@ packages:
optional: true
postgres:
optional: true
+ prisma:
+ optional: true
react:
optional: true
sql.js:
@@ -8565,8 +8572,8 @@ packages:
peerDependencies:
eslint: '>=8.44.0'
- eslint-scope@8.0.1:
- resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==}
+ eslint-scope@8.0.2:
+ resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
eslint-visitor-keys@3.4.3:
@@ -8577,8 +8584,8 @@ packages:
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.6.0:
- resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==}
+ eslint@9.7.0:
+ resolution: {integrity: sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
@@ -9298,7 +9305,6 @@ packages:
libsql@0.3.12:
resolution: {integrity: sha512-to30hj8O3DjS97wpbKN6ERZ8k66MN1IaOfFLR6oHqd25GMiPJ/ZX0VaZ7w+TsPmxcFS3p71qArj/hiedCyvXCg==}
- cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
lilconfig@2.1.0:
@@ -9876,8 +9882,8 @@ packages:
resolution: {integrity: sha512-M7CJbmv7UCopc0neRKdzfoGWaVZC+xC1925GitKH9EAqYFzX9//25Q7oX4+jw0tiCCj+t5l6VZh8UPH23NZkMA==}
hasBin: true
- open-props@1.7.4:
- resolution: {integrity: sha512-LfzWOJq4I79GxtpT1/CucxujndqWjAdcC2H6gSJo1TmFGzyGv1VJWJQ1BQnui0/YgTNI+AaG1pEcq5/DCGL8RQ==}
+ open-props@1.7.5:
+ resolution: {integrity: sha512-DajjLQDJgIa0i+QdB2q5M8lNLo2ICk+DbDh4TsqNsT1tAO8Zm8F7dndSkLMQkobT98lbvDMMpJWO8NT0ibjrjA==}
open@10.1.0:
resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==}
@@ -10057,13 +10063,13 @@ packages:
resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==}
engines: {node: '>=8'}
- playwright-core@1.45.0:
- resolution: {integrity: sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==}
+ playwright-core@1.45.2:
+ resolution: {integrity: sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==}
engines: {node: '>=18'}
hasBin: true
- playwright@1.45.0:
- resolution: {integrity: sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==}
+ playwright@1.45.2:
+ resolution: {integrity: sha512-ReywF2t/0teRvNBpfIgh5e4wnrI/8Su8ssdo5XsQKpjxJj+jspm00jSoz9BTg91TT0c9HRjXO7LBNVrgYj9X0g==}
engines: {node: '>=18'}
hasBin: true
@@ -10082,8 +10088,8 @@ packages:
peerDependencies:
postcss: ^8.4.6
- postcss-color-functional-notation@6.0.12:
- resolution: {integrity: sha512-LGLWl6EDofJwDHMElYvt4YU9AeH+oijzOfeKhE0ebuu0aBSDeEg7CfFXMi0iiXWV1VKxn3MLGOtcBNnOiQS9Yg==}
+ postcss-color-functional-notation@6.0.14:
+ resolution: {integrity: sha512-dNUX+UH4dAozZ8uMHZ3CtCNYw8fyFAmqqdcyxMr7PEdM9jLXV19YscoYO0F25KqZYhmtWKQ+4tKrIZQrwzwg7A==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -10100,20 +10106,20 @@ packages:
peerDependencies:
postcss: ^8.4
- postcss-custom-media@10.0.7:
- resolution: {integrity: sha512-o2k5nnvRZhF36pr1fGFM7a1EMTcNdKNO70Tp1g2lfpYgiwIctR7ic4acBCDHBMYRcQ8mFlaBB1QsEywqrSIaFQ==}
+ postcss-custom-media@10.0.8:
+ resolution: {integrity: sha512-V1KgPcmvlGdxTel4/CyQtBJEFhMVpEmRGFrnVtgfGIHj5PJX9vO36eFBxKBeJn+aCDTed70cc+98Mz3J/uVdGQ==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- postcss-custom-properties@13.3.11:
- resolution: {integrity: sha512-CAIgz03I/GMhVbAKIi3u3P8j5JY2KHl0TlePcfUX3OUy8t0ynnWvyJaS1D92pEAw1LjmeKWi7+aIU0s53iYdOQ==}
+ postcss-custom-properties@13.3.12:
+ resolution: {integrity: sha512-oPn/OVqONB2ZLNqN185LDyaVByELAA/u3l2CS2TS16x2j2XsmV4kd8U49+TMxmUsEU9d8fB/I10E6U7kB0L1BA==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
- postcss-custom-selectors@7.1.11:
- resolution: {integrity: sha512-IoGprXOueDJL5t3ZuWR+QzPpmrQCFNhvoICsg0vDSehGwWNG0YV/Z4A+zouGRonC7NJThoV+A8A74IEMqMQUQw==}
+ postcss-custom-selectors@7.1.12:
+ resolution: {integrity: sha512-ctIoprBMJwByYMGjXG0F7IT2iMF2hnamQ+aWZETyBM0aAlyaYdVZTeUkk8RB+9h9wP+NdN3f01lfvKl2ZSqC0g==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -10124,8 +10130,8 @@ packages:
peerDependencies:
postcss: ^8.4
- postcss-double-position-gradients@5.0.6:
- resolution: {integrity: sha512-QJ+089FKMaqDxOhhIHsJrh4IP7h4PIHNC5jZP5PMmnfUScNu8Hji2lskqpFWCvu+5sj+2EJFyzKd13sLEWOZmQ==}
+ postcss-double-position-gradients@5.0.7:
+ resolution: {integrity: sha512-1xEhjV9u1s4l3iP5lRt1zvMjI/ya8492o9l/ivcxHhkO3nOz16moC4JpMxDUGrOs4R3hX+KWT7gKoV842cwRgg==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -10171,8 +10177,8 @@ packages:
peerDependencies:
postcss: ^8.4.21
- postcss-lab-function@6.0.17:
- resolution: {integrity: sha512-QzjC6/3J6XKZzHGuUKhWNvlDMfWo+08dQOfQj4vWQdpZFdOxCh9QCR4w4XbV68EkdzywJie1mcm81jwFyV0+kg==}
+ postcss-lab-function@6.0.19:
+ resolution: {integrity: sha512-vwln/mgvFrotJuGV8GFhpAOu9iGf3pvTBr6dLPDmUcqVD5OsQpEFyQMAFTxSxWXGEzBj6ld4pZ/9GDfEpXvo0g==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -10230,8 +10236,8 @@ packages:
peerDependencies:
postcss: ^8.4
- postcss-preset-env@9.5.15:
- resolution: {integrity: sha512-z/2akOVQChOGAdzaUR4pQrDOM3xGZc5/k4THHWyREbWAfngaJATA2SkEQMkiyV5Y/EoSwE0nt0IiaIs6CMmxfQ==}
+ postcss-preset-env@9.6.0:
+ resolution: {integrity: sha512-Lxfk4RYjUdwPCYkc321QMdgtdCP34AeI94z+/8kVmqnTIlD4bMRQeGcMZgwz8BxHrzQiFXYIR5d7k/9JMs2MEA==}
engines: {node: ^14 || ^16 || >=18}
peerDependencies:
postcss: ^8.4
@@ -10269,16 +10275,16 @@ packages:
peerDependencies:
preact: '>=10'
- preact-ssr-prepass@1.2.1:
- resolution: {integrity: sha512-bLgbUfy8nL+PZghAPpyk9MF+cmXjdwEnxYPaJBmwbzFQqzIz8dQVBqjwB60RqZ9So/vIf6BRfHCiwFGuMCyfbQ==}
+ preact-ssr-prepass@1.2.2:
+ resolution: {integrity: sha512-XizQsmckrjbtjAvEDy40Fuxd4/doeKWOvYg9Gv1vh7crn5ptdcAMah3CRartq1aw+diQhIM2XKvG9j6RxPT32A==}
peerDependencies:
preact: '>=10 || ^10.0.0-beta.0 || ^10.0.0-alpha.0'
preact@10.22.1:
resolution: {integrity: sha512-jRYbDDgMpIb5LHq3hkI0bbl+l/TQ9UnkdQ0ww+lp+4MMOdqaUYdFc5qeyP+IV8FAd/2Em7drVPeKdQxsiWCf/A==}
- preferred-pm@3.1.3:
- resolution: {integrity: sha512-MkXsENfftWSRpzCzImcp4FRsCc3y1opwB73CfCNWyzMqArju2CrlMHlqB7VexKiPEOjGMbttv1r9fSCn5S610w==}
+ preferred-pm@3.1.4:
+ resolution: {integrity: sha512-lEHd+yEm22jXdCphDrkvIJQU66EuLojPPtvZkpKIkiD+l0DMThF/niqZKJSoU8Vl7iuvtmzyMhir9LdVy5WMnA==}
engines: {node: '>=10'}
prelude-ls@1.2.1:
@@ -10294,8 +10300,8 @@ packages:
engines: {node: '>=10.13.0'}
hasBin: true
- prettier@3.3.2:
- resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
+ prettier@3.3.3:
+ resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
engines: {node: '>=14'}
hasBin: true
@@ -10478,8 +10484,8 @@ packages:
peerDependencies:
typescript: '>3'
- remark-smartypants@3.0.1:
- resolution: {integrity: sha512-qyshfCl2eLO0i0558e79ZJsfojC5wjnYLByjt0FmjJQN6aYwcRxpoj784LZJSoWCdnA2ubh5rLNGb8Uur/wDng==}
+ remark-smartypants@3.0.2:
+ resolution: {integrity: sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==}
engines: {node: '>=16.0.0'}
remark-stringify@11.0.0:
@@ -10550,8 +10556,8 @@ packages:
engines: {node: '>=14'}
hasBin: true
- rollup@4.18.0:
- resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
+ rollup@4.18.1:
+ resolution: {integrity: sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -10577,8 +10583,8 @@ packages:
sass-formatter@0.7.9:
resolution: {integrity: sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw==}
- sass@1.77.6:
- resolution: {integrity: sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==}
+ sass@1.77.8:
+ resolution: {integrity: sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -10681,8 +10687,8 @@ packages:
shiki@0.10.1:
resolution: {integrity: sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==}
- shiki@1.10.0:
- resolution: {integrity: sha512-YD2sXQ+TMD/F9BimV9Jn0wj35pqOvywvOG/3PB6hGHyGKlM7TJ9tyJ02jOb2kF8F0HfJwKNYrh3sW7jEcuRlXA==}
+ shiki@1.10.3:
+ resolution: {integrity: sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==}
side-channel@1.0.6:
resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
@@ -10925,8 +10931,8 @@ packages:
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- tailwindcss@3.4.4:
- resolution: {integrity: sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==}
+ tailwindcss@3.4.5:
+ resolution: {integrity: sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -11128,11 +11134,11 @@ packages:
typesafe-path@0.2.2:
resolution: {integrity: sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==}
- typescript-auto-import-cache@0.3.2:
- resolution: {integrity: sha512-+laqe5SFL1vN62FPOOJSUDTZxtgsoOXjneYOXIpx5rQ4UMiN89NAtJLpqLqyebv9fgQ/IMeeTX+mQyRnwvJzvg==}
+ typescript-auto-import-cache@0.3.3:
+ resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==}
- typescript-eslint@7.14.1:
- resolution: {integrity: sha512-Eo1X+Y0JgGPspcANKjeR6nIqXl4VL5ldXLc15k4m9upq+eY5fhU2IueiEZL6jmHrKH8aCfbIvM/v3IrX5Hg99w==}
+ typescript-eslint@7.16.1:
+ resolution: {integrity: sha512-889oE5qELj65q/tGeOSvlreNKhimitFwZqQ0o7PcWC7/lgRkAMknznsCsV8J8mZGTP/Z+cIbX8accf2DE33hrA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -11141,8 +11147,8 @@ packages:
typescript:
optional: true
- typescript@5.5.2:
- resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==}
+ typescript@5.5.3:
+ resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
engines: {node: '>=14.17'}
hasBin: true
@@ -11286,8 +11292,8 @@ packages:
vfile-message@4.0.2:
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
- vfile@6.0.1:
- resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==}
+ vfile@6.0.2:
+ resolution: {integrity: sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==}
vite-hot-client@0.2.3:
resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==}
@@ -11319,8 +11325,8 @@ packages:
'@testing-library/jest-dom':
optional: true
- vite-plugin-vue-devtools@7.3.5:
- resolution: {integrity: sha512-6omLXTfYu0bmSmncPSbj4mdMPB3t5dAZkUyriJikahGEnvv5gynHlydDsJShHT6l/5dCkvmSesSji/2a6FfutQ==}
+ vite-plugin-vue-devtools@7.3.6:
+ resolution: {integrity: sha512-j4Cssv6DVBtMZfyVBEm/4MZy7BiL6RedEn+f9jT3zFyGZKG1vNuEpTO86XvPPbHbYdITFyrkWb7VQuWyhfSgqA==}
engines: {node: '>=v14.21.3'}
peerDependencies:
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
@@ -11338,8 +11344,8 @@ packages:
vue:
optional: true
- vite@5.3.2:
- resolution: {integrity: sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA==}
+ vite@5.3.4:
+ resolution: {integrity: sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -11399,34 +11405,34 @@ packages:
jsdom:
optional: true
- volar-service-css@0.0.45:
- resolution: {integrity: sha512-f+AlUI1+kESbcZSVaNJVAnK0c/9Da5StoxzPqA5/8VqUHJWNdubWNnwG5xpFVTfgh6pgTcey3UBhBfHytFaIOg==}
+ volar-service-css@0.0.59:
+ resolution: {integrity: sha512-gLNjJnECbalPvQB7qeJjhkDN8sR5M3ItbVYjnyio61aHaWptIiXm/HfDahcQ2ApwmvWidkMWWegjGq5L0BENDA==}
peerDependencies:
- '@volar/language-service': ~2.2.3
+ '@volar/language-service': ~2.4.0-alpha.12
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-emmet@0.0.45:
- resolution: {integrity: sha512-9nLXSDkR1vA/3fQkFEsSXAu3XovQxOpTkVG2jilQgfek/K1ZLkaA/WMhN/TtmPmQg4NxE9Ni6mA5udBQ5gVXIA==}
+ volar-service-emmet@0.0.59:
+ resolution: {integrity: sha512-6EynHcuMwMBETpK29TbZvIMmvzdVG+Tkokk9VWfZeI+SwDptk2tgdhEqiXXvIkqYNgbuu73Itp66lpH76cAU+Q==}
peerDependencies:
- '@volar/language-service': ~2.2.3
+ '@volar/language-service': ~2.4.0-alpha.12
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-html@0.0.45:
- resolution: {integrity: sha512-tLTJqfy1v5C4nmeAsfekFIKPl4r4qDMyL0L9MWywr/EApZzPCsbeUGxCqdzxSMC2q7PMCfX2i167txDo+J0LVA==}
+ volar-service-html@0.0.59:
+ resolution: {integrity: sha512-hEXOsYpILDlITZxnqRLV9OepVWD63GZBsyjMxszwdzlxvGZjzbGcBBinJGGJRwFIV8djdJwnt91bkdg1V5tj6Q==}
peerDependencies:
- '@volar/language-service': ~2.2.3
+ '@volar/language-service': ~2.4.0-alpha.12
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-prettier@0.0.45:
- resolution: {integrity: sha512-+mBS2EsDgp/kunKEBnHvhBwIQm5v2ahw4NKpKdg4sTpXy3UxqHt+Fq/wRYQ7Z8LlNVNRVfp75ThjM+w2zaZBAw==}
+ volar-service-prettier@0.0.59:
+ resolution: {integrity: sha512-FmBR4lsgFRGR3V0LnxZZal0WqdOJjuLL6mQSj4p57M15APtQwuocG/FiF+ONGFnwRXMOIBDBTCARdth+TKgL3A==}
peerDependencies:
- '@volar/language-service': ~2.2.3
+ '@volar/language-service': ~2.4.0-alpha.12
prettier: ^2.2 || ^3.0
peerDependenciesMeta:
'@volar/language-service':
@@ -11434,27 +11440,27 @@ packages:
prettier:
optional: true
- volar-service-typescript-twoslash-queries@0.0.45:
- resolution: {integrity: sha512-KrPUUvKggZgV9mrDpstCzmf20irgv0ooMv+FGDzIIQUkya+d2+nSS8Mx2h9FvsYgLccUVw5jU3Rhwhd3pv/7qg==}
+ volar-service-typescript-twoslash-queries@0.0.59:
+ resolution: {integrity: sha512-skm8e6yhCIkqLwJB6S9MqT5lO9LNFuMD3dYxKpmOZs1CKbXmCZZTmLfEaD5VkJae1xdleEDZFFTHl2O5HLjOGQ==}
peerDependencies:
- '@volar/language-service': ~2.2.3
+ '@volar/language-service': ~2.4.0-alpha.12
peerDependenciesMeta:
'@volar/language-service':
optional: true
- volar-service-typescript@0.0.45:
- resolution: {integrity: sha512-i/mMIIAMastJ2kgPo3qvX0Rrl7NyxhIYZ0ug/B4ambZcLPI1vzBgS2fmvyWX3jhBYHh8NmbAotFj+0Y9JtN47A==}
+ volar-service-typescript@0.0.59:
+ resolution: {integrity: sha512-VCOpfiu+lUo5lapWLB5L5vmQGtwzmNWn5MueV915eku7blpphmE+Z7hCNcL1NApn7AetXWhiblv8ZhmUx/dGIA==}
peerDependencies:
- '@volar/language-service': ~2.2.3
+ '@volar/language-service': ~2.4.0-alpha.12
peerDependenciesMeta:
'@volar/language-service':
optional: true
- vscode-css-languageservice@6.2.13:
- resolution: {integrity: sha512-2rKWXfH++Kxd9Z4QuEgd1IF7WmblWWU7DScuyf1YumoGLkY9DW6wF/OTlhOyO2rN63sWHX2dehIpKBbho4ZwvA==}
+ vscode-css-languageservice@6.3.0:
+ resolution: {integrity: sha512-nU92imtkgzpCL0xikrIb8WvedV553F2BENzgz23wFuok/HLN5BeQmroMy26pUwFxV2eV8oNRmYCUv8iO7kSMhw==}
- vscode-html-languageservice@5.2.0:
- resolution: {integrity: sha512-cdNMhyw57/SQzgUUGSIMQ66jikqEN6nBNyhx5YuOyj9310+eY9zw8Q0cXpiKzDX8aHYFewQEXRnigl06j/TVwQ==}
+ vscode-html-languageservice@5.3.0:
+ resolution: {integrity: sha512-C4Z3KsP5Ih+fjHpiBc5jxmvCl+4iEwvXegIrzu2F5pktbWvQaBT3YkVPk8N+QlSSMk8oCG6PKtZ/Sq2YHb5e8g==}
vscode-jsonrpc@8.2.0:
resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==}
@@ -11539,10 +11545,6 @@ packages:
resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==}
engines: {node: '>=4'}
- which-pm@2.0.0:
- resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==}
- engines: {node: '>=8.15'}
-
which-pm@2.2.0:
resolution: {integrity: sha512-MOiaDbA5ZZgUjkeMWM5EkJp4loW5ZRoa5bc3/aeMox/PJelMhE6t7S/mLuiY43DBupyxH+S0U1bTui9kWUlmsw==}
engines: {node: '>=8.15'}
@@ -11721,13 +11723,13 @@ snapshots:
astro: link:packages/astro
lite-youtube-embed: 0.3.2
- '@astrojs/check@0.7.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)':
+ '@astrojs/check@0.8.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)':
dependencies:
- '@astrojs/language-server': 2.10.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)
+ '@astrojs/language-server': 2.11.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)
chokidar: 3.6.0
fast-glob: 3.3.2
kleur: 4.1.5
- typescript: 5.5.2
+ typescript: 5.5.3
yargs: 17.7.2
transitivePeerDependencies:
- prettier
@@ -11741,28 +11743,29 @@ snapshots:
'@astrojs/compiler@1.8.2': {}
- '@astrojs/compiler@2.8.1': {}
+ '@astrojs/compiler@2.8.2': {}
- '@astrojs/language-server@2.10.0(prettier-plugin-astro@0.14.0)(prettier@3.3.2)(typescript@5.5.2)':
+ '@astrojs/language-server@2.11.1(prettier-plugin-astro@0.14.0)(prettier@3.3.3)(typescript@5.5.3)':
dependencies:
- '@astrojs/compiler': 2.8.1
+ '@astrojs/compiler': 2.8.2
'@jridgewell/sourcemap-codec': 1.4.15
- '@volar/kit': 2.2.5(typescript@5.5.2)
- '@volar/language-core': 2.2.5
- '@volar/language-server': 2.2.5
- '@volar/language-service': 2.2.5
- '@volar/typescript': 2.2.5
+ '@volar/kit': 2.4.0-alpha.16(typescript@5.5.3)
+ '@volar/language-core': 2.4.0-alpha.16
+ '@volar/language-server': 2.4.0-alpha.16
+ '@volar/language-service': 2.4.0-alpha.16
+ '@volar/typescript': 2.4.0-alpha.16
fast-glob: 3.3.2
- volar-service-css: 0.0.45(@volar/language-service@2.2.5)
- volar-service-emmet: 0.0.45(@volar/language-service@2.2.5)
- volar-service-html: 0.0.45(@volar/language-service@2.2.5)
- volar-service-prettier: 0.0.45(@volar/language-service@2.2.5)(prettier@3.3.2)
- volar-service-typescript: 0.0.45(@volar/language-service@2.2.5)
- volar-service-typescript-twoslash-queries: 0.0.45(@volar/language-service@2.2.5)
- vscode-html-languageservice: 5.2.0
+ muggle-string: 0.4.1
+ volar-service-css: 0.0.59(@volar/language-service@2.4.0-alpha.16)
+ volar-service-emmet: 0.0.59(@volar/language-service@2.4.0-alpha.16)
+ volar-service-html: 0.0.59(@volar/language-service@2.4.0-alpha.16)
+ volar-service-prettier: 0.0.59(@volar/language-service@2.4.0-alpha.16)(prettier@3.3.3)
+ volar-service-typescript: 0.0.59(@volar/language-service@2.4.0-alpha.16)
+ volar-service-typescript-twoslash-queries: 0.0.59(@volar/language-service@2.4.0-alpha.16)
+ vscode-html-languageservice: 5.3.0
vscode-uri: 3.0.8
optionalDependencies:
- prettier: 3.3.2
+ prettier: 3.3.3
prettier-plugin-astro: 0.14.0
transitivePeerDependencies:
- typescript
@@ -11772,20 +11775,20 @@ snapshots:
'@babel/highlight': 7.24.7
picocolors: 1.0.1
- '@babel/compat-data@7.24.7': {}
+ '@babel/compat-data@7.24.9': {}
- '@babel/core@7.24.7':
+ '@babel/core@7.24.9':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helpers': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/generator': 7.24.10
+ '@babel/helper-compilation-targets': 7.24.8
+ '@babel/helper-module-transforms': 7.24.9(@babel/core@7.24.9)
+ '@babel/helpers': 7.24.8
+ '@babel/parser': 7.24.8
'@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
convert-source-map: 2.0.0
debug: 4.3.5
gensync: 1.0.0-beta.2
@@ -11794,34 +11797,34 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.24.7':
+ '@babel/generator@7.24.10':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
'@babel/helper-annotate-as-pure@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/helper-compilation-targets@7.24.7':
+ '@babel/helper-compilation-targets@7.24.8':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/helper-validator-option': 7.24.7
+ '@babel/compat-data': 7.24.9
+ '@babel/helper-validator-option': 7.24.8
browserslist: 4.23.1
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.9)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
semver: 6.3.1
@@ -11830,42 +11833,42 @@ snapshots:
'@babel/helper-environment-visitor@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-function-name@7.24.7':
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-hoist-variables@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-member-expression-to-functions@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.18.6':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-module-imports@7.22.15':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-module-imports@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-module-transforms@7.24.9(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
@@ -11876,13 +11879,13 @@ snapshots:
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/helper-plugin-utils@7.24.7': {}
- '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
@@ -11891,32 +11894,32 @@ snapshots:
'@babel/helper-simple-access@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
'@babel/helper-split-export-declaration@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/helper-string-parser@7.24.7': {}
+ '@babel/helper-string-parser@7.24.8': {}
'@babel/helper-validator-identifier@7.24.7': {}
- '@babel/helper-validator-option@7.24.7': {}
+ '@babel/helper-validator-option@7.24.8': {}
- '@babel/helpers@7.24.7':
+ '@babel/helpers@7.24.8':
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@babel/highlight@7.24.7':
dependencies:
@@ -11925,79 +11928,79 @@ snapshots:
js-tokens: 4.0.0
picocolors: 1.0.1
- '@babel/parser@7.24.7':
+ '@babel/parser@7.24.8':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
- '@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.9)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.7)
+ '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/types': 7.24.7
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9)
+ '@babel/types': 7.24.9
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.9)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.9)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.9)
transitivePeerDependencies:
- supports-color
@@ -12008,27 +12011,27 @@ snapshots:
'@babel/template@7.24.7':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.9
- '@babel/traverse@7.24.7':
+ '@babel/traverse@7.24.8':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
+ '@babel/generator': 7.24.10
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-hoist-variables': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.9
debug: 4.3.5
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.7':
+ '@babel/types@7.24.9':
dependencies:
- '@babel/helper-string-parser': 7.24.7
+ '@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
@@ -12069,10 +12072,10 @@ snapshots:
'@builder.io/partytown@0.10.2': {}
- '@changesets/apply-release-plan@7.0.3':
+ '@changesets/apply-release-plan@7.0.4':
dependencies:
'@babel/runtime': 7.24.4
- '@changesets/config': 3.0.1
+ '@changesets/config': 3.0.2
'@changesets/get-version-range-type': 0.4.0
'@changesets/git': 3.0.0
'@changesets/should-skip-package': 0.1.0
@@ -12086,11 +12089,11 @@ snapshots:
resolve-from: 5.0.0
semver: 7.6.2
- '@changesets/assemble-release-plan@6.0.2':
+ '@changesets/assemble-release-plan@6.0.3':
dependencies:
'@babel/runtime': 7.24.4
'@changesets/errors': 0.2.0
- '@changesets/get-dependents-graph': 2.1.0
+ '@changesets/get-dependents-graph': 2.1.1
'@changesets/should-skip-package': 0.1.0
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
@@ -12108,16 +12111,16 @@ snapshots:
transitivePeerDependencies:
- encoding
- '@changesets/cli@2.27.6':
+ '@changesets/cli@2.27.7':
dependencies:
'@babel/runtime': 7.24.4
- '@changesets/apply-release-plan': 7.0.3
- '@changesets/assemble-release-plan': 6.0.2
+ '@changesets/apply-release-plan': 7.0.4
+ '@changesets/assemble-release-plan': 6.0.3
'@changesets/changelog-git': 0.2.0
- '@changesets/config': 3.0.1
+ '@changesets/config': 3.0.2
'@changesets/errors': 0.2.0
- '@changesets/get-dependents-graph': 2.1.0
- '@changesets/get-release-plan': 4.0.2
+ '@changesets/get-dependents-graph': 2.1.1
+ '@changesets/get-release-plan': 4.0.3
'@changesets/git': 3.0.0
'@changesets/logger': 0.1.0
'@changesets/pre': 2.0.0
@@ -12137,16 +12140,16 @@ snapshots:
mri: 1.2.0
outdent: 0.5.0
p-limit: 2.3.0
- preferred-pm: 3.1.3
+ preferred-pm: 3.1.4
resolve-from: 5.0.0
semver: 7.6.2
spawndamnit: 2.0.0
term-size: 2.2.1
- '@changesets/config@3.0.1':
+ '@changesets/config@3.0.2':
dependencies:
'@changesets/errors': 0.2.0
- '@changesets/get-dependents-graph': 2.1.0
+ '@changesets/get-dependents-graph': 2.1.1
'@changesets/logger': 0.1.0
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
@@ -12157,7 +12160,7 @@ snapshots:
dependencies:
extendable-error: 0.1.7
- '@changesets/get-dependents-graph@2.1.0':
+ '@changesets/get-dependents-graph@2.1.1':
dependencies:
'@changesets/types': 6.0.0
'@manypkg/get-packages': 1.1.3
@@ -12172,11 +12175,11 @@ snapshots:
transitivePeerDependencies:
- encoding
- '@changesets/get-release-plan@4.0.2':
+ '@changesets/get-release-plan@4.0.3':
dependencies:
'@babel/runtime': 7.24.4
- '@changesets/assemble-release-plan': 6.0.2
- '@changesets/config': 3.0.1
+ '@changesets/assemble-release-plan': 6.0.3
+ '@changesets/config': 3.0.2
'@changesets/pre': 2.0.0
'@changesets/read': 0.6.0
'@changesets/types': 6.0.0
@@ -12254,35 +12257,35 @@ snapshots:
'@colors/colors@1.5.0':
optional: true
- '@csstools/cascade-layer-name-parser@1.0.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)':
+ '@csstools/cascade-layer-name-parser@1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)':
dependencies:
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
'@csstools/color-helpers@4.2.1': {}
- '@csstools/css-calc@1.2.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)':
+ '@csstools/css-calc@1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)':
dependencies:
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
- '@csstools/css-color-parser@2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)':
+ '@csstools/css-color-parser@2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)':
dependencies:
'@csstools/color-helpers': 4.2.1
- '@csstools/css-calc': 1.2.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
- '@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2)':
+ '@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1)':
dependencies:
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-tokenizer': 2.4.1
- '@csstools/css-tokenizer@2.3.2': {}
+ '@csstools/css-tokenizer@2.4.1': {}
- '@csstools/media-query-list-parser@2.1.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)':
+ '@csstools/media-query-list-parser@2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)':
dependencies:
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
'@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.39)':
dependencies:
@@ -12290,29 +12293,37 @@ snapshots:
postcss: 8.4.39
postcss-selector-parser: 6.1.0
- '@csstools/postcss-color-function@3.0.17(postcss@8.4.39)':
+ '@csstools/postcss-color-function@3.0.19(postcss@8.4.39)':
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
- '@csstools/postcss-color-mix-function@2.0.17(postcss@8.4.39)':
+ '@csstools/postcss-color-mix-function@2.0.19(postcss@8.4.39)':
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
- '@csstools/postcss-exponential-functions@1.0.8(postcss@8.4.39)':
+ '@csstools/postcss-content-alt-text@1.0.0(postcss@8.4.39)':
dependencies:
- '@csstools/css-calc': 1.2.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
+ '@csstools/utilities': 1.0.0(postcss@8.4.39)
+ postcss: 8.4.39
+
+ '@csstools/postcss-exponential-functions@1.0.9(postcss@8.4.39)':
+ dependencies:
+ '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
postcss: 8.4.39
'@csstools/postcss-font-format-keywords@3.0.2(postcss@8.4.39)':
@@ -12321,34 +12332,34 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- '@csstools/postcss-gamut-mapping@1.0.10(postcss@8.4.39)':
+ '@csstools/postcss-gamut-mapping@1.0.11(postcss@8.4.39)':
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
postcss: 8.4.39
- '@csstools/postcss-gradients-interpolation-method@4.0.18(postcss@8.4.39)':
+ '@csstools/postcss-gradients-interpolation-method@4.0.20(postcss@8.4.39)':
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
- '@csstools/postcss-hwb-function@3.0.16(postcss@8.4.39)':
+ '@csstools/postcss-hwb-function@3.0.18(postcss@8.4.39)':
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
- '@csstools/postcss-ic-unit@3.0.6(postcss@8.4.39)':
+ '@csstools/postcss-ic-unit@3.0.7(postcss@8.4.39)':
dependencies:
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
postcss-value-parser: 4.2.0
@@ -12363,11 +12374,11 @@ snapshots:
postcss: 8.4.39
postcss-selector-parser: 6.1.0
- '@csstools/postcss-light-dark-function@1.0.6(postcss@8.4.39)':
+ '@csstools/postcss-light-dark-function@1.0.8(postcss@8.4.39)':
dependencies:
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
@@ -12388,25 +12399,25 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- '@csstools/postcss-logical-viewport-units@2.0.10(postcss@8.4.39)':
+ '@csstools/postcss-logical-viewport-units@2.0.11(postcss@8.4.39)':
dependencies:
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-tokenizer': 2.4.1
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
- '@csstools/postcss-media-minmax@1.1.7(postcss@8.4.39)':
+ '@csstools/postcss-media-minmax@1.1.8(postcss@8.4.39)':
dependencies:
- '@csstools/css-calc': 1.2.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/media-query-list-parser': 2.1.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
+ '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
postcss: 8.4.39
- '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.10(postcss@8.4.39)':
+ '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.11(postcss@8.4.39)':
dependencies:
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/media-query-list-parser': 2.1.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
postcss: 8.4.39
'@csstools/postcss-nested-calc@3.0.2(postcss@8.4.39)':
@@ -12420,26 +12431,26 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- '@csstools/postcss-oklab-function@3.0.17(postcss@8.4.39)':
+ '@csstools/postcss-oklab-function@3.0.19(postcss@8.4.39)':
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
- '@csstools/postcss-progressive-custom-properties@3.2.0(postcss@8.4.39)':
+ '@csstools/postcss-progressive-custom-properties@3.3.0(postcss@8.4.39)':
dependencies:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- '@csstools/postcss-relative-color-syntax@2.0.17(postcss@8.4.39)':
+ '@csstools/postcss-relative-color-syntax@2.0.19(postcss@8.4.39)':
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
@@ -12448,11 +12459,11 @@ snapshots:
postcss: 8.4.39
postcss-selector-parser: 6.1.0
- '@csstools/postcss-stepped-value-functions@3.0.9(postcss@8.4.39)':
+ '@csstools/postcss-stepped-value-functions@3.0.10(postcss@8.4.39)':
dependencies:
- '@csstools/css-calc': 1.2.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
postcss: 8.4.39
'@csstools/postcss-text-decoration-shorthand@3.0.7(postcss@8.4.39)':
@@ -12461,11 +12472,11 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- '@csstools/postcss-trigonometric-functions@3.0.9(postcss@8.4.39)':
+ '@csstools/postcss-trigonometric-functions@3.0.10(postcss@8.4.39)':
dependencies:
- '@csstools/css-calc': 1.2.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
postcss: 8.4.39
'@csstools/postcss-unset-value@3.0.1(postcss@8.4.39)':
@@ -12581,12 +12592,12 @@ snapshots:
'@esbuild/win32-x64@0.21.5':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)':
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.7.0)':
dependencies:
- eslint: 9.6.0
+ eslint: 9.7.0
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.0': {}
+ '@eslint-community/regexpp@4.11.0': {}
'@eslint/config-array@0.17.0':
dependencies:
@@ -12610,7 +12621,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.6.0': {}
+ '@eslint/js@9.7.0': {}
'@eslint/object-schema@2.1.4': {}
@@ -12710,13 +12721,6 @@ snapshots:
dependencies:
minipass: 7.1.2
- '@johnsoncodehk/vscode-html-languageservice@5.2.0-34a5462':
- dependencies:
- '@vscode/l10n': 0.0.18
- vscode-languageserver-textdocument: 1.0.11
- vscode-languageserver-types: 3.17.5
- vscode-uri: 3.0.8
-
'@jridgewell/gen-mapping@0.3.5':
dependencies:
'@jridgewell/set-array': 1.2.1
@@ -12895,7 +12899,7 @@ snapshots:
unist-util-position-from-estree: 2.0.0
unist-util-stringify-position: 4.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.1
+ vfile: 6.0.2
transitivePeerDependencies:
- supports-color
@@ -12989,20 +12993,20 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
- '@playwright/test@1.45.0':
+ '@playwright/test@1.45.2':
dependencies:
- playwright: 1.45.0
+ playwright: 1.45.2
'@polka/url@1.0.0-next.25': {}
- '@preact/preset-vite@2.8.2(@babel/core@7.24.7)(preact@10.22.1)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))':
+ '@preact/preset-vite@2.8.2(@babel/core@7.24.9)(preact@10.22.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.24.7)
- '@prefresh/vite': 2.4.5(preact@10.22.1)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ '@babel/core': 7.24.9
+ '@babel/plugin-transform-react-jsx': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-react-jsx-development': 7.24.7(@babel/core@7.24.9)
+ '@prefresh/vite': 2.4.5(preact@10.22.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
'@rollup/pluginutils': 4.2.1
- babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.24.7)
+ babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.24.9)
debug: 4.3.5
kolorist: 1.8.0
magic-string: 0.30.5
@@ -13010,16 +13014,16 @@ snapshots:
resolve: 1.22.8
source-map: 0.7.4
stack-trace: 1.0.0-pre2
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
transitivePeerDependencies:
- preact
- supports-color
- '@preact/signals-core@1.6.0': {}
+ '@preact/signals-core@1.7.0': {}
- '@preact/signals@1.2.3(preact@10.22.1)':
+ '@preact/signals@1.3.0(preact@10.22.1)':
dependencies:
- '@preact/signals-core': 1.6.0
+ '@preact/signals-core': 1.7.0
preact: 10.22.1
'@prefresh/babel-plugin@0.5.1': {}
@@ -13030,15 +13034,15 @@ snapshots:
'@prefresh/utils@1.2.0': {}
- '@prefresh/vite@2.4.5(preact@10.22.1)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))':
+ '@prefresh/vite@2.4.5(preact@10.22.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@prefresh/babel-plugin': 0.5.1
'@prefresh/core': 1.5.2(preact@10.22.1)
'@prefresh/utils': 1.2.0
'@rollup/pluginutils': 4.2.1
preact: 10.22.1
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
@@ -13047,90 +13051,92 @@ snapshots:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.0(rollup@4.18.0)':
+ '@rollup/pluginutils@5.1.0(rollup@4.18.1)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.18.1
- '@rollup/rollup-android-arm-eabi@4.18.0':
+ '@rollup/rollup-android-arm-eabi@4.18.1':
optional: true
- '@rollup/rollup-android-arm64@4.18.0':
+ '@rollup/rollup-android-arm64@4.18.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.18.0':
+ '@rollup/rollup-darwin-arm64@4.18.1':
optional: true
- '@rollup/rollup-darwin-x64@4.18.0':
+ '@rollup/rollup-darwin-x64@4.18.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.18.0':
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.18.0':
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.18.0':
+ '@rollup/rollup-linux-x64-musl@4.18.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.18.0':
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
optional: true
- '@shikijs/core@1.10.0': {}
+ '@shikijs/core@1.10.3':
+ dependencies:
+ '@types/hast': 3.0.4
'@sindresorhus/merge-streams@2.3.0': {}
- '@solidjs/router@0.13.6(solid-js@1.8.18)':
+ '@solidjs/router@0.14.1(solid-js@1.8.18)':
dependencies:
solid-js: 1.8.18
- '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6)))(svelte@4.2.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))':
+ '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8)))(svelte@4.2.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ '@sveltejs/vite-plugin-svelte': 3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
debug: 4.3.5
svelte: 4.2.18
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))':
+ '@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6)))(svelte@4.2.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.1(svelte@4.2.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8)))(svelte@4.2.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
debug: 4.3.5
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.10
svelte: 4.2.18
svelte-hmr: 0.16.0(svelte@4.2.18)
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
- vitefu: 0.2.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
+ vitefu: 0.2.5(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
transitivePeerDependencies:
- supports-color
@@ -13153,24 +13159,24 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.9
'@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.24.7
+ '@babel/types': 7.24.9
'@types/babel__template@7.4.4':
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.9
'@types/babel__traverse@7.20.6':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
'@types/body-parser@1.19.5':
dependencies:
@@ -13351,7 +13357,7 @@ snapshots:
dependencies:
'@types/node': 18.19.31
- '@types/set-cookie-parser@2.4.9':
+ '@types/set-cookie-parser@2.4.10':
dependencies:
'@types/node': 18.19.31
@@ -13383,85 +13389,85 @@ snapshots:
'@types/yargs-parser@21.0.3': {}
- '@typescript-eslint/eslint-plugin@7.14.1(@typescript-eslint/parser@7.14.1(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)':
+ '@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)':
dependencies:
- '@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.14.1(eslint@9.6.0)(typescript@5.5.2)
- '@typescript-eslint/scope-manager': 7.14.1
- '@typescript-eslint/type-utils': 7.14.1(eslint@9.6.0)(typescript@5.5.2)
- '@typescript-eslint/utils': 7.14.1(eslint@9.6.0)(typescript@5.5.2)
- '@typescript-eslint/visitor-keys': 7.14.1
- eslint: 9.6.0
+ '@eslint-community/regexpp': 4.11.0
+ '@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
+ '@typescript-eslint/scope-manager': 7.16.1
+ '@typescript-eslint/type-utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
+ '@typescript-eslint/visitor-keys': 7.16.1
+ eslint: 9.7.0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.5.2)
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.14.1(eslint@9.6.0)(typescript@5.5.2)':
+ '@typescript-eslint/parser@7.16.1(eslint@9.7.0)(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/scope-manager': 7.14.1
- '@typescript-eslint/types': 7.14.1
- '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2)
- '@typescript-eslint/visitor-keys': 7.14.1
+ '@typescript-eslint/scope-manager': 7.16.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
+ '@typescript-eslint/visitor-keys': 7.16.1
debug: 4.3.5
- eslint: 9.6.0
+ eslint: 9.7.0
optionalDependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@7.14.1':
+ '@typescript-eslint/scope-manager@7.16.1':
dependencies:
- '@typescript-eslint/types': 7.14.1
- '@typescript-eslint/visitor-keys': 7.14.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/visitor-keys': 7.16.1
- '@typescript-eslint/type-utils@7.14.1(eslint@9.6.0)(typescript@5.5.2)':
+ '@typescript-eslint/type-utils@7.16.1(eslint@9.7.0)(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2)
- '@typescript-eslint/utils': 7.14.1(eslint@9.6.0)(typescript@5.5.2)
+ '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
debug: 4.3.5
- eslint: 9.6.0
- ts-api-utils: 1.3.0(typescript@5.5.2)
+ eslint: 9.7.0
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@7.14.1': {}
+ '@typescript-eslint/types@7.16.1': {}
- '@typescript-eslint/typescript-estree@7.14.1(typescript@5.5.2)':
+ '@typescript-eslint/typescript-estree@7.16.1(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/types': 7.14.1
- '@typescript-eslint/visitor-keys': 7.14.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/visitor-keys': 7.16.1
debug: 4.3.5
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.4
semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.5.2)
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@7.14.1(eslint@9.6.0)(typescript@5.5.2)':
+ '@typescript-eslint/utils@7.16.1(eslint@9.7.0)(typescript@5.5.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@typescript-eslint/scope-manager': 7.14.1
- '@typescript-eslint/types': 7.14.1
- '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.2)
- eslint: 9.6.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0)
+ '@typescript-eslint/scope-manager': 7.16.1
+ '@typescript-eslint/types': 7.16.1
+ '@typescript-eslint/typescript-estree': 7.16.1(typescript@5.5.3)
+ eslint: 9.7.0
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@7.14.1':
+ '@typescript-eslint/visitor-keys@7.16.1':
dependencies:
- '@typescript-eslint/types': 7.14.1
+ '@typescript-eslint/types': 7.16.1
eslint-visitor-keys: 3.4.3
'@typescript/twoslash@3.1.0':
@@ -13494,12 +13500,12 @@ snapshots:
'@vercel/edge@1.1.1': {}
- '@vercel/nft@0.27.2':
+ '@vercel/nft@0.27.3':
dependencies:
'@mapbox/node-pre-gyp': 1.0.11
'@rollup/pluginutils': 4.2.1
- acorn: 8.12.0
- acorn-import-attributes: 1.9.5(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-import-attributes: 1.9.5(acorn@8.12.1)
async-sema: 3.1.1
bindings: 1.5.0
estree-walker: 2.0.2
@@ -13512,31 +13518,31 @@ snapshots:
- encoding
- supports-color
- '@vitejs/plugin-react@4.3.1(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))':
+ '@vitejs/plugin-react@4.3.1(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.24.9)
+ '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.9)
'@types/babel__core': 7.20.5
react-refresh: 0.14.2
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2))':
+ '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3))':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
- vue: 3.4.31(typescript@5.5.2)
+ '@babel/core': 7.24.9
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.9)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.9)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
+ vue: 3.4.31(typescript@5.5.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.0.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2))':
+ '@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3))':
dependencies:
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
- vue: 3.4.31(typescript@5.5.2)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
+ vue: 3.4.31(typescript@5.5.3)
'@vitest/expect@2.0.3':
dependencies:
@@ -13571,26 +13577,25 @@ snapshots:
loupe: 3.1.1
tinyrainbow: 1.2.0
- '@volar/kit@2.2.5(typescript@5.5.2)':
+ '@volar/kit@2.4.0-alpha.16(typescript@5.5.3)':
dependencies:
- '@volar/language-service': 2.2.5
- '@volar/typescript': 2.2.5
+ '@volar/language-service': 2.4.0-alpha.16
+ '@volar/typescript': 2.4.0-alpha.16
typesafe-path: 0.2.2
- typescript: 5.5.2
+ typescript: 5.5.3
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
- '@volar/language-core@2.2.5':
+ '@volar/language-core@2.4.0-alpha.16':
dependencies:
- '@volar/source-map': 2.2.5
+ '@volar/source-map': 2.4.0-alpha.16
- '@volar/language-server@2.2.5':
+ '@volar/language-server@2.4.0-alpha.16':
dependencies:
- '@volar/language-core': 2.2.5
- '@volar/language-service': 2.2.5
- '@volar/snapshot-document': 2.2.5
- '@volar/typescript': 2.2.5
- '@vscode/l10n': 0.0.16
+ '@volar/language-core': 2.4.0-alpha.16
+ '@volar/language-service': 2.4.0-alpha.16
+ '@volar/snapshot-document': 2.4.0-alpha.16
+ '@volar/typescript': 2.4.0-alpha.16
path-browserify: 1.0.1
request-light: 0.7.0
vscode-languageserver: 9.0.1
@@ -13598,28 +13603,27 @@ snapshots:
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
- '@volar/language-service@2.2.5':
+ '@volar/language-service@2.4.0-alpha.16':
dependencies:
- '@volar/language-core': 2.2.5
+ '@volar/language-core': 2.4.0-alpha.16
vscode-languageserver-protocol: 3.17.5
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
- '@volar/snapshot-document@2.2.5':
+ '@volar/snapshot-document@2.4.0-alpha.16':
dependencies:
vscode-languageserver-protocol: 3.17.5
vscode-languageserver-textdocument: 1.0.11
- '@volar/source-map@2.2.5':
- dependencies:
- muggle-string: 0.4.1
+ '@volar/source-map@2.4.0-alpha.16': {}
- '@volar/typescript@2.2.5':
+ '@volar/typescript@2.4.0-alpha.16':
dependencies:
- '@volar/language-core': 2.2.5
+ '@volar/language-core': 2.4.0-alpha.16
path-browserify: 1.0.1
+ vscode-uri: 3.0.8
- '@vscode/emmet-helper@2.9.2':
+ '@vscode/emmet-helper@2.9.3':
dependencies:
emmet: 2.4.7
jsonc-parser: 2.3.1
@@ -13627,42 +13631,40 @@ snapshots:
vscode-languageserver-types: 3.17.5
vscode-uri: 2.1.2
- '@vscode/l10n@0.0.16': {}
-
'@vscode/l10n@0.0.18': {}
'@vue/babel-helper-vue-transform-on@1.2.2': {}
- '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.9)':
dependencies:
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9)
'@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.9
'@vue/babel-helper-vue-transform-on': 1.2.2
- '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.7)
+ '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.9)
camelcase: 6.3.0
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.9)':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
'@vue/compiler-sfc': 3.4.31
'@vue/compiler-core@3.4.31':
dependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
'@vue/shared': 3.4.31
entities: 4.5.0
estree-walker: 2.0.2
@@ -13675,7 +13677,7 @@ snapshots:
'@vue/compiler-sfc@3.4.31':
dependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
'@vue/compiler-core': 3.4.31
'@vue/compiler-dom': 3.4.31
'@vue/compiler-ssr': 3.4.31
@@ -13690,21 +13692,21 @@ snapshots:
'@vue/compiler-dom': 3.4.31
'@vue/shared': 3.4.31
- '@vue/devtools-core@7.3.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2))':
+ '@vue/devtools-core@7.3.6(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3))':
dependencies:
- '@vue/devtools-kit': 7.3.5
- '@vue/devtools-shared': 7.3.5
+ '@vue/devtools-kit': 7.3.6
+ '@vue/devtools-shared': 7.3.6
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
- vue: 3.4.31(typescript@5.5.2)
+ vite-hot-client: 0.2.3(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
+ vue: 3.4.31(typescript@5.5.3)
transitivePeerDependencies:
- vite
- '@vue/devtools-kit@7.3.5':
+ '@vue/devtools-kit@7.3.6':
dependencies:
- '@vue/devtools-shared': 7.3.5
+ '@vue/devtools-shared': 7.3.6
birpc: 0.2.17
hookable: 5.5.3
mitt: 3.0.1
@@ -13712,7 +13714,7 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.3.5':
+ '@vue/devtools-shared@7.3.6':
dependencies:
rfdc: 1.4.1
@@ -13736,11 +13738,11 @@ snapshots:
'@vue/shared': 3.4.31
csstype: 3.1.3
- '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.5.2))':
+ '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.5.3))':
dependencies:
'@vue/compiler-ssr': 3.4.31
'@vue/shared': 3.4.31
- vue: 3.4.31(typescript@5.5.2)
+ vue: 3.4.31(typescript@5.5.3)
'@vue/shared@3.1.5': {}
@@ -13755,15 +13757,15 @@ snapshots:
mime-types: 2.1.35
negotiator: 0.6.3
- acorn-import-attributes@1.9.5(acorn@8.12.0):
+ acorn-import-attributes@1.9.5(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
- acorn-jsx@5.3.2(acorn@8.12.0):
+ acorn-jsx@5.3.2(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
- acorn@8.12.0: {}
+ acorn@8.12.1: {}
agent-base@6.0.2:
dependencies:
@@ -13856,7 +13858,7 @@ snapshots:
astro-auto-import@0.4.2(astro@packages+astro):
dependencies:
'@types/node': 18.19.31
- acorn: 8.12.0
+ acorn: 8.12.1
astro: link:packages/astro
astro-embed@0.7.2(astro@packages+astro):
@@ -13918,27 +13920,25 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- axobject-query@4.0.0:
- dependencies:
- dequal: 2.0.3
+ axobject-query@4.1.0: {}
- babel-plugin-jsx-dom-expressions@0.37.19(@babel/core@7.24.7):
+ babel-plugin-jsx-dom-expressions@0.37.19(@babel/core@7.24.9):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@babel/helper-module-imports': 7.18.6
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/types': 7.24.7
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9)
+ '@babel/types': 7.24.9
html-entities: 2.3.3
validate-html-nesting: 1.2.2
- babel-plugin-transform-hook-names@1.0.2(@babel/core@7.24.7):
+ babel-plugin-transform-hook-names@1.0.2(@babel/core@7.24.9):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
- babel-preset-solid@1.8.16(@babel/core@7.24.7):
+ babel-preset-solid@1.8.16(@babel/core@7.24.9):
dependencies:
- '@babel/core': 7.24.7
- babel-plugin-jsx-dom-expressions: 0.37.19(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ babel-plugin-jsx-dom-expressions: 0.37.19(@babel/core@7.24.9)
bail@2.0.2: {}
@@ -14172,7 +14172,7 @@ snapshots:
dependencies:
'@jridgewell/sourcemap-codec': 1.4.15
'@types/estree': 1.0.5
- acorn: 8.12.0
+ acorn: 8.12.1
estree-walker: 3.0.3
periscopic: 3.1.0
@@ -14298,7 +14298,7 @@ snapshots:
css-what@6.1.0: {}
- cssdb@8.0.0: {}
+ cssdb@8.1.0: {}
cssesc@3.0.0: {}
@@ -14435,7 +14435,7 @@ snapshots:
dotenv@8.6.0: {}
- drizzle-orm@0.31.2(@libsql/client@0.7.0)(@types/react@18.3.3)(react@18.3.1):
+ drizzle-orm@0.31.4(@libsql/client@0.7.0)(@types/react@18.3.3)(react@18.3.1):
optionalDependencies:
'@libsql/client': 0.7.0
'@types/react': 18.3.3
@@ -14539,18 +14539,18 @@ snapshots:
eslint-plugin-no-only-tests@3.1.0: {}
- eslint-plugin-regexp@2.6.0(eslint@9.6.0):
+ eslint-plugin-regexp@2.6.0(eslint@9.7.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0)
+ '@eslint-community/regexpp': 4.11.0
comment-parser: 1.4.1
- eslint: 9.6.0
+ eslint: 9.7.0
jsdoc-type-pratt-parser: 4.0.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-scope@8.0.1:
+ eslint-scope@8.0.2:
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
@@ -14559,13 +14559,13 @@ snapshots:
eslint-visitor-keys@4.0.0: {}
- eslint@9.6.0:
+ eslint@9.7.0:
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0)
+ '@eslint-community/regexpp': 4.11.0
'@eslint/config-array': 0.17.0
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.6.0
+ '@eslint/js': 9.7.0
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8
@@ -14574,7 +14574,7 @@ snapshots:
cross-spawn: 7.0.3
debug: 4.3.5
escape-string-regexp: 4.0.0
- eslint-scope: 8.0.1
+ eslint-scope: 8.0.2
eslint-visitor-keys: 4.0.0
espree: 10.1.0
esquery: 1.5.0
@@ -14602,8 +14602,8 @@ snapshots:
espree@10.1.0:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 4.0.0
esprima@4.0.1: {}
@@ -15001,7 +15001,7 @@ snapshots:
devlop: 1.1.0
hast-util-from-parse5: 8.0.1
parse5: 7.1.2
- vfile: 6.0.1
+ vfile: 6.0.2
vfile-message: 4.0.2
hast-util-from-parse5@8.0.1:
@@ -15011,7 +15011,7 @@ snapshots:
devlop: 1.1.0
hastscript: 8.0.0
property-information: 6.5.0
- vfile: 6.0.1
+ vfile: 6.0.2
vfile-location: 5.0.2
web-namespaces: 2.0.1
@@ -15043,7 +15043,7 @@ snapshots:
parse5: 7.1.2
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.1
+ vfile: 6.0.2
web-namespaces: 2.0.1
zwitch: 2.0.4
@@ -15783,7 +15783,7 @@ snapshots:
trim-lines: 3.0.1
unist-util-position: 5.0.0
unist-util-visit: 5.0.0
- vfile: 6.0.1
+ vfile: 6.0.2
mdast-util-to-markdown@2.1.0:
dependencies:
@@ -15968,8 +15968,8 @@ snapshots:
micromark-extension-mdxjs@3.0.0:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
micromark-extension-mdx-expression: 3.0.0
micromark-extension-mdx-jsx: 3.0.0
micromark-extension-mdx-md: 2.0.0
@@ -16314,7 +16314,7 @@ snapshots:
dependencies:
which-pm-runs: 1.1.0
- open-props@1.7.4: {}
+ open-props@1.7.5: {}
open@10.1.0:
dependencies:
@@ -16422,7 +16422,7 @@ snapshots:
nlcst-to-string: 4.0.0
unist-util-modify-children: 4.0.0
unist-util-visit-children: 3.0.0
- vfile: 6.0.1
+ vfile: 6.0.2
parse-numeric-range@1.3.0: {}
@@ -16495,11 +16495,11 @@ snapshots:
dependencies:
find-up: 4.1.0
- playwright-core@1.45.0: {}
+ playwright-core@1.45.2: {}
- playwright@1.45.0:
+ playwright@1.45.2:
dependencies:
- playwright-core: 1.45.0
+ playwright-core: 1.45.2
optionalDependencies:
fsevents: 2.3.2
@@ -16515,12 +16515,12 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- postcss-color-functional-notation@6.0.12(postcss@8.4.39):
+ postcss-color-functional-notation@6.0.14(postcss@8.4.39):
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
@@ -16536,28 +16536,28 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- postcss-custom-media@10.0.7(postcss@8.4.39):
+ postcss-custom-media@10.0.8(postcss@8.4.39):
dependencies:
- '@csstools/cascade-layer-name-parser': 1.0.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/media-query-list-parser': 2.1.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
+ '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
postcss: 8.4.39
- postcss-custom-properties@13.3.11(postcss@8.4.39):
+ postcss-custom-properties@13.3.12(postcss@8.4.39):
dependencies:
- '@csstools/cascade-layer-name-parser': 1.0.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
postcss-value-parser: 4.2.0
- postcss-custom-selectors@7.1.11(postcss@8.4.39):
+ postcss-custom-selectors@7.1.12(postcss@8.4.39):
dependencies:
- '@csstools/cascade-layer-name-parser': 1.0.12(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
+ '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
postcss: 8.4.39
postcss-selector-parser: 6.1.0
@@ -16566,9 +16566,9 @@ snapshots:
postcss: 8.4.39
postcss-selector-parser: 6.1.0
- postcss-double-position-gradients@5.0.6(postcss@8.4.39):
+ postcss-double-position-gradients@5.0.7(postcss@8.4.39):
dependencies:
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
postcss-value-parser: 4.2.0
@@ -16609,12 +16609,12 @@ snapshots:
camelcase-css: 2.0.1
postcss: 8.4.39
- postcss-lab-function@6.0.17(postcss@8.4.39):
+ postcss-lab-function@6.0.19(postcss@8.4.39):
dependencies:
- '@csstools/css-color-parser': 2.0.3(@csstools/css-parser-algorithms@2.7.0(@csstools/css-tokenizer@2.3.2))(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-parser-algorithms': 2.7.0(@csstools/css-tokenizer@2.3.2)
- '@csstools/css-tokenizer': 2.3.2
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
+ '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1)
+ '@csstools/css-tokenizer': 2.4.1
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
'@csstools/utilities': 1.0.0(postcss@8.4.39)
postcss: 8.4.39
@@ -16660,60 +16660,61 @@ snapshots:
postcss: 8.4.39
postcss-value-parser: 4.2.0
- postcss-preset-env@9.5.15(postcss@8.4.39):
+ postcss-preset-env@9.6.0(postcss@8.4.39):
dependencies:
'@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.39)
- '@csstools/postcss-color-function': 3.0.17(postcss@8.4.39)
- '@csstools/postcss-color-mix-function': 2.0.17(postcss@8.4.39)
- '@csstools/postcss-exponential-functions': 1.0.8(postcss@8.4.39)
+ '@csstools/postcss-color-function': 3.0.19(postcss@8.4.39)
+ '@csstools/postcss-color-mix-function': 2.0.19(postcss@8.4.39)
+ '@csstools/postcss-content-alt-text': 1.0.0(postcss@8.4.39)
+ '@csstools/postcss-exponential-functions': 1.0.9(postcss@8.4.39)
'@csstools/postcss-font-format-keywords': 3.0.2(postcss@8.4.39)
- '@csstools/postcss-gamut-mapping': 1.0.10(postcss@8.4.39)
- '@csstools/postcss-gradients-interpolation-method': 4.0.18(postcss@8.4.39)
- '@csstools/postcss-hwb-function': 3.0.16(postcss@8.4.39)
- '@csstools/postcss-ic-unit': 3.0.6(postcss@8.4.39)
+ '@csstools/postcss-gamut-mapping': 1.0.11(postcss@8.4.39)
+ '@csstools/postcss-gradients-interpolation-method': 4.0.20(postcss@8.4.39)
+ '@csstools/postcss-hwb-function': 3.0.18(postcss@8.4.39)
+ '@csstools/postcss-ic-unit': 3.0.7(postcss@8.4.39)
'@csstools/postcss-initial': 1.0.1(postcss@8.4.39)
'@csstools/postcss-is-pseudo-class': 4.0.8(postcss@8.4.39)
- '@csstools/postcss-light-dark-function': 1.0.6(postcss@8.4.39)
+ '@csstools/postcss-light-dark-function': 1.0.8(postcss@8.4.39)
'@csstools/postcss-logical-float-and-clear': 2.0.1(postcss@8.4.39)
'@csstools/postcss-logical-overflow': 1.0.1(postcss@8.4.39)
'@csstools/postcss-logical-overscroll-behavior': 1.0.1(postcss@8.4.39)
'@csstools/postcss-logical-resize': 2.0.1(postcss@8.4.39)
- '@csstools/postcss-logical-viewport-units': 2.0.10(postcss@8.4.39)
- '@csstools/postcss-media-minmax': 1.1.7(postcss@8.4.39)
- '@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.10(postcss@8.4.39)
+ '@csstools/postcss-logical-viewport-units': 2.0.11(postcss@8.4.39)
+ '@csstools/postcss-media-minmax': 1.1.8(postcss@8.4.39)
+ '@csstools/postcss-media-queries-aspect-ratio-number-values': 2.0.11(postcss@8.4.39)
'@csstools/postcss-nested-calc': 3.0.2(postcss@8.4.39)
'@csstools/postcss-normalize-display-values': 3.0.2(postcss@8.4.39)
- '@csstools/postcss-oklab-function': 3.0.17(postcss@8.4.39)
- '@csstools/postcss-progressive-custom-properties': 3.2.0(postcss@8.4.39)
- '@csstools/postcss-relative-color-syntax': 2.0.17(postcss@8.4.39)
+ '@csstools/postcss-oklab-function': 3.0.19(postcss@8.4.39)
+ '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.39)
+ '@csstools/postcss-relative-color-syntax': 2.0.19(postcss@8.4.39)
'@csstools/postcss-scope-pseudo-class': 3.0.1(postcss@8.4.39)
- '@csstools/postcss-stepped-value-functions': 3.0.9(postcss@8.4.39)
+ '@csstools/postcss-stepped-value-functions': 3.0.10(postcss@8.4.39)
'@csstools/postcss-text-decoration-shorthand': 3.0.7(postcss@8.4.39)
- '@csstools/postcss-trigonometric-functions': 3.0.9(postcss@8.4.39)
+ '@csstools/postcss-trigonometric-functions': 3.0.10(postcss@8.4.39)
'@csstools/postcss-unset-value': 3.0.1(postcss@8.4.39)
autoprefixer: 10.4.19(postcss@8.4.39)
browserslist: 4.23.1
css-blank-pseudo: 6.0.2(postcss@8.4.39)
css-has-pseudo: 6.0.5(postcss@8.4.39)
css-prefers-color-scheme: 9.0.1(postcss@8.4.39)
- cssdb: 8.0.0
+ cssdb: 8.1.0
postcss: 8.4.39
postcss-attribute-case-insensitive: 6.0.3(postcss@8.4.39)
postcss-clamp: 4.1.0(postcss@8.4.39)
- postcss-color-functional-notation: 6.0.12(postcss@8.4.39)
+ postcss-color-functional-notation: 6.0.14(postcss@8.4.39)
postcss-color-hex-alpha: 9.0.4(postcss@8.4.39)
postcss-color-rebeccapurple: 9.0.3(postcss@8.4.39)
- postcss-custom-media: 10.0.7(postcss@8.4.39)
- postcss-custom-properties: 13.3.11(postcss@8.4.39)
- postcss-custom-selectors: 7.1.11(postcss@8.4.39)
+ postcss-custom-media: 10.0.8(postcss@8.4.39)
+ postcss-custom-properties: 13.3.12(postcss@8.4.39)
+ postcss-custom-selectors: 7.1.12(postcss@8.4.39)
postcss-dir-pseudo-class: 8.0.1(postcss@8.4.39)
- postcss-double-position-gradients: 5.0.6(postcss@8.4.39)
+ postcss-double-position-gradients: 5.0.7(postcss@8.4.39)
postcss-focus-visible: 9.0.1(postcss@8.4.39)
postcss-focus-within: 8.0.1(postcss@8.4.39)
postcss-font-variant: 5.0.0(postcss@8.4.39)
postcss-gap-properties: 5.0.1(postcss@8.4.39)
postcss-image-set-function: 6.0.3(postcss@8.4.39)
- postcss-lab-function: 6.0.17(postcss@8.4.39)
+ postcss-lab-function: 6.0.19(postcss@8.4.39)
postcss-logical: 7.0.1(postcss@8.4.39)
postcss-nesting: 12.1.5(postcss@8.4.39)
postcss-opacity-percentage: 2.0.0(postcss@8.4.39)
@@ -16756,30 +16757,30 @@ snapshots:
preact: 10.22.1
pretty-format: 3.8.0
- preact-ssr-prepass@1.2.1(preact@10.22.1):
+ preact-ssr-prepass@1.2.2(preact@10.22.1):
dependencies:
preact: 10.22.1
preact@10.22.1: {}
- preferred-pm@3.1.3:
+ preferred-pm@3.1.4:
dependencies:
find-up: 5.0.0
find-yarn-workspace-root2: 1.2.16
path-exists: 4.0.0
- which-pm: 2.0.0
+ which-pm: 2.2.0
prelude-ls@1.2.1: {}
prettier-plugin-astro@0.14.0:
dependencies:
'@astrojs/compiler': 1.8.2
- prettier: 3.3.2
+ prettier: 3.3.3
sass-formatter: 0.7.9
prettier@2.8.8: {}
- prettier@3.3.2: {}
+ prettier@3.3.3: {}
pretty-bytes@5.6.0: {}
@@ -16872,7 +16873,7 @@ snapshots:
refa@0.12.1:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
regenerator-runtime@0.13.11: {}
@@ -16880,7 +16881,7 @@ snapshots:
regexp-ast-analysis@0.7.1:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
refa: 0.12.1
rehype-autolink-headings@7.1.0:
@@ -16914,7 +16915,7 @@ snapshots:
hast-util-from-html: 2.0.1
unified: 11.0.5
- rehype-pretty-code@0.13.2(shiki@1.10.0):
+ rehype-pretty-code@0.13.2(shiki@1.10.3):
dependencies:
'@types/hast': 3.0.4
hast-util-to-string: 3.0.0
@@ -16923,13 +16924,13 @@ snapshots:
unified: 11.0.5
unist-util-visit: 5.0.0
optionalDependencies:
- shiki: 1.10.0
+ shiki: 1.10.3
rehype-raw@7.0.0:
dependencies:
'@types/hast': 3.0.4
hast-util-raw: 9.0.2
- vfile: 6.0.1
+ vfile: 6.0.2
rehype-slug@6.0.0:
dependencies:
@@ -17006,9 +17007,9 @@ snapshots:
'@types/mdast': 4.0.4
mdast-util-to-hast: 13.1.0
unified: 11.0.5
- vfile: 6.0.1
+ vfile: 6.0.2
- remark-shiki-twoslash@3.1.3(typescript@5.5.2):
+ remark-shiki-twoslash@3.1.3(typescript@5.5.3):
dependencies:
'@types/unist': 2.0.10
'@typescript/twoslash': 3.1.0
@@ -17016,14 +17017,14 @@ snapshots:
fenceparser: 1.1.1
regenerator-runtime: 0.13.11
shiki: 0.10.1
- shiki-twoslash: 3.1.2(typescript@5.5.2)
+ shiki-twoslash: 3.1.2(typescript@5.5.3)
tslib: 2.1.0
- typescript: 5.5.2
+ typescript: 5.5.3
unist-util-visit: 2.0.3
transitivePeerDependencies:
- supports-color
- remark-smartypants@3.0.1:
+ remark-smartypants@3.0.2:
dependencies:
retext: 9.0.0
retext-smartypants: 6.1.0
@@ -17103,26 +17104,26 @@ snapshots:
dependencies:
glob: 10.3.12
- rollup@4.18.0:
+ rollup@4.18.1:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.18.0
- '@rollup/rollup-android-arm64': 4.18.0
- '@rollup/rollup-darwin-arm64': 4.18.0
- '@rollup/rollup-darwin-x64': 4.18.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
- '@rollup/rollup-linux-arm-musleabihf': 4.18.0
- '@rollup/rollup-linux-arm64-gnu': 4.18.0
- '@rollup/rollup-linux-arm64-musl': 4.18.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
- '@rollup/rollup-linux-riscv64-gnu': 4.18.0
- '@rollup/rollup-linux-s390x-gnu': 4.18.0
- '@rollup/rollup-linux-x64-gnu': 4.18.0
- '@rollup/rollup-linux-x64-musl': 4.18.0
- '@rollup/rollup-win32-arm64-msvc': 4.18.0
- '@rollup/rollup-win32-ia32-msvc': 4.18.0
- '@rollup/rollup-win32-x64-msvc': 4.18.0
+ '@rollup/rollup-android-arm-eabi': 4.18.1
+ '@rollup/rollup-android-arm64': 4.18.1
+ '@rollup/rollup-darwin-arm64': 4.18.1
+ '@rollup/rollup-darwin-x64': 4.18.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.18.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.18.1
+ '@rollup/rollup-linux-arm64-gnu': 4.18.1
+ '@rollup/rollup-linux-arm64-musl': 4.18.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.18.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.18.1
+ '@rollup/rollup-linux-s390x-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-musl': 4.18.1
+ '@rollup/rollup-win32-arm64-msvc': 4.18.1
+ '@rollup/rollup-win32-ia32-msvc': 4.18.1
+ '@rollup/rollup-win32-x64-msvc': 4.18.1
fsevents: 2.3.3
rrweb-cssom@0.6.0: {}
@@ -17143,7 +17144,7 @@ snapshots:
dependencies:
suf-log: 2.5.3
- sass@1.77.6:
+ sass@1.77.8:
dependencies:
chokidar: 3.6.0
immutable: 4.3.5
@@ -17163,7 +17164,7 @@ snapshots:
scslre@0.3.0:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
@@ -17268,13 +17269,13 @@ snapshots:
shebang-regex@3.0.0: {}
- shiki-twoslash@3.1.2(typescript@5.5.2):
+ shiki-twoslash@3.1.2(typescript@5.5.3):
dependencies:
'@typescript/twoslash': 3.1.0
'@typescript/vfs': 1.3.4
fenceparser: 1.1.1
shiki: 0.10.1
- typescript: 5.5.2
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
@@ -17284,9 +17285,10 @@ snapshots:
vscode-oniguruma: 1.7.0
vscode-textmate: 5.2.0
- shiki@1.10.0:
+ shiki@1.10.3:
dependencies:
- '@shikijs/core': 1.10.0
+ '@shikijs/core': 1.10.3
+ '@types/hast': 3.0.4
side-channel@1.0.6:
dependencies:
@@ -17352,9 +17354,9 @@ snapshots:
solid-refresh@0.6.3(solid-js@1.8.18):
dependencies:
- '@babel/generator': 7.24.7
+ '@babel/generator': 7.24.10
'@babel/helper-module-imports': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.9
solid-js: 1.8.18
transitivePeerDependencies:
- supports-color
@@ -17496,12 +17498,12 @@ snapshots:
dependencies:
svelte: 4.2.18
- svelte2tsx@0.7.13(svelte@4.2.18)(typescript@5.5.2):
+ svelte2tsx@0.7.13(svelte@4.2.18)(typescript@5.5.3):
dependencies:
dedent-js: 1.0.1
pascal-case: 3.1.2
svelte: 4.2.18
- typescript: 5.5.2
+ typescript: 5.5.3
svelte@4.2.18:
dependencies:
@@ -17509,9 +17511,9 @@ snapshots:
'@jridgewell/sourcemap-codec': 1.4.15
'@jridgewell/trace-mapping': 0.3.25
'@types/estree': 1.0.5
- acorn: 8.12.0
+ acorn: 8.12.1
aria-query: 5.3.0
- axobject-query: 4.0.0
+ axobject-query: 4.1.0
code-red: 1.0.4
css-tree: 2.3.1
estree-walker: 3.0.3
@@ -17534,7 +17536,7 @@ snapshots:
symbol-tree@3.2.4: {}
- tailwindcss@3.4.4:
+ tailwindcss@3.4.5:
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
@@ -17652,9 +17654,9 @@ snapshots:
trough@2.2.0: {}
- ts-api-utils@1.3.0(typescript@5.5.2):
+ ts-api-utils@1.3.0(typescript@5.5.3):
dependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
ts-interface-checker@0.1.13: {}
@@ -17663,9 +17665,9 @@ snapshots:
'@ts-morph/common': 0.20.0
code-block-writer: 12.0.0
- tsconfck@3.1.1(typescript@5.5.2):
+ tsconfck@3.1.1(typescript@5.5.3):
optionalDependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
tsconfig-resolver@3.0.1:
dependencies:
@@ -17739,22 +17741,22 @@ snapshots:
typesafe-path@0.2.2: {}
- typescript-auto-import-cache@0.3.2:
+ typescript-auto-import-cache@0.3.3:
dependencies:
semver: 7.6.2
- typescript-eslint@7.14.1(eslint@9.6.0)(typescript@5.5.2):
+ typescript-eslint@7.16.1(eslint@9.7.0)(typescript@5.5.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 7.14.1(@typescript-eslint/parser@7.14.1(eslint@9.6.0)(typescript@5.5.2))(eslint@9.6.0)(typescript@5.5.2)
- '@typescript-eslint/parser': 7.14.1(eslint@9.6.0)(typescript@5.5.2)
- '@typescript-eslint/utils': 7.14.1(eslint@9.6.0)(typescript@5.5.2)
- eslint: 9.6.0
+ '@typescript-eslint/eslint-plugin': 7.16.1(@typescript-eslint/parser@7.16.1(eslint@9.7.0)(typescript@5.5.3))(eslint@9.7.0)(typescript@5.5.3)
+ '@typescript-eslint/parser': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.16.1(eslint@9.7.0)(typescript@5.5.3)
+ eslint: 9.7.0
optionalDependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- typescript@5.5.2: {}
+ typescript@5.5.3: {}
ufo@1.5.3: {}
@@ -17778,7 +17780,7 @@ snapshots:
extend: 3.0.2
is-plain-obj: 4.1.0
trough: 2.2.0
- vfile: 6.0.1
+ vfile: 6.0.2
unist-util-find-after@5.0.0:
dependencies:
@@ -17898,30 +17900,30 @@ snapshots:
vfile-location@5.0.2:
dependencies:
'@types/unist': 3.0.2
- vfile: 6.0.1
+ vfile: 6.0.2
vfile-message@4.0.2:
dependencies:
'@types/unist': 3.0.2
unist-util-stringify-position: 4.0.0
- vfile@6.0.1:
+ vfile@6.0.2:
dependencies:
'@types/unist': 3.0.2
unist-util-stringify-position: 4.0.0
vfile-message: 4.0.2
- vite-hot-client@0.2.3(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6)):
+ vite-hot-client@0.2.3(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8)):
dependencies:
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
- vite-node@2.0.3(@types/node@20.12.7)(sass@1.77.6):
+ vite-node@2.0.3(@types/node@20.12.7)(sass@1.77.8):
dependencies:
cac: 6.7.14
debug: 4.3.5
pathe: 1.1.2
tinyrainbow: 1.2.0
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
transitivePeerDependencies:
- '@types/node'
- less
@@ -17932,10 +17934,10 @@ snapshots:
- supports-color
- terser
- vite-plugin-inspect@0.8.4(rollup@4.18.0)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6)):
+ vite-plugin-inspect@0.8.4(rollup@4.18.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8)):
dependencies:
'@antfu/utils': 0.7.8
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.18.1)
debug: 4.3.5
error-stack-parser-es: 0.1.1
fs-extra: 11.2.0
@@ -17943,76 +17945,76 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-solid@2.10.2(solid-js@1.8.18)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6)):
+ vite-plugin-solid@2.10.2(solid-js@1.8.18)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8)):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.9
'@types/babel__core': 7.20.5
- babel-preset-solid: 1.8.16(@babel/core@7.24.7)
+ babel-preset-solid: 1.8.16(@babel/core@7.24.9)
merge-anything: 5.1.7
solid-js: 1.8.18
solid-refresh: 0.6.3(solid-js@1.8.18)
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
- vitefu: 0.2.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
+ vitefu: 0.2.5(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.3.5(rollup@4.18.0)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2)):
+ vite-plugin-vue-devtools@7.3.6(rollup@4.18.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3)):
dependencies:
- '@vue/devtools-core': 7.3.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))(vue@3.4.31(typescript@5.5.2))
- '@vue/devtools-kit': 7.3.5
- '@vue/devtools-shared': 7.3.5
+ '@vue/devtools-core': 7.3.6(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))(vue@3.4.31(typescript@5.5.3))
+ '@vue/devtools-kit': 7.3.6
+ '@vue/devtools-shared': 7.3.6
execa: 8.0.1
sirv: 2.0.4
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
- vite-plugin-inspect: 0.8.4(rollup@4.18.0)(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
- vite-plugin-vue-inspector: 5.1.2(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6))
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
+ vite-plugin-inspect: 0.8.4(rollup@4.18.1)(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
+ vite-plugin-vue-inspector: 5.1.2(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
- vue
- vite-plugin-vue-inspector@5.1.2(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6)):
+ vite-plugin-vue-inspector@5.1.2(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8)):
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
+ '@babel/core': 7.24.9
+ '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.9)
+ '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.9)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.9)
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.9)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.9)
'@vue/compiler-dom': 3.4.31
kolorist: 1.8.0
magic-string: 0.30.10
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
transitivePeerDependencies:
- supports-color
- vite-svg-loader@5.1.0(vue@3.4.31(typescript@5.5.2)):
+ vite-svg-loader@5.1.0(vue@3.4.31(typescript@5.5.3)):
dependencies:
svgo: 3.2.0
optionalDependencies:
- vue: 3.4.31(typescript@5.5.2)
+ vue: 3.4.31(typescript@5.5.3)
- vite@5.3.2(@types/node@20.12.7)(sass@1.77.6):
+ vite@5.3.4(@types/node@20.12.7)(sass@1.77.8):
dependencies:
esbuild: 0.21.5
postcss: 8.4.39
- rollup: 4.18.0
+ rollup: 4.18.1
optionalDependencies:
'@types/node': 20.12.7
fsevents: 2.3.3
- sass: 1.77.6
+ sass: 1.77.8
- vitefu@0.2.5(vite@5.3.2(@types/node@20.12.7)(sass@1.77.6)):
+ vitefu@0.2.5(vite@5.3.4(@types/node@20.12.7)(sass@1.77.8)):
optionalDependencies:
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
- vitest@2.0.3(@types/node@20.12.7)(jsdom@23.2.0)(sass@1.77.6):
+ vitest@2.0.3(@types/node@20.12.7)(jsdom@23.2.0)(sass@1.77.8):
dependencies:
'@ampproject/remapping': 2.3.0
'@vitest/expect': 2.0.3
@@ -18030,8 +18032,8 @@ snapshots:
tinybench: 2.8.0
tinypool: 1.0.0
tinyrainbow: 1.2.0
- vite: 5.3.2(@types/node@20.12.7)(sass@1.77.6)
- vite-node: 2.0.3(@types/node@20.12.7)(sass@1.77.6)
+ vite: 5.3.4(@types/node@20.12.7)(sass@1.77.8)
+ vite-node: 2.0.3(@types/node@20.12.7)(sass@1.77.8)
why-is-node-running: 2.2.2
optionalDependencies:
'@types/node': 20.12.7
@@ -18045,59 +18047,63 @@ snapshots:
- supports-color
- terser
- volar-service-css@0.0.45(@volar/language-service@2.2.5):
+ volar-service-css@0.0.59(@volar/language-service@2.4.0-alpha.16):
dependencies:
- vscode-css-languageservice: 6.2.13
+ vscode-css-languageservice: 6.3.0
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
optionalDependencies:
- '@volar/language-service': 2.2.5
+ '@volar/language-service': 2.4.0-alpha.16
- volar-service-emmet@0.0.45(@volar/language-service@2.2.5):
+ volar-service-emmet@0.0.59(@volar/language-service@2.4.0-alpha.16):
dependencies:
'@emmetio/css-parser': 0.4.0
'@emmetio/html-matcher': 1.3.0
- '@vscode/emmet-helper': 2.9.2
+ '@vscode/emmet-helper': 2.9.3
+ vscode-uri: 3.0.8
optionalDependencies:
- '@volar/language-service': 2.2.5
+ '@volar/language-service': 2.4.0-alpha.16
- volar-service-html@0.0.45(@volar/language-service@2.2.5):
+ volar-service-html@0.0.59(@volar/language-service@2.4.0-alpha.16):
dependencies:
- vscode-html-languageservice: '@johnsoncodehk/vscode-html-languageservice@5.2.0-34a5462'
+ vscode-html-languageservice: 5.3.0
vscode-languageserver-textdocument: 1.0.11
vscode-uri: 3.0.8
optionalDependencies:
- '@volar/language-service': 2.2.5
+ '@volar/language-service': 2.4.0-alpha.16
- volar-service-prettier@0.0.45(@volar/language-service@2.2.5)(prettier@3.3.2):
+ volar-service-prettier@0.0.59(@volar/language-service@2.4.0-alpha.16)(prettier@3.3.3):
dependencies:
vscode-uri: 3.0.8
optionalDependencies:
- '@volar/language-service': 2.2.5
- prettier: 3.3.2
+ '@volar/language-service': 2.4.0-alpha.16
+ prettier: 3.3.3
- volar-service-typescript-twoslash-queries@0.0.45(@volar/language-service@2.2.5):
+ volar-service-typescript-twoslash-queries@0.0.59(@volar/language-service@2.4.0-alpha.16):
+ dependencies:
+ vscode-uri: 3.0.8
optionalDependencies:
- '@volar/language-service': 2.2.5
+ '@volar/language-service': 2.4.0-alpha.16
- volar-service-typescript@0.0.45(@volar/language-service@2.2.5):
+ volar-service-typescript@0.0.59(@volar/language-service@2.4.0-alpha.16):
dependencies:
path-browserify: 1.0.1
semver: 7.6.2
- typescript-auto-import-cache: 0.3.2
+ typescript-auto-import-cache: 0.3.3
vscode-languageserver-textdocument: 1.0.11
vscode-nls: 5.2.0
+ vscode-uri: 3.0.8
optionalDependencies:
- '@volar/language-service': 2.2.5
+ '@volar/language-service': 2.4.0-alpha.16
- vscode-css-languageservice@6.2.13:
+ vscode-css-languageservice@6.3.0:
dependencies:
'@vscode/l10n': 0.0.18
vscode-languageserver-textdocument: 1.0.11
vscode-languageserver-types: 3.17.5
vscode-uri: 3.0.8
- vscode-html-languageservice@5.2.0:
+ vscode-html-languageservice@5.3.0:
dependencies:
'@vscode/l10n': 0.0.18
vscode-languageserver-textdocument: 1.0.11
@@ -18129,15 +18135,15 @@ snapshots:
vscode-uri@3.0.8: {}
- vue@3.4.31(typescript@5.5.2):
+ vue@3.4.31(typescript@5.5.3):
dependencies:
'@vue/compiler-dom': 3.4.31
'@vue/compiler-sfc': 3.4.31
'@vue/runtime-dom': 3.4.31
- '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.5.2))
+ '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.5.3))
'@vue/shared': 3.4.31
optionalDependencies:
- typescript: 5.5.2
+ typescript: 5.5.3
w3c-xmlserializer@5.0.0:
dependencies:
@@ -18173,11 +18179,6 @@ snapshots:
which-pm-runs@1.1.0: {}
- which-pm@2.0.0:
- dependencies:
- load-yaml-file: 0.2.0
- path-exists: 4.0.0
-
which-pm@2.2.0:
dependencies:
load-yaml-file: 0.2.0