mirror of
https://github.com/withastro/astro.git
synced 2025-01-22 02:21:52 -05:00
fix(deps): update all non-major dependencies (#13008)
* fix(deps): update all non-major dependencies * chore: lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
This commit is contained in:
parent
f64b73cb8a
commit
3357ff6497
62 changed files with 728 additions and 727 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@benchmark/timer": "workspace:*",
|
||||
"@benchmark/adapter": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/svelte": "^7.0.3",
|
||||
"astro": "^5.1.7",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"astro": "^5.1.7"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
"server": "node dist/server/entry.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@astrojs/svelte": "^7.0.3",
|
||||
"astro": "^5.1.7",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.1.7",
|
||||
"sass": "^1.83.1",
|
||||
"sass": "^1.83.4",
|
||||
"sharp": "^0.33.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"astro": "^5.1.7",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"publint": "^0.3.2",
|
||||
"turbo": "^2.3.3",
|
||||
"typescript": "~5.7.3",
|
||||
"typescript-eslint": "^8.19.1"
|
||||
"typescript-eslint": "^8.20.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/db": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@astrojs/react": "workspace:*",
|
||||
"@types/react": "^18.3.18",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/db": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@astrojs/react": "workspace:*",
|
||||
"@types/react": "npm:types-react",
|
||||
"@types/react-dom": "npm:types-react-dom",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "workspace:*",
|
||||
"sass": "^1.83.1"
|
||||
"sass": "^1.83.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
"preact": "^10.25.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"sass": "^1.83.1",
|
||||
"sass": "^1.83.4",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"private": true,
|
||||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"sass": "^1.83.1"
|
||||
"sass": "^1.83.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0"
|
||||
"@astrojs/node": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"astro": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0"
|
||||
"@astrojs/node": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"@astrojs/react": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"@astrojs/mdx": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"@astrojs/mdx": "workspace:*",
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"@astrojs/tailwind": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@astrojs/react": "workspace:*",
|
||||
"@astrojs/solid-js": "workspace:*",
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
|
@ -12,7 +12,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
"prompts": "^2.4.2",
|
||||
"rehype": "^13.0.2",
|
||||
"semver": "^7.6.3",
|
||||
"shiki": "^1.26.2",
|
||||
"shiki": "^1.29.1",
|
||||
"tinyexec": "^0.3.2",
|
||||
"tsconfck": "^3.1.4",
|
||||
"ultrahtml": "^1.5.3",
|
||||
|
@ -212,9 +212,9 @@
|
|||
"rehype-slug": "^6.0.0",
|
||||
"rehype-toc": "^3.0.2",
|
||||
"remark-code-titles": "^0.1.2",
|
||||
"rollup": "^4.30.1",
|
||||
"sass": "^1.83.1",
|
||||
"undici": "^7.2.1",
|
||||
"rollup": "^4.31.0",
|
||||
"sass": "^1.83.4",
|
||||
"undici": "^7.2.3",
|
||||
"unified": "^11.0.5",
|
||||
"vitest": "^3.0.2"
|
||||
},
|
||||
|
|
|
@ -98,9 +98,9 @@ export type PaginateFunction = <
|
|||
}[];
|
||||
|
||||
export type APIRoute<
|
||||
Props extends Record<string, any> = Record<string, any>,
|
||||
APIProps extends Record<string, any> = Record<string, any>,
|
||||
APIParams extends Record<string, string | undefined> = Record<string, string | undefined>,
|
||||
> = (context: APIContext<Props, APIParams>) => Response | Promise<Response>;
|
||||
> = (context: APIContext<APIProps, APIParams>) => Response | Promise<Response>;
|
||||
|
||||
export type RewritePayload = string | URL | Request;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"astro": "workspace:*",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"@astrojs/svelte": "workspace:*",
|
||||
"@test/namespace-package": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"preact": "^10.25.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"astro": "workspace:*",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
"astro": "workspace:*",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"astro": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"preact": "^10.25.4",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
|
@ -4,6 +4,6 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"astro": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0"
|
||||
"@astrojs/node": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"preact": "^10.25.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"solid-js": "^1.9.4",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"@astrojs/mdx": "workspace:*",
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "workspace:*",
|
||||
"@solidjs/router": "^0.15.2",
|
||||
"@solidjs/router": "^0.15.3",
|
||||
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
|
||||
"astro": "workspace:*",
|
||||
"solid-js": "^1.9.4"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"astro": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@test/static-build-pkg": "workspace:*",
|
||||
"astro": "workspace:*"
|
||||
}
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/svelte": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/tailwind": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"@astrojs/tailwind": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"tailwindcss": "^3.4.17"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"@astrojs/svelte": "workspace:*",
|
||||
"@astrojs/vue": "workspace:*",
|
||||
"astro": "workspace:*",
|
||||
"svelte": "^5.17.3",
|
||||
"svelte": "^5.19.0",
|
||||
"vue": "^3.5.13"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@ describe('Server islands', () => {
|
|||
const res = await fixture.fetch('/');
|
||||
assert.equal(res.status, 200);
|
||||
const html = await res.text();
|
||||
const fetchMatch = html.match(/fetch\('\/_server-islands\/Island\?[^']*p=([^&']*)/s);
|
||||
const fetchMatch = html.match(/fetch\('\/_server-islands\/Island\?[^']*p=([^&']*)/);
|
||||
assert.equal(fetchMatch.length, 2, 'should include props in the query string');
|
||||
assert.equal(fetchMatch[1], '', 'should not include encrypted empty props');
|
||||
});
|
||||
|
@ -81,7 +81,7 @@ describe('Server islands', () => {
|
|||
assert.equal(res.status, 200);
|
||||
const html = await res.text();
|
||||
const fetchMatch = html.match(
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/s,
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/,
|
||||
);
|
||||
assert.equal(fetchMatch.length, 2, 'should include props in the query string');
|
||||
const firstProps = fetchMatch[1];
|
||||
|
@ -89,7 +89,7 @@ describe('Server islands', () => {
|
|||
assert.equal(secondRes.status, 200);
|
||||
const secondHtml = await secondRes.text();
|
||||
const secondFetchMatch = secondHtml.match(
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/s,
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/,
|
||||
);
|
||||
assert.equal(secondFetchMatch.length, 2, 'should include props in the query string');
|
||||
assert.notEqual(
|
||||
|
@ -146,7 +146,7 @@ describe('Server islands', () => {
|
|||
const response = await app.render(request);
|
||||
assert.equal(response.status, 200);
|
||||
const html = await response.text();
|
||||
const fetchMatch = html.match(/fetch\('\/_server-islands\/Island\?[^']*p=([^&']*)/s);
|
||||
const fetchMatch = html.match(/fetch\('\/_server-islands\/Island\?[^']*p=([^&']*)/);
|
||||
assert.equal(fetchMatch.length, 2, 'should include props in the query string');
|
||||
assert.equal(fetchMatch[1], '', 'should not include encrypted empty props');
|
||||
});
|
||||
|
@ -157,7 +157,7 @@ describe('Server islands', () => {
|
|||
assert.equal(response.status, 200);
|
||||
const html = await response.text();
|
||||
const fetchMatch = html.match(
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/s,
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/,
|
||||
);
|
||||
assert.equal(fetchMatch.length, 2, 'should include props in the query string');
|
||||
const firstProps = fetchMatch[1];
|
||||
|
@ -166,7 +166,7 @@ describe('Server islands', () => {
|
|||
assert.equal(secondResponse.status, 200);
|
||||
const secondHtml = await secondResponse.text();
|
||||
const secondFetchMatch = secondHtml.match(
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/s,
|
||||
/fetch\('\/_server-islands\/ComponentWithProps\?[^']*p=([^&']*)/,
|
||||
);
|
||||
assert.equal(secondFetchMatch.length, 2, 'should include props in the query string');
|
||||
assert.notEqual(
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/db": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@astrojs/react": "workspace:*",
|
||||
"@types/react": "^18.3.18",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"remark-rehype": "^11.1.1",
|
||||
"remark-shiki-twoslash": "^3.1.3",
|
||||
"remark-toc": "^9.0.0",
|
||||
"shiki": "^1.26.2",
|
||||
"shiki": "^1.29.1",
|
||||
"unified": "^11.0.5",
|
||||
"vite": "^6.0.9"
|
||||
},
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"devDependencies": {
|
||||
"astro": "workspace:*",
|
||||
"astro-scripts": "workspace:*",
|
||||
"svelte": "^5.17.3"
|
||||
"svelte": "^5.19.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^5.0.0",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss": "^8.5.1",
|
||||
"postcss-load-config": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/db": "workspace:*",
|
||||
"@astrojs/node": "^9.0.0",
|
||||
"@astrojs/node": "^9.0.1",
|
||||
"@astrojs/web-vitals": "workspace:*",
|
||||
"astro": "workspace:*"
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.1",
|
||||
"remark-smartypants": "^3.0.2",
|
||||
"shiki": "^1.26.2",
|
||||
"shiki": "^1.29.1",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-remove-position": "^5.0.0",
|
||||
"unist-util-visit": "^5.0.0",
|
||||
|
|
1307
pnpm-lock.yaml
1307
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue