Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#11565)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 45ad326 commit 750d532
Show file tree
Hide file tree
Showing 96 changed files with 1,428 additions and 1,446 deletions.
2 changes: 1 addition & 1 deletion examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@astrojs/react": "^3.6.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.0.3"
"vitest": "^2.0.5"
},
"devDependencies": {
"@types/react-dom": "^18.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.3",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/preact": "^3.5.1",
"@preact/signals": "^1.3.0",
"astro": "^4.12.3",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/solid-js": "^4.4.0",
"astro": "^4.12.3",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}
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.12.3",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
4 changes: 2 additions & 2 deletions examples/server-islands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.3",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.6"
"tailwindcss": "^3.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/mdx": "^3.1.3",
"@astrojs/preact": "^3.5.1",
"astro": "^4.12.3",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@nanostores/preact": "^0.5.1",
"astro": "^4.12.3",
"nanostores": "^0.10.3",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"astro": "^4.12.3",
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"dependencies": {
"astro": "^4.12.3",
"vitest": "^2.0.3"
"vitest": "^2.0.5"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"astro-benchmark": "workspace:*"
},
"devDependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.0",
"@biomejs/biome": "1.8.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@eslint/eslintrc": "^3.1.0",
"@types/node": "^18.17.8",
"esbuild": "^0.21.5",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-regexp": "^2.6.0",
"globby": "^14.0.2",
Expand All @@ -69,8 +69,8 @@
"prettier-plugin-astro": "^0.14.1",
"tiny-glob": "^0.2.9",
"turbo": "^1.13.4",
"typescript": "~5.5.3",
"typescript-eslint": "^7.16.1"
"typescript": "~5.5.4",
"typescript-eslint": "^7.18.0"
},
"pnpm": {
"packageExtensions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"xml2js": "0.6.2"
},
"dependencies": {
"fast-xml-parser": "^4.4.0",
"fast-xml-parser": "^4.4.1",
"kleur": "^4.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/actions-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.0",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
Expand All @@ -19,6 +19,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/astro/e2e/fixtures/actions-react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/check": "^0.9.0",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
Expand All @@ -19,7 +19,7 @@
"astro": "workspace:*",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"overrides": {
"@types/react": "npm:types-react",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/astro-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/preact": "workspace:*",
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
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.33"
"vue": "^3.4.35"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/client-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/dev-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/error-cyclic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/hydration-race/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/multiple-frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
"lit": "^3.1.4",
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/nested-in-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/nested-in-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/nested-in-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/nested-in-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/nested-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/nested-recursive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"astro": "workspace:*"
},
"dependencies": {
"preact": "^10.22.1",
"preact": "^10.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"svelte": "^4.2.18",
"vue": "^3.4.33"
"vue": "^3.4.35"
},
"scripts": {
"dev": "astro dev"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/preact-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"preact": "^10.22.1"
"preact": "^10.23.1"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/solid-circular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/solid-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}
2 changes: 1 addition & 1 deletion packages/astro/e2e/fixtures/solid-recurse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"astro": "workspace:*"
},
"devDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
}
}
Loading

0 comments on commit 750d532

Please sign in to comment.