Skip to content

Commit

Permalink
chore(release): 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 7, 2022
1 parent d0cc797 commit a080a4b
Show file tree
Hide file tree
Showing 82 changed files with 505 additions and 320 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-boxes-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-hairs-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-doors-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-tips-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-cows-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-carrots-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-zebras-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-buses-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-falcons-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-balloons-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-forks-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-pumpkins-rule.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": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:7.0.0"
"@pnpm/linux-arm64": "workspace:7.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:7.0.0"
"@pnpm/linux-x64": "workspace:7.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:7.0.0"
"@pnpm/macos-arm64": "workspace:7.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:7.0.0"
"@pnpm/macos-x64": "workspace:7.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:7.0.0"
"@pnpm/win-x64": "workspace:7.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/cafs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/cafs

## 4.0.2

### Patch Changes

- cadefe5b6: Track the number of integrity checks.

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cafs/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "4.0.1",
"version": "4.0.2",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:4.0.1",
"@pnpm/cafs": "workspace:4.0.2",
"@types/concat-stream": "^1.6.0",
"@types/node": "^14.17.32",
"@types/ssri": "^7.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/cli-utils

## 0.7.4

### Patch Changes

- Updated dependencies [3b98e43a9]
- @pnpm/default-reporter@9.0.4
- @pnpm/config@15.1.1

## 0.7.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.7.3",
"version": "0.7.4",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -28,14 +28,14 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/cli-utils#readme",
"devDependencies": {
"@pnpm/cli-utils": "workspace:0.7.3",
"@pnpm/cli-utils": "workspace:0.7.4",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.27.39"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:3.0.1",
"@pnpm/config": "workspace:15.1.1",
"@pnpm/default-reporter": "workspace:9.0.3",
"@pnpm/default-reporter": "workspace:9.0.4",
"@pnpm/error": "workspace:3.0.1",
"@pnpm/manifest-utils": "workspace:3.0.2",
"@pnpm/package-is-installable": "workspace:6.0.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,21 @@
# @pnpm/core

## 5.1.0

### Minor Changes

- 0075fcd23: The `install()` function accepts the `pruneDirectDependencies` option.

### Patch Changes

- cadefe5b6: Print a warning when the integrity of more than 1K files is checked in the CAFS.
- 315871260: Use Yarn's compatibility database to patch broken packages in the ecosystem with package extensions.
- Updated dependencies [0075fcd23]
- @pnpm/modules-cleaner@12.0.3
- @pnpm/package-requester@18.0.3
- @pnpm/headless@18.1.3
- @pnpm/link-bins@7.1.1

## 5.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "5.0.0",
"version": "5.1.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -23,7 +23,7 @@
"@pnpm/filter-lockfile": "workspace:6.0.2",
"@pnpm/get-context": "workspace:6.1.1",
"@pnpm/graph-sequencer": "1.0.0",
"@pnpm/headless": "workspace:18.1.2",
"@pnpm/headless": "workspace:18.1.3",
"@pnpm/hoist": "workspace:6.1.1",
"@pnpm/lifecycle": "workspace:13.0.2",
"@pnpm/link-bins": "workspace:7.1.1",
Expand All @@ -32,10 +32,10 @@
"@pnpm/lockfile-utils": "workspace:4.0.2",
"@pnpm/lockfile-walker": "workspace:5.0.2",
"@pnpm/manifest-utils": "workspace:3.0.2",
"@pnpm/modules-cleaner": "workspace:12.0.2",
"@pnpm/modules-cleaner": "workspace:12.0.3",
"@pnpm/modules-yaml": "workspace:10.0.1",
"@pnpm/normalize-registries": "workspace:3.0.1",
"@pnpm/package-requester": "workspace:18.0.2",
"@pnpm/package-requester": "workspace:18.0.3",
"@pnpm/parse-overrides": "workspace:2.0.1",
"@pnpm/parse-wanted-dependency": "workspace:3.0.0",
"@pnpm/prune-lockfile": "workspace:4.0.2",
Expand Down Expand Up @@ -68,11 +68,11 @@
"devDependencies": {
"@pnpm/assert-project": "workspace:*",
"@pnpm/assert-store": "workspace:*",
"@pnpm/cafs": "workspace:4.0.1",
"@pnpm/cafs": "workspace:4.0.2",
"@pnpm/client": "workspace:7.1.1",
"@pnpm/core": "workspace:5.0.0",
"@pnpm/core": "workspace:5.1.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/package-store": "workspace:13.0.2",
"@pnpm/package-store": "workspace:13.0.3",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.16.0",
"@pnpm/store-path": "workspace:6.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-cafs-store/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/create-cafs-store

## 1.0.1

### Patch Changes

- Updated dependencies [cadefe5b6]
- @pnpm/cafs@4.0.2

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-cafs-store/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/create-cafs-store",
"description": "Create a CAFS store controller",
"version": "1.0.0",
"version": "1.0.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
Expand All @@ -15,7 +15,7 @@
"@pnpm/logger": "^4.0.0"
},
"dependencies": {
"@pnpm/cafs": "workspace:4.0.1",
"@pnpm/cafs": "workspace:4.0.2",
"@pnpm/core-loggers": "workspace:7.0.1",
"@pnpm/fetcher-base": "workspace:12.0.1",
"@pnpm/store-controller-types": "workspace:13.0.1",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/create-cafs-store": "workspace:1.0.0",
"@pnpm/create-cafs-store": "workspace:1.0.1",
"@pnpm/prepare": "workspace:*"
},
"directories": {
Expand Down
7 changes: 7 additions & 0 deletions packages/default-reporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pnpm/default-reporter

## 9.0.4

### Patch Changes

- 3b98e43a9: Do not report request retry warnings when loglevel is set to `error` [#4669](https://github.com/pnpm/pnpm/issues/4669).
- @pnpm/config@15.1.1

## 9.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/default-reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "9.0.3",
"version": "9.0.4",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@pnpm/default-reporter": "workspace:9.0.3",
"@pnpm/default-reporter": "workspace:9.0.4",
"@pnpm/logger": "^4.0.0",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.27.39",
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": "7.0.0",
"version": "7.0.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"
Expand All @@ -11,14 +11,14 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"optionalDependencies": {
"@pnpm/linux-arm64": "workspace:7.0.0",
"@pnpm/linux-x64": "workspace:7.0.0",
"@pnpm/macos-arm64": "workspace:7.0.0",
"@pnpm/macos-x64": "workspace:7.0.0",
"@pnpm/win-x64": "workspace:7.0.0"
"@pnpm/linux-arm64": "workspace:7.0.1",
"@pnpm/linux-x64": "workspace:7.0.1",
"@pnpm/macos-arm64": "workspace:7.0.1",
"@pnpm/macos-x64": "workspace:7.0.1",
"@pnpm/win-x64": "workspace:7.0.1"
},
"devDependencies": {
"@pnpm/exe": "workspace:7.0.0",
"@pnpm/exe": "workspace:7.0.1",
"@zkochan/pkg": "0.0.0-2",
"execa": "npm:safe-execa@^0.1.1"
},
Expand Down

0 comments on commit a080a4b

Please sign in to comment.