Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#11318)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <[email protected]>
  • Loading branch information
renovate[bot] and bluwy authored Jun 24, 2024
1 parent 7c59f04 commit 47e78d4
Show file tree
Hide file tree
Showing 54 changed files with 506 additions and 1,451 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// manually bumping deps
"@biomejs/biome",
"@types/node",
"@preact/preset-vite", // v2.8.3 starts to use Vite's esbuild for perf, but this conflicts with the react plugin
"preact-render-to-string", // https://github.com/withastro/astro/pull/10200
"sharp",

Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.0",
"alpinejs": "^3.14.1",
"astro": "^4.11.0"
}
}
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.11.0",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"astro": "^4.11.0",
"sass": "^1.77.5",
"sass": "^1.77.6",
"sharp": "^0.33.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@astrojs/check": "^0.7.0",
"@biomejs/biome": "1.8.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
Expand All @@ -68,8 +68,8 @@
"prettier-plugin-astro": "^0.14.0",
"tiny-glob": "^0.2.9",
"turbo": "^1.13.4",
"typescript": "~5.4.5",
"typescript-eslint": "^7.13.0"
"typescript": "~5.5.2",
"typescript-eslint": "^7.13.1"
},
"pnpm": {
"packageExtensions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/actions-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/actions-react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"astro": "workspace:*",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"overrides": {
"@types/react": "npm:types-react",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-envs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/client-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"sass": "^1.77.5"
"sass": "^1.77.6"
}
}
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"preact": "^10.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.5",
"sass": "^1.77.6",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
"sass": "^1.77.5"
"sass": "^1.77.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/nested-recursive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
},
"scripts": {
"dev": "astro dev"
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/view-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/vue-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
14 changes: 7 additions & 7 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@astrojs/compiler": "^2.8.0",
"@astrojs/compiler": "^2.8.1",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
Expand Down Expand Up @@ -151,7 +151,7 @@
"diff": "^5.2.0",
"dlv": "^1.1.3",
"dset": "^3.1.3",
"es-module-lexer": "^1.5.3",
"es-module-lexer": "^1.5.4",
"esbuild": "^0.21.5",
"estree-walker": "^3.0.3",
"execa": "^8.0.1",
Expand All @@ -174,7 +174,7 @@
"rehype": "^13.0.1",
"resolve": "^1.22.8",
"semver": "^7.6.2",
"shiki": "^1.6.5",
"shiki": "^1.9.0",
"string-width": "^7.1.0",
"strip-ansi": "^7.1.0",
"tsconfck": "^3.1.0",
Expand All @@ -185,7 +185,7 @@
"which-pm": "^2.2.0",
"yargs-parser": "^21.1.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.0"
"zod-to-json-schema": "^3.23.1"
},
"optionalDependencies": {
"sharp": "^0.33.3"
Expand Down Expand Up @@ -220,17 +220,17 @@
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.1.2",
"memfs": "^4.9.3",
"node-mocks-http": "^1.14.1",
"node-mocks-http": "^1.15.0",
"parse-srcset": "^1.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.18.0",
"sass": "^1.77.5",
"sass": "^1.77.6",
"srcset-parse": "^1.1.0",
"undici": "^6.19.2",
"unified": "^11.0.4"
"unified": "^11.0.5"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/0-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-children/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.22.0",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/astro-envs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.22.0",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postcss": "^8.4.38",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
},
"devDependencies": {
"postcss-preset-env": "^9.5.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/slots-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/solid-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/solid-js": "workspace:*",
"@solidjs/router": "^0.13.5",
"@solidjs/router": "^0.13.6",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
"solid-js": "^1.8.17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@test/ssr-prerender-chunks-test-adapter": "link:./deps/test-adapter",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/vue-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"svelte": "^4.2.18",
"vue": "^3.4.29"
"vue": "^3.4.30"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 47e78d4

Please sign in to comment.