Skip to content

Commit

Permalink
chore(release): 6.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 20, 2022
1 parent cdc521c commit 1d013d7
Show file tree
Hide file tree
Showing 65 changed files with 450 additions and 237 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-lemons-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-walls-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-llamas-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-bugs-repair.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.27.1",
"version": "6.27.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.27.1"
"@pnpm/linux-arm64": "workspace:6.27.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.27.1",
"version": "6.27.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.27.1"
"@pnpm/linux-x64": "workspace:6.27.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.27.1",
"version": "6.27.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.27.1"
"@pnpm/macos-arm64": "workspace:6.27.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.27.1",
"version": "6.27.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.27.1"
"@pnpm/macos-x64": "workspace:6.27.2"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.27.1",
"version": "6.27.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.27.1"
"@pnpm/win-x64": "workspace:6.27.2"
}
}
7 changes: 7 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/audit

## 2.2.5

### Patch Changes

- Updated dependencies [cdc521cfa]
- @pnpm/lockfile-utils@3.2.0

## 2.2.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "2.2.4",
"version": "2.2.5",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/audit#readme",
"devDependencies": {
"@pnpm/audit": "workspace:2.2.4",
"@pnpm/audit": "workspace:2.2.5",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/lockfile-file": "workspace:4.2.6",
"nock": "12.0.3"
Expand All @@ -39,7 +39,7 @@
"@pnpm/error": "workspace:2.0.0",
"@pnpm/fetch": "workspace:4.2.4",
"@pnpm/lockfile-types": "workspace:3.1.5",
"@pnpm/lockfile-utils": "workspace:3.1.6",
"@pnpm/lockfile-utils": "workspace:3.2.0",
"@pnpm/lockfile-walker": "workspace:4.0.14",
"@pnpm/types": "workspace:7.9.0"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,28 @@
# @pnpm/core

## 2.5.0

### Minor Changes

- cdc521cfa: All the locations of injected dependencies are saved in the modules state file at `node_modules/.modules.yaml`.

### Patch Changes

- Updated dependencies [cdc521cfa]
- Updated dependencies [cdc521cfa]
- Updated dependencies [cdc521cfa]
- @pnpm/headless@17.2.0
- @pnpm/modules-yaml@9.1.0
- @pnpm/lockfile-utils@3.2.0
- @pnpm/get-context@5.3.6
- @pnpm/filter-lockfile@5.0.17
- @pnpm/hoist@5.2.13
- @pnpm/lockfile-to-pnp@0.4.43
- @pnpm/modules-cleaner@11.0.21
- @pnpm/resolve-dependencies@23.0.4
- @pnpm/link-bins@6.2.10
- @pnpm/package-requester@16.0.1

## 2.4.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "2.4.1",
"version": "2.5.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -20,19 +20,19 @@
"@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.16",
"@pnpm/get-context": "workspace:5.3.5",
"@pnpm/headless": "workspace:17.1.0",
"@pnpm/hoist": "workspace:5.2.12",
"@pnpm/filter-lockfile": "workspace:5.0.17",
"@pnpm/get-context": "workspace:5.3.6",
"@pnpm/headless": "workspace:17.2.0",
"@pnpm/hoist": "workspace:5.2.13",
"@pnpm/lifecycle": "workspace:12.1.4",
"@pnpm/link-bins": "workspace:6.2.10",
"@pnpm/lockfile-file": "workspace:4.2.6",
"@pnpm/lockfile-to-pnp": "workspace:0.4.42",
"@pnpm/lockfile-utils": "workspace:3.1.6",
"@pnpm/lockfile-to-pnp": "workspace:0.4.43",
"@pnpm/lockfile-utils": "workspace:3.2.0",
"@pnpm/lockfile-walker": "workspace:4.0.14",
"@pnpm/manifest-utils": "workspace:2.1.7",
"@pnpm/modules-cleaner": "workspace:11.0.20",
"@pnpm/modules-yaml": "workspace:9.0.11",
"@pnpm/modules-cleaner": "workspace:11.0.21",
"@pnpm/modules-yaml": "workspace:9.1.0",
"@pnpm/normalize-registries": "workspace:2.0.12",
"@pnpm/package-requester": "workspace:16.0.1",
"@pnpm/parse-overrides": "workspace:1.0.0",
Expand All @@ -42,7 +42,7 @@
"@pnpm/read-package-json": "workspace:5.0.10",
"@pnpm/read-project-manifest": "workspace:2.0.11",
"@pnpm/remove-bins": "workspace:2.0.12",
"@pnpm/resolve-dependencies": "workspace:23.0.3",
"@pnpm/resolve-dependencies": "workspace:23.0.4",
"@pnpm/resolver-base": "workspace:8.1.5",
"@pnpm/store-controller-types": "workspace:11.0.11",
"@pnpm/symlink-dependency": "workspace:4.0.12",
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.4.1",
"@pnpm/core": "workspace:2.5.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.1.8",
"@pnpm/prepare": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/dependencies-hierarchy/CHANGELOG.md
@@ -1,5 +1,14 @@
# dependencies-hierarchy

## 10.0.23

### Patch Changes

- Updated dependencies [cdc521cfa]
- Updated dependencies [cdc521cfa]
- @pnpm/modules-yaml@9.1.0
- @pnpm/lockfile-utils@3.2.0

## 10.0.22

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/dependencies-hierarchy/package.json
@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "10.0.22",
"version": "10.0.23",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy#readme",
"dependencies": {
"@pnpm/lockfile-file": "workspace:4.2.6",
"@pnpm/lockfile-utils": "workspace:3.1.6",
"@pnpm/modules-yaml": "workspace:9.0.11",
"@pnpm/lockfile-utils": "workspace:3.2.0",
"@pnpm/modules-yaml": "workspace:9.1.0",
"@pnpm/normalize-registries": "workspace:2.0.12",
"@pnpm/read-modules-dir": "workspace:3.0.1",
"@pnpm/read-package-json": "workspace:5.0.10",
Expand All @@ -48,7 +48,7 @@
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/logger": "^4.0.0",
"@types/normalize-path": "^3.0.0",
"dependencies-hierarchy": "workspace:10.0.22"
"dependencies-hierarchy": "workspace:10.0.23"
},
"funding": "https://opencollective.com/pnpm"
}
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.27.1",
"version": "6.27.2",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.27.1",
"@pnpm/linux-x64": "workspace:6.27.1",
"@pnpm/macos-arm64": "workspace:6.27.1",
"@pnpm/macos-x64": "workspace:6.27.1",
"@pnpm/win-x64": "workspace:6.27.1"
"@pnpm/linux-arm64": "workspace:6.27.2",
"@pnpm/linux-x64": "workspace:6.27.2",
"@pnpm/macos-arm64": "workspace:6.27.2",
"@pnpm/macos-x64": "workspace:6.27.2",
"@pnpm/win-x64": "workspace:6.27.2"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.27.1",
"@pnpm/exe": "workspace:6.27.2",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/filter-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/filter-lockfile

