chore(release): release all packages except the CLI one

This commit is contained in:
Zoltan Kochan
2021-04-05 04:11:43 +03:00
parent 8b66f26dc1
commit e6859e2c24
232 changed files with 2758 additions and 1434 deletions

View File

@@ -1,5 +0,0 @@
---
"@pnpm/constants": major
---
Bump lockfile version to 5.3.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/link-bins": patch
---
Don't create a PowerShell command shim for pnpm commands.

View File

@@ -1,9 +0,0 @@
---
"pnpm": major
---
pnpx does not automatically install packages. A prompt asks the user if a package should be installed, if it is not present.
`pnpx --yes` tells pnpx to install any missing package.
`pnpx --no` makes pnpx fail if the called packages is not installed.

View File

@@ -1,96 +0,0 @@
---
"@pnpm/audit": major
"@pnpm/build-modules": major
"@pnpm/cafs": major
"@pnpm/cli-meta": major
"@pnpm/cli-utils": minor
"@pnpm/client": major
"@pnpm/command": major
"@pnpm/common-cli-options-help": minor
"@pnpm/config": major
"@pnpm/constants": major
"@pnpm/core-loggers": major
"@pnpm/default-reporter": major
"@pnpm/default-resolver": major
"dependencies-hierarchy": major
"dependency-path": major
"@pnpm/error": major
"@pnpm/exportable-manifest": major
"@pnpm/fetch": major
"@pnpm/fetcher-base": major
"@pnpm/fetching-types": major
"@pnpm/filter-lockfile": major
"@pnpm/filter-workspace-packages": major
"find-packages": major
"@pnpm/find-workspace-dir": major
"@pnpm/find-workspace-packages": major
"@pnpm/get-context": major
"@pnpm/git-fetcher": major
"@pnpm/git-resolver": major
"@pnpm/global-bin-dir": major
"@pnpm/headless": major
"@pnpm/hoist": major
"@pnpm/lifecycle": major
"@pnpm/link-bins": major
"@pnpm/list": major
"@pnpm/local-resolver": major
"@pnpm/lockfile-file": major
"@pnpm/lockfile-to-pnp": minor
"@pnpm/lockfile-types": major
"@pnpm/lockfile-utils": major
"@pnpm/lockfile-walker": major
"@pnpm/make-dedicated-lockfile": minor
"@pnpm/manifest-utils": major
"@pnpm/matcher": major
"@pnpm/merge-lockfile-changes": major
"@pnpm/modules-cleaner": major
"@pnpm/modules-yaml": major
"@pnpm/mount-modules": minor
"@pnpm/normalize-registries": major
"@pnpm/npm-registry-agent": major
"@pnpm/npm-resolver": major
"@pnpm/outdated": major
"@pnpm/package-bins": major
"@pnpm/package-is-installable": major
"@pnpm/package-requester": major
"@pnpm/package-store": major
"@pnpm/parse-cli-args": major
"@pnpm/parse-wanted-dependency": major
"@pnpm/pick-registry-for-package": major
"pkgs-graph": major
"@pnpm/plugin-commands-audit": major
"@pnpm/plugin-commands-import": major
"@pnpm/plugin-commands-installation": major
"@pnpm/plugin-commands-listing": major
"@pnpm/plugin-commands-outdated": major
"@pnpm/plugin-commands-publishing": major
"@pnpm/plugin-commands-rebuild": major
"@pnpm/plugin-commands-script-runners": major
"@pnpm/plugin-commands-server": major
"@pnpm/plugin-commands-store": major
"pnpm": major
"@pnpm/pnpmfile": minor
"@pnpm/prune-lockfile": major
"@pnpm/read-modules-dir": major
"@pnpm/read-package-json": major
"@pnpm/read-project-manifest": major
"@pnpm/read-projects-context": major
"@pnpm/remove-bins": major
"@pnpm/resolve-dependencies": major
"@pnpm/resolve-workspace-range": major
"@pnpm/resolver-base": major
"@pnpm/run-npm": major
"@pnpm/server": major
"@pnpm/sort-packages": major
"@pnpm/store-connection-manager": minor
"@pnpm/store-controller-types": major
"supi": minor
"@pnpm/symlink-dependency": major
"@pnpm/tarball-fetcher": major
"@pnpm/tarball-resolver": major
"@pnpm/types": major
"@pnpm/write-project-manifest": major
"@pnpm-private/updater": minor
---
Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/lockfile-types": minor
"@pnpm/resolve-dependencies": minor
---
Add new transitivePeerDependencies field to lockfile.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/core-loggers": minor
---
New logger added: `updateCheckLogger`.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-installation": minor
---
`pnpm prune` should remove the modules cache.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/config": minor
---
New setting added: `modules-cache-max-age`. The default value of the setting is 10080 (7 days in seconds). `modules-cache-max-age` is the time in minutes after which pnpm should remove the orphan packages from node_modules.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/lockfile-file": minor
---
The "resolution" field should always be the first key. This will reduce the number of issues during lockfile merges.

