Skip to content

Commit

Permalink
chore(release): 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Aug 31, 2023
1 parent 524e54f commit 6f9bcdb
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 11 deletions.
1 change: 0 additions & 1 deletion .changeset/eighty-squids-mate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"@pnpm/plugin-commands-installation": patch
"pnpm": patch
---

Set `skipIfHasSideEffectsCache` to `true` when calling rebuild, fixing side effect caching issue when lockfile isn't shared [#6890](https://github.com/pnpm/pnpm/issues/6890).
1 change: 0 additions & 1 deletion .changeset/soft-ears-mate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"@pnpm/plugin-commands-publishing": patch
"pnpm": patch
---

Reduce concurrency in the `pnpm -r publish` command [#6968](https://github.com/pnpm/pnpm/issues/6968).
1 change: 0 additions & 1 deletion .changeset/ten-ladybugs-sin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"@pnpm/lockfile-utils": patch
"@pnpm/fs.find-packages": patch
"@pnpm/lifecycle": patch
"pnpm": patch
---

Apply fixes from @typescript-eslint v6 for nullish coalescing and optional chains. No behavior changes are expected with this change.
1 change: 0 additions & 1 deletion .changeset/young-dryers-smash.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"@pnpm/plugin-commands-installation": minor
"pnpm": patch
---

Improve the `pnpm update --interactive` output. Dependencies are grouped by dependency types and a new column is added with links to the outdated package's docs [#6978](https://github.com/pnpm/pnpm/pull/6978).
9 changes: 9 additions & 0 deletions pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# pnpm

## 8.7.1

### Patch Changes

- Fixed an issue with extracting some old versions of tarballs [#6991](https://github.com/pnpm/pnpm/issues/6991).
- Side-effects cache will now be leveraged when running install in a workspace that uses dedicated lockfiles for each project [#6890](https://github.com/pnpm/pnpm/issues/6890).
- Reduce concurrency in the `pnpm -r publish` command [#6968](https://github.com/pnpm/pnpm/issues/6968).
- Improved the `pnpm update --interactive` output by grouping dependencies by type. Additionally, a new column has been added with links to the documentation for outdated packages [#6978](https://github.com/pnpm/pnpm/pull/6978).

## 8.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/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": "8.7.0",
"version": "8.7.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "8.7.0",
"version": "8.7.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "8.7.0",
"version": "8.7.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "8.7.0",
"version": "8.7.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "8.7.0",
"version": "8.7.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "8.7.0",
"version": "8.7.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "8.7.0",
"version": "8.7.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit 6f9bcdb

Please sign in to comment.