Skip to content

Commit

Permalink
chore(release): 6.32.25
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 30, 2022
1 parent 1d3729d commit c2b1fd9
Show file tree
Hide file tree
Showing 57 changed files with 303 additions and 187 deletions.
6 changes: 0 additions & 6 deletions .changeset/healthy-masks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-sheep-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-icons-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-ways-tap.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "6.32.24",
"version": "6.32.25",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.24"
"@pnpm/linux-arm64": "workspace:6.32.25"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "6.32.24",
"version": "6.32.25",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:6.32.24"
"@pnpm/linux-x64": "workspace:6.32.25"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "6.32.24",
"version": "6.32.25",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:6.32.24"
"@pnpm/macos-arm64": "workspace:6.32.25"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "6.32.24",
"version": "6.32.25",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:6.32.24"
"@pnpm/macos-x64": "workspace:6.32.25"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "6.32.24",
"version": "6.32.25",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm6"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:6.32.24"
"@pnpm/win-x64": "workspace:6.32.25"
}
}
6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/client

## 6.1.8

### Patch Changes

- @pnpm/default-resolver@14.0.16

## 6.1.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "6.1.7",
"version": "6.1.8",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/client#readme",
"dependencies": {
"@pnpm/default-resolver": "workspace:14.0.15",
"@pnpm/default-resolver": "workspace:14.0.16",
"@pnpm/directory-fetcher": "workspace:1.0.9",
"@pnpm/fetch": "workspace:4.2.7",
"@pnpm/fetching-types": "workspace:2.2.1",
Expand All @@ -42,7 +42,7 @@
"mem": "^8.1.1"
},
"devDependencies": {
"@pnpm/client": "workspace:6.1.7",
"@pnpm/client": "workspace:6.1.8",
"@pnpm/logger": "^4.0.0"
},
"funding": "https://opencollective.com/pnpm"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -70,7 +70,7 @@
"@pnpm/assert-project": "workspace:*",
"@pnpm/assert-store": "workspace:*",
"@pnpm/cafs": "workspace:3.0.18",
"@pnpm/client": "workspace:6.1.7",
"@pnpm/client": "workspace:6.1.8",
"@pnpm/core": "workspace:2.9.9",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/default-resolver/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-resolver

## 14.0.16

### Patch Changes

- Updated dependencies [749ea1d23]
- @pnpm/git-resolver@5.2.0

## 14.0.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/default-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "14.0.15",
"version": "14.0.16",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,14 +33,14 @@
"dependencies": {
"@pnpm/error": "workspace:2.1.0",
"@pnpm/fetching-types": "workspace:2.2.1",
"@pnpm/git-resolver": "workspace:5.1.20",
"@pnpm/git-resolver": "workspace:5.2.0",
"@pnpm/local-resolver": "workspace:7.0.8",
"@pnpm/npm-resolver": "workspace:12.1.8",
"@pnpm/resolver-base": "workspace:8.1.6",
"@pnpm/tarball-resolver": "workspace:5.0.11"
},
"devDependencies": {
"@pnpm/default-resolver": "workspace:14.0.15",
"@pnpm/default-resolver": "workspace:14.0.16",
"@pnpm/fetch": "workspace:4.2.7",
"@pnpm/logger": "^4.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "6.32.24",
"version": "6.32.25",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:6.32.24",
"@pnpm/linux-x64": "workspace:6.32.24",
"@pnpm/macos-arm64": "workspace:6.32.24",
"@pnpm/macos-x64": "workspace:6.32.24",
"@pnpm/win-x64": "workspace:6.32.24"
"@pnpm/linux-arm64": "workspace:6.32.25",
"@pnpm/linux-x64": "workspace:6.32.25",
"@pnpm/macos-arm64": "workspace:6.32.25",
"@pnpm/macos-x64": "workspace:6.32.25",
"@pnpm/win-x64": "workspace:6.32.25"
},
"devDependencies": {
"@pnpm/exe": "workspace:6.32.24",
"@pnpm/exe": "workspace:6.32.25",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/find-workspace-dir/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/find-workspace-dir

## 3.0.3

### Patch Changes

- 1d3729dd0: Resolve native workspace path for case-insensitive file systems [#4904](https://github.com/pnpm/pnpm/issues/4904).

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/find-workspace-dir/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-dir",
"version": "3.0.2",
"version": "3.0.3",
"description": "Finds the root of a pnpm workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/find-workspace-dir": "workspace:3.0.2"
"@pnpm/find-workspace-dir": "workspace:3.0.3"
}
}
6 changes: 6 additions & 0 deletions packages/git-resolver/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/git-resolver

