Skip to content

Commit

Permalink
chore(release): 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 16, 2024
1 parent 461d76a commit dd43b0f
Show file tree
Hide file tree
Showing 19 changed files with 54 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/khaki-coats-enjoy.md

This file was deleted.

6 changes: 6 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners

## 9.0.2

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.2

## 9.0.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": "9.0.1",
"version": "9.0.2",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-patching

## 6.0.2

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.2

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion patching/plugin-commands-patching/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "6.0.1",
"version": "6.0.2",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions pkg-manager/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/core

## 14.0.2

### Patch Changes

- 461d76a: `pnpm install --frozen-lockfile` should work with lockfiles generated by pnpm v8, if they don't need updates [#7934](https://github.com/pnpm/pnpm/issues/7934).

## 14.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "14.0.1",
"version": "14.0.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-installation

## 15.0.2

### Patch Changes

- Updated dependencies [461d76a]
- @pnpm/core@14.0.2

## 15.0.1

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

## 9.0.1

### Patch Changes

- `pnpm install --frozen-lockfile` should work with lockfiles generated by pnpm v8, if they don't need updates [#7934](https://github.com/pnpm/pnpm/issues/7934).

## 9.0.0

### Major Changes
Expand All @@ -9,6 +15,7 @@
If you still require Node.js 16, don't worry. We ship pnpm bundled with Node.js. This means that regardless of which Node.js version you've installed, pnpm will operate using the necessary Node.js runtime. For this to work you need to install pnpm either using the [standalone script](https://pnpm.io/installation#using-a-standalone-script) or install the `@pnpm/exe` package.

- Configuration updates:

- [`dedupe-injected-deps`](https://pnpm.io/npmrc#dedupe-injected-deps): enabled by default.
- [`link-workspace-packages`](https://pnpm.io/npmrc#link-workspace-packages): disabled by default. This means that by default, dependencies will be linked from workspace packages only when they are specified using the [workspace protocol](https://pnpm.io/workspaces#workspace-protocol-workspace).
- [`hoist-workspace-packages`](https://pnpm.io/npmrc#hoist-workspace-packages): enabled by default.
Expand All @@ -17,13 +24,15 @@
- pnpm will now check the `package.json` file for a `packageManager` field. If this field is present and specifies a different package manager or a different version of pnpm than the one you're currently using, pnpm will not proceed. This ensures that you're always using the correct package manager and version that the project requires.

- Lockfile changes:

- Lockfile v9 is adopted. This new format has changes for better readability, and better resistence to Git conflicts.
- Support for lockfile v5 is dropped. Use pnpm v8 to convert lockfile v5 to lockfile v6 [#7470](https://github.com/pnpm/pnpm/pull/7470).

- Dependency resolution changes:

- Correct resolution of peer dependencies that have their own peer dependencies.
Related issue: [#7444](https://github.com/pnpm/pnpm/issues/7444).
Related PR: [#7606](https://github.com/pnpm/pnpm/pull/7606).
Related issue: [#7444](https://github.com/pnpm/pnpm/issues/7444).
Related PR: [#7606](https://github.com/pnpm/pnpm/pull/7606).
- Optional peer dependencies may be resolved from any packages in the dependency graph [#7830](https://github.com/pnpm/pnpm/pull/7830).

- `pnpm licenses list` prints license information of all versions of the same package in case different versions use different licenses. The format of the `pnpm licenses list --json` output has been changed [#7528](https://github.com/pnpm/pnpm/pull/7528).
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": "9.0.0",
"version": "9.0.1",
"publishConfig": {
"tag": "next-9",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "9.0.0",
"version": "9.0.1",
"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": "9.0.0",
"version": "9.0.1",
"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": "9.0.0",
"version": "9.0.1",
"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": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "9.0.0",
"version": "9.0.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "9.0.0",
"version": "9.0.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down
6 changes: 6 additions & 0 deletions releasing/plugin-commands-deploy/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-deploy

## 5.0.2

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.2

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion releasing/plugin-commands-deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "5.0.1",
"version": "5.0.2",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down

0 comments on commit dd43b0f

Please sign in to comment.