Skip to content

Commit dae9d3f

Browse files
fix(deps): update astro adapters (#14708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 970ac0f commit dae9d3f

File tree

11 files changed

+174
-174
lines changed

11 files changed

+174
-174
lines changed

packages/integrations/cloudflare/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"dependencies": {
3939
"@astrojs/internal-helpers": "workspace:*",
4040
"@astrojs/underscore-redirects": "workspace:*",
41-
"@cloudflare/workers-types": "^4.20251011.0",
41+
"@cloudflare/workers-types": "^4.20251014.0",
4242
"tinyglobby": "^0.2.15",
43-
"vite": "^6.4.0",
44-
"wrangler": "4.43.0"
43+
"vite": "^6.4.1",
44+
"wrangler": "4.45.3"
4545
},
4646
"peerDependencies": {
4747
"astro": "^5.7.0"
@@ -50,8 +50,8 @@
5050
"astro": "workspace:*",
5151
"astro-scripts": "workspace:*",
5252
"cheerio": "1.1.2",
53-
"devalue": "^5.4.1",
54-
"rollup": "^4.52.4"
53+
"devalue": "^5.4.2",
54+
"rollup": "^4.52.5"
5555
},
5656
"publishConfig": {
5757
"provenance": true

packages/integrations/cloudflare/test/fixtures/astro-dev-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"wrangler": "4.43.0"
10+
"wrangler": "4.45.3"
1111
}
1212
}

packages/integrations/cloudflare/test/fixtures/astro-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"wrangler": "4.43.0"
10+
"wrangler": "4.45.3"
1111
}
1212
}

packages/integrations/cloudflare/test/fixtures/sessions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"devDependencies": {
99
"astro": "workspace:*",
10-
"wrangler": "4.43.0"
10+
"wrangler": "4.45.3"
1111
},
1212
"scripts": {
1313
"build": "astro build",

packages/integrations/cloudflare/test/fixtures/with-solid-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@astrojs/cloudflare": "workspace:*",
7-
"@astrojs/solid-js": "^5.1.1",
7+
"@astrojs/solid-js": "^5.1.2",
88
"astro": "workspace:*",
9-
"solid-js": "^1.9.9"
9+
"solid-js": "^1.9.10"
1010
}
1111
}

packages/integrations/cloudflare/test/fixtures/with-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@astrojs/cloudflare": "workspace:*",
7-
"@astrojs/svelte": "^7.2.0",
7+
"@astrojs/svelte": "^7.2.1",
88
"astro": "workspace:*",
9-
"svelte": "^5.40.2"
9+
"svelte": "^5.43.2"
1010
}
1111
}

packages/integrations/cloudflare/test/fixtures/with-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@astrojs/cloudflare": "workspace:*",
7-
"@astrojs/vue": "^5.1.1",
7+
"@astrojs/vue": "^5.1.2",
88
"astro": "workspace:*",
99
"vue": "^3.5.22"
1010
}

packages/integrations/netlify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"dependencies": {
4242
"@astrojs/internal-helpers": "workspace:*",
4343
"@astrojs/underscore-redirects": "workspace:*",
44-
"@netlify/blobs": "^10.1.0",
44+
"@netlify/blobs": "^10.3.1",
4545
"@netlify/functions": "^4.3.0",
46-
"@netlify/vite-plugin": "^2.7.2",
46+
"@netlify/vite-plugin": "^2.7.8",
4747
"@vercel/nft": "0.30.3",
4848
"esbuild": "^0.25.0",
4949
"tinyglobby": "^0.2.15",
50-
"vite": "^6.4.0"
50+
"vite": "^6.4.1"
5151
},
5252
"peerDependencies": {
5353
"astro": "^5.7.0"
@@ -57,7 +57,7 @@
5757
"astro": "workspace:*",
5858
"astro-scripts": "workspace:*",
5959
"cheerio": "1.1.2",
60-
"devalue": "^5.4.1",
60+
"devalue": "^5.4.2",
6161
"typescript": "^5.9.3"
6262
},
6363
"astro": {

packages/integrations/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
},
4343
"devDependencies": {
4444
"@types/node": "^22.10.6",
45-
"@types/send": "^0.17.5",
45+
"@types/send": "^0.17.6",
4646
"@types/server-destroy": "^1.0.4",
4747
"astro": "workspace:*",
4848
"astro-scripts": "workspace:*",
4949
"cheerio": "1.1.2",
50-
"devalue": "^5.4.1",
50+
"devalue": "^5.4.2",
5151
"express": "^4.21.2",
5252
"node-mocks-http": "^1.17.2"
5353
},

packages/integrations/vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@vercel/analytics": "^1.5.0",
5353
"@vercel/functions": "^2.2.13",
5454
"@vercel/nft": "0.30.3",
55-
"@vercel/routing-utils": "^5.2.0",
55+
"@vercel/routing-utils": "^5.2.1",
5656
"esbuild": "^0.25.0",
5757
"tinyglobby": "^0.2.15"
5858
},

0 commit comments

Comments
 (0)