Skip to content

Commit

Permalink
chore(release): 8.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 30, 2023
1 parent 3dfaf33 commit b97ce54
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-terms-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-countries-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-penguins-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-feet-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-queens-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-meals-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-bobcats-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-spies-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-nails-divide.md

This file was deleted.

14 changes: 14 additions & 0 deletions pnpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# pnpm

## 8.6.11

### Patch Changes

- Change the install error message when a lockfile is wanted but absent to indicate the wanted lockfile is absent, not present. This now reflects the actual error [#6851](https://github.com/pnpm/pnpm/pull/6851).
- When dealing with a local dependency that is a path to a symlink, a new symlink should be created to the original symlink, not to the actual directory location.
- The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#6842](https://github.com/pnpm/pnpm/issues/6842).
- Don't print "added" stats, when installing with `--lockfile-only`.
- Installation of a git-hosted dependency should not fail if the `pnpm-lock.yaml` file of the installed dependency is not up-to-date [#6865](https://github.com/pnpm/pnpm/issues/6865).
- Don't ignore empty strings in params [#6594](https://github.com/pnpm/pnpm/issues/6594).
- Always set `dedupe-peer-dependents` to `false`, when running installation during deploy [#6858](https://github.com/pnpm/pnpm/issues/6858).
- When several containers use the same store simultaneously, there's a chance that multiple containers may create a temporary file at the same time. In such scenarios, pnpm could fail to rename the temporary file in one of the containers. This issue has been addressed: pnpm will no longer fail if the temporary file is absent but the destination file exists.
- Authorization token should be found in the configuration, when the requested URL is explicitly specified with a default port (443 on HTTPS or 80 on HTTP) [#6863](https://github.com/pnpm/pnpm/pull/6864).

## 8.6.10

### Patch 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.6.10",
"version": "8.6.11",
"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.6.10",
"version": "8.6.11",
"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.6.10",
"version": "8.6.11",
"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.6.10",
"version": "8.6.11",
"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.6.10",
"version": "8.6.11",
"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.6.10",
"version": "8.6.11",
"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.6.10",
"version": "8.6.11",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit b97ce54

Please sign in to comment.