Skip to content

Commit

Permalink
chore(release): 9.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 24, 2024
1 parent 8209342 commit 88f53d4
Show file tree
Hide file tree
Showing 74 changed files with 284 additions and 52 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-jeans-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-walls-report.md

This file was deleted.

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

## 2.0.2

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2

## 2.0.1

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

## 1.0.3

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2

## 1.0.2

### 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.2",
"version": "1.0.3",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions exec/plugin-commands-rebuild/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-rebuild

## 11.0.5

### Patch Changes

- @pnpm/get-context@11.0.2
- @pnpm/store-connection-manager@8.0.4

## 11.0.4

### 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.4",
"version": "11.0.5",
"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.7

### Patch Changes

- @pnpm/plugin-commands-installation@15.0.7

## 9.0.6

### 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.6",
"version": "9.0.7",
"description": "Commands for running scripts",
"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.2

### Patch Changes

- @pnpm/list@10.0.2

## 8.0.1

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

## 9.0.2

### Patch Changes

- c969f37: Lockfiles that have git-hosted dependencies specified should be correctly converted to the new lockfile format [#7990](https://github.com/pnpm/pnpm/issues/7990).
- Updated dependencies [c969f37]
- @pnpm/git-resolver@9.0.1

## 9.0.1

### Patch 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.1",
"version": "9.0.2",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions lockfile/lockfile-to-pnp/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/lockfile-to-pnp

## 4.0.2

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2

## 4.0.1

### Patch 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.1",
"version": "4.0.2",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lockfile/plugin-commands-audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-audit

## 10.0.4

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2
- @pnpm/audit@8.0.2

## 10.0.3

### 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.3",
"version": "10.0.4",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions modules-mounter/daemon/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/mount-modules

## 0.5.3

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2

## 0.5.2

### 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.2",
"version": "0.5.3",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/make-dedicated-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/make-dedicated-lockfile

## 0.6.2

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2

## 0.6.1

### Patch 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.1",
"version": "0.6.2",
"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.7

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2
- @pnpm/plugin-commands-installation@15.0.7
- @pnpm/store-connection-manager@8.0.4

## 6.0.6

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

## 11.0.2

### Patch Changes

- @pnpm/default-resolver@19.0.1

## 11.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "11.0.1",
"version": "11.0.2",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions pkg-manager/core/CHANGELOG.md
@@ -1,5 +1,17 @@
# @pnpm/core

## 14.0.7

### Patch Changes

- 8209342: Don't upgrade the lockfile format on `pnpm install --frozen-lockfile` [#7991](https://github.com/pnpm/pnpm/issues/7991).
- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2
- @pnpm/lockfile-to-pnp@4.0.2
- @pnpm/get-context@11.0.2
- @pnpm/headless@23.0.4
- @pnpm/package-requester@25.0.1

## 14.0.6

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

## 11.0.2

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2
- @pnpm/read-projects-context@9.0.2

## 11.0.1

### Patch 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.1",
"version": "11.0.2",
"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.4

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2
- @pnpm/deps.graph-builder@1.0.3
- @pnpm/lockfile-to-pnp@4.0.2
- @pnpm/real-hoist@3.0.0
- @pnpm/package-requester@25.0.1

## 23.0.3

### 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.3",
"version": "23.0.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand Down
11 changes: 11 additions & 0 deletions pkg-manager/plugin-commands-installation/CHANGELOG.md
@@ -1,5 +1,16 @@
# @pnpm/plugin-commands-installation

## 15.0.7

### Patch Changes

- Updated dependencies [8209342]
- @pnpm/core@14.0.7
- @pnpm/outdated@14.0.3
- @pnpm/plugin-commands-rebuild@11.0.5
- @pnpm/package-store@20.0.1
- @pnpm/store-connection-manager@8.0.4

## 15.0.6

### 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.6",
"version": "15.0.7",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions pkg-manager/read-projects-context/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/read-projects-context

## 9.0.2

### Patch Changes

- Updated dependencies [c969f37]
- @pnpm/lockfile-file@9.0.2

## 9.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/read-projects-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/read-projects-context",
"version": "9.0.1",
"version": "9.0.2",
"description": "Reads the current state of projects from modules manifest",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 88f53d4

Please sign in to comment.