Skip to content

Commit 750d532

Browse files
fix(deps): update all non-major dependencies (#11565)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45ad326 commit 750d532

File tree

96 files changed

+1428
-1446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1428
-1446
lines changed

examples/container-with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/react": "^3.6.1",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",
19-
"vitest": "^2.0.3"
19+
"vitest": "^2.0.5"
2020
},
2121
"devDependencies": {
2222
"@types/react-dom": "^18.3.0",

examples/framework-multiple/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@types/react": "^18.3.3",
2020
"@types/react-dom": "^18.3.0",
2121
"astro": "^4.12.3",
22-
"preact": "^10.22.1",
22+
"preact": "^10.23.1",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"solid-js": "^1.8.18",
25+
"solid-js": "^1.8.19",
2626
"svelte": "^4.2.18",
27-
"vue": "^3.4.33"
27+
"vue": "^3.4.35"
2828
}
2929
}

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/preact": "^3.5.1",
1515
"@preact/signals": "^1.3.0",
1616
"astro": "^4.12.3",
17-
"preact": "^10.22.1"
17+
"preact": "^10.23.1"
1818
}
1919
}

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"@astrojs/solid-js": "^4.4.0",
1515
"astro": "^4.12.3",
16-
"solid-js": "^1.8.18"
16+
"solid-js": "^1.8.19"
1717
}
1818
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"@astrojs/vue": "^4.5.0",
1515
"astro": "^4.12.3",
16-
"vue": "^3.4.33"
16+
"vue": "^3.4.35"
1717
}
1818
}

examples/server-islands/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@types/react": "^18.3.3",
1919
"@types/react-dom": "^18.3.0",
2020
"astro": "^4.12.3",
21-
"postcss": "^8.4.39",
21+
"postcss": "^8.4.40",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
24-
"tailwindcss": "^3.4.6"
24+
"tailwindcss": "^3.4.7"
2525
}
2626
}

examples/with-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^3.1.3",
1515
"@astrojs/preact": "^3.5.1",
1616
"astro": "^4.12.3",
17-
"preact": "^10.22.1"
17+
"preact": "^10.23.1"
1818
}
1919
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@nanostores/preact": "^0.5.1",
1616
"astro": "^4.12.3",
1717
"nanostores": "^0.10.3",
18-
"preact": "^10.22.1"
18+
"preact": "^10.23.1"
1919
}
2020
}

examples/with-tailwindcss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"astro": "^4.12.3",
1818
"autoprefixer": "^10.4.19",
1919
"canvas-confetti": "^1.9.3",
20-
"postcss": "^8.4.39",
21-
"tailwindcss": "^3.4.6"
20+
"postcss": "^8.4.40",
21+
"tailwindcss": "^3.4.7"
2222
}
2323
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"astro": "^4.12.3",
16-
"vitest": "^2.0.3"
16+
"vitest": "^2.0.5"
1717
}
1818
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"astro-benchmark": "workspace:*"
5353
},
5454
"devDependencies": {
55-
"@astrojs/check": "^0.8.2",
55+
"@astrojs/check": "^0.9.0",
5656
"@biomejs/biome": "1.8.1",
5757
"@changesets/changelog-github": "^0.5.0",
5858
"@changesets/cli": "^2.27.7",
5959
"@eslint/eslintrc": "^3.1.0",
6060
"@types/node": "^18.17.8",
6161
"esbuild": "^0.21.5",
62-
"eslint": "^9.7.0",
62+
"eslint": "^9.8.0",
6363
"eslint-plugin-no-only-tests": "^3.1.0",
6464
"eslint-plugin-regexp": "^2.6.0",
6565
"globby": "^14.0.2",
@@ -69,8 +69,8 @@
6969
"prettier-plugin-astro": "^0.14.1",
7070
"tiny-glob": "^0.2.9",
7171
"turbo": "^1.13.4",
72-
"typescript": "~5.5.3",
73-
"typescript-eslint": "^7.16.1"
72+
"typescript": "~5.5.4",
73+
"typescript-eslint": "^7.18.0"
7474
},
7575
"pnpm": {
7676
"packageExtensions": {

packages/astro-rss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"xml2js": "0.6.2"
3434
},
3535
"dependencies": {
36-
"fast-xml-parser": "^4.4.0",
36+
"fast-xml-parser": "^4.4.1",
3737
"kleur": "^4.1.5"
3838
}
3939
}

packages/astro/e2e/fixtures/actions-blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.8.2",
13+
"@astrojs/check": "^0.9.0",
1414
"@astrojs/db": "workspace:*",
1515
"@astrojs/node": "workspace:*",
1616
"@astrojs/react": "workspace:*",
@@ -19,6 +19,6 @@
1919
"astro": "workspace:*",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
22-
"typescript": "^5.5.3"
22+
"typescript": "^5.5.4"
2323
}
2424
}

packages/astro/e2e/fixtures/actions-react-19/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.8.2",
13+
"@astrojs/check": "^0.9.0",
1414
"@astrojs/db": "workspace:*",
1515
"@astrojs/node": "workspace:*",
1616
"@astrojs/react": "workspace:*",
@@ -19,7 +19,7 @@
1919
"astro": "workspace:*",
2020
"react": "19.0.0-rc-fb9a90fa48-20240614",
2121
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
22-
"typescript": "^5.5.3"
22+
"typescript": "^5.5.4"
2323
},
2424
"overrides": {
2525
"@types/react": "npm:types-react",

packages/astro/e2e/fixtures/astro-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/preact": "workspace:*",
77
"@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib",
88
"astro": "workspace:*",
9-
"preact": "^10.22.1"
9+
"preact": "^10.23.1"
1010
}
1111
}

