Skip to content

Commit f036a1c

Browse files
authored
Merge pull request #57 from secondlife/fix/astro-v7-upgrade
Upgrade to Astro v7 and widen dependabot astro group
2 parents 7f4f0a5 + bf37f01 commit f036a1c

5 files changed

Lines changed: 674 additions & 650 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,19 @@ updates:
2222
# Astro + first-party plugins move together; keep them in their own PR
2323
# so an Astro upgrade isn't buried in unrelated dependency churn.
2424
# Listed first so these packages land here instead of in production-dependencies.
25+
#
26+
# Includes "major" (unlike other groups) because Astro's ecosystem
27+
# packages have tightly coupled peer-dependency requirements: a
28+
# Starlight minor bump can require an Astro major bump. Grouping majors
29+
# here keeps the ecosystem in sync in a single PR. Note: 0.x → 0.y
30+
# bumps for @astrojs/* packages are classified as "minor" by SemVer
31+
# but frequently contain breaking changes, so review carefully.
2532
astro:
2633
patterns:
2734
- "astro"
2835
- "@astrojs/*"
2936
update-types:
37+
- "major"
3038
- "minor"
3139
- "patch"
3240
# Everything else in `dependencies` (runtime).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/starlight": "^0.41.3",
16-
"astro": "^6.4.8",
17-
"js-yaml": "^5.2.1",
16+
"astro": "^7.1.0",
17+
"js-yaml": "^4.1.0",
1818
"sharp": "^0.35.3",
1919
"yaml": "^2.9.0"
2020
},

0 commit comments

Comments
 (0)