Skip to content

Commit

Permalink
chore(release): 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 28, 2022
1 parent 42c1ea1 commit ef7d414
Show file tree
Hide file tree
Showing 129 changed files with 1,102 additions and 630 deletions.
44 changes: 0 additions & 44 deletions .changeset/fresh-cycles-smell.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/gorgeous-falcons-turn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-grapes-roll.md

This file was deleted.

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

## 0.3.8

### Patch Changes

- Updated dependencies [5f643f23b]
- @pnpm/lockfile-file@5.1.3

## 0.3.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions .meta-updater/package.json
@@ -1,13 +1,13 @@
{
"name": "@pnpm-private/updater",
"version": "0.3.7",
"version": "0.3.8",
"private": true,
"type": "module",
"scripts": {
"compile": "tsc --build"
},
"dependencies": {
"@pnpm/lockfile-file": "workspace:5.1.2",
"@pnpm/lockfile-file": "workspace:5.1.3",
"@pnpm/types": "workspace:8.4.0",
"@types/normalize-path": "^3.0.0",
"is-subdir": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "7.4.0-4",
"version": "7.4.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-arm64": "workspace:7.4.0-4"
"@pnpm/linux-arm64": "workspace:7.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "7.4.0-4",
"version": "7.4.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/linux-x64": "workspace:7.4.0-4"
"@pnpm/linux-x64": "workspace:7.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "7.4.0-4",
"version": "7.4.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-arm64": "workspace:7.4.0-4"
"@pnpm/macos-arm64": "workspace:7.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "7.4.0-4",
"version": "7.4.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/macos-x64": "workspace:7.4.0-4"
"@pnpm/macos-x64": "workspace:7.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "7.4.0-4",
"version": "7.4.0",
"license": "MIT",
"publishConfig": {
"bin": {
Expand All @@ -23,6 +23,6 @@
"pnpm7"
],
"devDependencies": {
"@pnpm/win-x64": "workspace:7.4.0-4"
"@pnpm/win-x64": "workspace:7.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/audit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/audit

## 3.0.9

### Patch Changes

- Updated dependencies [5f643f23b]
- @pnpm/lockfile-utils@4.0.9
- @pnpm/lockfile-walker@5.0.9

## 3.0.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/audit/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "3.0.8",
"version": "3.0.9",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,17 +30,17 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/audit#readme",
"devDependencies": {
"@pnpm/audit": "workspace:3.0.8",
"@pnpm/audit": "workspace:3.0.9",
"@pnpm/constants": "workspace:6.1.0",
"@pnpm/lockfile-file": "workspace:5.1.2",
"@pnpm/lockfile-file": "workspace:5.1.3",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "workspace:3.0.1",
"@pnpm/fetch": "workspace:5.0.5",
"@pnpm/lockfile-types": "workspace:4.2.0",
"@pnpm/lockfile-utils": "workspace:4.0.8",
"@pnpm/lockfile-walker": "workspace:5.0.8",
"@pnpm/lockfile-utils": "workspace:4.0.9",
"@pnpm/lockfile-walker": "workspace:5.0.9",
"@pnpm/types": "workspace:8.4.0"
},
"funding": "https://opencollective.com/pnpm",
Expand Down
9 changes: 9 additions & 0 deletions packages/build-modules/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/build-modules

## 9.2.3

### Patch Changes

- 5f643f23b: Update ramda to v0.28.
- Updated dependencies [5f643f23b]
- @pnpm/link-bins@7.1.6
- @pnpm/lifecycle@13.1.2

## 9.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/build-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "9.2.2",
"version": "9.2.3",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@pnpm/core-loggers": "workspace:7.0.5",
"@pnpm/error": "workspace:3.0.1",
"@pnpm/graph-sequencer": "1.0.0",
"@pnpm/lifecycle": "workspace:13.1.1",
"@pnpm/link-bins": "workspace:7.1.5",
"@pnpm/lifecycle": "workspace:13.1.2",
"@pnpm/link-bins": "workspace:7.1.6",
"@pnpm/read-package-json": "workspace:6.0.6",
"@pnpm/store-controller-types": "workspace:14.0.1",
"@pnpm/types": "workspace:8.4.0",
Expand All @@ -48,7 +48,7 @@
"run-groups": "^3.0.1"
},
"devDependencies": {
"@pnpm/build-modules": "workspace:9.2.2",
"@pnpm/build-modules": "workspace:9.2.3",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.28.14"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/cli-utils/CHANGELOG.md
@@ -1,5 +1,14 @@
# @pnpm/cli-utils

## 0.7.17

### Patch Changes

- 5f643f23b: Update ramda to v0.28.
- Updated dependencies [5f643f23b]
- @pnpm/config@15.5.1
- @pnpm/default-reporter@9.1.7

## 0.7.16

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cli-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.7.16",
"version": "0.7.17",
"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.16",
"@pnpm/cli-utils": "workspace:0.7.17",
"@pnpm/logger": "^4.0.0",
"@types/ramda": "0.28.14"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:3.0.5",
"@pnpm/config": "workspace:15.5.0",
"@pnpm/default-reporter": "workspace:9.1.6",
"@pnpm/config": "workspace:15.5.1",
"@pnpm/default-reporter": "workspace:9.1.7",
"@pnpm/error": "workspace:3.0.1",
"@pnpm/manifest-utils": "workspace:3.0.6",
"@pnpm/package-is-installable": "workspace:6.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pnpm/client

## 7.1.8

### Patch Changes

- Updated dependencies [5f643f23b]
- @pnpm/directory-fetcher@3.0.7
- @pnpm/tarball-fetcher@10.0.8

## 7.1.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "7.1.7",
"version": "7.1.8",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -32,17 +32,17 @@
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/client#readme",
"dependencies": {
"@pnpm/default-resolver": "workspace:15.0.7",
"@pnpm/directory-fetcher": "workspace:3.0.6",
"@pnpm/directory-fetcher": "workspace:3.0.7",
"@pnpm/fetch": "workspace:5.0.5",
"@pnpm/fetching-types": "workspace:3.0.0",
"@pnpm/git-fetcher": "workspace:5.1.6",
"@pnpm/resolver-base": "workspace:9.0.5",
"@pnpm/tarball-fetcher": "workspace:10.0.7",
"@pnpm/tarball-fetcher": "workspace:10.0.8",
"credentials-by-uri": "^2.1.0",
"mem": "^8.0.0"
},
"devDependencies": {
"@pnpm/client": "workspace:7.1.7",
"@pnpm/client": "workspace:7.1.8",
"@pnpm/logger": "^4.0.0"
},
"funding": "https://opencollective.com/pnpm",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @pnpm/config

## 15.5.1

### Patch Changes

- 5f643f23b: Update ramda to v0.28.

## 15.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "15.5.0",
"version": "15.5.1",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"which": "^2.0.2"
},
"devDependencies": {
"@pnpm/config": "workspace:15.5.0",
"@pnpm/config": "workspace:15.5.1",
"@pnpm/prepare": "workspace:*",
"@types/ramda": "0.28.14",
"@types/which": "^2.0.0",
Expand Down

0 comments on commit ef7d414

Please sign in to comment.