Skip to content

Commit

Permalink
chore(release): 6.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 1, 2021
1 parent 3cf543f commit 4c175e5
Show file tree
Hide file tree
Showing 73 changed files with 486 additions and 247 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-moles-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-toys-talk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-bears-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-suits-float.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.23.3",
"version": "6.23.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.23.3",
"version": "6.23.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.23.3",
"version": "6.23.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.23.3",
"version": "6.23.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.23.3",
"version": "6.23.4",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/audit

## 2.1.15

### Patch Changes

- Updated dependencies [3cf543fc1]
- @pnpm/lockfile-utils@3.1.2

## 2.1.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "2.1.14",
"version": "2.1.15",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@pnpm/error": "workspace:2.0.0",
"@pnpm/fetch": "workspace:4.1.6",
"@pnpm/lockfile-types": "workspace:3.1.1",
"@pnpm/lockfile-utils": "workspace:3.1.1",
"@pnpm/lockfile-utils": "workspace:3.1.2",
"@pnpm/lockfile-walker": "workspace:4.0.10",
"@pnpm/types": "workspace:7.6.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 0.6.35

### Patch Changes

- Updated dependencies [8a99a01ff]
- @pnpm/config@13.6.0
- @pnpm/default-reporter@8.4.1

## 0.6.34

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.6.34",
"version": "0.6.35",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@pnpm/cli-meta": "workspace:2.0.0",
"@pnpm/config": "workspace:13.5.1",
"@pnpm/default-reporter": "workspace:8.4.0",
"@pnpm/config": "workspace:13.6.0",
"@pnpm/default-reporter": "workspace:8.4.1",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/manifest-utils": "workspace:2.1.2",
"@pnpm/package-is-installable": "workspace:5.0.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/config

## 13.6.0

### Minor Changes

- 8a99a01ff: Read the root project manifest and write it to the config object.

## 13.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "13.5.1",
"version": "13.6.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,22 @@
# @pnpm/core

## 2.0.0

### Major Changes

- 8a99a01ff: `packageExtensions`, `overrides`, and `neverBuiltDependencies` are passed through as options to the core API. These settings are not read from the root manifest's `package.json`.

### Patch Changes

- Updated dependencies [3cf543fc1]
- @pnpm/lockfile-utils@3.1.2
- @pnpm/resolve-dependencies@21.2.3
- @pnpm/filter-lockfile@5.0.12
- @pnpm/headless@16.3.3
- @pnpm/hoist@5.2.7
- @pnpm/lockfile-to-pnp@0.4.33
- @pnpm/modules-cleaner@11.0.16

## 1.3.2

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "1.3.2",
"version": "2.0.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -19,18 +19,18 @@
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core-loggers": "workspace:6.0.6",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/filter-lockfile": "workspace:5.0.11",
"@pnpm/filter-lockfile": "workspace:5.0.12",
"@pnpm/get-context": "workspace:5.2.1",
"@pnpm/headless": "workspace:16.3.2",
"@pnpm/hoist": "workspace:5.2.6",
"@pnpm/headless": "workspace:16.3.3",
"@pnpm/hoist": "workspace:5.2.7",
"@pnpm/lifecycle": "workspace:12.1.0",
"@pnpm/link-bins": "workspace:6.2.5",
"@pnpm/lockfile-file": "workspace:4.2.1",
"@pnpm/lockfile-to-pnp": "workspace:0.4.32",
"@pnpm/lockfile-utils": "workspace:3.1.1",
"@pnpm/lockfile-to-pnp": "workspace:0.4.33",
"@pnpm/lockfile-utils": "workspace:3.1.2",
"@pnpm/lockfile-walker": "workspace:4.0.10",
"@pnpm/manifest-utils": "workspace:2.1.2",
"@pnpm/modules-cleaner": "workspace:11.0.15",
"@pnpm/modules-cleaner": "workspace:11.0.16",
"@pnpm/modules-yaml": "workspace:9.0.6",
"@pnpm/normalize-registries": "workspace:2.0.7",
"@pnpm/package-requester": "workspace:15.2.3",
Expand All @@ -40,7 +40,7 @@
"@pnpm/read-package-json": "workspace:5.0.6",
"@pnpm/read-project-manifest": "workspace:2.0.7",
"@pnpm/remove-bins": "workspace:2.0.8",
"@pnpm/resolve-dependencies": "workspace:21.2.2",
"@pnpm/resolve-dependencies": "workspace:21.2.3",
"@pnpm/resolver-base": "workspace:8.1.1",
"@pnpm/store-controller-types": "workspace:11.0.7",
"@pnpm/symlink-dependency": "workspace:4.0.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/default-reporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 8.4.1

