Skip to content

Commit

Permalink
chore(release): 7.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 31, 2023
1 parent 5b56ef1 commit 26f4d59
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 63 deletions.
6 changes: 0 additions & 6 deletions .changeset/curvy-tips-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-spoons-report.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/fast-news-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-moons-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-trees-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-coats-fetch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sour-zebras-confess.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-candles-sleep.md

This file was deleted.

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

## 7.33.0

### Minor Changes

- Some settings influence the structure of the lockfile, so we cannot reuse the lockfile if those settings change. As a result, we need to store such settings in the lockfile. This way we will know with which settings the lockfile has been created.

A new field will now be present in the lockfile: `settings`. It will store the values of two settings: `autoInstallPeers` and `excludeLinksFromLockfile`. If someone tries to perform a `frozen-lockfile` installation and their active settings don't match the ones in the lockfile, then an error message will be thrown.

The lockfile format version is bumped from v6.0 to v6.1.

Related PR: [#6557](https://github.com/pnpm/pnpm/pull/6557)
Related issue: [#6312](https://github.com/pnpm/pnpm/issues/6312)

### Patch Changes

- When updating dependencies, preserve the range prefix in aliased dependencies. So `npm:foo@1.0.0` becomes `npm:foo@1.1.0`.
- Print a meaningful error when a project referenced by the `workspace:` protocol is not found in the workspace [#4477](https://github.com/pnpm/pnpm/issues/4477).
- Should respect ignore patterns in `updateConfig.ignoreDependencies` [#6548](https://github.com/pnpm/pnpm/issues/6548)

## 7.32.5

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

0 comments on commit 26f4d59

Please sign in to comment.