Skip to content

Commit

Permalink
chore(release): 6.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 14, 2022
1 parent 6a324d2 commit fa25b10
Show file tree
Hide file tree
Showing 25 changed files with 144 additions and 100 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-ears-sleep.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-donuts-argue.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/slow-shrimps-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-owls-fix.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.30.1",
"version": "6.31.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.30.1"
"@pnpm/linux-arm64": "workspace:6.31.0"
}
}
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.30.1",
"version": "6.31.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.30.1"
"@pnpm/linux-x64": "workspace:6.31.0"
}
}
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.30.1",
"version": "6.31.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.30.1"
"@pnpm/macos-arm64": "workspace:6.31.0"
}
}
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.30.1",
"version": "6.31.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.30.1"
"@pnpm/macos-x64": "workspace:6.31.0"
}
}
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.30.1",
"version": "6.31.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.30.1"
"@pnpm/win-x64": "workspace:6.31.0"
}
}
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.30.1",
"version": "6.31.0",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.30.1",
"@pnpm/linux-x64": "workspace:6.30.1",
"@pnpm/macos-arm64": "workspace:6.30.1",
"@pnpm/macos-x64": "workspace:6.30.1",
"@pnpm/win-x64": "workspace:6.30.1"
"@pnpm/linux-arm64": "workspace:6.31.0",
"@pnpm/linux-x64": "workspace:6.31.0",
"@pnpm/macos-arm64": "workspace:6.31.0",
"@pnpm/macos-x64": "workspace:6.31.0",
"@pnpm/win-x64": "workspace:6.31.0"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.30.1",
"@pnpm/exe": "workspace:6.31.0",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/exportable-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/exportable-manifest

## 2.3.0

### Minor Changes

- e1b459008: Remove meaningless keys from `publishConfig` when the `pack` or `publish` commands are used [#4311](https://github.com/pnpm/pnpm/issues/4311)

## 2.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/exportable-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/exportable-manifest",
"version": "2.2.4",
"version": "2.3.0",
"description": "Creates an exportable manifest",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/exportable-manifest#readme",
"devDependencies": {
"@pnpm/exportable-manifest": "workspace:2.2.4",
"@pnpm/exportable-manifest": "workspace:2.3.0",
"@types/ramda": "0.27.39"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/make-dedicated-lockfile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pnpm/make-dedicated-lockfile

## 0.2.22

### Patch Changes

- Updated dependencies [e1b459008]
- @pnpm/exportable-manifest@2.3.0

## 0.2.21

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/make-dedicated-lockfile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.2.21",
"version": "0.2.22",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@pnpm/error": "workspace:2.0.0",
"@pnpm/exec": "^2.0.0",
"@pnpm/exportable-manifest": "workspace:2.2.4",
"@pnpm/exportable-manifest": "workspace:2.3.0",
"@pnpm/find-workspace-dir": "workspace:3.0.1",
"@pnpm/lockfile-file": "workspace:4.2.6",
"@pnpm/logger": "^4.0.0",
Expand All @@ -46,7 +46,7 @@
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/make-dedicated-lockfile": "workspace:0.2.21",
"@pnpm/make-dedicated-lockfile": "workspace:0.2.22",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.27.39"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-commands-installation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-installation

## 8.4.0

### Minor Changes

- e96fe4d9e: `pnpm uni` is an alias of `pnpm uninstall`.

## 8.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.9",
"version": "8.4.0",
"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.9",
"@pnpm/plugin-commands-installation": "workspace:8.4.0",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
"@pnpm/test-fixtures": "workspace:*",
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.9",
"@pnpm/plugin-commands-installation": "workspace:8.4.0",
"@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.9",
"@pnpm/plugin-commands-installation": "workspace:8.4.0",
"@pnpm/plugin-commands-outdated": "workspace:5.1.8",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-commands-publishing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-publishing

## 4.5.0

### Minor Changes

- e1b459008: Remove meaningless keys from `publishConfig` when the `pack` or `publish` commands are used [#4311](https://github.com/pnpm/pnpm/issues/4311)

### Patch Changes

- Updated dependencies [e1b459008]
- @pnpm/exportable-manifest@2.3.0

## 4.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-commands-publishing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "4.4.2",
"version": "4.5.0",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@pnpm/filter-workspace-packages": "workspace:4.4.20",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-publishing": "workspace:4.4.2",
"@pnpm/plugin-commands-publishing": "workspace:4.5.0",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
"@types/cross-spawn": "^6.0.2",
Expand All @@ -60,7 +60,7 @@
"@pnpm/client": "workspace:6.1.1",
"@pnpm/config": "workspace:13.13.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/exportable-manifest": "workspace:2.2.4",
"@pnpm/exportable-manifest": "workspace:2.3.0",
"@pnpm/lifecycle": "workspace:12.1.5",
"@pnpm/package-bins": "workspace:5.0.11",
"@pnpm/pick-registry-for-package": "workspace:2.0.10",
Expand Down
27 changes: 27 additions & 0 deletions packages/plugin-commands-script-runners/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @pnpm/plugin-commands-script-runners

## 4.6.0

### Minor Changes

- 8d3255515: Added `--shell-mode`/`-c` option support to `pnpm exec` [#4328](https://github.com/pnpm/pnpm/pull/4328)

- `--shell-mode`: shell interpreter. See: https://github.com/sindresorhus/execa/tree/484f28de7c35da5150155e7a523cbb20de161a4f#shell

Usage example:

```shell
pnpm -r --shell-mode exec -- echo \"\$PNPM_PACKAGE_NAME\"
pnpm -r -c exec -- echo \"\$PNPM_PACKAGE_NAME\"
```

```json
{
"scripts": {
"check": " pnpm -r --shell-mode exec -- echo \"\\$PNPM_PACKAGE_NAME\""
}
}
```

### Patch Changes

- cd4f9341e: The `pnpx`, `pnpm dlx`, `pnpm create`, and `pnpm exec` commands should set the `npm_config_user_agent` env variable [#3985](https://github.com/pnpm/pnpm/issues/3985).

## 4.5.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-commands-script-runners/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "4.5.18",
"version": "4.6.0",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@pnpm/filter-workspace-packages": "workspace:4.4.20",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-script-runners": "workspace:4.5.18",
"@pnpm/plugin-commands-script-runners": "workspace:4.6.0",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.12.1",
"@types/ramda": "0.27.39",
Expand Down
28 changes: 28 additions & 0 deletions packages/pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# pnpm

## 6.31.0

### Minor Changes

- Added `--shell-mode`/`-c` option support to `pnpm exec` [#4328](https://github.com/pnpm/pnpm/pull/4328)

- `--shell-mode`: shell interpreter. See: https://github.com/sindresorhus/execa/tree/484f28de7c35da5150155e7a523cbb20de161a4f#shell

Usage example:

```shell
pnpm -r --shell-mode exec -- echo \"\$PNPM_PACKAGE_NAME\"
pnpm -r -c exec -- echo \"\$PNPM_PACKAGE_NAME\"
```

```json
{
"scripts": {
"check": " pnpm -r --shell-mode exec -- echo \"\\$PNPM_PACKAGE_NAME\""
}
}
```

### Patch Changes

- Remove meaningless keys from `publishConfig` when the `pack` or `publish` commands are used [#4311](https://github.com/pnpm/pnpm/issues/4311)
- The `pnpx`, `pnpm dlx`, `pnpm create`, and `pnpm exec` commands should set the `npm_config_user_agent` env variable [#3985](https://github.com/pnpm/pnpm/issues/3985).

## 6.30.1

### Patch Changes
Expand Down

0 comments on commit fa25b10

Please sign in to comment.