### Patch Changes

- Updated dependencies [8a99a01ff]
- @pnpm/config@13.6.0

## 8.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "8.4.0",
"version": "8.4.1",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"dependencies": {
"@pnpm/config": "workspace:13.5.1",
"@pnpm/config": "workspace:13.6.0",
"@pnpm/core-loggers": "workspace:6.0.6",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/types": "workspace:7.6.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/dependencies-hierarchy/CHANGELOG.md
@@ -1,5 +1,12 @@
# dependencies-hierarchy

## 10.0.15

### Patch Changes

- Updated dependencies [3cf543fc1]
- @pnpm/lockfile-utils@3.1.2

## 10.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dependencies-hierarchy/package.json
@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "10.0.14",
"version": "10.0.15",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy#readme",
"dependencies": {
"@pnpm/lockfile-file": "workspace:4.2.1",
"@pnpm/lockfile-utils": "workspace:3.1.1",
"@pnpm/lockfile-utils": "workspace:3.1.2",
"@pnpm/modules-yaml": "workspace:9.0.6",
"@pnpm/normalize-registries": "workspace:2.0.7",
"@pnpm/read-modules-dir": "workspace:3.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.23.3",
"version": "6.23.4",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,11 +11,11 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.23.3",
"@pnpm/linux-x64": "workspace:6.23.3",
"@pnpm/macos-arm64": "workspace:6.23.3",
"@pnpm/macos-x64": "workspace:6.23.3",
"@pnpm/win-x64": "workspace:6.23.3"
"@pnpm/linux-arm64": "workspace:6.23.4",
"@pnpm/linux-x64": "workspace:6.23.4",
"@pnpm/macos-arm64": "workspace:6.23.4",
"@pnpm/macos-x64": "workspace:6.23.4",
"@pnpm/win-x64": "workspace:6.23.4"
},
"devDependencies": {
"@zkochan/pkg": "0.0.0-2",
Expand Down
7 changes: 7 additions & 0 deletions packages/filter-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/filter-lockfile

## 5.0.12

### Patch Changes

- Updated dependencies [3cf543fc1]
- @pnpm/lockfile-utils@3.1.2

## 5.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/filter-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "5.0.11",
"version": "5.0.12",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/lockfile-types": "workspace:3.1.1",
"@pnpm/lockfile-utils": "workspace:3.1.1",
"@pnpm/lockfile-utils": "workspace:3.1.2",
"@pnpm/lockfile-walker": "workspace:4.0.10",
"@pnpm/package-is-installable": "workspace:5.0.7",
"@pnpm/types": "workspace:7.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages

## 4.4.7

### Patch Changes

- @pnpm/find-workspace-packages@3.1.27

## 4.4.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/filter-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "4.4.6",
"version": "4.4.7",
"description": "Filters packages in a workspace",
"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/filter-workspace-packages#readme",
"dependencies": {
"@pnpm/error": "workspace:2.0.0",
"@pnpm/find-workspace-packages": "workspace:3.1.26",
"@pnpm/find-workspace-packages": "workspace:3.1.27",
"@pnpm/matcher": "workspace:2.0.0",
"execa": "npm:safe-execa@^0.1.1",
"find-up": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/find-workspace-packages/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/find-workspace-packages

## 3.1.27

### Patch Changes

- @pnpm/cli-utils@0.6.35

## 3.1.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/find-workspace-packages/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "3.1.26",
"version": "3.1.27",
"description": "Finds packages inside a workspace",
"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/find-workspace-packages#readme",
"dependencies": {
"@pnpm/cli-utils": "workspace:0.6.34",
"@pnpm/cli-utils": "workspace:0.6.35",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/types": "workspace:7.6.0",
"find-packages": "workspace:8.0.7",
Expand Down

0 comments on commit 4c175e5

Please sign in to comment.