0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

fix(deps): update all non-major dependencies (#11674)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
This commit is contained in:
renovate[bot] 2024-08-13 22:29:37 +08:00 committed by GitHub
parent fc24e1b6f5
commit 315ec07e1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 943 additions and 833 deletions

View file

@ -14,6 +14,6 @@
"@astrojs/lit": "^4.3.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.13.3",
"lit": "^3.1.4"
"lit": "^3.2.0"
}
}

View file

@ -22,8 +22,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.1",
"astro": "^4.13.3",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.13.3",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -18,9 +18,9 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.13.3",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.7"
"tailwindcss": "^3.4.9"
}
}

View file

@ -14,7 +14,7 @@
"@astrojs/preact": "^3.5.1",
"@nanostores/preact": "^0.5.2",
"astro": "^4.13.3",
"nanostores": "^0.11.0",
"nanostores": "^0.11.2",
"preact": "^10.23.1"
}
}

View file

@ -17,7 +17,7 @@
"astro": "^4.13.3",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9"
}
}

View file

@ -52,13 +52,13 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/check": "^0.9.2",
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-regexp": "^2.6.0",
"globby": "^14.0.2",

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/check": "^0.9.2",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",

View file

@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/check": "^0.9.2",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -14,8 +14,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -13,8 +13,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/lit": "workspace:*",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "workspace:*",
"lit": "^3.1.4"
"lit": "^3.2.0"
}
}

View file

@ -13,12 +13,12 @@
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^3.1.4",
"lit": "^3.2.0",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -14,8 +14,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -14,8 +14,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -14,8 +14,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -14,8 +14,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -14,8 +14,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -14,9 +14,9 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
},
"scripts": {
"dev": "astro dev"

View file

@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -6,7 +6,7 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9"
}
}

View file

@ -11,6 +11,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -122,7 +122,7 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.10.1",
"@astrojs/compiler": "^2.10.2",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
@ -178,7 +178,7 @@
"tsconfck": "^3.1.1",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.2",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitefu": "^0.2.5",
"which-pm": "^3.0.0",
"yargs-parser": "^21.1.1",
@ -189,8 +189,8 @@
"sharp": "^0.33.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.1",
"@playwright/test": "^1.45.3",
"@astrojs/check": "^0.9.2",
"@playwright/test": "^1.46.0",
"@types/aria-query": "^5.0.4",
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.6",
@ -208,7 +208,7 @@
"@types/semver": "^7.5.8",
"@types/yargs-parser": "^21.0.3",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"eol": "^0.9.1",
"expect-type": "^0.19.0",
"mdast-util-mdx": "^3.0.0",
@ -222,7 +222,7 @@
"remark-code-titles": "^0.1.2",
"rollup": "^4.20.0",
"sass": "^1.77.8",
"undici": "^6.19.5",
"undici": "^6.19.7",
"unified": "^11.0.5"
},
"engines": {

View file

@ -10,6 +10,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.23.1",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -12,8 +12,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -9,6 +9,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.23.1",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -15,8 +15,8 @@
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/lit": "workspace:*",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "workspace:*",
"lit": "^3.1.4"
"lit": "^3.2.0"
}
}

View file

@ -8,10 +8,10 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"solid-js": "^1.8.19",
"postcss": "^8.4.41",
"solid-js": "^1.8.20",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
},
"devDependencies": {
"postcss-preset-env": "^10.0.0"

View file

@ -7,6 +7,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -10,6 +10,6 @@
}
},
"dependencies": {
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -7,6 +7,6 @@
"@solidjs/router": "^0.14.1",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
}
}

View file

@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9"
}
}

View file

@ -7,7 +7,7 @@
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -7,6 +7,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"svelte": "^4.2.18",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -70,7 +70,7 @@
},
"dependencies": {
"@astrojs/studio": "workspace:*",
"@libsql/client": "^0.8.1",
"@libsql/client": "^0.9.0",
"async-listen": "^3.0.1",
"deep-diff": "^1.0.2",
"drizzle-orm": "^0.31.2",
@ -90,8 +90,8 @@
"@types/yargs-parser": "^21.0.3",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
}
}

View file

@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/check": "^0.9.2",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "^3.6.1",
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",

