Skip to content

Commit

Permalink
chore(release): 9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 21, 2024
1 parent 6b6ca69 commit 63adcb5
Show file tree
Hide file tree
Showing 67 changed files with 261 additions and 64 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-pears-relax.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-adults-burn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-wasps-explain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-eyes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-houses-repeat.md

This file was deleted.

8 changes: 8 additions & 0 deletions .meta-updater/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm-private/updater

## 2.0.1

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion .meta-updater/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm-private/updater",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions deps/graph-builder/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/deps.graph-builder

## 1.0.2

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deps/graph-builder/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/deps.graph-builder",
"description": "A package for building a dependency graph from a lockfile",
"version": "1.0.1",
"version": "1.0.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
6 changes: 6 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-rebuild

## 11.0.4

### Patch Changes

- @pnpm/get-context@11.0.1

## 11.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "11.0.3",
"version": "11.0.4",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions exec/plugin-commands-script-runners/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/plugin-commands-script-runners

## 9.0.6

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.6

## 9.0.5

### 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.5",
"version": "9.0.6",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions hooks/read-package-hook/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/hooks.read-package-hook

## 4.0.1

### Patch Changes

- 04310be: Write overrides with `file:` scheme to lockfile as-is [#7858](https://github.com/pnpm/pnpm/issues/7858).

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion hooks/read-package-hook/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/hooks.read-package-hook",
"version": "4.0.0",
"version": "4.0.1",
"description": "Creates the default package reader hook used by pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions lockfile/audit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/audit

## 8.0.1

### Patch Changes

- @pnpm/list@10.0.1

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "8.0.0",
"version": "8.0.1",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/lockfile-file/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/lockfile-file

## 9.0.1

### Patch Changes

- 2cbf7b7: Lockfiles with local or git-hosted dependencies are now successfully converted to the new lockfile format [#7955](https://github.com/pnpm/pnpm/issues/7955).
- 6b6ca69: The lockfile should be saved in the new format even if it is up-to-date.

## 9.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-file/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-file",
"version": "9.0.0",
"version": "9.0.1",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/lockfile-to-pnp/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/lockfile-to-pnp

## 4.0.1

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/lockfile-to-pnp/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "4.0.0",
"version": "4.0.1",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-audit

## 10.0.3

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1
- @pnpm/audit@8.0.1

## 10.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lockfile/plugin-commands-audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "10.0.2",
"version": "10.0.3",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions modules-mounter/daemon/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/mount-modules

## 0.5.2

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules-mounter/daemon/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.5.1",
"version": "0.5.2",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/make-dedicated-lockfile/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/make-dedicated-lockfile

## 0.6.1

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/make-dedicated-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.6.0",
"version": "0.6.1",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions patching/plugin-commands-patching/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-patching

## 6.0.6

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1
- @pnpm/plugin-commands-installation@15.0.6

## 6.0.5

### 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.5",
"version": "6.0.6",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions pkg-manager/core/CHANGELOG.md
@@ -1,5 +1,22 @@
# @pnpm/core

## 14.0.6

### Patch Changes

- 6b6ca69: The lockfile should be saved in the new format even if it is up-to-date.
- Updated dependencies [2cbf7b7]
- Updated dependencies [abaf12e]
- Updated dependencies [e9530a8]
- Updated dependencies [6b6ca69]
- Updated dependencies [04310be]
- @pnpm/lockfile-file@9.0.1
- @pnpm/resolve-dependencies@32.0.4
- @pnpm/hooks.read-package-hook@4.0.1
- @pnpm/lockfile-to-pnp@4.0.1
- @pnpm/get-context@11.0.1
- @pnpm/headless@23.0.3

## 14.0.5

### 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.5",
"version": "14.0.6",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
9 changes: 9 additions & 0 deletions pkg-manager/get-context/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/get-context

## 11.0.1

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1
- @pnpm/read-projects-context@9.0.1

## 11.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/get-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "11.0.0",
"version": "11.0.1",
"description": "Gets context information about a project",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions pkg-manager/headless/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/headless

## 23.0.3

### Patch Changes

- Updated dependencies [2cbf7b7]
- Updated dependencies [6b6ca69]
- @pnpm/lockfile-file@9.0.1
- @pnpm/deps.graph-builder@1.0.2
- @pnpm/lockfile-to-pnp@4.0.1
- @pnpm/real-hoist@3.0.0

## 23.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/headless/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "23.0.2",
"version": "23.0.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
9 changes: 9 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-installation

## 15.0.6

### Patch Changes

- Updated dependencies [6b6ca69]
- @pnpm/core@14.0.6
- @pnpm/outdated@14.0.2
- @pnpm/plugin-commands-rebuild@11.0.4

## 15.0.5

### 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.5",
"version": "15.0.6",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 63adcb5

Please sign in to comment.