Skip to content

Commit

Permalink
Merge pull request #57 from alextim/astro-3
Browse files Browse the repository at this point in the history
chore: deps update
  • Loading branch information
alextim authored Sep 8, 2023
2 parents 9925d61 + b183de8 commit f883873
Show file tree
Hide file tree
Showing 18 changed files with 2,327 additions and 2,224 deletions.
7 changes: 7 additions & 0 deletions .changeset/giant-toes-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'astro-webmanifest': major
'astro-robots-txt': major
'astro-sitemap': major
---
Astro has grown to the third version in years. All **Astro-lib** integrations are stable, so the decision was made to change the version to 1.0
There are no any real breaking changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "pnpm"

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- name: Install dependencies
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node_version: [16]
node_version: [18]
fail-fast: false
needs:
- build
Expand Down
4 changes: 2 additions & 2 deletions examples/robots-txt/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^1.2.2",
"astro": "^2.3.0",
"@astrojs/sitemap": "^3.0.0",
"astro": "^3.0.11",
"astro-robots-txt": "latest"
}
}
4 changes: 2 additions & 2 deletions examples/robots-txt/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^1.2.2",
"astro": "^2.3.0",
"@astrojs/sitemap": "^3.0.0",
"astro": "^3.0.11",
"astro-robots-txt": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/sitemap/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^2.3.0",
"astro": "^3.0.11",
"astro-sitemap": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/sitemap/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^2.3.0",
"astro": "^3.0.11",
"astro-sitemap": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/sitemap/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^2.3.0",
"astro": "^3.0.11",
"astro-sitemap": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/webmanifest/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^2.3.0",
"astro": "^3.0.11",
"astro-webmanifest": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/webmanifest/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^2.3.0",
"astro": "^3.0.11",
"astro-webmanifest": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/webmanifest/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^2.3.0",
"astro": "^3.0.11",
"astro-webmanifest": "^0.6.0"
}
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"ncu": "ncu -u --deep -x rimraf,sharp"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"astro": "^2.3.0",
"c8": "^7.13.0",
"commitlint": "^17.6.1",
"esbuild": "^0.17.17",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"@changesets/cli": "^2.26.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"astro": "^3.0.11",
"c8": "^8.0.1",
"commitlint": "^17.7.1",
"esbuild": "^0.19.2",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"rimraf": "5.0.0",
"turbo": "^1.9.3",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vitest": "^0.30.1"
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rimraf": "5.0.1",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"engines": {
"pnpm": ">=7.9.5",
Expand Down
14 changes: 7 additions & 7 deletions packages/astro-robots-txt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
},
"dependencies": {
"valid-filename": "^4.0.0",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"astro": "^2.3.0",
"@types/node": "^20.5.9",
"astro": "^3.0.11",
"at-scripts": "workspace:*",
"c8": "^7.13.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vitest": "^0.30.1"
"c8": "^8.0.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"publishConfig": {
"access": "public",
Expand Down
16 changes: 8 additions & 8 deletions packages/astro-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"test:pub": "pnpm publish --dry-run --no-git-checks"
},
"dependencies": {
"minimatch": "^9.0.0",
"minimatch": "^9.0.3",
"sitemap": "^7.1.1",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"astro": "^2.3.0",
"@types/node": "^20.5.9",
"astro": "^3.0.11",
"at-scripts": "workspace:*",
"c8": "^7.13.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vitest": "^0.30.1"
"c8": "^8.0.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"publishConfig": {
"access": "public",
Expand Down
16 changes: 8 additions & 8 deletions packages/astro-webmanifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"test:pub": "pnpm publish --dry-run --no-git-checks"
},
"dependencies": {
"sharp": "^0.31.3",
"sharp": "^0.32.5",
"valid-filename": "^4.0.0",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node": "^20.5.9",
"@types/sharp": "^0.31.1",
"astro": "^2.3.0",
"astro": "^3.0.11",
"at-scripts": "workspace:*",
"c8": "^7.13.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vitest": "^0.30.1"
"c8": "^8.0.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@types/node": "^18.15.11",
"c8": "^7.13.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vitest": "^0.30.1"
"@types/node": "^20.5.9",
"c8": "^8.0.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
}
}
Loading

0 comments on commit f883873

Please sign in to comment.