Skip to content

Commit

Permalink
chore(release): 7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 28, 2022
1 parent d71dbf2 commit 33f95fc
Show file tree
Hide file tree
Showing 59 changed files with 240 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-coats-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-readers-drop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-panthers-agree.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.19

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/default-reporter@11.0.19

## 1.0.18

### 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.18",
"version": "1.0.19",
"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.19

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1

## 11.0.18

### 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.18",
"version": "11.0.19",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions config/config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/config

## 16.2.1

### Patch Changes

- d71dbf230: Only the `pnpm add --global <pkg>` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841).

## 16.2.0

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

## 1.0.1

### Patch Changes

- 83a627a25: The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841).
- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/cli-utils@1.0.19

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.13

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/cli-utils@1.0.19

## 3.1.12

### 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.12",
"version": "3.1.13",
"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.19

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/cli-utils@1.0.19
- @pnpm/store-connection-manager@5.1.12
- @pnpm/find-workspace-packages@5.0.19

## 7.0.18

### 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.18",
"version": "7.0.19",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-script-runners

## 6.2.0

### Minor Changes

- b3dfa3ba8: The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679).

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/plugin-commands-installation@11.1.6
- @pnpm/cli-utils@1.0.19

## 6.1.1

### Patch 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.1.1",
"version": "6.2.0",
"description": "Commands for running scripts",
"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.14

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/cli-utils@1.0.19

## 7.1.13

### 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.13",
"version": "7.1.14",
"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.19

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1

## 0.3.18

### 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.18",
"version": "0.3.19",
"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.17

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/cli-utils@1.0.19

## 1.0.16

### 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.16",
"version": "1.0.17",
"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.19

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/cli-utils@1.0.19

## 2.0.18

### 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.18",
"version": "2.0.19",
"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.19

### Patch Changes

- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/plugin-commands-installation@11.1.6
- @pnpm/cli-utils@1.0.19
- @pnpm/store-connection-manager@5.1.12

## 2.0.18

### 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.18",
"version": "2.0.19",
"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.19

### Patch Changes

- @pnpm/cli-utils@1.0.19

## 3.0.18

### 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.18",
"version": "3.0.19",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-installation

## 11.1.6

### Patch Changes

- d71dbf230: Only the `pnpm add --global <pkg>` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841).
- Updated dependencies [d71dbf230]
- @pnpm/config@16.2.1
- @pnpm/cli-utils@1.0.19
- @pnpm/plugin-commands-rebuild@7.0.19
- @pnpm/store-connection-manager@5.1.12
- @pnpm/find-workspace-packages@5.0.19
- @pnpm/filter-workspace-packages@6.0.19

## 11.1.5

### 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.5",
"version": "11.1.6",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions pnpm/CHANGELOG.md
@@ -1,5 +1,16 @@
# pnpm

## 7.21.0

### Minor Changes

- The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679).

### Patch Changes

- The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841).
- Only the `pnpm add --global <pkg>` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841).

## 7.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "7.20.0",
"version": "7.21.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.20.0",
"version": "7.21.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.20.0",
"version": "7.21.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.20.0",
"version": "7.21.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.20.0",
"version": "7.21.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down

0 comments on commit 33f95fc

Please sign in to comment.