mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-19 14:20:36 -04:00
chore(release): 10.0.0-rc.3
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-publishing": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fixed the Regex used to find the package manifest during packing [#8938](https://github.com/pnpm/pnpm/pull/8938).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
`pnpm update --filter <pattern> --latest <pkg>` should only change the specified package for the specified workspace, when `dedupe-peer-dependents` is set to `true` [#8877](https://github.com/pnpm/pnpm/issues/8877).
|
||||
@@ -1,24 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": minor
|
||||
"@pnpm/workspace.state": minor
|
||||
"@pnpm/types": minor
|
||||
"@pnpm/deps.status": minor
|
||||
"pnpm": minor
|
||||
---
|
||||
|
||||
Added support for a new type of dependencies called "configurational dependencies". These dependencies are installed before all the other types of dependencies (before "dependencies", "devDependencies", "optionalDependencies").
|
||||
|
||||
Configurational dependencies cannot have dependencies of their own or lifecycle scripts. They should be added using exact version and the integrity checksum. Example:
|
||||
|
||||
```json
|
||||
{
|
||||
"pnpm": {
|
||||
"configDependencies": {
|
||||
"my-configs": "1.0.0+sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Related RFC: [#8](https://github.com/pnpm/rfcs/pull/8).
|
||||
Related PR: [#8915](https://github.com/pnpm/pnpm/pull/8915).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-patching": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Exclude `.DS_Store` file at `patch-commit` [#8922](https://github.com/pnpm/pnpm/issues/8922).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/resolve-dependencies": major
|
||||
"@pnpm/core": major
|
||||
---
|
||||
|
||||
The `updateToLatest` option is now part of projects/importers, instead of an option of the resolution/installation.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-patching": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fix a bug in which `pnpm patch` is unable to bring back old patch without specifying `@version` suffix [#8919](https://github.com/pnpm/pnpm/issues/8919).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/config": patch
|
||||
---
|
||||
|
||||
Update `@pnpm/npm-conf` to v3.
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm-private/updater
|
||||
|
||||
## 3.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.fs@1001.1.1
|
||||
|
||||
## 3.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm-private/updater",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 4.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
- @pnpm/modules-yaml@1000.1.1
|
||||
- @pnpm/assert-store@2.0.2
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-store
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store.cafs@1000.0.2
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-store",
|
||||
"description": "Utils for testing pnpm store",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/jest-config
|
||||
|
||||
## 1.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/worker@1000.0.3
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/jest-config",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"private": true,
|
||||
"main": "jest-preset.js",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 0.0.109
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/assert-project@4.0.2
|
||||
|
||||
## 0.0.108
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "0.0.108",
|
||||
"version": "0.0.109",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
9
cache/api/CHANGELOG.md
vendored
9
cache/api/CHANGELOG.md
vendored
@@ -1,5 +1,14 @@
|
||||
# @pnpm/cache.api
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/npm-resolver@1000.1.2
|
||||
- @pnpm/store.cafs@1000.0.2
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/api/package.json
vendored
2
cache/api/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.api",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"description": "API for controlling the cache",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
9
cache/commands/CHANGELOG.md
vendored
9
cache/commands/CHANGELOG.md
vendored
@@ -1,5 +1,14 @@
|
||||
# @pnpm/cache.commands
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-utils@1000.0.4
|
||||
- @pnpm/cache.api@1000.0.4
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
cache/commands/package.json
vendored
2
cache/commands/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cache.commands",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"description": "Commands for controlling the cache",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/cli-meta
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
|
||||
## 6.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-meta",
|
||||
"version": "1000.0.0",
|
||||
"version": "1000.0.1",
|
||||
"description": "Reads the metainfo of the currently running pnpm instance",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-meta@1000.0.1
|
||||
- @pnpm/default-reporter@1001.1.2
|
||||
- @pnpm/package-is-installable@1000.0.3
|
||||
- @pnpm/manifest-utils@1000.0.3
|
||||
- @pnpm/read-project-manifest@1000.0.2
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"description": "Utils for pnpm commands",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 1001.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-meta@1000.0.1
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/render-peer-issues@1000.0.2
|
||||
|
||||
## 1001.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "1001.1.1",
|
||||
"version": "1001.1.2",
|
||||
"description": "The default reporter of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-completion
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1000.0.4
|
||||
- @pnpm/workspace.find-packages@1000.0.4
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-completion",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"description": "Commands for shell completions",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 1002.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1f5169f: Update `@pnpm/npm-conf` to v3.
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/pnpmfile@1001.0.2
|
||||
- @pnpm/read-project-manifest@1000.0.2
|
||||
|
||||
## 1002.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "1002.1.0",
|
||||
"version": "1002.1.1",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/normalize-registries
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
|
||||
## 6.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/normalize-registries",
|
||||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
|
||||
"version": "1000.0.0",
|
||||
"version": "1000.0.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/package-is-installable
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/cli-meta@1000.0.1
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/env.system-node-version@1000.0.1
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/package-is-installable",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"description": "Checks if a package is installable on the current system",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/pick-registry-for-package
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
|
||||
## 6.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/pick-registry-for-package",
|
||||
"description": "Picks the right registry for the package from a registries config",
|
||||
"version": "1000.0.0",
|
||||
"version": "1000.0.1",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-utils@1000.0.4
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/dedupe.check
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
|
||||
## 1001.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/dedupe.check",
|
||||
"version": "1001.0.0",
|
||||
"version": "1001.0.1",
|
||||
"description": "Visualize pnpm dedupe --check issues.",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
|
||||
14
deps/graph-builder/CHANGELOG.md
vendored
14
deps/graph-builder/CHANGELOG.md
vendored
@@ -1,5 +1,19 @@
|
||||
# @pnpm/deps.graph-builder
|
||||
|
||||
## 1001.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/package-is-installable@1000.0.3
|
||||
- @pnpm/lockfile.fs@1001.1.1
|
||||
- @pnpm/lockfile.utils@1001.0.1
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/dependency-path@1000.0.1
|
||||
- @pnpm/modules-yaml@1000.1.1
|
||||
- @pnpm/store-controller-types@1000.1.1
|
||||
|
||||
## 1001.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/graph-builder/package.json
vendored
2
deps/graph-builder/package.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/deps.graph-builder",
|
||||
"description": "A package for building a dependency graph from a lockfile",
|
||||
"version": "1001.0.2",
|
||||
"version": "1001.0.3",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
36
deps/status/CHANGELOG.md
vendored
36
deps/status/CHANGELOG.md
vendored
@@ -1,5 +1,41 @@
|
||||
# @pnpm/deps.status
|
||||
|
||||
## 1001.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9591a18: Added support for a new type of dependencies called "configurational dependencies". These dependencies are installed before all the other types of dependencies (before "dependencies", "devDependencies", "optionalDependencies").
|
||||
|
||||
Configurational dependencies cannot have dependencies of their own or lifecycle scripts. They should be added using exact version and the integrity checksum. Example:
|
||||
|
||||
```json
|
||||
{
|
||||
"pnpm": {
|
||||
"configDependencies": {
|
||||
"my-configs": "1.0.0+sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Related RFC: [#8](https://github.com/pnpm/rfcs/pull/8).
|
||||
Related PR: [#8915](https://github.com/pnpm/pnpm/pull/8915).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/workspace.state@1001.1.0
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/pnpmfile@1001.0.2
|
||||
- @pnpm/lockfile.fs@1001.1.1
|
||||
- @pnpm/lockfile.verification@1001.0.3
|
||||
- @pnpm/get-context@1001.0.3
|
||||
- @pnpm/resolver-base@1000.1.1
|
||||
- @pnpm/workspace.find-packages@1000.0.4
|
||||
- @pnpm/lockfile.settings-checker@1001.0.1
|
||||
|
||||
## 1001.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/status/package.json
vendored
2
deps/status/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.status",
|
||||
"version": "1001.0.3",
|
||||
"version": "1001.1.0",
|
||||
"description": "Check dependencies status",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
9
env/node.fetcher/CHANGELOG.md
vendored
9
env/node.fetcher/CHANGELOG.md
vendored
@@ -1,5 +1,14 @@
|
||||
# @pnpm/node.fetcher
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetcher-base@1000.0.2
|
||||
- @pnpm/tarball-fetcher@1000.0.3
|
||||
- @pnpm/create-cafs-store@1000.0.3
|
||||
- @pnpm/pick-fetcher@1000.0.0
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.fetcher/package.json
vendored
2
env/node.fetcher/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.fetcher",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
6
env/node.resolver/CHANGELOG.md
vendored
6
env/node.resolver/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/node.fetcher@1000.0.3
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/node.resolver/package.json
vendored
2
env/node.resolver/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.resolver",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
15
env/plugin-commands-env/CHANGELOG.md
vendored
15
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,20 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-utils@1000.0.4
|
||||
- @pnpm/fetch@1000.1.2
|
||||
- @pnpm/remove-bins@1000.0.3
|
||||
- @pnpm/node.fetcher@1000.0.3
|
||||
- @pnpm/env.system-node-version@1000.0.1
|
||||
- @pnpm/node.resolver@1000.0.3
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/plugin-commands-env/package.json
vendored
2
env/plugin-commands-env/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-env",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
6
env/system-node-version/CHANGELOG.md
vendored
6
env/system-node-version/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/env.system-node-version
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-meta@1000.0.1
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
env/system-node-version/package.json
vendored
2
env/system-node-version/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/env.system-node-version",
|
||||
"version": "1000.0.0",
|
||||
"version": "1000.0.1",
|
||||
"description": "Detects the current system node version",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/build-modules
|
||||
|
||||
## 1000.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lifecycle@1001.0.2
|
||||
- @pnpm/calc-dep-state@1001.0.1
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/link-bins@1000.0.3
|
||||
- @pnpm/read-package-json@1000.0.2
|
||||
- @pnpm/store-controller-types@1000.1.1
|
||||
- @pnpm/worker@1000.0.3
|
||||
- @pnpm/fs.hard-link-dir@1000.0.0
|
||||
- @pnpm/patching.apply-patch@1000.0.1
|
||||
|
||||
## 1000.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/build-modules",
|
||||
"version": "1000.1.0",
|
||||
"version": "1000.1.1",
|
||||
"description": "Build packages in node_modules",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/lifecycle
|
||||
|
||||
## 1001.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/directory-fetcher@1000.0.2
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/link-bins@1000.0.3
|
||||
- @pnpm/read-package-json@1000.0.2
|
||||
- @pnpm/store-controller-types@1000.1.1
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lifecycle",
|
||||
"version": "1001.0.1",
|
||||
"version": "1001.0.2",
|
||||
"description": "Package lifecycle hook runner",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/exec.pkg-requires-build
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
|
||||
## 1.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exec.pkg-requires-build",
|
||||
"version": "1000.0.0",
|
||||
"version": "1000.0.1",
|
||||
"description": "Checks if a package requires to be built",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,32 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 1001.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-utils@1000.0.4
|
||||
- @pnpm/normalize-registries@1000.0.1
|
||||
- @pnpm/lifecycle@1001.0.2
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
- @pnpm/lockfile.utils@1001.0.1
|
||||
- @pnpm/lockfile.walker@1001.0.1
|
||||
- @pnpm/calc-dep-state@1001.0.1
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/dependency-path@1000.0.1
|
||||
- @pnpm/get-context@1001.0.3
|
||||
- @pnpm/link-bins@1000.0.3
|
||||
- @pnpm/modules-yaml@1000.1.1
|
||||
- @pnpm/store.cafs@1000.0.2
|
||||
- @pnpm/store-controller-types@1000.1.1
|
||||
- @pnpm/worker@1000.0.3
|
||||
- @pnpm/workspace.find-packages@1000.0.4
|
||||
- @pnpm/sort-packages@1000.0.1
|
||||
- @pnpm/store-connection-manager@1000.0.4
|
||||
|
||||
## 1001.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "1001.1.1",
|
||||
"version": "1001.1.2",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 1000.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [c7eefdd]
|
||||
- Updated dependencies [9591a18]
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/plugin-commands-installation@1001.2.0
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/deps.status@1001.1.0
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-utils@1000.0.4
|
||||
- @pnpm/pick-registry-for-package@1000.0.1
|
||||
- @pnpm/plugin-commands-env@1000.0.4
|
||||
- @pnpm/lifecycle@1001.0.2
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/client@1000.0.3
|
||||
- @pnpm/package-bins@1000.0.1
|
||||
- @pnpm/read-package-json@1000.0.2
|
||||
- @pnpm/read-project-manifest@1000.0.2
|
||||
- @pnpm/sort-packages@1000.0.1
|
||||
- @pnpm/crypto.hash@1000.0.0
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "1000.0.4",
|
||||
"version": "1000.0.5",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/prepare-package
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lifecycle@1001.0.2
|
||||
- @pnpm/read-package-json@1000.0.2
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare-package",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"description": "Prepares a Git-hosted package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/directory-fetcher
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/exec.pkg-requires-build@1000.0.1
|
||||
- @pnpm/fetcher-base@1000.0.2
|
||||
- @pnpm/read-project-manifest@1000.0.2
|
||||
- @pnpm/resolver-base@1000.1.1
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/directory-fetcher",
|
||||
"version": "1000.0.1",
|
||||
"version": "1000.0.2",
|
||||
"description": "A fetcher for local directory packages",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/fetcher-base
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/resolver-base@1000.1.1
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fetcher-base",
|
||||
"version": "1000.0.1",
|
||||
"version": "1000.0.2",
|
||||
"description": "Types for pnpm-compatible fetchers",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/git-fetcher
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare-package@1000.0.3
|
||||
- @pnpm/fetcher-base@1000.0.2
|
||||
- @pnpm/worker@1000.0.3
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-fetcher",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"description": "A fetcher for git-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/prepare-package@1000.0.3
|
||||
- @pnpm/fetcher-base@1000.0.2
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/worker@1000.0.3
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tarball-fetcher",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/fs.find-packages
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/read-project-manifest@1000.0.2
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fs.find-packages",
|
||||
"version": "1000.0.1",
|
||||
"version": "1000.0.2",
|
||||
"description": "Find all packages inside a directory",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/fs.indexed-pkg-importer
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/store-controller-types@1000.1.1
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/fs.indexed-pkg-importer",
|
||||
"description": "Replicates indexed directories using hard links, copies, or cloning",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/symlink-dependency
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/symlink-dependency",
|
||||
"description": "Symlink a dependency to node_modules",
|
||||
"version": "1000.0.1",
|
||||
"version": "1000.0.2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/pnpmfile
|
||||
|
||||
## 1001.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/hooks.types@1001.0.1
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
- @pnpm/core-loggers@1000.1.1
|
||||
- @pnpm/store-controller-types@1000.1.1
|
||||
- @pnpm/crypto.hash@1000.0.0
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pnpmfile",
|
||||
"version": "1001.0.1",
|
||||
"version": "1001.0.2",
|
||||
"description": "Reading a .pnpmfile.cjs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/hooks.read-package-hook
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
|
||||
## 1000.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/hooks.read-package-hook",
|
||||
"version": "1000.0.1",
|
||||
"version": "1000.0.2",
|
||||
"description": "Creates the default package reader hook used by pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/hooks.types
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
|
||||
## 1001.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/hooks.types",
|
||||
"version": "1001.0.0",
|
||||
"version": "1001.0.1",
|
||||
"description": "Types for hooks",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 1001.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.detect-dep-types@1001.0.1
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
- @pnpm/lockfile.utils@1001.0.1
|
||||
- @pnpm/lockfile.walker@1001.0.1
|
||||
- @pnpm/fetch@1000.1.2
|
||||
- @pnpm/read-project-manifest@1000.0.2
|
||||
- @pnpm/list@1000.0.4
|
||||
|
||||
## 1001.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/audit",
|
||||
"version": "1001.0.2",
|
||||
"version": "1001.0.3",
|
||||
"description": "Audit a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/lockfile.detect-dep-types
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
- @pnpm/dependency-path@1000.0.1
|
||||
|
||||
## 1001.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.detect-dep-types",
|
||||
"version": "1001.0.0",
|
||||
"version": "1001.0.1",
|
||||
"description": "Detect the types of dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/filter-lockfile
|
||||
|
||||
## 1001.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/package-is-installable@1000.0.3
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
- @pnpm/lockfile.utils@1001.0.1
|
||||
- @pnpm/lockfile.walker@1001.0.1
|
||||
- @pnpm/dependency-path@1000.0.1
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.filtering",
|
||||
"version": "1001.0.1",
|
||||
"version": "1001.0.2",
|
||||
"description": "Filters a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/lockfile-file
|
||||
|
||||
## 1001.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.merger@1001.0.1
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
- @pnpm/lockfile.utils@1001.0.1
|
||||
- @pnpm/dependency-path@1000.0.1
|
||||
|
||||
## 1001.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.fs",
|
||||
"version": "1001.1.0",
|
||||
"version": "1001.1.1",
|
||||
"description": "Read/write pnpm-lock.yaml files",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/lockfile-to-pnp
|
||||
|
||||
## 1001.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.fs@1001.1.1
|
||||
- @pnpm/lockfile.utils@1001.0.1
|
||||
- @pnpm/dependency-path@1000.0.1
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile-to-pnp",
|
||||
"version": "1001.0.1",
|
||||
"version": "1001.0.2",
|
||||
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/merge-lockfile-changes
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.types@1001.0.1
|
||||
|
||||
## 1001.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.merger",
|
||||
"version": "1001.0.0",
|
||||
"version": "1001.0.1",
|
||||
"description": "Merges lockfiles. Can automatically fix merge conflicts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 1001.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- Updated dependencies [1f5169f]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/config@1002.1.1
|
||||
- @pnpm/cli-utils@1000.0.4
|
||||
- @pnpm/audit@1001.0.3
|
||||
- @pnpm/lockfile.fs@1001.1.1
|
||||
- @pnpm/read-project-manifest@1000.0.2
|
||||
|
||||
## 1001.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "1001.0.3",
|
||||
"version": "1001.0.4",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/lockfile.preferred-versions
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [9591a18]
|
||||
- @pnpm/types@1000.1.0
|
||||
- @pnpm/lockfile.utils@1001.0.1
|
||||
- @pnpm/manifest-utils@1000.0.3
|
||||
- @pnpm/resolver-base@1000.1.1
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user