Skip to content

Commit

Permalink
chore(release): 6.32.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 29, 2022
1 parent 4bbf90f commit c0355d0
Show file tree
Hide file tree
Showing 25 changed files with 115 additions and 79 deletions.
6 changes: 0 additions & 6 deletions .changeset/twenty-moons-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-needles-remain.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.32.18",
"version": "6.32.19",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.18"
"@pnpm/linux-arm64": "workspace:6.32.19"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.32.18",
"version": "6.32.19",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.32.18"
"@pnpm/linux-x64": "workspace:6.32.19"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.32.18",
"version": "6.32.19",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.32.18"
"@pnpm/macos-arm64": "workspace:6.32.19"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.32.18",
"version": "6.32.19",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.32.18"
"@pnpm/macos-x64": "workspace:6.32.19"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.32.18",
"version": "6.32.19",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.32.18"
"@pnpm/win-x64": "workspace:6.32.19"
}
}
6 changes: 6 additions & 0 deletions packages/build-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/build-modules

## 8.0.6

### Patch Changes

- 4bbf90fd7: Improve the performance of the build sequence calculation step.

## 8.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/build-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "8.0.5",
"version": "8.0.6",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"run-groups": "^3.0.1"
},
"devDependencies": {
"@pnpm/build-modules": "workspace:8.0.5",
"@pnpm/build-modules": "workspace:8.0.6",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.27.39"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pnpm/core

## 2.9.5

### Patch Changes

- Updated dependencies [4bbf90fd7]
- Updated dependencies [06696f8b3]
- @pnpm/build-modules@8.0.6
- @pnpm/resolve-dependencies@25.1.2
- @pnpm/headless@17.3.12

## 2.9.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "2.9.4",
"version": "2.9.5",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -15,14 +15,14 @@
"@pnpm/logger": "^4.0.0"
},
"dependencies": {
"@pnpm/build-modules": "workspace:8.0.5",
"@pnpm/build-modules": "workspace:8.0.6",
"@pnpm/calc-dep-state": "workspace:1.0.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core-loggers": "workspace:6.1.4",
"@pnpm/error": "workspace:2.1.0",
"@pnpm/filter-lockfile": "workspace:5.0.21",
"@pnpm/get-context": "workspace:5.3.8",
"@pnpm/headless": "workspace:17.3.11",
"@pnpm/headless": "workspace:17.3.12",
"@pnpm/hoist": "workspace:5.2.18",
"@pnpm/lifecycle": "workspace:12.1.7",
"@pnpm/link-bins": "workspace:6.2.14",
Expand All @@ -42,7 +42,7 @@
"@pnpm/read-package-json": "workspace:5.0.12",
"@pnpm/read-project-manifest": "workspace:2.0.13",
"@pnpm/remove-bins": "workspace:2.0.14",
"@pnpm/resolve-dependencies": "workspace:25.1.1",
"@pnpm/resolve-dependencies": "workspace:25.1.2",
"@pnpm/resolver-base": "workspace:8.1.6",
"@pnpm/store-controller-types": "workspace:12.0.0",
"@pnpm/symlink-dependency": "workspace:4.0.13",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@pnpm/assert-store": "workspace:*",
"@pnpm/cafs": "workspace:3.0.16",
"@pnpm/client": "workspace:6.1.4",
"@pnpm/core": "workspace:2.9.4",
"@pnpm/core": "workspace:2.9.5",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.15",
"@pnpm/prepare": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions packages/exe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.32.18",
"version": "6.32.19",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.18",
"@pnpm/linux-x64": "workspace:6.32.18",
"@pnpm/macos-arm64": "workspace:6.32.18",
"@pnpm/macos-x64": "workspace:6.32.18",
"@pnpm/win-x64": "workspace:6.32.18"
"@pnpm/linux-arm64": "workspace:6.32.19",
"@pnpm/linux-x64": "workspace:6.32.19",
"@pnpm/macos-arm64": "workspace:6.32.19",
"@pnpm/macos-x64": "workspace:6.32.19",
"@pnpm/win-x64": "workspace:6.32.19"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.32.18",
"@pnpm/exe": "workspace:6.32.19",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/headless

## 17.3.12

### Patch Changes

- Updated dependencies [4bbf90fd7]
- @pnpm/build-modules@8.0.6

## 17.3.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "17.3.11",
"version": "17.3.12",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/client": "workspace:6.1.4",
"@pnpm/headless": "workspace:17.3.11",
"@pnpm/headless": "workspace:17.3.12",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.15",
"@pnpm/prepare": "workspace:*",
Expand Down Expand Up @@ -67,7 +67,7 @@
"compile": "tsc --build && pnpm run lint --fix"
},
"dependencies": {
"@pnpm/build-modules": "workspace:8.0.5",
"@pnpm/build-modules": "workspace:8.0.6",
"@pnpm/calc-dep-state": "workspace:1.0.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core-loggers": "workspace:6.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-installation

## 8.4.20

### Patch Changes

- @pnpm/core@2.9.5

## 8.4.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-commands-installation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "8.4.19",
"version": "8.4.20",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@pnpm/lockfile-types": "workspace:3.2.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/modules-yaml": "workspace:9.1.1",
"@pnpm/plugin-commands-installation": "workspace:8.4.19",
"@pnpm/plugin-commands-installation": "workspace:8.4.20",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.17.0",
"@pnpm/test-fixtures": "workspace:*",
Expand All @@ -64,7 +64,7 @@
"@pnpm/common-cli-options-help": "workspace:0.8.0",
"@pnpm/config": "workspace:13.13.6",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core": "workspace:2.9.4",
"@pnpm/core": "workspace:2.9.5",
"@pnpm/error": "workspace:2.1.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.30",
"@pnpm/find-workspace-dir": "workspace:3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-listing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.30",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-installation": "workspace:8.4.19",
"@pnpm/plugin-commands-installation": "workspace:8.4.20",
"@pnpm/plugin-commands-listing": "workspace:4.1.19",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-outdated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.30",
"@pnpm/plugin-commands-installation": "workspace:8.4.19",
"@pnpm/plugin-commands-installation": "workspace:8.4.20",
"@pnpm/plugin-commands-outdated": "workspace:5.1.18",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.17.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-script-runners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners

## 4.6.14

### Patch Changes

- @pnpm/plugin-commands-installation@8.4.20

## 4.6.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-commands-script-runners/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "4.6.13",
"version": "4.6.14",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@pnpm/filter-workspace-packages": "workspace:4.4.30",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.13",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.14",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.17.0",
"@types/is-windows": "^1.0.0",
Expand All @@ -52,7 +52,7 @@
"@pnpm/error": "workspace:2.1.0",
"@pnpm/lifecycle": "workspace:12.1.7",
"@pnpm/package-bins": "workspace:5.0.12",
"@pnpm/plugin-commands-installation": "workspace:8.4.19",
"@pnpm/plugin-commands-installation": "workspace:8.4.20",
"@pnpm/read-package-json": "workspace:5.0.12",
"@pnpm/read-project-manifest": "workspace:2.0.13",
"@pnpm/sort-packages": "workspace:2.1.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pnpm

## 6.32.19

### Patch Changes

- Improve the performance of the build sequence calculation step.
- Correctly detect repeated dependency sequence during resolution.

## 6.32.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "6.32.18",
"version": "6.32.19",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down Expand Up @@ -42,12 +42,12 @@
"@pnpm/pick-registry-for-package": "workspace:2.0.11",
"@pnpm/plugin-commands-audit": "workspace:5.1.50",
"@pnpm/plugin-commands-env": "workspace:1.4.24",
"@pnpm/plugin-commands-installation": "workspace:8.4.19",
"@pnpm/plugin-commands-installation": "workspace:8.4.20",
"@pnpm/plugin-commands-listing": "workspace:4.1.19",
"@pnpm/plugin-commands-outdated": "workspace:5.1.18",
"@pnpm/plugin-commands-publishing": "workspace:4.5.12",
"@pnpm/plugin-commands-rebuild": "workspace:5.4.25",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.13",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.14",
"@pnpm/plugin-commands-server": "workspace:3.0.80",
"@pnpm/plugin-commands-setup": "workspace:1.1.44",
"@pnpm/plugin-commands-store": "workspace:4.1.23",
Expand Down
6 changes: 6 additions & 0 deletions packages/resolve-dependencies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/resolve-dependencies

## 25.1.2

### Patch Changes

- 06696f8b3: Correctly detect repeated dependency sequence during resolution.

## 25.1.1

### Patch Changes
Expand Down

0 comments on commit c0355d0

Please sign in to comment.