Skip to content

Commit

Permalink
chore(release): 7.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 5, 2023
1 parent 1fad508 commit 044cfe5
Show file tree
Hide file tree
Showing 65 changed files with 272 additions and 54 deletions.
9 changes: 0 additions & 9 deletions .changeset/clean-seals-boil.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-pandas-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-cups-fold.md

This file was deleted.

8 changes: 8 additions & 0 deletions cli/cli-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 1.0.21

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0
- @pnpm/default-reporter@11.0.21

## 1.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "1.0.20",
"version": "1.0.21",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions cli/default-reporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 11.0.21

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0

## 11.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "11.0.20",
"version": "11.0.21",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions config/config/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/config

## 16.3.0

### Minor Changes

- 1fad508b0: When the `resolve-peers-from-workspace-root` setting is set to `true`, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects [#5882](https://github.com/pnpm/pnpm/pull/5882).

### Patch Changes

- @pnpm/pnpmfile@4.0.19

## 16.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "16.2.2",
"version": "16.3.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions config/plugin-commands-config/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-config

## 1.0.3

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion config/plugin-commands-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions env/plugin-commands-env/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-env

## 3.1.15

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21

## 3.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "3.1.14",
"version": "3.1.15",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-rebuild

## 7.0.21

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21
- @pnpm/store-connection-manager@5.1.14
- @pnpm/find-workspace-packages@5.0.21

## 7.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "7.0.20",
"version": "7.0.21",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-script-runners

## 6.3.1

### Patch Changes

- 640f4666c: The help of the run command should list the `--resume-from` option.
- Updated dependencies [1fad508b0]
- @pnpm/plugin-commands-installation@11.2.0
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21

## 6.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-script-runners/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "6.3.0",
"version": "6.3.1",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions hooks/pnpmfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/pnpmfile

## 4.0.19

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/core@7.5.0

## 4.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/pnpmfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/pnpmfile",
"version": "4.0.18",
"version": "4.0.19",
"description": "Reading a .pnpmfile.cjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-audit

## 7.1.16

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21

## 7.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/plugin-commands-audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "7.1.15",
"version": "7.1.16",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/mount-modules/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/mount-modules

## 0.3.21

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0

## 0.3.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mount-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.3.20",
"version": "0.3.21",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-doctor/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-doctor

## 1.0.19

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21

## 1.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-doctor/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "1.0.18",
"version": "1.0.19",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-commands-init/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-init

## 2.0.21

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21

## 2.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-init/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "2.0.20",
"version": "2.0.21",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-patching

## 2.0.21

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/plugin-commands-installation@11.2.0
- @pnpm/config@16.3.0
- @pnpm/cli-utils@1.0.21
- @pnpm/store-connection-manager@5.1.14

## 2.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-patching/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "2.0.20",
"version": "2.0.21",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-setup/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-setup

## 3.0.21

### Patch Changes

- @pnpm/cli-utils@1.0.21

## 3.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-commands-setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "3.0.20",
"version": "3.0.21",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions pkg-manager/core/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/core

## 7.5.0

### Minor Changes

- 1fad508b0: When the `resolve-peers-from-workspace-root` setting is set to `true`, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects [#5882](https://github.com/pnpm/pnpm/pull/5882).

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/resolve-dependencies@29.1.0

## 7.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "7.4.1",
"version": "7.5.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
18 changes: 18 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,23 @@
# @pnpm/plugin-commands-installation

## 11.2.0

### Minor Changes

- 1fad508b0: When the `resolve-peers-from-workspace-root` setting is set to `true`, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects [#5882](https://github.com/pnpm/pnpm/pull/5882).

### Patch Changes

- Updated dependencies [1fad508b0]
- @pnpm/core@7.5.0
- @pnpm/config@16.3.0
- @pnpm/pnpmfile@4.0.19
- @pnpm/cli-utils@1.0.21
- @pnpm/plugin-commands-rebuild@7.0.21
- @pnpm/store-connection-manager@5.1.14
- @pnpm/find-workspace-packages@5.0.21
- @pnpm/filter-workspace-packages@6.0.21

## 11.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/plugin-commands-installation/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "11.1.7",
"version": "11.2.0",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 044cfe5

Please sign in to comment.