Commit 88db430
chore: bump seo-graph-core to ^0.3.0 for transitive dedup (v0.4.2)
@jdevalk/astro-seo-graph@0.2.4 pins @jdevalk/seo-graph-core@0.3.0
as a direct dep. The plugin's previous `^0.2.0` range excluded
0.3.0 (pre-1.0 caret semver: ^0.2.0 means >=0.2.0 <0.3.0), so
consumers ended up with two parallel copies of seo-graph-core in
their node_modules — one for astro-seo-graph, one for this plugin.
Widening the range to ^0.3.0 lets both resolutions converge on
a single installed copy.
seo-graph-core 0.3.0 ships three additive improvements this
plugin doesn't currently exercise directly (no inLanguage default,
optional WebPageInput.breadcrumb, generic buildOrganization), so
no behavioural change in this plugin's output — strictly an
install-footprint fix.
Also bumps @jdevalk/astro-seo-graph range from ^0.2.1 to ^0.2.4
(^0.2.1 already satisfied 0.2.4, but pinning to the fixed
minimum makes intent explicit: use the rebuilt-with-pnpm-pack
manifest, not the broken workspace:* ones in 0.2.0/0.2.3).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 13de5c2 commit 88db430
3 files changed
Lines changed: 21 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments