Skip to content

Commit

Permalink
chore(release): 6.32.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 7, 2022
1 parent 23a66ba commit 90d5f92
Show file tree
Hide file tree
Showing 63 changed files with 325 additions and 215 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-boxes-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-hairs-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-doors-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-tips-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-carrots-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-buses-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-falcons-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-llamas-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-balloons-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-forks-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-pumpkins-rule.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.32.11",
"version": "6.32.12",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.11"
"@pnpm/linux-arm64": "workspace:6.32.12"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.32.11",
"version": "6.32.12",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.32.11"
"@pnpm/linux-x64": "workspace:6.32.12"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.32.11",
"version": "6.32.12",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.32.11"
"@pnpm/macos-arm64": "workspace:6.32.12"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.32.11",
"version": "6.32.12",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.32.11"
"@pnpm/macos-x64": "workspace:6.32.12"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.32.11",
"version": "6.32.12",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.32.11"
"@pnpm/win-x64": "workspace:6.32.12"
}
}
6 changes: 6 additions & 0 deletions packages/cafs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/cafs

## 3.0.16

### Patch Changes

- bccce7b56: Track the number of integrity checks.

## 3.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cafs/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "3.0.15",
"version": "3.0.16",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:3.0.15",
"@pnpm/cafs": "workspace:3.0.16",
"@types/concat-stream": "^1.6.0",
"@types/node": "^14.17.32",
"@types/ssri": "^7.1.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,21 @@
# @pnpm/core

## 2.8.0

### Minor Changes

- 201268497: The `install()` function accepts the `pruneDirectDependencies` option.

### Patch Changes

- bccce7b56: Print a warning when the integrity of more than 1K files is checked in the CAFS.
- 224d45a90: Use Yarn's compatibility database to patch broken packages in the ecosystem with package extensions.
- Updated dependencies [201268497]
- @pnpm/modules-cleaner@11.0.25
- @pnpm/package-requester@17.0.2
- @pnpm/headless@17.3.6
- @pnpm/link-bins@6.2.13

## 2.7.11

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "2.7.11",
"version": "2.8.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -22,7 +22,7 @@
"@pnpm/error": "workspace:2.1.0",
"@pnpm/filter-lockfile": "workspace:5.0.20",
"@pnpm/get-context": "workspace:5.3.8",
"@pnpm/headless": "workspace:17.3.5",
"@pnpm/headless": "workspace:17.3.6",
"@pnpm/hoist": "workspace:5.2.16",
"@pnpm/lifecycle": "workspace:12.1.7",
"@pnpm/link-bins": "workspace:6.2.13",
Expand All @@ -31,10 +31,10 @@
"@pnpm/lockfile-utils": "workspace:3.2.2",
"@pnpm/lockfile-walker": "workspace:4.0.15",
"@pnpm/manifest-utils": "workspace:2.1.10",
"@pnpm/modules-cleaner": "workspace:11.0.24",
"@pnpm/modules-cleaner": "workspace:11.0.25",
"@pnpm/modules-yaml": "workspace:9.1.1",
"@pnpm/normalize-registries": "workspace:2.0.13",
"@pnpm/package-requester": "workspace:17.0.1",
"@pnpm/package-requester": "workspace:17.0.2",
"@pnpm/parse-overrides": "workspace:1.0.1",
"@pnpm/parse-wanted-dependency": "workspace:2.0.0",
"@pnpm/prune-lockfile": "workspace:3.0.15",
Expand Down Expand Up @@ -69,11 +69,11 @@
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/assert-store": "workspace:*",
"@pnpm/cafs": "workspace:3.0.15",
"@pnpm/cafs": "workspace:3.0.16",
"@pnpm/client": "workspace:6.1.3",
"@pnpm/core": "workspace:2.7.11",
"@pnpm/core": "workspace:2.8.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.13",
"@pnpm/package-store": "workspace:12.1.14",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.16.0",
"@pnpm/store-path": "^5.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.32.11",
"version": "6.32.12",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.11",
"@pnpm/linux-x64": "workspace:6.32.11",
"@pnpm/macos-arm64": "workspace:6.32.11",
"@pnpm/macos-x64": "workspace:6.32.11",
"@pnpm/win-x64": "workspace:6.32.11"
"@pnpm/linux-arm64": "workspace:6.32.12",
"@pnpm/linux-x64": "workspace:6.32.12",
"@pnpm/macos-arm64": "workspace:6.32.12",
"@pnpm/macos-x64": "workspace:6.32.12",
"@pnpm/win-x64": "workspace:6.32.12"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.32.11",
"@pnpm/exe": "workspace:6.32.12",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/git-fetcher/package.json
Expand Up @@ -36,9 +36,9 @@
"execa": "npm:safe-execa@^0.1.1"
},
"devDependencies": {
"@pnpm/cafs": "workspace:3.0.15",
"@pnpm/cafs": "workspace:3.0.16",
"@pnpm/git-fetcher": "workspace:4.1.16",
"@pnpm/package-store": "workspace:12.1.13",
"@pnpm/package-store": "workspace:12.1.14",
"@pnpm/types": "workspace:7.10.0",
"p-defer": "^3.0.0",
"tempy": "^1.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/headless/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/headless

## 17.3.6

### Patch Changes

- Updated dependencies [201268497]
- @pnpm/modules-cleaner@11.0.25
- @pnpm/package-requester@17.0.2
- @pnpm/link-bins@6.2.13

## 17.3.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/headless/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "17.3.5",
"version": "17.3.6",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -17,9 +17,9 @@
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/client": "workspace:6.1.3",
"@pnpm/headless": "workspace:17.3.5",
"@pnpm/headless": "workspace:17.3.6",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.13",
"@pnpm/package-store": "workspace:12.1.14",
"@pnpm/prepare": "workspace:*",
"@pnpm/read-projects-context": "workspace:5.0.19",
"@pnpm/registry-mock": "2.16.0",
Expand Down Expand Up @@ -79,10 +79,10 @@
"@pnpm/lockfile-file": "workspace:4.3.1",
"@pnpm/lockfile-to-pnp": "workspace:0.4.49",
"@pnpm/lockfile-utils": "workspace:3.2.2",
"@pnpm/modules-cleaner": "workspace:11.0.24",
"@pnpm/modules-cleaner": "workspace:11.0.25",
"@pnpm/modules-yaml": "workspace:9.1.1",
"@pnpm/package-is-installable": "workspace:5.0.13",
"@pnpm/package-requester": "workspace:17.0.1",
"@pnpm/package-requester": "workspace:17.0.2",
"@pnpm/read-package-json": "workspace:5.0.12",
"@pnpm/read-project-manifest": "workspace:2.0.13",
"@pnpm/real-hoist": "workspace:0.1.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/modules-cleaner/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/modules-cleaner

## 11.0.25

### Patch Changes

- 201268497: Do not remove hoisted dependencies, when pruneDirectDependencies is set to `true`.

## 11.0.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/modules-cleaner/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "11.0.24",
"version": "11.0.25",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/modules-cleaner": "workspace:11.0.24",
"@pnpm/modules-cleaner": "workspace:11.0.25",
"@types/ramda": "0.27.39"
},
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/mount-modules

## 0.1.25

### Patch Changes

- Updated dependencies [bccce7b56]
- @pnpm/cafs@3.0.16

## 0.1.24

### Patch Changes
Expand Down

0 comments on commit 90d5f92

Please sign in to comment.