Skip to content

Commit

Permalink
major: upgrade dependency astro to v5 (#785)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency astro to v5 (#783)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @astrojs/node to v9 (#784)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(changeset): update dependency astro to v5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
mhdcodes and renovate[bot] authored Dec 3, 2024
1 parent 0346c5b commit 91508a0
Show file tree
Hide file tree
Showing 14 changed files with 153 additions and 250 deletions.
10 changes: 10 additions & 0 deletions .changeset/cool-moose-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'astro-vanilla-extract': major
'astro-svg-loaders': major
'astro-seo-schema': major
'astro-useragent': major
'astro-purgecss': major
'astro-seo-meta': major
---

update dependency astro to v5
4 changes: 2 additions & 2 deletions apps/example-purgecss-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/node": "^9.0.0",
"astro-purgecss": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/example-purgecss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
},
"dependencies": {
"astro-purgecss": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions apps/example-useragent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/node": "^9.0.0",
"astro-useragent": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
},
"dependencies": {
"astro-seo-meta": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/node": "^22.9.1",
"astro": "^4.16.13",
"@changesets/cli": "^2.27.10",
"@types/node": "^22.10.1",
"astro": "^5.0.1",
"commander": "^12.1.0",
"esbuild": "^0.24.0",
"esbuild-plugin-clean": "^1.0.1",
"kleur": "^4.1.5",
"ora": "^8.1.1",
"pkg-pr-new": "^0.0.35",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"tiny-glob": "^0.2.9",
"tsup": "^8.3.5",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/astro-purgecss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"peerDependencies": {
"astro": "^4.0.0",
"astro": "^5.0.0",
"purgecss": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro-seo-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
}
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro-seo-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
},
"peerDependencies": {
"astro": "^4.0.0",
"astro": "^5.0.0",
"schema-dts": "^1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-svg-loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
}
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro-useragent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"ua-parser-js": "^2.0.0"
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/astro-vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
},
"dependencies": {
"@vanilla-extract/css": "^1.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
}
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^5.0.0"
}
}
Loading

0 comments on commit 91508a0

Please sign in to comment.