Skip to content

Commit

Permalink
chore(release): 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 10, 2022
1 parent 9b7941c commit 1c884e8
Show file tree
Hide file tree
Showing 192 changed files with 2,172 additions and 1,213 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-bears-care.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/sharp-pugs-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-horses-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-ducks-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-jeans-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-ants-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-cougars-obey.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- Updated dependencies [4d39e4a0c]
- @pnpm/types@8.1.0
- @pnpm/lockfile-file@5.0.4

## 0.3.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions .meta-updater/package.json
@@ -1,14 +1,14 @@
{
"name": "@pnpm-private/updater",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"type": "module",
"scripts": {
"compile": "tsc --build"
},
"dependencies": {
"@pnpm/lockfile-file": "workspace:5.0.3",
"@pnpm/types": "workspace:8.0.1",
"@pnpm/lockfile-file": "workspace:5.0.4",
"@pnpm/types": "workspace:8.1.0",
"@types/normalize-path": "^3.0.0",
"is-subdir": "^1.1.1",
"load-json-file": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.1.9",
"version": "7.2.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:7.1.9"
"@pnpm/linux-arm64": "workspace:7.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.1.9",
"version": "7.2.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:7.1.9"
"@pnpm/linux-x64": "workspace:7.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.1.9",
"version": "7.2.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:7.1.9"
"@pnpm/macos-arm64": "workspace:7.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.1.9",
"version": "7.2.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:7.1.9"
"@pnpm/macos-x64": "workspace:7.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.1.9",
"version": "7.2.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:7.1.9"
"@pnpm/win-x64": "workspace:7.2.0"
}
}
11 changes: 11 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/audit

## 3.0.4

### Patch Changes

- Updated dependencies [4d39e4a0c]
- @pnpm/types@8.1.0
- @pnpm/lockfile-types@4.0.2
- @pnpm/lockfile-utils@4.0.4
- @pnpm/lockfile-walker@5.0.4
- @pnpm/fetch@5.0.2

## 3.0.3

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "3.0.3",
"version": "3.0.4",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,18 +30,18 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/audit#readme",
"devDependencies": {
"@pnpm/audit": "workspace:3.0.3",
"@pnpm/audit": "workspace:3.0.4",
"@pnpm/constants": "workspace:6.1.0",
"@pnpm/lockfile-file": "workspace:5.0.3",
"@pnpm/lockfile-file": "workspace:5.0.4",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "workspace:3.0.1",
"@pnpm/fetch": "workspace:5.0.1",
"@pnpm/lockfile-types": "workspace:4.0.1",
"@pnpm/lockfile-utils": "workspace:4.0.3",
"@pnpm/lockfile-walker": "workspace:5.0.3",
"@pnpm/types": "workspace:8.0.1"
"@pnpm/fetch": "workspace:5.0.2",
"@pnpm/lockfile-types": "workspace:4.0.2",
"@pnpm/lockfile-utils": "workspace:4.0.4",
"@pnpm/lockfile-walker": "workspace:5.0.4",
"@pnpm/types": "workspace:8.1.0"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/build-modules/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/build-modules

## 9.1.4

### Patch Changes

- Updated dependencies [4d39e4a0c]
- @pnpm/types@8.1.0
- @pnpm/core-loggers@7.0.2
- @pnpm/lifecycle@13.0.4
- @pnpm/link-bins@7.1.2
- @pnpm/read-package-json@6.0.3
- @pnpm/store-controller-types@13.0.3

## 9.1.3

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "9.1.3",
"version": "9.1.4",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,18 +35,18 @@
},
"dependencies": {
"@pnpm/calc-dep-state": "workspace:2.0.1",
"@pnpm/core-loggers": "workspace:7.0.1",
"@pnpm/core-loggers": "workspace:7.0.2",
"@pnpm/graph-sequencer": "1.0.0",
"@pnpm/lifecycle": "workspace:13.0.3",
"@pnpm/link-bins": "workspace:7.1.1",
"@pnpm/read-package-json": "workspace:6.0.2",
"@pnpm/store-controller-types": "workspace:13.0.2",
"@pnpm/types": "workspace:8.0.1",
"@pnpm/lifecycle": "workspace:13.0.4",
"@pnpm/link-bins": "workspace:7.1.2",
"@pnpm/read-package-json": "workspace:6.0.3",
"@pnpm/store-controller-types": "workspace:13.0.3",
"@pnpm/types": "workspace:8.1.0",
"ramda": "^0.27.1",
"run-groups": "^3.0.1"
},
"devDependencies": {
"@pnpm/build-modules": "workspace:9.1.3",
"@pnpm/build-modules": "workspace:9.1.4",
"@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

## 4.0.4

### Patch Changes

- @pnpm/fetcher-base@12.0.3
- @pnpm/store-controller-types@13.0.3

## 4.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cafs/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "4.0.3",
"version": "4.0.4",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,9 +16,9 @@
],
"license": "MIT",
"dependencies": {
"@pnpm/fetcher-base": "workspace:12.0.2",
"@pnpm/fetcher-base": "workspace:12.0.3",
"@pnpm/graceful-fs": "workspace:2.0.0",
"@pnpm/store-controller-types": "workspace:13.0.2",
"@pnpm/store-controller-types": "workspace:13.0.3",
"@zkochan/rimraf": "^2.1.2",
"concat-stream": "^2.0.0",
"decompress-maybe": "^1.0.0",
Expand All @@ -31,8 +31,8 @@
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:4.0.3",
"@pnpm/types": "workspace:8.0.1",
"@pnpm/cafs": "workspace:4.0.4",
"@pnpm/types": "workspace:8.1.0",
"@types/concat-stream": "^1.6.0",
"@types/node": "^14.17.32",
"@types/ssri": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-meta/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/cli-meta

## 3.0.2

### Patch Changes

- Updated dependencies [4d39e4a0c]
- @pnpm/types@8.1.0

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-meta/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-meta",
"version": "3.0.1",
"version": "3.0.2",
"description": "Reads the metainfo of the currently running pnpm instance",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/cli-meta#readme",
"devDependencies": {
"@pnpm/cli-meta": "workspace:3.0.1"
"@pnpm/cli-meta": "workspace:3.0.2"
},
"dependencies": {
"@pnpm/types": "workspace:8.0.1",
"@pnpm/types": "workspace:8.1.0",
"load-json-file": "^6.2.0"
},
"funding": "https://opencollective.com/pnpm",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,21 @@
# @pnpm/cli-utils

## 0.7.11

### Patch Changes

- Updated dependencies [4d39e4a0c]
- Updated dependencies [bc80631d3]
- Updated dependencies [d5730ba81]
- Updated dependencies [9b7941c81]
- @pnpm/types@8.1.0
- @pnpm/config@15.2.0
- @pnpm/default-reporter@9.1.1
- @pnpm/cli-meta@3.0.2
- @pnpm/manifest-utils@3.0.3
- @pnpm/package-is-installable@6.0.4
- @pnpm/read-project-manifest@3.0.3

## 0.7.10

### Patch Changes
Expand Down

0 comments on commit 1c884e8

Please sign in to comment.