Skip to content

Commit

Permalink
feat: add support for Astro v5
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmatteomanf committed Dec 3, 2024
1 parent 89697ba commit a352216
Show file tree
Hide file tree
Showing 11 changed files with 5,018 additions and 4,453 deletions.
9 changes: 2 additions & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
"matchPackageNames": ["*"],
"matchUpdateTypes": ["minor", "patch"]
}
]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run format"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"typescript": "^5.4.5"
"@astrojs/check": "^0.9.4",
"typescript": "^5.7.2"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.10",
"organize-imports-cli": "^0.10.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-astro-organize-imports": "^0.4.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0"
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.11",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.14.4",
"engines": {
"node": ">=18.19.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-early-hints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itsmatteomanf/astro-early-hints

## 0.4.0

### Minor Changes

- Add Astro v5.0 support

## 0.3.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-early-hints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itsmatteomanf/astro-early-hints",
"version": "0.3.3",
"version": "0.4.0",
"description": "Generates Link tags for your Astro site",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -56,10 +56,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"tsup": "^8.0.2"
"tsup": "^8.3.5"
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^4.0.0 || ^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-pagefind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itsmatteomanf/astro-pagefind

## 0.4.0

### Minor Changes

- Add Astro v5.0 support

## 0.3.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/astro-pagefind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itsmatteomanf/astro-pagefind",
"version": "0.3.7",
"version": "0.4.0",
"description": "Performs the indexing operation for the Pagefind search engine",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -50,10 +50,10 @@
"zod": "^3.23.8"
},
"devDependencies": {
"tsup": "^8.0.2"
"tsup": "^8.3.5"
},
"peerDependencies": {
"astro": "^4.0.0",
"astro": "^4.0.0 || ^5.0.0",
"pagefind": "^1.0.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-robots-txt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itsmatteomanf/astro-robots-txt

## 0.2.0

### Minor Changes

- Add Astro v5.0 support

## 0.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/astro-robots-txt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itsmatteomanf/astro-robots-txt",
"version": "0.1.2",
"version": "0.2.0",
"description": "Generate a robots.txt file for your Astro site",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -46,11 +46,11 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.12",
"tsup": "^8.0.2"
"@types/node": "^22.10.1",
"tsup": "^8.3.5"
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^4.0.0 || ^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-security-txt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itsmatteomanf/astro-security-txt

## 0.4.0

### Minor Changes

- Add Astro v5.0 support

## 0.3.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/astro-security-txt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itsmatteomanf/astro-security-txt",
"version": "0.3.3",
"version": "0.4.0",
"description": "Generate a security.txt file for your Astro site",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -46,11 +46,11 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.12.12",
"tsup": "^8.0.2"
"@types/node": "^22.10.1",
"tsup": "^8.3.5"
},
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^4.0.0 || ^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit a352216

Please sign in to comment.