Skip to content

Commit

Permalink
chore(release): 6.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 5, 2022
1 parent 329e186 commit c44abfd
Show file tree
Hide file tree
Showing 31 changed files with 174 additions and 105 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-actors-boil.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-lobsters-sparkle.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.29.1",
"version": "6.29.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.29.1"
"@pnpm/linux-arm64": "workspace:6.29.2"
}
}
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.29.1",
"version": "6.29.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.29.1"
"@pnpm/linux-x64": "workspace:6.29.2"
}
}
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.29.1",
"version": "6.29.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.29.1"
"@pnpm/macos-arm64": "workspace:6.29.2"
}
}
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.29.1",
"version": "6.29.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.29.1"
"@pnpm/macos-x64": "workspace:6.29.2"
}
}
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.29.1",
"version": "6.29.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.29.1"
"@pnpm/win-x64": "workspace:6.29.2"
}
}
7 changes: 7 additions & 0 deletions packages/build-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/build-modules

## 8.0.1

### Patch Changes

- Updated dependencies [7ae349cd3]
- @pnpm/lifecycle@12.1.5

## 8.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "8.0.1",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@pnpm/calc-dep-state": "workspace:1.0.0",
"@pnpm/core-loggers": "workspace:6.1.3",
"@pnpm/lifecycle": "workspace:12.1.4",
"@pnpm/lifecycle": "workspace:12.1.5",
"@pnpm/link-bins": "workspace:6.2.10",
"@pnpm/read-package-json": "workspace:5.0.10",
"@pnpm/store-controller-types": "workspace:11.0.11",
Expand All @@ -45,7 +45,7 @@
"run-groups": "^3.0.1"
},
"devDependencies": {
"@pnpm/build-modules": "workspace:8.0.0",
"@pnpm/build-modules": "workspace:8.0.1",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.27.39"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @pnpm/core

## 2.6.0

### Minor Changes

- 329e186e9: Allow to set hoistingLimits for the hoisted node linker.

### Patch Changes

- Updated dependencies [7ae349cd3]
- Updated dependencies [329e186e9]
- @pnpm/lifecycle@12.1.5
- @pnpm/headless@17.3.0
- @pnpm/build-modules@8.0.1

## 2.5.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.5.4",
"version": "2.6.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -15,16 +15,16 @@
"@pnpm/logger": "^4.0.0"
},
"dependencies": {
"@pnpm/build-modules": "workspace:8.0.0",
"@pnpm/build-modules": "workspace:8.0.1",
"@pnpm/calc-dep-state": "workspace:1.0.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core-loggers": "workspace:6.1.3",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/filter-lockfile": "workspace:5.0.17",
"@pnpm/get-context": "workspace:5.3.6",
"@pnpm/headless": "workspace:17.2.2",
"@pnpm/headless": "workspace:17.3.0",
"@pnpm/hoist": "workspace:5.2.13",
"@pnpm/lifecycle": "workspace:12.1.4",
"@pnpm/lifecycle": "workspace:12.1.5",
"@pnpm/link-bins": "workspace:6.2.10",
"@pnpm/lockfile-file": "workspace:4.2.6",
"@pnpm/lockfile-to-pnp": "workspace:0.4.45",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@pnpm/assert-store": "workspace:*",
"@pnpm/cafs": "workspace:3.0.13",
"@pnpm/client": "workspace:6.1.1",
"@pnpm/core": "workspace:2.5.4",
"@pnpm/core": "workspace:2.6.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.8",
"@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.29.1",
"version": "6.29.2",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.29.1",
"@pnpm/linux-x64": "workspace:6.29.1",
"@pnpm/macos-arm64": "workspace:6.29.1",
"@pnpm/macos-x64": "workspace:6.29.1",
"@pnpm/win-x64": "workspace:6.29.1"
"@pnpm/linux-arm64": "workspace:6.29.2",
"@pnpm/linux-x64": "workspace:6.29.2",
"@pnpm/macos-arm64": "workspace:6.29.2",
"@pnpm/macos-x64": "workspace:6.29.2",
"@pnpm/win-x64": "workspace:6.29.2"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.29.1",
"@pnpm/exe": "workspace:6.29.2",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @pnpm/headless

## 17.3.0

### Minor Changes

- 329e186e9: Allow to set hoistingLimits for the hoisted node linker.

### Patch Changes

- Updated dependencies [7ae349cd3]
- Updated dependencies [329e186e9]
- @pnpm/lifecycle@12.1.5
- @pnpm/real-hoist@0.1.6
- @pnpm/build-modules@8.0.1

## 17.2.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2.2",
"version": "17.3.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/client": "workspace:6.1.1",
"@pnpm/headless": "workspace:17.2.2",
"@pnpm/headless": "workspace:17.3.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.8",
"@pnpm/prepare": "workspace:*",
Expand Down Expand Up @@ -67,14 +67,14 @@
"compile": "tsc --build && pnpm run lint -- --fix"
},
"dependencies": {
"@pnpm/build-modules": "workspace:8.0.0",
"@pnpm/build-modules": "workspace:8.0.1",
"@pnpm/calc-dep-state": "workspace:1.0.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core-loggers": "workspace:6.1.3",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/filter-lockfile": "workspace:5.0.17",
"@pnpm/hoist": "workspace:5.2.13",
"@pnpm/lifecycle": "workspace:12.1.4",
"@pnpm/lifecycle": "workspace:12.1.5",
"@pnpm/link-bins": "workspace:6.2.10",
"@pnpm/lockfile-file": "workspace:4.2.6",
"@pnpm/lockfile-to-pnp": "workspace:0.4.45",
Expand All @@ -85,7 +85,7 @@
"@pnpm/package-requester": "workspace:16.0.1",
"@pnpm/read-package-json": "workspace:5.0.10",
"@pnpm/read-project-manifest": "workspace:2.0.11",
"@pnpm/real-hoist": "workspace:0.1.5",
"@pnpm/real-hoist": "workspace:0.1.6",
"@pnpm/store-controller-types": "workspace:11.0.11",
"@pnpm/symlink-dependency": "workspace:4.0.12",
"@pnpm/types": "workspace:7.9.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/lifecycle

## 12.1.5

### Patch Changes

- 7ae349cd3: `node_modules` directories inside injected dependencies should not be overwritten.

## 12.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lifecycle",
"version": "12.1.4",
"version": "12.1.5",
"description": "Package lifecycle hook runner",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"run-groups": "^3.0.1"
},
"devDependencies": {
"@pnpm/lifecycle": "workspace:12.1.4",
"@pnpm/lifecycle": "workspace:12.1.5",
"@pnpm/logger": "^4.0.0",
"@types/rimraf": "^3.0.0",
"@zkochan/rimraf": "^2.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-installation

## 8.3.7

### Patch Changes

- Updated dependencies [329e186e9]
- @pnpm/core@2.6.0
- @pnpm/plugin-commands-rebuild@5.4.10

## 8.3.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3.6",
"version": "8.3.7",
"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.1.5",
"@pnpm/logger": "^4.0.0",
"@pnpm/modules-yaml": "workspace:9.1.0",
"@pnpm/plugin-commands-installation": "workspace:8.3.6",
"@pnpm/plugin-commands-installation": "workspace:8.3.7",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
"@pnpm/test-fixtures": "workspace:*",
Expand All @@ -63,7 +63,7 @@
"@pnpm/common-cli-options-help": "workspace:0.8.0",
"@pnpm/config": "workspace:13.13.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core": "workspace:2.5.4",
"@pnpm/core": "workspace:2.6.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/filter-workspace-packages": "workspace:4.4.20",
"@pnpm/find-workspace-dir": "workspace:3.0.1",
Expand All @@ -74,7 +74,7 @@
"@pnpm/outdated": "workspace:9.0.30",
"@pnpm/package-store": "workspace:12.1.8",
"@pnpm/parse-wanted-dependency": "workspace:2.0.0",
"@pnpm/plugin-commands-rebuild": "workspace:5.4.9",
"@pnpm/plugin-commands-rebuild": "workspace:5.4.10",
"@pnpm/pnpmfile": "workspace:1.2.4",
"@pnpm/read-project-manifest": "workspace:2.0.11",
"@pnpm/resolver-base": "workspace:8.1.5",
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.20",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-installation": "workspace:8.3.6",
"@pnpm/plugin-commands-installation": "workspace:8.3.7",
"@pnpm/plugin-commands-listing": "workspace:4.1.9",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
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.20",
"@pnpm/plugin-commands-installation": "workspace:8.3.6",
"@pnpm/plugin-commands-installation": "workspace:8.3.7",
"@pnpm/plugin-commands-outdated": "workspace:5.1.8",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-commands-publishing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-publishing

## 4.4.2

### Patch Changes

- Updated dependencies [7ae349cd3]
- @pnpm/lifecycle@12.1.5

## 4.4.1

### Patch Changes
Expand Down

0 comments on commit c44abfd

Please sign in to comment.