View File

@@ -1,9 +0,0 @@
---
"pnpm": minor
---
Check the registry for CLI updates once a day.
The time of the last update is saved in a new state file at `~/.pnpm-state.json`.
`update-notifier` is removed from the dependencies.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/headless": minor
---
New option added: `prunedAt`. `prunedAt` is the stringified UTC time of the last time the node_modules was cleared from orphan packages.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-listing": patch
---
Implement shorthands for "--dev" & "--prod" options of `why` command

View File

@@ -1,5 +0,0 @@
---
"@pnpm/lockfile-file": patch
---
Change order of keys in package snapshot.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/assert-project": minor
---
expose dir of project

View File

@@ -1,5 +0,0 @@
---
"supi": minor
---
New option added: `modulesCacheMaxAge`. The default value of the setting is 10080 (7 days in seconds). `modulesCacheMaxAge` is the time in minutes after which pnpm should remove the orphan packages from node_modules.

View File

@@ -1,5 +0,0 @@
---
"supi": minor
---
Overrides match dependencies by checking if the target range is a subset of the specified range, instead of making an exact match.

View File

@@ -1,5 +0,0 @@
---
"supi": patch
---
`pnpm.overrides` should work on direct dependencies as well.

View File

@@ -1,6 +0,0 @@
---
"pnpm": minor
"@pnpm/plugin-commands-installation": minor
---
add new command `pnpm fetch`

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-script-runners": major
---
Arbitrary pre/post hooks for user-defined scripts (such as `prestart`) are not executed automatically.

View File

@@ -1,6 +0,0 @@
---
"@pnpm/plugin-commands-installation": major
"@pnpm/pnpmfile": major
---
`pnpmfile.js` renamed to `.pnpmfile.cjs`.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/config": major
---
Remove `pnpm-prefix` setting support.

View File

@@ -1,9 +0,0 @@
---
"@pnpm/headless": major
"@pnpm/plugin-commands-script-runners": major
"@pnpm/lockfile-to-pnp": minor
"supi": minor
"@pnpm/mount-modules": patch
---
`.pnp.js` renamed to `.pnp.cjs` in order to force CommonJS.

View File

@@ -1,5 +0,0 @@
---
"dependency-path": patch
---
Don't use ":" in path to dependency.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-rebuild": patch
---
`prunedAt` is set for the modules meta file.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/lockfile-file": patch
---
Do not fail when `lockfileVersion` is a string.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/constants": major
---
Bump layout version to 5.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-installation": major
---
The default depth of an update is Infinity, not 0.

View File

@@ -1,6 +0,0 @@
---
"dependency-path": major
"pnpm": major
---
All packages inside the virtual store directory should be on the same depth. Instead of subdirectories, one directory is used with # instead of slashes.

View File

@@ -1,7 +0,0 @@
---
"@pnpm/lockfile-file": minor
---
Add blank lines to the lockfile between items.
The `resolution` object should be written in a single line.

View File

@@ -1,11 +0,0 @@
---
"@pnpm/cafs": patch
"@pnpm/local-resolver": patch
"@pnpm/npm-resolver": patch
"@pnpm/package-requester": patch
"@pnpm/package-store": patch
"@pnpm/plugin-commands-store": patch
"@pnpm/tarball-fetcher": patch
---
Update ssri.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/config": major
---
`globalDir` is never set. Only the `dir` option is set with the global directory location when the `--global` is used. The pnpm CLI should have access to the global dir, otherwise an exception is thrown.

View File

@@ -1,8 +0,0 @@
---
"@pnpm/get-context": patch
"@pnpm/plugin-commands-installation": patch
"@pnpm/plugin-commands-server": patch
"@pnpm/store-connection-manager": patch
---
Update dependencies.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/modules-yaml": major
---
New required option added to the modules meta object: `prunedAt`. `prunedAt` is the stringified UTC date when the virtual store was last cleared.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/plugin-commands-installation": major
---
The --global option should be used when linking from/to the global modules directory.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/modules-cleaner": minor
---
`prune()` accepts a new option: `pruneVirtualStore`. When `pruneVirtualStore` is `true`, any unreferenced packages are removed from the virtual store (from `node_modules/.pnpm`).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/headless": minor
"supi": minor
---
support fetch package without package manifest

View File

@@ -1,5 +0,0 @@
---
"@pnpm/lockfile-file": patch
---
Write engines, os, and cpu to single line.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/default-reporter": minor
---
Print a notification about newer version of the CLI.

View File

@@ -1,5 +0,0 @@
---
"supi": minor
---
Do not execute prepublish during installation.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/tarball-resolver": patch
---
The ID of a tarball dependency should not contain colons, when the URL has a port. The colon should be escaped with a plus sign.

View File

@@ -1,5 +0,0 @@
---
"@pnpm/headless": minor
---
New option added: `pruneVirtualStore`. When `true`, orphan packages should be removed from the virtual store.