View file

@ -38,10 +38,10 @@
"alpinejs": "^3.0.0"
},
"devDependencies": {
"@playwright/test": "1.45.3",
"@playwright/test": "1.46.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"publishConfig": {
"provenance": true

View file

@ -48,7 +48,7 @@
"dependencies": {
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/ssr-client": "^1.1.7",
"@lit-labs/ssr-dom-shim": "^1.2.0",
"@lit-labs/ssr-dom-shim": "^1.2.1",
"parse5": "^7.1.2"
},
"overrides": {
@ -59,8 +59,8 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"lit": "^3.1.4",
"cheerio": "1.0.0",
"lit": "^3.2.0",
"sass": "^1.77.8"
},
"peerDependencies": {

View file

@ -80,7 +80,7 @@
"astro-scripts": "workspace:*",
"devalue": "^5.0.0",
"linkedom": "^0.18.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -57,7 +57,7 @@
"@types/mdast": "^4.0.4",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"linkedom": "^0.18.4",
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.1.2",
@ -70,7 +70,7 @@
"remark-toc": "^9.0.0",
"shiki": "^1.12.1",
"unified": "^11.0.5",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"

View file

@ -45,7 +45,7 @@
"@types/server-destroy": "^1.0.3",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"express": "^4.19.2",
"node-mocks-http": "^1.15.1"
},

View file

@ -40,7 +40,7 @@
"@preact/preset-vite": "2.8.2",
"@preact/signals": "^1.3.0",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "^6.5.7"
"preact-render-to-string": "^6.5.8"
},
"devDependencies": {
"astro": "workspace:*",

View file

@ -63,10 +63,10 @@
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",

View file

@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -40,8 +40,8 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"solid-js": "^1.8.19",
"vite": "^5.3.5"
"solid-js": "^1.8.20",
"vite": "^5.4.0"
},
"peerDependencies": {
"solid-devtools": "^0.30.1",

View file

@ -57,7 +57,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"svelte": "^4.2.18",
"vite": "^5.3.5"
"vite": "^5.4.0"
},
"peerDependencies": {
"astro": "^4.0.0",

View file

@ -34,14 +34,14 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-load-config": "^4.0.2"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5"
"tailwindcss": "^3.4.9",
"vite": "^5.4.0"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0",

View file

@ -65,7 +65,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12"
"cheerio": "1.0.0"
},
"publishConfig": {
"provenance": true

View file

@ -20,7 +20,7 @@ describe('Vercel Speed Insights', () => {
const bundle = await fixture.readFile(`../.vercel/output/static/_astro/${page}`);
assert.match(bundle, /https:\/\/vitals.vercel-analytics.com\/v1\/vitals/);
assert.match(bundle, /VERCEL_ANALYTICS_ID/);
});
});
@ -41,7 +41,7 @@ describe('Vercel Speed Insights', () => {
const bundle = await fixture.readFile(`../.vercel/output/static/_astro/${page}`);
assert.match(bundle, /https:\/\/vitals.vercel-analytics.com\/v1\/vitals/);
assert.match(bundle, /VERCEL_ANALYTICS_ID/);
});
});
});

View file

@ -46,16 +46,16 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.35",
"@vue/compiler-sfc": "^3.4.37",
"vite-plugin-vue-devtools": "^7.3.7"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"linkedom": "^0.18.4",
"vite": "^5.3.5",
"vue": "^3.4.35"
"vite": "^5.4.0",
"vue": "^3.4.37"
},
"peerDependencies": {
"astro": "^4.0.0",

View file

@ -6,6 +6,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vite-svg-loader": "5.1.0",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -9,6 +9,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vite-svg-loader": "5.1.0",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -6,6 +6,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vite-svg-loader": "5.1.0",
"vue": "^3.4.35"
"vue": "^3.4.37"
}
}

View file

@ -32,7 +32,7 @@
"test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\""
},
"dependencies": {
"web-vitals": "^4.2.2"
"web-vitals": "^4.2.3"
},
"peerDependencies": {
"@astrojs/db": "^0.12.0"

View file

@ -42,6 +42,6 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.0"
}
}

File diff suppressed because it is too large Load diff