Skip to content

Commit

Permalink
updates Astro core version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr committed Jan 19, 2024
1 parent 2b5aaa4 commit 224d37f
Show file tree
Hide file tree
Showing 19 changed files with 335 additions and 87 deletions.
3 changes: 1 addition & 2 deletions .changeset/curly-oranges-end.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"@astrojs/cloudflare": major
"@astrojs/netlify": major
---

Updates the internals of the integration to support Astro 4.0. See this [upstream pull request](https://github.com/withastro/astro/pull/9199) for additional details. **Warning:** Make sure to upgrade your Astro version to `>4.0` as `3.0` is no longer supported.
Updates the internals of the integration to support Astro 4.0. See this [upstream pull request](https://github.com/withastro/astro/pull/9199) for additional details. **Warning:** Make sure to upgrade your Astro version to `>4.2` as previous versions are no longer supported.
5 changes: 5 additions & 0 deletions .changeset/spotty-ligers-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/netlify": major
---

Updates the internals of the integration to support Astro 4.0. See this [upstream pull request](https://github.com/withastro/astro/pull/9199) for additional details. **Warning:** Make sure to upgrade your Astro version to `>4.0` as previous versions are no longer supported.
4 changes: 2 additions & 2 deletions packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^4.2.0"
},
"devDependencies": {
"execa": "^8.0.1",
"fast-glob": "^3.3.1",
"@types/iarna__toml": "^2.0.2",
"strip-ansi": "^7.1.0",
"astro": "^4.0.0",
"astro": "^4.2.0",
"chai": "^4.3.10",
"cheerio": "1.0.0-rc.12",
"mocha": "^10.2.0",
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": "^4.0.0"
"astro": "^4.2.0"
},
"devDependencies": {
"wrangler": "^3.15.0"
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": "^4.0.0"
"astro": "^4.2.0"
},
"devDependencies": {
"wrangler": "^3.15.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": "^4.0.0"
"astro": "^4.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^4.0.0"
"astro": "^4.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^4.0.0"
"astro": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/hybrid/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": "^4.0.0"
"astro": "^4.2.0"
}
}
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": "^4.0.0"
"astro": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/prerender/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": "^4.0.0"
"astro": "^4.2.0"
}
}
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": "^4.0.0"
"astro": "^4.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^4.0.0"
"astro": "^4.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^4.0.0"
"astro": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/cloudflare/test/fixtures/wasm/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": "^4.0.0"
"astro": "^4.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"@astrojs/solid-js": "^3.0.2",
"astro": "^4.0.0",
"astro": "^4.2.0",
"solid-js": "^1.7.11"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/cloudflare": "workspace:*",
"astro": "^4.0.0"
"astro": "^4.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/netlify": "workspace:"
"@astrojs/netlify": "workspace:",
"sharp": "^0.33.2"
}
}
Loading

0 comments on commit 224d37f

Please sign in to comment.