mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
chore(release): 8.6.10
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/resolve-dependencies": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts [#6822](https://github.com/pnpm/pnpm/issues/6822).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/store.cafs": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#6842](https://github.com/pnpm/pnpm/issues/6842).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-patching": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Ignore empty patch content when patch-commit.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/core": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Sort keys in `packageExtensions` before calculating `packageExtensionsChecksum`. Fix [#6824](https://github.com/pnpm/pnpm/issues/6824).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
"@pnpm/git-resolver": patch
|
||||
---
|
||||
|
||||
Pass the right scheme to `git ls-remote` in order to prevent a fallback to `git+ssh` that would result in a 'host key verification failed' issue [#6806](https://github.com/pnpm/pnpm/issues/6806)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/prepare-package": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
The "postpublish" script of a git-hosted dependency is not executed, while building the dependency [#6822](https://github.com/pnpm/pnpm/issues/6846).
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 2.3.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-store@1.0.66
|
||||
|
||||
## 2.3.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "2.3.30",
|
||||
"version": "2.3.31",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/assert-store
|
||||
|
||||
## 1.0.66
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
|
||||
## 1.0.65
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-store",
|
||||
"description": "Utils for testing pnpm store",
|
||||
"version": "1.0.65",
|
||||
"version": "1.0.66",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 0.0.74
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-project@2.3.31
|
||||
|
||||
## 0.0.73
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "0.0.73",
|
||||
"version": "0.0.74",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/test-fixtures
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare@0.0.74
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/test-fixtures",
|
||||
"description": "Test fixtures",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
7
env/node.fetcher/CHANGELOG.md
vendored
7
env/node.fetcher/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/node.fetcher
|
||||
|
||||
## 3.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/tarball-fetcher@15.0.7
|
||||
- @pnpm/create-cafs-store@4.0.7
|
||||
|
||||
## 3.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.fetcher/package.json
vendored
2
env/node.fetcher/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.fetcher",
|
||||
"version": "3.0.9",
|
||||
"version": "3.0.10",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
6
env/node.resolver/CHANGELOG.md
vendored
6
env/node.resolver/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 2.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/node.fetcher@3.0.10
|
||||
|
||||
## 2.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.resolver/package.json
vendored
2
env/node.resolver/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.resolver",
|
||||
"version": "2.0.10",
|
||||
"version": "2.0.11",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
8
env/plugin-commands-env/CHANGELOG.md
vendored
8
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 4.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/node.fetcher@3.0.10
|
||||
- @pnpm/node.resolver@2.0.11
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 4.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/plugin-commands-env/package.json
vendored
2
env/plugin-commands-env/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-env",
|
||||
"version": "4.0.17",
|
||||
"version": "4.0.18",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 9.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
- @pnpm/store-connection-manager@6.0.21
|
||||
- @pnpm/config@18.4.4
|
||||
- @pnpm/fs.hard-link-dir@2.0.1
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
- @pnpm/link-bins@9.0.5
|
||||
|
||||
## 9.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "9.1.3",
|
||||
"version": "9.1.4",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 7.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.21
|
||||
- @pnpm/config@18.4.4
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
|
||||
## 7.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "7.1.14",
|
||||
"version": "7.1.15",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/prepare-package
|
||||
|
||||
## 5.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8452bb2d5: The "postpublish" script of a git-hosted dependency is not executed, while building the dependency [#6822](https://github.com/pnpm/pnpm/issues/6846).
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
|
||||
## 5.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare-package",
|
||||
"version": "5.0.5",
|
||||
"version": "5.0.6",
|
||||
"description": "Prepares a Git-hosted package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/git-fetcher
|
||||
|
||||
## 9.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8452bb2d5]
|
||||
- @pnpm/prepare-package@5.0.6
|
||||
|
||||
## 9.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-fetcher",
|
||||
"version": "9.0.5",
|
||||
"version": "9.0.6",
|
||||
"description": "A fetcher for git-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 15.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8452bb2d5]
|
||||
- @pnpm/prepare-package@5.0.6
|
||||
|
||||
## 15.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tarball-fetcher",
|
||||
"version": "15.0.6",
|
||||
"version": "15.0.7",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 0.4.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 0.4.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.4.16",
|
||||
"version": "0.4.17",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 3.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 653e9104c: Ignore empty patch content when patch-commit.
|
||||
- @pnpm/plugin-commands-installation@13.0.21
|
||||
- @pnpm/store-connection-manager@6.0.21
|
||||
- @pnpm/config@18.4.4
|
||||
- @pnpm/patching.apply-patch@2.0.4
|
||||
|
||||
## 3.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "3.1.15",
|
||||
"version": "3.1.16",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 10.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/git-fetcher@9.0.6
|
||||
- @pnpm/tarball-fetcher@15.0.7
|
||||
- @pnpm/default-resolver@18.0.12
|
||||
- @pnpm/directory-fetcher@6.0.4
|
||||
|
||||
## 10.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "10.0.14",
|
||||
"version": "10.0.15",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 10.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 388a13b56: Sort keys in `packageExtensions` before calculating `packageExtensionsChecksum`. Fix [#6824](https://github.com/pnpm/pnpm/issues/6824).
|
||||
- Updated dependencies [a13a0e8f5]
|
||||
- @pnpm/resolve-dependencies@31.1.13
|
||||
- @pnpm/headless@21.0.9
|
||||
- @pnpm/package-requester@21.0.10
|
||||
- @pnpm/symlink-dependency@7.0.2
|
||||
- @pnpm/crypto.base32-hash@2.0.0
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
- @pnpm/link-bins@9.0.5
|
||||
|
||||
## 10.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "10.2.10",
|
||||
"version": "10.2.11",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 21.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/package-requester@21.0.10
|
||||
- @pnpm/symlink-dependency@7.0.2
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
- @pnpm/link-bins@9.0.5
|
||||
|
||||
## 21.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"version": "21.0.8",
|
||||
"version": "21.0.9",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/package-requester
|
||||
|
||||
## 21.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
|
||||
## 21.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/package-requester",
|
||||
"version": "21.0.9",
|
||||
"version": "21.0.10",
|
||||
"description": "Concurrent downloader of npm-compatible packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 13.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [388a13b56]
|
||||
- @pnpm/core@10.2.11
|
||||
- @pnpm/plugin-commands-rebuild@9.1.4
|
||||
- @pnpm/package-store@16.0.10
|
||||
- @pnpm/store-connection-manager@6.0.21
|
||||
- @pnpm/outdated@13.0.9
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 13.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "13.0.20",
|
||||
"version": "13.0.21",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/resolve-dependencies
|
||||
|
||||
## 31.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a13a0e8f5: Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts [#6822](https://github.com/pnpm/pnpm/issues/6822).
|
||||
- @pnpm/npm-resolver@16.0.8
|
||||
|
||||
## 31.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolve-dependencies",
|
||||
"version": "31.1.12",
|
||||
"version": "31.1.13",
|
||||
"description": "Resolves dependency graph of a package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# pnpm
|
||||
|
||||
## 8.6.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts [#6822](https://github.com/pnpm/pnpm/issues/6822).
|
||||
- The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#6842](https://github.com/pnpm/pnpm/issues/6842).
|
||||
- Ignore empty patch content when patch-commit.
|
||||
- Sort keys in `packageExtensions` before calculating `packageExtensionsChecksum` [#6824](https://github.com/pnpm/pnpm/issues/6824).
|
||||
- Pass the right scheme to `git ls-remote` in order to prevent a fallback to `git+ssh` that would result in a 'host key verification failed' issue [#6806](https://github.com/pnpm/pnpm/issues/6806)
|
||||
- The "postpublish" script of a git-hosted dependency is not executed, while building the dependency [#6822](https://github.com/pnpm/pnpm/issues/6846).
|
||||
|
||||
## 8.6.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/exe",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "8.6.9",
|
||||
"version": "8.6.10",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
"pnpm": "pnpm"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "8.6.9",
|
||||
"version": "8.6.10",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "8.6.9",
|
||||
"version": "8.6.10",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "8.6.9",
|
||||
"version": "8.6.10",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "8.6.9",
|
||||
"version": "8.6.10",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "8.6.9",
|
||||
"version": "8.6.10",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "8.6.9",
|
||||
"version": "8.6.10",
|
||||
"bin": {
|
||||
"pnpm": "bin/pnpm.cjs",
|
||||
"pnpx": "bin/pnpx.cjs"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 3.0.27
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-installation@13.0.21
|
||||
- @pnpm/fs.indexed-pkg-importer@3.0.2
|
||||
- @pnpm/directory-fetcher@6.0.4
|
||||
|
||||
## 3.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "3.0.26",
|
||||
"version": "3.0.27",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 7.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@10.0.15
|
||||
- @pnpm/config@18.4.4
|
||||
- @pnpm/exportable-manifest@5.0.5
|
||||
- @pnpm/lifecycle@15.0.5
|
||||
|
||||
## 7.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "7.3.1",
|
||||
"version": "7.3.2",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/default-resolver
|
||||
|
||||
## 18.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [22bbe9255]
|
||||
- @pnpm/git-resolver@8.0.6
|
||||
- @pnpm/npm-resolver@16.0.8
|
||||
|
||||
## 18.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-resolver",
|
||||
"version": "18.0.11",
|
||||
"version": "18.0.12",
|
||||
"description": "pnpm's default package resolver",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/git-resolver
|
||||
|
||||
## 8.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 22bbe9255: Pass the right scheme to `git ls-remote` in order to prevent a fallback to `git+ssh` that would result in a 'host key verification failed' issue [#6806](https://github.com/pnpm/pnpm/issues/6806)
|
||||
|
||||
## 8.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-resolver",
|
||||
"version": "8.0.5",
|
||||
"version": "8.0.6",
|
||||
"description": "Resolver for git-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/license-scanner
|
||||
|
||||
## 2.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
- @pnpm/directory-fetcher@6.0.4
|
||||
|
||||
## 2.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/license-scanner",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"description": "Check for licenses packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/outdated
|
||||
|
||||
## 13.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@10.0.15
|
||||
- @pnpm/npm-resolver@16.0.8
|
||||
|
||||
## 13.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/outdated",
|
||||
"version": "13.0.8",
|
||||
"version": "13.0.9",
|
||||
"description": "Check for outdated packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-licenses
|
||||
|
||||
## 2.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/license-scanner@2.0.13
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 2.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-licenses",
|
||||
"version": "2.0.16",
|
||||
"version": "2.0.17",
|
||||
"description": "The licenses command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 9.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/default-resolver@18.0.12
|
||||
- @pnpm/outdated@13.0.9
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 9.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "9.0.19",
|
||||
"version": "9.0.20",
|
||||
"description": "The outdated command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/store.cafs
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fe1c5f48d: The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#6842](https://github.com/pnpm/pnpm/issues/6842).
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store.cafs",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A content-addressable filesystem for the packages storage",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/create-cafs-store
|
||||
|
||||
## 4.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
- @pnpm/fs.indexed-pkg-importer@3.0.2
|
||||
|
||||
## 4.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/create-cafs-store",
|
||||
"description": "Create a CAFS store controller",
|
||||
"version": "4.0.6",
|
||||
"version": "4.0.7",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/package-store
|
||||
|
||||
## 16.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
- @pnpm/package-requester@21.0.10
|
||||
- @pnpm/create-cafs-store@4.0.7
|
||||
|
||||
## 16.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/package-store",
|
||||
"description": "A storage for packages",
|
||||
"version": "16.0.9",
|
||||
"version": "16.0.10",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 6.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/server@15.0.3
|
||||
- @pnpm/store-connection-manager@6.0.21
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 6.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "6.0.20",
|
||||
"version": "6.0.21",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 8.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [fe1c5f48d]
|
||||
- @pnpm/store.cafs@1.0.1
|
||||
- @pnpm/store-connection-manager@6.0.21
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 8.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "8.0.10",
|
||||
"version": "8.0.11",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 6.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/package-store@16.0.10
|
||||
- @pnpm/server@15.0.3
|
||||
- @pnpm/client@10.0.15
|
||||
- @pnpm/config@18.4.4
|
||||
|
||||
## 6.0.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "6.0.20",
|
||||
"version": "6.0.21",
|
||||
"description": "Create a direct pnpm store controller or connect to a running store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user