Skip to content

Commit 9a0808c

Browse files
fix(deps): update all non-major dependencies (#13440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b67e983 commit 9a0808c

File tree

24 files changed

+436
-435
lines changed

24 files changed

+436
-435
lines changed

benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
},
2626
"devDependencies": {
2727
"@codspeed/vitest-plugin": "4.0.0",
28-
"vitest": "^3.0.8"
28+
"vitest": "^3.0.9"
2929
}
3030
}

examples/container-with-vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"astro": "^5.5.3",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"vitest": "^3.0.8"
18+
"vitest": "^3.0.9"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.3.18",
21+
"@types/react": "^18.3.19",
2222
"@types/react-dom": "^18.3.5"
2323
}
2424
}

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/alpinejs": "^0.4.3",
1414
"@types/alpinejs": "^3.13.11",
15-
"alpinejs": "^3.14.8",
15+
"alpinejs": "^3.14.9",
1616
"astro": "^5.5.3"
1717
}
1818
}

examples/framework-multiple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@astrojs/solid-js": "^5.0.5",
1616
"@astrojs/svelte": "^7.0.6",
1717
"@astrojs/vue": "^5.0.7",
18-
"@types/react": "^18.3.18",
18+
"@types/react": "^18.3.19",
1919
"@types/react-dom": "^18.3.5",
2020
"astro": "^5.5.3",
2121
"preact": "^10.26.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",
2424
"solid-js": "^1.9.5",
25-
"svelte": "^5.22.6",
25+
"svelte": "^5.23.2",
2626
"vue": "^3.5.13"
2727
}
2828
}

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/react": "^4.2.1",
14-
"@types/react": "^18.3.18",
14+
"@types/react": "^18.3.19",
1515
"@types/react-dom": "^18.3.5",
1616
"astro": "^5.5.3",
1717
"react": "^18.3.1",

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"dependencies": {
1313
"@astrojs/svelte": "^7.0.6",
1414
"astro": "^5.5.3",
15-
"svelte": "^5.22.6"
15+
"svelte": "^5.23.2"
1616
}
1717
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/node": "^9.1.3",
1515
"@astrojs/svelte": "^7.0.6",
1616
"astro": "^5.5.3",
17-
"svelte": "^5.22.6"
17+
"svelte": "^5.23.2"
1818
}
1919
}

examples/starlog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"astro": "^5.5.3",
13-
"sass": "^1.85.1",
13+
"sass": "^1.86.0",
1414
"sharp": "^0.33.3"
1515
}
1616
}

examples/with-tailwindcss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.2.1",
14-
"@tailwindcss/vite": "^4.0.12",
14+
"@tailwindcss/vite": "^4.0.15",
1515
"@types/canvas-confetti": "^1.9.0",
1616
"astro": "^5.5.3",
1717
"canvas-confetti": "^1.9.3",
18-
"tailwindcss": "^4.0.12"
18+
"tailwindcss": "^4.0.15"
1919
}
2020
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"astro": "^5.5.3",
15-
"vitest": "^3.0.8"
15+
"vitest": "^3.0.9"
1616
}
1717
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"tinyglobby": "^0.2.12",
7070
"turbo": "^2.4.4",
7171
"typescript": "~5.8.2",
72-
"typescript-eslint": "^8.26.1"
72+
"typescript-eslint": "^8.27.0"
7373
},
7474
"pnpm": {
7575
"peerDependencyRules": {

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": "^5.0.8",
36+
"fast-xml-parser": "^5.0.9",
3737
"kleur": "^4.1.5"
3838
}
3939
}

