Skip to content

Commit

Permalink
chore(release): 6.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 27, 2022
1 parent 05dcc97 commit 51793ca
Show file tree
Hide file tree
Showing 151 changed files with 1,372 additions and 773 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-pigs-deny.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nine-eggs-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-books-build.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-jars-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-dryers-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-days-carry.md

This file was deleted.

6 changes: 6 additions & 0 deletions .meta-updater/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm-private/updater

## 0.2.9

### Patch Changes

- @pnpm/lockfile-file@4.3.1

## 0.2.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions .meta-updater/package.json
@@ -1,13 +1,13 @@
{
"name": "@pnpm-private/updater",
"version": "0.2.8",
"version": "0.2.9",
"private": true,
"type": "module",
"scripts": {
"compile": "tsc --build"
},
"dependencies": {
"@pnpm/lockfile-file": "workspace:4.3.0",
"@pnpm/lockfile-file": "workspace:4.3.1",
"@pnpm/types": "workspace:7.10.0",
"@types/normalize-path": "^3.0.0",
"is-subdir": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.32.1",
"version": "6.32.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.1"
"@pnpm/linux-arm64": "workspace:6.32.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.32.1",
"version": "6.32.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.32.1"
"@pnpm/linux-x64": "workspace:6.32.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.32.1",
"version": "6.32.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.32.1"
"@pnpm/macos-arm64": "workspace:6.32.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.32.1",
"version": "6.32.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.32.1"
"@pnpm/macos-x64": "workspace:6.32.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.32.1",
"version": "6.32.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.32.1"
"@pnpm/win-x64": "workspace:6.32.2"
}
}
7 changes: 7 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/audit

## 2.2.7

### Patch Changes

- Updated dependencies [70ba51da9]
- @pnpm/error@2.1.0

