Skip to content

Commit

Permalink
Update astro to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 7, 2025
1 parent c3c4cd3 commit 2458303
Show file tree
Hide file tree
Showing 54 changed files with 536 additions and 490 deletions.
11 changes: 8 additions & 3 deletions packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/cloudflare"
},
"keywords": ["withastro", "astro-adapter"],
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/cloudflare/",
"exports": {
Expand All @@ -22,7 +25,9 @@
"./image-endpoint": "./dist/entrypoints/image-endpoint.js",
"./package.json": "./package.json"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "astro-scripts test \"test/**/*.test.js\""
Expand All @@ -45,7 +50,7 @@
},
"devDependencies": {
"@astrojs/test-utils": "workspace:*",
"astro": "^5.1.2",
"astro": "^5.1.3",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"execa": "^8.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
},
"devDependencies": {
"wrangler": "^3.99.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/astro-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
},
"devDependencies": {
"wrangler": "^3.99.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/no-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/routes-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"@astrojs/solid-js": "^5.0.1",
"astro": "^5.1.2",
"astro": "^5.1.3",
"solid-js": "^1.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"@astrojs/svelte": "^7.0.3",
"astro": "^5.1.2",
"astro": "^5.1.3",
"svelte": "^5.16.1"
}
}
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"@astrojs/vue": "^5.0.4",
"astro": "^5.1.2",
"astro": "^5.1.3",
"vue": "^3.5.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
}
}
11 changes: 8 additions & 3 deletions packages/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/netlify"
},
"keywords": ["withastro", "astro-adapter"],
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/netlify/",
"exports": {
Expand All @@ -22,7 +25,9 @@
"./image-service.js": "./dist/image-service.js",
"./package.json": "./package.json"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test-fn": "astro-scripts test \"test/functions/*.test.js\"",
Expand All @@ -46,7 +51,7 @@
"@netlify/edge-functions": "^2.11.1",
"@netlify/edge-handler-types": "^0.34.1",
"@types/node": "^22.10.5",
"astro": "^5.1.2",
"astro": "^5.1.3",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"execa": "^8.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"@astrojs/netlify": "workspace:*",
"astro": "^5.1.2"
"astro": "^5.1.3"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
11 changes: 8 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"url": "https://github.com/withastro/adapters.git",
"directory": "packages/node"
},
"keywords": ["withastro", "astro-adapter"],
"keywords": [
"withastro",
"astro-adapter"
],
"bugs": "https://github.com/withastro/adapters/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/node/",
"exports": {
Expand All @@ -20,7 +23,9 @@
"./preview.js": "./dist/preview.js",
"./package.json": "./package.json"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "astro-scripts test \"test/**/*.test.js\""
Expand All @@ -37,7 +42,7 @@
"@types/node": "^22.10.5",
"@types/send": "^0.17.4",
"@types/server-destroy": "^1.0.4",
"astro": "^5.1.2",
"astro": "^5.1.3",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"express": "^4.21.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/api-route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/bad-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/encoded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
},
"peerDependencies": {
"sharp": "^0.33.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/locals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/node-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/prerender-404-500/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/preview-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/trailing-slash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/node/test/fixtures/well-known-locations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"astro": "^5.1.2",
"@astrojs/node": "workspace:*"
"@astrojs/node": "workspace:*",
"astro": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"keywords": [],
"dependencies": {
"astro": "^5.1.2",
"astro": "^5.1.3",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"strip-ansi": "^7.1.0"
Expand Down
Loading

0 comments on commit 2458303

Please sign in to comment.