packages/db/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
},
7171
"dependencies": {
7272
"@astrojs/studio": "workspace:*",
73-
"@libsql/client": "^0.14.0",
73+
"@libsql/client": "^0.15.0",
7474
"async-listen": "^3.1.0",
7575
"deep-diff": "^1.0.2",
7676
"drizzle-orm": "^0.31.2",
7777
"github-slugger": "^2.0.0",
7878
"kleur": "^4.1.5",
79-
"nanoid": "^5.1.3",
79+
"nanoid": "^5.1.5",
8080
"open": "^10.1.0",
8181
"prompts": "^2.4.2",
8282
"yargs-parser": "^21.1.1",
@@ -91,6 +91,6 @@
9191
"astro-scripts": "workspace:*",
9292
"cheerio": "1.0.0",
9393
"typescript": "^5.8.2",
94-
"vite": "^6.2.1"
94+
"vite": "^6.2.2"
9595
}
9696
}

packages/db/test/fixtures/ticketing-example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@astrojs/db": "workspace:*",
1414
"@astrojs/node": "workspace:*",
1515
"@astrojs/react": "workspace:*",
16-
"@types/react": "^18.3.18",
16+
"@types/react": "^18.3.19",
1717
"@types/react-dom": "^18.3.5",
1818
"astro": "workspace:*",
19-
"open-props": "^1.7.13",
19+
"open-props": "^1.7.14",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"simple-stack-form": "^0.1.12",

packages/integrations/alpinejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"alpinejs": "^3.0.0"
3939
},
4040
"devDependencies": {
41-
"@playwright/test": "1.51.0",
41+
"@playwright/test": "1.51.1",
4242
"astro": "workspace:*",
4343
"astro-scripts": "workspace:*",
44-
"vite": "^6.2.1"
44+
"vite": "^6.2.2"
4545
},
4646
"publishConfig": {
4747
"provenance": true

packages/integrations/alpinejs/test/fixtures/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@astrojs/alpinejs": "workspace:*",
77
"@types/alpinejs": "^3.13.11",
8-
"alpinejs": "^3.14.8",
8+
"alpinejs": "^3.14.9",
99
"astro": "workspace:*"
1010
}
1111
}

packages/integrations/alpinejs/test/fixtures/directive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@astrojs/alpinejs": "workspace:*",
77
"@types/alpinejs": "^3.13.11",
8-
"alpinejs": "^3.14.8",
8+
"alpinejs": "^3.14.9",
99
"astro": "workspace:*"
1010
}
1111
}

packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@astrojs/alpinejs": "workspace:*",
77
"@types/alpinejs": "^3.13.11",
8-
"alpinejs": "^3.14.8",
8+
"alpinejs": "^3.14.9",
99
"astro": "workspace:*"
1010
}
1111
}

packages/integrations/markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"astro-scripts": "workspace:*",
8080
"devalue": "^5.1.1",
8181
"linkedom": "^0.18.9",
82-
"vite": "^6.2.1"
82+
"vite": "^6.2.2"
8383
},
8484
"engines": {
8585
"node": "^18.17.1 || ^20.3.0 || >=22.0.0"

packages/integrations/tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"astro": "workspace:*",
4444
"astro-scripts": "workspace:*",
4545
"tailwindcss": "^3.4.17",
46-
"vite": "^6.2.1"
46+
"vite": "^6.2.2"
4747
},
4848
"peerDependencies": {
4949
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0",

packages/markdown/remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"remark-parse": "^11.0.0",
4747
"remark-rehype": "^11.1.1",
4848
"remark-smartypants": "^3.0.2",
49-
"shiki": "^3.0.0",
49+
"shiki": "^3.2.1",
5050
"smol-toml": "^1.3.1",
5151
"unified": "^11.0.5",
5252
"unist-util-remove-position": "^5.0.0",

packages/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"astro": "workspace:*",
4343
"astro-scripts": "workspace:*",
4444
"typescript": "^5.8.2",
45-
"vite": "^6.2.1"
45+
"vite": "^6.2.2"
4646
}
4747
}

packages/upgrade/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES",
3131
"dependencies": {
3232
"@astrojs/cli-kit": "^0.4.1",
33-
"package-manager-detector": "^1.0.0",
33+
"package-manager-detector": "^1.1.0",
3434
"semver": "^7.7.1",
3535
"terminal-link": "^3.0.0"
3636
},

0 commit comments

Comments
 (0)