View File

@@ -1,5 +1,22 @@
# @pnpm/audit
## 2.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- Updated dependencies [6871d74b2]
- @pnpm/error@2.0.0
- @pnpm/fetch@3.0.0
- @pnpm/lockfile-types@3.0.0
- @pnpm/lockfile-utils@3.0.0
- @pnpm/lockfile-walker@4.0.0
- @pnpm/types@7.0.0
## 1.1.24
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "1.1.24",
"version": "2.0.0",
"description": "Audit a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -29,17 +29,17 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/audit#readme",
"devDependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/lockfile-file": "workspace:3.2.1",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/lockfile-file": "workspace:4.0.0",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/fetch": "workspace:2.1.11",
"@pnpm/lockfile-types": "workspace:2.2.0",
"@pnpm/lockfile-utils": "workspace:2.0.22",
"@pnpm/lockfile-walker": "workspace:3.0.9",
"@pnpm/types": "workspace:6.4.0"
"@pnpm/error": "workspace:2.0.0",
"@pnpm/fetch": "workspace:3.0.0",
"@pnpm/lockfile-types": "workspace:3.0.0",
"@pnpm/lockfile-utils": "workspace:3.0.0",
"@pnpm/lockfile-walker": "workspace:4.0.0",
"@pnpm/types": "workspace:7.0.0"
},
"funding": "https://opencollective.com/pnpm"
}

View File

@@ -1,5 +1,26 @@
# @pnpm/build-modules
## 6.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [6871d74b2]
- Updated dependencies [06c6c9959]
- Updated dependencies [97b986fbc]
- Updated dependencies [90487a3a8]
- Updated dependencies [f2bb5cbeb]
- @pnpm/constants@5.0.0
- @pnpm/link-bins@6.0.0
- @pnpm/core-loggers@6.0.0
- @pnpm/lifecycle@10.0.0
- @pnpm/read-package-json@5.0.0
- @pnpm/store-controller-types@11.0.0
- @pnpm/types@7.0.0
## 5.2.12
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/build-modules",
"version": "5.2.12",
"version": "6.0.0",
"description": "Build packages in node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -29,13 +29,13 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/build-modules#readme",
"dependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/core-loggers": "workspace:5.0.3",
"@pnpm/lifecycle": "workspace:9.6.5",
"@pnpm/link-bins": "workspace:5.3.25",
"@pnpm/read-package-json": "workspace:4.0.0",
"@pnpm/store-controller-types": "workspace:10.0.0",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core-loggers": "workspace:6.0.0",
"@pnpm/lifecycle": "workspace:10.0.0",
"@pnpm/link-bins": "workspace:6.0.0",
"@pnpm/read-package-json": "workspace:5.0.0",
"@pnpm/store-controller-types": "workspace:11.0.0",
"@pnpm/types": "workspace:7.0.0",
"graph-sequencer": "2.0.0",
"ramda": "^0.27.1",
"run-groups": "^3.0.1"

View File

@@ -1,5 +1,18 @@
# @pnpm/cafs
## 3.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- 83645c8ed: Update ssri.
- Updated dependencies [97b986fbc]
- @pnpm/fetcher-base@10.0.0
- @pnpm/store-controller-types@11.0.0
## 2.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cafs",
"version": "2.1.0",
"version": "3.0.0",
"description": "A content-addressable filesystem for the packages storage",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -14,8 +14,8 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@pnpm/fetcher-base": "workspace:9.0.4",
"@pnpm/store-controller-types": "workspace:10.0.0",
"@pnpm/fetcher-base": "workspace:10.0.0",
"@pnpm/store-controller-types": "workspace:11.0.0",
"@zkochan/rimraf": "^2.0.0",
"concat-stream": "^2.0.0",
"decompress-maybe": "^1.0.0",

View File

