Skip to content

Commit 07147f0

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 22.0.0
1 parent 1f5f131 commit 07147f0

3 files changed

Lines changed: 17 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [22.0.0](https://github.com/npm/pacote/compare/v21.5.0...v22.0.0) (2026-05-26)
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+
### Features
7+
* [`66e7ea7`](https://github.com/npm/pacote/commit/66e7ea79a325bccc3fedc07ab5b690b96a263f2c) [#487](https://github.com/npm/pacote/pull/487) forward globalIgnoreFile option to npm-packlist (@ljharb)
8+
### Bug Fixes
9+
* [`1f5f131`](https://github.com/npm/pacote/commit/1f5f131a4a6dc7cc915b99ea37ee41e2e49eb7c8) [#494](https://github.com/npm/pacote/pull/494) pass --global=false when preparing git dependencies (@owlstronaut)
10+
* [`e0af7f6`](https://github.com/npm/pacote/commit/e0af7f6a49880895817aa863f99747b102495f93) [#486](https://github.com/npm/pacote/pull/486) respect ignoreScripts option for git dependencies (@owlstronaut)
11+
* [`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)
12+
* [`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 (@j1mb0-1)
13+
* [`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)
14+
### Chores
15+
* [`644ebb6`](https://github.com/npm/pacote/commit/644ebb6affa9d5ea9f1e4120ce309fb4d4820bbd) [#479](https://github.com/npm/pacote/pull/479) template-oss-apply (@owlstronaut)
16+
* [`ee64bea`](https://github.com/npm/pacote/commit/ee64bea0710394273490cd5bf3ee7dbb79f7def9) [#479](https://github.com/npm/pacote/pull/479) `@npmcli/template-oss@4.30.0` (@owlstronaut)
17+
318
## [21.5.0](https://github.com/npm/pacote/compare/v21.4.0...v21.5.0) (2026-03-09)
419
### Features
520
* [`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)