## 2.2.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "2.2.6",
"version": "2.2.7",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,13 +30,13 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/audit#readme",
"devDependencies": {
"@pnpm/audit": "workspace:2.2.6",
"@pnpm/audit": "workspace:2.2.7",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/lockfile-file": "workspace:4.3.0",
"@pnpm/lockfile-file": "workspace:4.3.1",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "workspace:2.0.0",
"@pnpm/error": "workspace:2.1.0",
"@pnpm/fetch": "workspace:4.2.5",
"@pnpm/lockfile-types": "workspace:3.2.0",
"@pnpm/lockfile-utils": "workspace:3.2.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/build-modules/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/build-modules

## 8.0.3

### Patch Changes

- Updated dependencies [5c525db13]
- @pnpm/store-controller-types@12.0.0
- @pnpm/link-bins@6.2.12
- @pnpm/read-package-json@5.0.12
- @pnpm/lifecycle@12.1.7

## 8.0.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "8.0.2",
"version": "8.0.3",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,17 +35,17 @@
"dependencies": {
"@pnpm/calc-dep-state": "workspace:1.0.0",
"@pnpm/core-loggers": "workspace:6.1.4",
"@pnpm/lifecycle": "workspace:12.1.6",
"@pnpm/link-bins": "workspace:6.2.11",
"@pnpm/read-package-json": "workspace:5.0.11",
"@pnpm/store-controller-types": "workspace:11.0.12",
"@pnpm/lifecycle": "workspace:12.1.7",
"@pnpm/link-bins": "workspace:6.2.12",
"@pnpm/read-package-json": "workspace:5.0.12",
"@pnpm/store-controller-types": "workspace:12.0.0",
"@pnpm/types": "workspace:7.10.0",
"graph-sequencer": "2.0.0",
"ramda": "^0.27.1",
"run-groups": "^3.0.1"
},
"devDependencies": {
"@pnpm/build-modules": "workspace:8.0.2",
"@pnpm/build-modules": "workspace:8.0.3",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.27.39"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/cafs/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/cafs

## 3.0.15

### Patch Changes

- Updated dependencies [5c525db13]
- @pnpm/store-controller-types@12.0.0

## 3.0.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cafs/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "3.0.14",
"version": "3.0.15",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@pnpm/fetcher-base": "workspace:11.1.6",
"@pnpm/graceful-fs": "workspace:1.0.0",
"@pnpm/store-controller-types": "workspace:11.0.12",
"@pnpm/store-controller-types": "workspace:12.0.0",
"@zkochan/rimraf": "^2.1.2",
"concat-stream": "^2.0.0",
"decompress-maybe": "^1.0.0",
Expand All @@ -31,7 +31,7 @@
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:3.0.14",
"@pnpm/cafs": "workspace:3.0.15",
"@types/concat-stream": "^1.6.0",
"@types/node": "^14.17.32",
"@types/ssri": "^7.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/cli-utils

## 0.6.50

### Patch Changes

- Updated dependencies [70ba51da9]
- @pnpm/error@2.1.0
- @pnpm/config@13.13.2
- @pnpm/default-reporter@8.5.13
- @pnpm/manifest-utils@2.1.9
- @pnpm/package-is-installable@5.0.13
- @pnpm/read-project-manifest@2.0.13

## 0.6.49

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.6.49",
"version": "0.6.50",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -28,18 +28,18 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/cli-utils#readme",
"devDependencies": {
"@pnpm/cli-utils": "workspace:0.6.49",
"@pnpm/cli-utils": "workspace:0.6.50",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.27.39"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:2.0.2",
"@pnpm/config": "workspace:13.13.1",
"@pnpm/default-reporter": "workspace:8.5.12",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/manifest-utils": "workspace:2.1.8",
"@pnpm/package-is-installable": "workspace:5.0.12",
"@pnpm/read-project-manifest": "workspace:2.0.12",
"@pnpm/config": "workspace:13.13.2",
"@pnpm/default-reporter": "workspace:8.5.13",
"@pnpm/error": "workspace:2.1.0",
"@pnpm/manifest-utils": "workspace:2.1.9",
"@pnpm/package-is-installable": "workspace:5.0.13",
"@pnpm/read-project-manifest": "workspace:2.0.13",
"@pnpm/types": "workspace:7.10.0",
"chalk": "^4.1.0",
"load-json-file": "^6.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/client

## 6.1.3

### Patch Changes

- @pnpm/default-resolver@14.0.12
- @pnpm/tarball-fetcher@9.3.17
- @pnpm/git-fetcher@4.1.16
- @pnpm/directory-fetcher@1.0.7

## 6.1.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "6.1.2",
"version": "6.1.3",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,18 +31,18 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/client#readme",
"dependencies": {
"@pnpm/default-resolver": "workspace:14.0.11",
"@pnpm/directory-fetcher": "workspace:1.0.6",
"@pnpm/default-resolver": "workspace:14.0.12",
"@pnpm/directory-fetcher": "workspace:1.0.7",
"@pnpm/fetch": "workspace:4.2.5",
"@pnpm/fetching-types": "workspace:2.2.1",
"@pnpm/git-fetcher": "workspace:4.1.15",
"@pnpm/git-fetcher": "workspace:4.1.16",
"@pnpm/resolver-base": "workspace:8.1.6",
"@pnpm/tarball-fetcher": "workspace:9.3.16",
"@pnpm/tarball-fetcher": "workspace:9.3.17",
"credentials-by-uri": "^2.1.0",
"mem": "^8.0.0"
},
"devDependencies": {
"@pnpm/client": "workspace:6.1.2",
"@pnpm/client": "workspace:6.1.3",
"@pnpm/logger": "^4.0.0"
},
"funding": "https://opencollective.com/pnpm"
Expand Down
10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/config

## 13.13.2

### Patch Changes

- Updated dependencies [70ba51da9]
- @pnpm/error@2.1.0
- @pnpm/global-bin-dir@3.0.1
- @pnpm/pnpmfile@1.2.6
- @pnpm/read-project-manifest@2.0.13

## 13.13.1

### Patch Changes
Expand Down

0 comments on commit 51793ca

Please sign in to comment.