packages/astro/e2e/fixtures/astro-envs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/vue": "workspace:*",
77
"astro": "workspace:*",
8-
"vue": "^3.4.33"
8+
"vue": "^3.4.35"
99
}
1010
}

packages/astro/e2e/fixtures/client-only/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.22.1",
14+
"preact": "^10.23.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.8.18",
17+
"solid-js": "^1.8.19",
1818
"svelte": "^4.2.18",
19-
"vue": "^3.4.33"
19+
"vue": "^3.4.35"
2020
}
2121
}

packages/astro/e2e/fixtures/dev-toolbar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/preact": "workspace:*",
77
"astro": "workspace:*",
8-
"preact": "^10.22.1"
8+
"preact": "^10.23.1"
99
}
1010
}

packages/astro/e2e/fixtures/error-cyclic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/preact": "workspace:*",
77
"astro": "workspace:*",
8-
"preact": "^10.22.1"
8+
"preact": "^10.23.1"
99
}
1010
}

packages/astro/e2e/fixtures/errors/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"@astrojs/svelte": "workspace:*",
1010
"@astrojs/vue": "workspace:*",
1111
"astro": "workspace:*",
12-
"preact": "^10.22.1",
12+
"preact": "^10.23.1",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1",
1515
"sass": "^1.77.8",
16-
"solid-js": "^1.8.18",
16+
"solid-js": "^1.8.19",
1717
"svelte": "^4.2.18",
18-
"vue": "^3.4.33"
18+
"vue": "^3.4.35"
1919
}
2020
}

packages/astro/e2e/fixtures/hydration-race/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"dependencies": {
1010
"@astrojs/preact": "workspace:*",
1111
"astro": "workspace:*",
12-
"preact": "^10.22.1"
12+
"preact": "^10.23.1"
1313
}
1414
}

packages/astro/e2e/fixtures/multiple-frameworks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"dependencies": {
1515
"@webcomponents/template-shadowroot": "^0.2.1",
1616
"lit": "^3.1.4",
17-
"preact": "^10.22.1",
17+
"preact": "^10.23.1",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
20-
"solid-js": "^1.8.18",
20+
"solid-js": "^1.8.19",
2121
"svelte": "^4.2.18",
22-
"vue": "^3.4.33"
22+
"vue": "^3.4.35"
2323
}
2424
}

packages/astro/e2e/fixtures/namespaced-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"astro": "workspace:*"
99
},
1010
"dependencies": {
11-
"preact": "^10.22.1"
11+
"preact": "^10.23.1"
1212
}
1313
}

packages/astro/e2e/fixtures/nested-in-preact/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.22.1",
14+
"preact": "^10.23.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.8.18",
17+
"solid-js": "^1.8.19",
1818
"svelte": "^4.2.18",
19-
"vue": "^3.4.33"
19+
"vue": "^3.4.35"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.22.1",
14+
"preact": "^10.23.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.8.18",
17+
"solid-js": "^1.8.19",
1818
"svelte": "^4.2.18",
19-
"vue": "^3.4.33"
19+
"vue": "^3.4.35"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-solid/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.22.1",
14+
"preact": "^10.23.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.8.18",
17+
"solid-js": "^1.8.19",
1818
"svelte": "^4.2.18",
19-
"vue": "^3.4.33"
19+
"vue": "^3.4.35"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-svelte/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.22.1",
14+
"preact": "^10.23.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.8.18",
17+
"solid-js": "^1.8.19",
1818
"svelte": "^4.2.18",
19-
"vue": "^3.4.33"
19+
"vue": "^3.4.35"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-in-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.22.1",
14+
"preact": "^10.23.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.8.18",
17+
"solid-js": "^1.8.19",
1818
"svelte": "^4.2.18",
19-
"vue": "^3.4.33"
19+
"vue": "^3.4.35"
2020
}
2121
}

packages/astro/e2e/fixtures/nested-recursive/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"astro": "workspace:*"
1212
},
1313
"dependencies": {
14-
"preact": "^10.22.1",
14+
"preact": "^10.23.1",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"solid-js": "^1.8.18",
17+
"solid-js": "^1.8.19",
1818
"svelte": "^4.2.18",
19-
"vue": "^3.4.33"
19+
"vue": "^3.4.35"
2020
},
2121
"scripts": {
2222
"dev": "astro dev"

packages/astro/e2e/fixtures/preact-compat-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@astrojs/preact": "workspace:*",
77
"astro": "workspace:*",
8-
"preact": "^10.22.1"
8+
"preact": "^10.23.1"
99
}
1010
}

packages/astro/e2e/fixtures/preact-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/mdx": "workspace:*",
77
"@astrojs/preact": "workspace:*",
88
"astro": "workspace:*",
9-
"preact": "^10.22.1"
9+
"preact": "^10.23.1"
1010
}
1111
}

packages/astro/e2e/fixtures/preact-lazy-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/mdx": "workspace:*",
77
"@astrojs/preact": "workspace:*",
88
"astro": "workspace:*",
9-
"preact": "^10.22.1"
9+
"preact": "^10.23.1"
1010
}
1111
}

packages/astro/e2e/fixtures/solid-circular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"solid-js": "^1.8.18"
10+
"solid-js": "^1.8.19"
1111
}
1212
}

packages/astro/e2e/fixtures/solid-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"@astrojs/mdx": "workspace:*",
77
"@astrojs/solid-js": "workspace:*",
88
"astro": "workspace:*",
9-
"solid-js": "^1.8.18"
9+
"solid-js": "^1.8.19"
1010
}
1111
}

packages/astro/e2e/fixtures/solid-recurse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"solid-js": "^1.8.18"
10+
"solid-js": "^1.8.19"
1111
}
1212
}

0 commit comments

Comments
 (0)