Skip to content

Commit

Permalink
chore(deps): bump the prod-deps group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 3 updates in the / directory: [sst](https://github.com/sst/sst/tree/HEAD/packages/cli), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/node](https://github.com/withastro/adapters/tree/HEAD/packages/node).


Updates `sst` from 3.2.73 to 3.3.59
- [Release notes](https://github.com/sst/sst/releases)
- [Commits](https://github.com/sst/sst/commits/v3.3.59/packages/cli)

Updates `astro` from 4.16.8 to 5.0.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro)

Updates `@astrojs/node` from 8.3.4 to 9.0.0
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/[email protected]/packages/node)

---
updated-dependencies:
- dependency-name: sst
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 6cb8dff commit 6f2baa3
Show file tree
Hide file tree
Showing 8 changed files with 563 additions and 553 deletions.
2 changes: 1 addition & 1 deletion @kindspells/astro-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@types/node": "^22.8.6",
"astro": "^4.16.8",
"astro": "^5.0.3",
"get-tsconfig": "^4.8.1",
"rollup": "^4.24.3",
"rollup-plugin-dts": "^6.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.8"
"@astrojs/node": "^9.0.0",
"astro": "^5.0.3"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions @kindspells/astro-shield/src/e2e/fixtures/hybrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.8"
"@astrojs/node": "^9.0.0",
"astro": "^5.0.3"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.8"
"@astrojs/node": "^9.0.0",
"astro": "^5.0.3"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.8"
"@astrojs/node": "^9.0.0",
"astro": "^5.0.3"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"dependencies": {
"astro": "^4.16.8"
"astro": "^5.0.3"
},
"devDependencies": {
"@kindspells/astro-shield": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"dependencies": {
"astro-sst": "^2.43.5",
"sharp": "0.33.5",
"sst": "^3.2.73"
"sst": "^3.3.59"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.5",
"@astrojs/ts-plugin": "^1.10.4",
"@kindspells/astro-shield": "workspace:^",
"astro": "^4.16.8",
"astro": "^5.0.3",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 6f2baa3

Please sign in to comment.