Skip to content

Commit 73e0ae8

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 22.0.0
1 parent 12c8c8f commit 73e0ae8

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "21.5.0"
2+
".": "22.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [22.0.0](https://github.com/npm/pacote/compare/v21.5.0...v22.0.0) (2026-05-01)
4+
### ⚠️ BREAKING CHANGES
5+
* git specs using the `https` or `git+https` protocol now resolve to `git+https` URLs instead of being switched to `git+ssh`. Shortcut specs (e.g. `github:user/repo`, `user/repo`) and `git+ssh`/`git://` specs are unchanged.
6+
### Bug Fixes
7+
* [`12c8c8f`](https://github.com/npm/pacote/commit/12c8c8fdd95d7a8507e6f3d66f4319456dc79920) [#481](https://github.com/npm/pacote/pull/481) fall back to git clone when tarball response is not a valid archive (@babyhuey)
8+
* [`61f065a`](https://github.com/npm/pacote/commit/61f065a2c313a2fc4e631fb3c12c2011ac4547d4) [#481](https://github.com/npm/pacote/pull/481) use statusCode instead of constructor name for tarball fallback in git fetcher (@jbaker-tn)
9+
* [`6d160c1`](https://github.com/npm/pacote/commit/6d160c11e7b1e48a705b5a912bbf1531a379554f) [#434](https://github.com/npm/pacote/pull/434) do not switch to git+ssh for https repository links (#434) (@oldium)
10+
### Chores
11+
* [`644ebb6`](https://github.com/npm/pacote/commit/644ebb6affa9d5ea9f1e4120ce309fb4d4820bbd) [#479](https://github.com/npm/pacote/pull/479) template-oss-apply (@owlstronaut)
12+
* [`ee64bea`](https://github.com/npm/pacote/commit/ee64bea0710394273490cd5bf3ee7dbb79f7def9) [#479](https://github.com/npm/pacote/pull/479) `@npmcli/template-oss@4.30.0` (@owlstronaut)
13+
314
## [21.5.0](https://github.com/npm/pacote/compare/v21.4.0...v21.5.0) (2026-03-09)
415
### Features
516
* [`d912f17`](https://github.com/npm/pacote/commit/d912f17785cd547879c59342b1c2104f71a5a0e6) [#457](https://github.com/npm/pacote/pull/457) expose fetched attestation bundles on manifest (#457) (@mitchdenny)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "21.5.0",
3+
"version": "22.0.0",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {

0 commit comments

Comments
 (0)