@@ -1,5 +1,11 @@
# @pnpm/cli-meta
## 2.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
## 1.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-meta",
"version": "1.0.2",
"version": "2.0.0",
"description": "Reads the metainfo of the currently running pnpm instance",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -27,7 +27,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/cli-meta#readme",
"devDependencies": {
"@pnpm/types": "workspace:6.4.0"
"@pnpm/types": "workspace:7.0.0"
},
"dependencies": {
"load-json-file": "^6.2.0"

View File

@@ -1,5 +1,26 @@
# @pnpm/cli-utils
## 0.6.0
### Minor Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- Updated dependencies [78470a32d]
- Updated dependencies [aed712455]
- Updated dependencies [aed712455]
- Updated dependencies [90487a3a8]
- @pnpm/cli-meta@2.0.0
- @pnpm/config@12.0.0
- @pnpm/default-reporter@8.0.0
- @pnpm/error@2.0.0
- @pnpm/manifest-utils@2.0.0
- @pnpm/package-is-installable@5.0.0
- @pnpm/read-project-manifest@2.0.0
## 0.5.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "0.5.4",
"version": "0.6.0",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -28,17 +28,17 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/cli-utils#readme",
"devDependencies": {
"@pnpm/logger": "^4.0.0",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/types": "workspace:7.0.0",
"@types/ramda": "^0.27.35"
},
"dependencies": {
"@pnpm/cli-meta": "workspace:1.0.2",
"@pnpm/config": "workspace:11.14.2",
"@pnpm/default-reporter": "workspace:7.10.7",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/manifest-utils": "workspace:1.1.5",
"@pnpm/package-is-installable": "workspace:4.0.19",
"@pnpm/read-project-manifest": "workspace:1.1.7",
"@pnpm/cli-meta": "workspace:2.0.0",
"@pnpm/config": "workspace:12.0.0",
"@pnpm/default-reporter": "workspace:8.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/manifest-utils": "workspace:2.0.0",
"@pnpm/package-is-installable": "workspace:5.0.0",
"@pnpm/read-project-manifest": "workspace:2.0.0",
"chalk": "^4.1.0",
"load-json-file": "^6.2.0"
},

View File

@@ -1,5 +1,22 @@
# @pnpm/client
## 3.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- Updated dependencies [83645c8ed]
- @pnpm/default-resolver@12.0.0
- @pnpm/fetch@3.0.0
- @pnpm/fetching-types@2.0.0
- @pnpm/git-fetcher@4.0.0
- @pnpm/resolver-base@8.0.0
- @pnpm/tarball-fetcher@9.0.0
## 2.0.24
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/client",
"version": "2.0.24",
"version": "3.0.0",
"description": "Creates the package resolve and fetch functions",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -30,12 +30,12 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/client#readme",
"dependencies": {
"@pnpm/default-resolver": "workspace:11.0.20",
"@pnpm/fetch": "workspace:2.1.11",
"@pnpm/fetching-types": "workspace:1.0.0",
"@pnpm/git-fetcher": "workspace:3.0.13",
"@pnpm/resolver-base": "workspace:7.1.1",
"@pnpm/tarball-fetcher": "workspace:8.2.8",
"@pnpm/default-resolver": "workspace:12.0.0",
"@pnpm/fetch": "workspace:3.0.0",
"@pnpm/fetching-types": "workspace:2.0.0",
"@pnpm/git-fetcher": "workspace:4.0.0",
"@pnpm/resolver-base": "workspace:8.0.0",
"@pnpm/tarball-fetcher": "workspace:9.0.0",
"credentials-by-uri": "^2.0.0",
"mem": "^8.0.0"
},

View File

@@ -0,0 +1,6 @@
# @pnpm/command
## 2.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/command",
"version": "1.0.0",
"version": "2.0.0",
"description": "Types and utils for pnpm commands",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/common-cli-options-help
## 0.4.0
### Minor Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
## 0.3.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/common-cli-options-help",
"version": "0.3.1",
"version": "0.4.0",
"description": "Help for some common CLI options",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,5 +1,27 @@
# @pnpm/config
## 12.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
- aed712455: Remove `pnpm-prefix` setting support.
- aed712455: `globalDir` is never set. Only the `dir` option is set with the global directory location when the `--global` is used. The pnpm CLI should have access to the global dir, otherwise an exception is thrown.
### Minor Changes
- 78470a32d: New setting added: `modules-cache-max-age`. The default value of the setting is 10080 (7 days in seconds). `modules-cache-max-age` is the time in minutes after which pnpm should remove the orphan packages from node_modules.
### Patch Changes
- Updated dependencies [6871d74b2]
- Updated dependencies [97b986fbc]
- Updated dependencies [f2bb5cbeb]
- @pnpm/constants@5.0.0
- @pnpm/error@2.0.0
- @pnpm/global-bin-dir@2.0.0
- @pnpm/types@7.0.0
## 11.14.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "11.14.2",
"version": "12.0.0",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -30,10 +30,10 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme",
"dependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/global-bin-dir": "workspace:1.2.6",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/global-bin-dir": "workspace:2.0.0",
"@pnpm/types": "workspace:7.0.0",
"@zkochan/npm-conf": "2.0.2",
"camelcase": "^6.2.0",
"can-write-to-dir": "^1.1.1",
@@ -43,7 +43,7 @@
"which": "^2.0.2"
},
"devDependencies": {
"@pnpm/prepare": "workspace:0.0.18",
"@pnpm/prepare": "workspace:0.0.19",
"@types/ramda": "^0.27.35",
"@types/which": "^2.0.0",
"symlink-dir": "^4.2.0"

View File

@@ -1,5 +1,13 @@
# @pnpm/constants
## 5.0.0
### Major Changes
- 6871d74b2: Bump lockfile version to 5.3.
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
- f2bb5cbeb: Bump layout version to 5.
## 4.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/constants",
"version": "4.1.0",
"version": "5.0.0",
"description": "pnpm constants",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -14,6 +14,7 @@
"scripts": {
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants",

View File

@@ -1,5 +1,20 @@
# @pnpm/core-loggers
## 6.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Minor Changes
- 90487a3a8: New logger added: `updateCheckLogger`.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/types@7.0.0
## 5.0.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core-loggers",
"description": "Core loggers of pnpm",
"version": "5.0.3",
"version": "6.0.0",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
@@ -34,7 +34,7 @@
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"dependencies": {
"@pnpm/types": "workspace:6.4.0"
"@pnpm/types": "workspace:7.0.0"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers#readme",
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,5 +1,27 @@
# @pnpm/default-reporter
## 8.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Minor Changes
- 90487a3a8: Print a notification about newer version of the CLI.
### Patch Changes
- Updated dependencies [97b986fbc]
- Updated dependencies [90487a3a8]
- Updated dependencies [78470a32d]
- Updated dependencies [aed712455]
- Updated dependencies [aed712455]
- @pnpm/config@12.0.0
- @pnpm/core-loggers@6.0.0
- @pnpm/error@2.0.0
- @pnpm/types@7.0.0
## 7.10.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "7.10.7",
"version": "8.0.0",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -29,10 +29,10 @@
"url": "https://github.com/pnpm/pnpm/issues"
},
"dependencies": {
"@pnpm/config": "workspace:11.14.2",
"@pnpm/core-loggers": "workspace:5.0.3",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/config": "workspace:12.0.0",
"@pnpm/core-loggers": "workspace:6.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/types": "workspace:7.0.0",
"ansi-diff": "^1.1.1",
"boxen": "^5.0.0",
"chalk": "^4.1.0",

View File

@@ -1,5 +1,24 @@
# @pnpm/default-resolver
## 12.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- Updated dependencies [83645c8ed]
- Updated dependencies [992820161]
- @pnpm/error@2.0.0
- @pnpm/fetching-types@2.0.0
- @pnpm/git-resolver@5.0.0
- @pnpm/local-resolver@6.0.0
- @pnpm/npm-resolver@11.0.0
- @pnpm/resolver-base@8.0.0
- @pnpm/tarball-resolver@5.0.0
## 11.0.20
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-resolver",
"version": "11.0.20",
"version": "12.0.0",
"description": "pnpm's default package resolver",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -30,16 +30,16 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/default-resolver#readme",
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/fetching-types": "workspace:1.0.0",
"@pnpm/git-resolver": "workspace:4.1.12",
"@pnpm/local-resolver": "workspace:5.1.3",
"@pnpm/npm-resolver": "workspace:10.2.2",
"@pnpm/resolver-base": "workspace:7.1.1",
"@pnpm/tarball-resolver": "workspace:4.0.8"
"@pnpm/error": "workspace:2.0.0",
"@pnpm/fetching-types": "workspace:2.0.0",
"@pnpm/git-resolver": "workspace:5.0.0",
"@pnpm/local-resolver": "workspace:6.0.0",
"@pnpm/npm-resolver": "workspace:11.0.0",
"@pnpm/resolver-base": "workspace:8.0.0",
"@pnpm/tarball-resolver": "workspace:5.0.0"
},
"devDependencies": {
"@pnpm/fetch": "workspace:2.1.11",
"@pnpm/fetch": "workspace:3.0.0",
"@pnpm/logger": "^4.0.0"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,5 +1,31 @@
# dependencies-hierarchy
## 10.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- Updated dependencies [155e70597]
- Updated dependencies [9c2a878c3]
- Updated dependencies [e4efddbd2]
- Updated dependencies [8b66f26dc]
- Updated dependencies [f2bb5cbeb]
- Updated dependencies [f7750baed]
- Updated dependencies [78470a32d]
- Updated dependencies [9c2a878c3]
- dependency-path@6.0.0
- @pnpm/lockfile-file@4.0.0
- @pnpm/lockfile-utils@3.0.0
- @pnpm/modules-yaml@9.0.0
- @pnpm/normalize-registries@2.0.0
- @pnpm/read-modules-dir@3.0.0
- @pnpm/read-package-json@5.0.0
- @pnpm/types@7.0.0
## 9.0.19
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "dependencies-hierarchy",
"version": "9.0.19",
"version": "10.0.0",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -31,20 +31,20 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependencies-hierarchy#readme",
"dependencies": {
"@pnpm/lockfile-file": "workspace:3.2.1",
"@pnpm/lockfile-utils": "workspace:2.0.22",
"@pnpm/modules-yaml": "workspace:8.0.6",
"@pnpm/normalize-registries": "workspace:1.0.6",
"@pnpm/read-modules-dir": "workspace:2.0.3",
"@pnpm/read-package-json": "workspace:4.0.0",
"@pnpm/types": "workspace:6.4.0",
"dependency-path": "workspace:5.1.1",
"@pnpm/lockfile-file": "workspace:4.0.0",
"@pnpm/lockfile-utils": "workspace:3.0.0",
"@pnpm/modules-yaml": "workspace:9.0.0",
"@pnpm/normalize-registries": "workspace:2.0.0",
"@pnpm/read-modules-dir": "workspace:3.0.0",
"@pnpm/read-package-json": "workspace:5.0.0",
"@pnpm/types": "workspace:7.0.0",
"dependency-path": "workspace:6.0.0",
"normalize-path": "^3.0.0",
"realpath-missing": "^1.1.0",
"resolve-link-target": "^2.0.0"
},
"devDependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/logger": "^4.0.0",
"@types/normalize-path": "^3.0.0"
},

View File

@@ -1,5 +1,18 @@
# dependency-path
## 6.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
- f2bb5cbeb: All packages inside the virtual store directory should be on the same depth. Instead of subdirectories, one directory is used with # instead of slashes.
### Patch Changes
- e4efddbd2: Don't use ":" in path to dependency.
- Updated dependencies [97b986fbc]
- @pnpm/types@7.0.0
## 5.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "dependency-path",
"version": "5.1.1",
"version": "6.0.0",
"description": "Utilities for working with symlinked node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -30,7 +30,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path#readme",
"dependencies": {
"@pnpm/types": "workspace:6.4.0",
"@pnpm/types": "workspace:7.0.0",
"encode-registry": "^3.0.0",
"normalize-path": "^3.0.0",
"semver": "^7.3.4"

View File

@@ -1,5 +1,11 @@
# @pnpm/error
## 2.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
## 1.4.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/error",
"version": "1.4.0",
"version": "2.0.0",
"description": "An error class for pnpm errors",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,5 +1,18 @@
# @pnpm/exportable-manifest
## 2.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/error@2.0.0
- @pnpm/read-project-manifest@2.0.0
- @pnpm/types@7.0.0
## 1.2.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/exportable-manifest",
"version": "1.2.2",
"version": "2.0.0",
"description": "Creates an exportable manifest",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -31,9 +31,9 @@
"@types/ramda": "^0.27.35"
},
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/read-project-manifest": "workspace:1.1.7",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/read-project-manifest": "workspace:2.0.0",
"@pnpm/types": "workspace:7.0.0",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,5 +1,19 @@
# @pnpm/fetch
## 3.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- Updated dependencies [90487a3a8]
- @pnpm/core-loggers@6.0.0
- @pnpm/fetching-types@2.0.0
- @pnpm/npm-registry-agent@4.0.0
## 2.1.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/fetch",
"version": "2.1.11",
"version": "3.0.0",
"description": "node-fetch with retries",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -32,9 +32,9 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetch#readme",
"dependencies": {
"@pnpm/core-loggers": "workspace:5.0.3",
"@pnpm/fetching-types": "workspace:1.0.0",
"@pnpm/npm-registry-agent": "workspace:3.1.2",
"@pnpm/core-loggers": "workspace:6.0.0",
"@pnpm/fetching-types": "workspace:2.0.0",
"@pnpm/npm-registry-agent": "workspace:4.0.0",
"@zkochan/retry": "^0.2.0",
"node-fetch": "^2.6.1",
"node-fetch-unix": "2.3.0"

View File

@@ -1,5 +1,17 @@
# @pnpm/fetcher-base
## 10.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/resolver-base@8.0.0
- @pnpm/types@7.0.0
## 9.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/fetcher-base",
"version": "9.0.4",
"version": "10.0.0",
"description": "Types for pnpm-compatible fetchers",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetcher-base#readme",
"dependencies": {
"@pnpm/resolver-base": "workspace:7.1.1",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/resolver-base": "workspace:8.0.0",
"@pnpm/types": "workspace:7.0.0",
"@types/ssri": "^7.1.0"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,6 +1,13 @@
# @pnpm/fetching-types
## 2.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
## 1.0.0
### Major Changes
- 71aeb9a38: Initial version.

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/fetching-types",
"version": "1.0.0",
"version": "2.0.0",
"description": "Types for fetching",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -23,6 +23,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/fetching-types#readme",
"scripts": {
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"prepublishOnly": "pnpm run compile",
"test": "pnpm run compile"
},

View File

@@ -1,5 +1,28 @@
# @pnpm/filter-lockfile
## 5.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [6871d74b2]
- Updated dependencies [97b986fbc]
- Updated dependencies [6871d74b2]
- Updated dependencies [e4efddbd2]
- Updated dependencies [f2bb5cbeb]
- Updated dependencies [f2bb5cbeb]
- @pnpm/constants@5.0.0
- dependency-path@6.0.0
- @pnpm/error@2.0.0
- @pnpm/lockfile-types@3.0.0
- @pnpm/lockfile-utils@3.0.0
- @pnpm/lockfile-walker@4.0.0
- @pnpm/package-is-installable@5.0.0
- @pnpm/types@7.0.0
## 4.0.17
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "4.0.17",
"version": "5.0.0",
"description": "Filters a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -40,14 +40,14 @@
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/lockfile-types": "workspace:2.2.0",
"@pnpm/lockfile-utils": "workspace:2.0.22",
"@pnpm/lockfile-walker": "workspace:3.0.9",
"@pnpm/package-is-installable": "workspace:4.0.19",
"@pnpm/types": "workspace:6.4.0",
"dependency-path": "workspace:5.1.1",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/lockfile-types": "workspace:3.0.0",
"@pnpm/lockfile-utils": "workspace:3.0.0",
"@pnpm/lockfile-walker": "workspace:4.0.0",
"@pnpm/package-is-installable": "workspace:5.0.0",
"@pnpm/types": "workspace:7.0.0",
"dependency-path": "workspace:6.0.0",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,5 +1,19 @@
# @pnpm/filter-workspace-packages
## 3.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/error@2.0.0
- @pnpm/find-workspace-packages@3.0.0
- @pnpm/matcher@2.0.0
- pkgs-graph@6.0.0
## 2.3.14
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "2.3.14",
"version": "3.0.0",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -28,14 +28,14 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/filter-workspace-packages#readme",
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/find-workspace-packages": "workspace:2.3.42",
"@pnpm/matcher": "workspace:1.0.3",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/find-workspace-packages": "workspace:3.0.0",
"@pnpm/matcher": "workspace:2.0.0",
"execa": "^5.0.0",
"find-up": "^5.0.0",
"is-subdir": "^1.1.1",
"micromatch": "^4.0.2",
"pkgs-graph": "workspace:5.2.0",
"pkgs-graph": "workspace:6.0.0",
"ramda": "^0.27.1"
},
"devDependencies": {

View File

@@ -1,5 +1,17 @@
# find-packages
## 8.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/read-project-manifest@2.0.0
- @pnpm/types@7.0.0
## 7.0.24
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "find-packages",
"version": "7.0.24",
"version": "8.0.0",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [
@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages#readme",
"dependencies": {
"@pnpm/read-project-manifest": "workspace:1.1.7",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/read-project-manifest": "workspace:2.0.0",
"@pnpm/types": "workspace:7.0.0",
"fast-glob": "^3.2.4",
"p-filter": "^2.1.0"
},

View File

@@ -1,5 +1,16 @@
# @pnpm/find-workspace-dir
## 3.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/error@2.0.0
## 2.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-dir",
"version": "2.0.0",
"version": "3.0.0",
"description": "Finds the root of a pnpm workspace",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -27,7 +27,7 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-dir#readme",
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/error": "workspace:2.0.0",
"find-up": "^5.0.0"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,5 +1,21 @@
# @pnpm/find-workspace-packages
## 3.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [6871d74b2]
- Updated dependencies [97b986fbc]
- Updated dependencies [f2bb5cbeb]
- @pnpm/constants@5.0.0
- @pnpm/cli-utils@0.6.0
- find-packages@8.0.0
- @pnpm/types@7.0.0
## 2.3.42
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "2.3.42",
"version": "3.0.0",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -28,10 +28,10 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-workspace-packages#readme",
"dependencies": {
"@pnpm/cli-utils": "workspace:0.5.4",
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/types": "workspace:6.4.0",
"find-packages": "workspace:7.0.24",
"@pnpm/cli-utils": "workspace:0.6.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/types": "workspace:7.0.0",
"find-packages": "workspace:8.0.0",
"read-yaml-file": "^2.1.0"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,5 +1,32 @@
# @pnpm/get-context
## 5.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- 7adc6e875: Update dependencies.
- Updated dependencies [6871d74b2]
- Updated dependencies [97b986fbc]
- Updated dependencies [90487a3a8]
- Updated dependencies [155e70597]
- Updated dependencies [9c2a878c3]
- Updated dependencies [8b66f26dc]
- Updated dependencies [f2bb5cbeb]
- Updated dependencies [f7750baed]
- Updated dependencies [78470a32d]
- Updated dependencies [9c2a878c3]
- @pnpm/constants@5.0.0
- @pnpm/core-loggers@6.0.0
- @pnpm/error@2.0.0
- @pnpm/lockfile-file@4.0.0
- @pnpm/modules-yaml@9.0.0
- @pnpm/read-projects-context@5.0.0
- @pnpm/types@7.0.0
## 4.0.0
### Major Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/get-context",
"version": "4.0.0",
"version": "5.0.0",
"description": "Gets context information about a project",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -36,13 +36,13 @@
"@pnpm/logger": "^4.0.0"
},
"dependencies": {
"@pnpm/constants": "workspace:4.1.0",
"@pnpm/core-loggers": "workspace:5.0.3",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/lockfile-file": "workspace:3.2.1",
"@pnpm/modules-yaml": "workspace:8.0.6",
"@pnpm/read-projects-context": "workspace:4.0.16",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/constants": "workspace:5.0.0",
"@pnpm/core-loggers": "workspace:6.0.0",
"@pnpm/error": "workspace:2.0.0",
"@pnpm/lockfile-file": "workspace:4.0.0",
"@pnpm/modules-yaml": "workspace:9.0.0",
"@pnpm/read-projects-context": "workspace:5.0.0",
"@pnpm/types": "workspace:7.0.0",
"@zkochan/rimraf": "^2.0.0",
"is-ci": "^3.0.0",
"path-absolute": "^1.0.1",

View File

@@ -1,5 +1,16 @@
# @pnpm/git-fetcher
## 4.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/fetcher-base@10.0.0
## 3.0.13
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-fetcher",
"version": "3.0.13",
"version": "4.0.0",
"description": "A fetcher for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -29,14 +29,14 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/git-fetcher#readme",
"dependencies": {
"@pnpm/fetcher-base": "workspace:9.0.4",
"@pnpm/fetcher-base": "workspace:10.0.0",
"@zkochan/rimraf": "^2.0.0",
"execa": "^5.0.0",
"tempy": "^1.0.0"
},
"devDependencies": {
"@pnpm/cafs": "workspace:2.1.0",
"@pnpm/types": "workspace:6.4.0",
"@pnpm/cafs": "workspace:3.0.0",
"@pnpm/types": "workspace:7.0.0",
"p-defer": "^3.0.0"
},
"funding": "https://opencollective.com/pnpm"

View File

@@ -1,5 +1,17 @@
# @pnpm/git-resolver
## 5.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/fetch@3.0.0
- @pnpm/resolver-base@8.0.0
## 4.1.12
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/git-resolver",
"version": "4.1.12",
"version": "5.0.0",
"description": "Resolver for git-hosted packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -31,8 +31,8 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/git-resolver#readme",
"dependencies": {
"@pnpm/fetch": "workspace:2.1.11",
"@pnpm/resolver-base": "workspace:7.1.1",
"@pnpm/fetch": "workspace:3.0.0",
"@pnpm/resolver-base": "workspace:8.0.0",
"graceful-git": "^3.0.2",
"hosted-git-info": "^4.0.1",
"semver": "^7.3.4"

View File

@@ -1,5 +1,16 @@
# @pnpm/global-bin-dir
## 2.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
### Patch Changes
- Updated dependencies [97b986fbc]
- @pnpm/error@2.0.0
## 1.2.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/global-bin-dir",
"version": "1.2.6",
"version": "2.0.0",
"description": "Finds a directory that is in PATH and we have permission to write to i",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -29,7 +29,7 @@
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/global-bin-dir#readme",
"funding": "https://opencollective.com/pnpm",
"dependencies": {
"@pnpm/error": "workspace:1.4.0",
"@pnpm/error": "workspace:2.0.0",
"can-write-to-dir": "^1.1.1",
"path-name": "^1.0.0"
},

View File

@@ -1,5 +1,58 @@
# @pnpm/headless
## 16.0.0
### Major Changes
- 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
- 048c94871: `.pnp.js` renamed to `.pnp.cjs` in order to force CommonJS.
### Minor Changes
- 78470a32d: New option added: `prunedAt`. `prunedAt` is the stringified UTC time of the last time the node_modules was cleared from orphan packages.
- 735d2ac79: support fetch package without package manifest
- 78470a32d: New option added: `pruneVirtualStore`. When `true`, orphan packages should be removed from the virtual store.
### Patch Changes
- Updated dependencies [6871d74b2]
- Updated dependencies [06c6c9959]
- Updated dependencies [97b986fbc]
- Updated dependencies [90487a3a8]
- Updated dependencies [155e70597]
- Updated dependencies [9c2a878c3]
- Updated dependencies [048c94871]
- Updated dependencies [e4efddbd2]
- Updated dependencies [8b66f26dc]
- Updated dependencies [f2bb5cbeb]
- Updated dependencies [f2bb5cbeb]
- Updated dependencies [f7750baed]
- Updated dependencies [83645c8ed]
- Updated dependencies [78470a32d]
- Updated dependencies [78470a32d]
- Updated dependencies [9c2a878c3]
- @pnpm/constants@5.0.0
- @pnpm/link-bins@6.0.0
- @pnpm/build-modules@6.0.0
- @pnpm/core-loggers@6.0.0
- dependency-path@6.0.0
- @pnpm/error@2.0.0
- @pnpm/filter-lockfile@5.0.0
- @pnpm/hoist@5.0.0
- @pnpm/lifecycle@10.0.0
- @pnpm/lockfile-file@4.0.0
- @pnpm/lockfile-to-pnp@0.4.0
- @pnpm/lockfile-utils@3.0.0
- @pnpm/modules-cleaner@11.0.0
- @pnpm/modules-yaml@9.0.0
- @pnpm/package-is-installable@5.0.0
- @pnpm/package-requester@14.0.0
- @pnpm/read-package-json@5.0.0
- @pnpm/read-project-manifest@2.0.0
- @pnpm/store-controller-types@11.0.0
- @pnpm/symlink-dependency@4.0.0
- @pnpm/types@7.0.0
## 15.0.3
### Patch Changes

Some files were not shown because too many files have changed in this diff Show More