## 5.0.17

### Patch Changes

- Updated dependencies [cdc521cfa]
- @pnpm/lockfile-utils@3.2.0

## 5.0.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "5.0.16",
"version": "5.0.17",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@pnpm/logger": "^4.0.0"
},
"devDependencies": {
"@pnpm/filter-lockfile": "workspace:5.0.16",
"@pnpm/filter-lockfile": "workspace:5.0.17",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.27.39",
"tempy": "^1.0.0",
Expand All @@ -45,7 +45,7 @@
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/lockfile-types": "workspace:3.1.5",
"@pnpm/lockfile-utils": "workspace:3.1.6",
"@pnpm/lockfile-utils": "workspace:3.2.0",
"@pnpm/lockfile-walker": "workspace:4.0.14",
"@pnpm/package-is-installable": "workspace:5.0.11",
"@pnpm/types": "workspace:7.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/get-context/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/get-context

## 5.3.6

### Patch Changes

- Updated dependencies [cdc521cfa]
- @pnpm/modules-yaml@9.1.0
- @pnpm/read-projects-context@5.0.17

## 5.3.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/get-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "5.3.5",
"version": "5.3.6",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/get-context#readme",
"devDependencies": {
"@pnpm/get-context": "workspace:5.3.5",
"@pnpm/get-context": "workspace:5.3.6",
"@pnpm/logger": "^4.0.0",
"@types/is-ci": "^3.0.0",
"@types/ramda": "0.27.39"
Expand All @@ -42,8 +42,8 @@
"@pnpm/core-loggers": "workspace:6.1.3",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/lockfile-file": "workspace:4.2.6",
"@pnpm/modules-yaml": "workspace:9.0.11",
"@pnpm/read-projects-context": "workspace:5.0.16",
"@pnpm/modules-yaml": "workspace:9.1.0",
"@pnpm/read-projects-context": "workspace:5.0.17",
"@pnpm/types": "workspace:7.9.0",
"@zkochan/rimraf": "^2.1.1",
"is-ci": "^3.0.0",
Expand Down

0 comments on commit 1d013d7

Please sign in to comment.