## 5.2.0

### Minor Changes

- 749ea1d23: Add `refs/` to git resolution prefixes

## 5.1.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/git-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-resolver",
"version": "5.1.20",
"version": "5.2.0",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@pnpm/git-resolver": "workspace:5.1.20",
"@pnpm/git-resolver": "workspace:5.2.0",
"@types/hosted-git-info": "^3.0.2",
"@types/is-windows": "^1.0.0",
"@types/semver": "^7.3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/client": "workspace:6.1.7",
"@pnpm/client": "workspace:6.1.8",
"@pnpm/headless": "workspace:17.3.16",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:12.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/make-dedicated-lockfile/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/make-dedicated-lockfile

## 0.2.28

### Patch Changes

- Updated dependencies [1d3729dd0]
- @pnpm/find-workspace-dir@3.0.3

## 0.2.27

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/make-dedicated-lockfile/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/make-dedicated-lockfile",
"version": "0.2.27",
"version": "0.2.28",
"description": "Creates a dedicated lockfile for a subset of workspace projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@pnpm/error": "workspace:2.1.0",
"@pnpm/exec": "^2.0.0",
"@pnpm/exportable-manifest": "workspace:2.3.2",
"@pnpm/find-workspace-dir": "workspace:3.0.2",
"@pnpm/find-workspace-dir": "workspace:3.0.3",
"@pnpm/lockfile-file": "workspace:4.3.1",
"@pnpm/logger": "^4.0.0",
"@pnpm/prune-lockfile": "workspace:3.0.17",
Expand All @@ -46,7 +46,7 @@
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/make-dedicated-lockfile": "workspace:0.2.27",
"@pnpm/make-dedicated-lockfile": "workspace:0.2.28",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.27.39"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/node.fetcher/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/node.fetcher

## 0.1.1

### Patch Changes

- eccac3182: `pnpm env use` should throw an error on a system that use the MUSL libc.
- @pnpm/package-store@12.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node.fetcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.fetcher",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node.js artifacts fetcher",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tempy": "^1.0.1"
},
"devDependencies": {
"@pnpm/node.fetcher": "workspace:0.1.0",
"@pnpm/node.fetcher": "workspace:0.1.1",
"@pnpm/prepare": "workspace:*",
"@types/adm-zip": "^0.4.34",
"node-fetch": "3.0.0-beta.9"
Expand Down
7 changes: 7 additions & 0 deletions packages/node.resolver/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/node.resolver

## 0.1.1

### Patch Changes

- Updated dependencies [eccac3182]
- @pnpm/node.fetcher@0.1.1

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/node.resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/node.resolver",
"version": "0.1.0",
"version": "0.1.1",
"description": "Resolves a Node.js version specifier to an exact Node.js version",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",
Expand Down Expand Up @@ -36,13 +36,13 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/node.resolver#readme",
"dependencies": {
"@pnpm/fetching-types": "workspace:2.2.1",
"@pnpm/node.fetcher": "workspace:0.1.0",
"@pnpm/node.fetcher": "workspace:0.1.1",
"semver": "^7.3.7",
"version-selector-type": "^3.0.0"
},
"devDependencies": {
"@pnpm/fetch": "workspace:4.2.7",
"@pnpm/node.resolver": "workspace:0.1.0",
"@pnpm/node.resolver": "workspace:0.1.1",
"@types/semver": "^7.3.9"
}
}

0 comments on commit c2b1fd9

Please sign in to comment.