Commit 3b7e5e1
authored
fix: update semantic-release and @semantic-release/npm to stable versions (#17)
## Problem
`@semantic-release/npm@13.0.0-alpha.5` depends on
`npm@github:npm/cli#oidc`, but the `oidc` branch has been deleted from
the `npm/cli` repo, causing `npm install` to fail:
```
npm error command git --no-replace-objects checkout oidc
npm error error: pathspec 'oidc' did not match any file(s) known to git
```
This breaks all downstream release workflows (e.g.
[cnpm/unpkg-white-list](https://github.com/cnpm/unpkg-white-list/actions/runs/22700918457/job/65844808852)).
## Fix
- `@semantic-release/npm`: `13.0.0-alpha.5` → `^13.1.5` (stable, uses
`npm@^11.6.2` from registry)
- `semantic-release`: `25.0.0-alpha.4` → `^25.0.3` (stable)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated release automation dependencies to stable versions for
enhanced reliability and compatibility.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 5aa8776 commit 3b7e5e1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments