mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-14 11:35:56 -04:00
Merge remote-tracking branch 'origin/v10'
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# @pnpm-private/updater
|
||||
|
||||
## 3.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
|
||||
## 3.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm-private/updater",
|
||||
"version": "3.0.7",
|
||||
"version": "3.0.8",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 4.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [d612dcf]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/assert-store@2.0.7
|
||||
|
||||
## 4.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "4.0.6",
|
||||
"version": "4.0.7",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-store
|
||||
|
||||
## 2.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store.cafs@1000.0.7
|
||||
|
||||
## 2.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-store",
|
||||
"description": "Utils for testing pnpm store",
|
||||
"version": "2.0.6",
|
||||
"version": "2.0.7",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/jest-config
|
||||
|
||||
## 1.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/worker@1000.1.1
|
||||
|
||||
## 1.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/jest-config",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"private": true,
|
||||
"main": "jest-preset.js",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 0.0.114
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/assert-project@4.0.7
|
||||
|
||||
## 0.0.113
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "0.0.113",
|
||||
"version": "0.0.114",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
10
cache/api/CHANGELOG.md
vendored
10
cache/api/CHANGELOG.md
vendored
@@ -1,5 +1,15 @@
|
||||
# @pnpm/cache.api
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/npm-resolver@1001.0.0
|
||||
- @pnpm/store.cafs@1000.0.7
|
||||
|
||||
## 1000.0.15
|
||||
|
||||
### 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.15",
|
||||
"version": "1000.0.16",
|
||||
"description": "API for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
9
cache/commands/CHANGELOG.md
vendored
9
cache/commands/CHANGELOG.md
vendored
@@ -1,5 +1,14 @@
|
||||
# @pnpm/cache.commands
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/cache.api@1000.0.16
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### 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.16",
|
||||
"version": "1000.0.17",
|
||||
"description": "Commands for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/default-reporter@1001.3.8
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "1000.0.16",
|
||||
"version": "1000.0.17",
|
||||
"description": "Utils for pnpm commands",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 1001.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
|
||||
## 1001.3.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "1001.3.7",
|
||||
"version": "1001.3.8",
|
||||
"description": "The default reporter of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-completion
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
- @pnpm/workspace.find-packages@1000.0.17
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-completion",
|
||||
"version": "1000.0.16",
|
||||
"version": "1000.0.17",
|
||||
"description": "Commands for shell completions",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 1002.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 936430a: Setting `workspace-concurrency` to less than or equal to 0 should work [#9297](https://github.com/pnpm/pnpm/issues/9297).
|
||||
- @pnpm/pnpmfile@1001.0.8
|
||||
|
||||
## 1002.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "1002.5.3",
|
||||
"version": "1002.5.4",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "1000.0.16",
|
||||
"version": "1000.0.17",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
11
deps/graph-builder/CHANGELOG.md
vendored
11
deps/graph-builder/CHANGELOG.md
vendored
@@ -1,5 +1,16 @@
|
||||
# @pnpm/deps.graph-builder
|
||||
|
||||
## 1001.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [d612dcf]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
|
||||
## 1001.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/graph-builder/package.json
vendored
2
deps/graph-builder/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.graph-builder",
|
||||
"version": "1001.0.9",
|
||||
"version": "1001.0.10",
|
||||
"description": "A package for building a dependency graph from a lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
16
deps/status/CHANGELOG.md
vendored
16
deps/status/CHANGELOG.md
vendored
@@ -1,5 +1,21 @@
|
||||
# @pnpm/deps.status
|
||||
|
||||
## 1002.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/get-context@1001.0.9
|
||||
- @pnpm/workspace.state@1001.1.13
|
||||
- @pnpm/lockfile.verification@1001.1.2
|
||||
- @pnpm/workspace.find-packages@1000.0.17
|
||||
- @pnpm/pnpmfile@1001.0.8
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
- @pnpm/lockfile.settings-checker@1001.0.5
|
||||
|
||||
## 1002.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/status/package.json
vendored
2
deps/status/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.status",
|
||||
"version": "1002.0.6",
|
||||
"version": "1002.0.7",
|
||||
"description": "Check dependencies status",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
9
env/node.fetcher/CHANGELOG.md
vendored
9
env/node.fetcher/CHANGELOG.md
vendored
@@ -1,5 +1,14 @@
|
||||
# @pnpm/node.fetcher
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetcher-base@1000.0.6
|
||||
- @pnpm/pick-fetcher@1000.0.0
|
||||
- @pnpm/tarball-fetcher@1001.0.1
|
||||
- @pnpm/create-cafs-store@1000.0.8
|
||||
|
||||
## 1000.0.10
|
||||
|
||||
### 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.10",
|
||||
"version": "1000.0.11",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
6
env/node.resolver/CHANGELOG.md
vendored
6
env/node.resolver/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/node.fetcher@1000.0.11
|
||||
|
||||
## 1000.0.10
|
||||
|
||||
### 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.10",
|
||||
"version": "1000.0.11",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
10
env/plugin-commands-env/CHANGELOG.md
vendored
10
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 1000.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
- @pnpm/node.fetcher@1000.0.11
|
||||
- @pnpm/node.resolver@1000.0.11
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### 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.17",
|
||||
"version": "1000.0.18",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/exec.build-commands
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d612dcf: Remove warnings after having explicitly approved no builds [#9296](https://github.com/pnpm/pnpm/issues/9296).
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [936430a]
|
||||
- Updated dependencies [d612dcf]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/plugin-commands-rebuild@1002.0.7
|
||||
|
||||
## 1001.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exec.build-commands",
|
||||
"version": "1001.0.6",
|
||||
"version": "1001.0.7",
|
||||
"description": "Commands for managing dependency builds",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/build-modules
|
||||
|
||||
## 1000.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
- @pnpm/lifecycle@1001.0.8
|
||||
- @pnpm/calc-dep-state@1001.0.8
|
||||
- @pnpm/fs.hard-link-dir@1000.0.0
|
||||
- @pnpm/patching.apply-patch@1000.0.3
|
||||
- @pnpm/worker@1000.1.1
|
||||
|
||||
## 1000.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/build-modules",
|
||||
"version": "1000.2.9",
|
||||
"version": "1000.2.10",
|
||||
"description": "Build packages in node_modules",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/lifecycle
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/directory-fetcher@1000.1.2
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lifecycle",
|
||||
"version": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "Package lifecycle hook runner",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 1002.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [936430a]
|
||||
- Updated dependencies [d612dcf]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/get-context@1001.0.9
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
- @pnpm/store-connection-manager@1000.0.17
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
- @pnpm/workspace.find-packages@1000.0.17
|
||||
- @pnpm/lifecycle@1001.0.8
|
||||
- @pnpm/store.cafs@1000.0.7
|
||||
- @pnpm/calc-dep-state@1001.0.8
|
||||
- @pnpm/worker@1000.1.1
|
||||
|
||||
## 1002.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "1002.0.6",
|
||||
"version": "1002.0.7",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 1000.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/plugin-commands-installation@1002.2.2
|
||||
- @pnpm/workspace.injected-deps-syncer@1000.0.3
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
- @pnpm/deps.status@1002.0.7
|
||||
- @pnpm/plugin-commands-env@1000.0.18
|
||||
- @pnpm/client@1000.0.12
|
||||
- @pnpm/lifecycle@1001.0.8
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
|
||||
## 1000.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "1000.2.6",
|
||||
"version": "1000.2.7",
|
||||
"description": "Commands for running scripts",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/prepare-package
|
||||
|
||||
## 1000.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lifecycle@1001.0.8
|
||||
|
||||
## 1000.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare-package",
|
||||
"version": "1000.0.8",
|
||||
"version": "1000.0.9",
|
||||
"description": "Prepares a Git-hosted package",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/directory-fetcher
|
||||
|
||||
## 1000.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/fetcher-base@1000.0.6
|
||||
|
||||
## 1000.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/directory-fetcher",
|
||||
"version": "1000.1.1",
|
||||
"version": "1000.1.2",
|
||||
"description": "A fetcher for local directory packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/fetcher-base
|
||||
|
||||
## 1000.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
|
||||
## 1000.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fetcher-base",
|
||||
"version": "1000.0.5",
|
||||
"version": "1000.0.6",
|
||||
"description": "Types for pnpm-compatible fetchers",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/git-fetcher
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetcher-base@1000.0.6
|
||||
- @pnpm/prepare-package@1000.0.9
|
||||
- @pnpm/worker@1000.1.1
|
||||
|
||||
## 1001.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-fetcher",
|
||||
"version": "1001.0.0",
|
||||
"version": "1001.0.1",
|
||||
"description": "A fetcher for git-hosted packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetcher-base@1000.0.6
|
||||
- @pnpm/prepare-package@1000.0.9
|
||||
- @pnpm/worker@1000.1.1
|
||||
|
||||
## 1001.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tarball-fetcher",
|
||||
"version": "1001.0.0",
|
||||
"version": "1001.0.1",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/fs.indexed-pkg-importer
|
||||
|
||||
## 1000.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
|
||||
## 1000.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fs.indexed-pkg-importer",
|
||||
"version": "1000.1.1",
|
||||
"version": "1000.1.2",
|
||||
"description": "Replicates indexed directories using hard links, copies, or cloning",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/pnpmfile
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pnpmfile",
|
||||
"version": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "Reading a .pnpmfile.cjs",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 1001.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/list@1000.0.12
|
||||
|
||||
## 1001.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/audit",
|
||||
"version": "1001.0.10",
|
||||
"version": "1001.0.11",
|
||||
"description": "Audit a lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/filter-lockfile
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
|
||||
## 1001.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.filtering",
|
||||
"version": "1001.0.6",
|
||||
"version": "1001.0.7",
|
||||
"description": "Filters a lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/lockfile-file
|
||||
|
||||
## 1001.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
|
||||
## 1001.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.fs",
|
||||
"version": "1001.1.6",
|
||||
"version": "1001.1.7",
|
||||
"description": "Read/write pnpm-lock.yaml files",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/lockfile-to-pnp
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile-to-pnp",
|
||||
"version": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 1001.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
- @pnpm/audit@1001.0.11
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
|
||||
## 1001.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "1001.0.16",
|
||||
"version": "1001.0.17",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/lockfile.preferred-versions
|
||||
|
||||
## 1000.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
|
||||
## 1000.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.preferred-versions",
|
||||
"version": "1000.0.7",
|
||||
"version": "1000.0.8",
|
||||
"description": "Get preferred version from lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/lockfile-utils
|
||||
|
||||
## 1001.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/pick-fetcher@1000.0.0
|
||||
|
||||
## 1001.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.utils",
|
||||
"version": "1001.0.5",
|
||||
"version": "1001.0.6",
|
||||
"description": "Utils for dealing with pnpm-lock.yaml",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/lockfile.verification
|
||||
|
||||
## 1001.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/get-context@1001.0.9
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
|
||||
## 1001.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lockfile.verification",
|
||||
"version": "1001.1.1",
|
||||
"version": "1001.1.2",
|
||||
"description": "Checks a lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 1001.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/store.cafs@1000.0.7
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
|
||||
## 1001.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "1001.0.15",
|
||||
"version": "1001.0.16",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/calc-dep-state
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/calc-dep-state",
|
||||
"version": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "Calculates the state of a dependency",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/make-dedicated-lockfile
|
||||
|
||||
## 1000.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
- @pnpm/exportable-manifest@1000.0.8
|
||||
|
||||
## 1000.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/make-dedicated-lockfile",
|
||||
"version": "1000.0.12",
|
||||
"version": "1000.0.13",
|
||||
"description": "Creates a dedicated lockfile for a subset of workspace projects",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-doctor
|
||||
|
||||
## 1000.1.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
|
||||
## 1000.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-doctor",
|
||||
"version": "1000.1.15",
|
||||
"version": "1000.1.16",
|
||||
"description": "Commands for checks of known common issues ",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 1000.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [936430a]
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
|
||||
## 1000.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "1000.1.7",
|
||||
"version": "1000.1.8",
|
||||
"description": "Create a package.json file",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "1000.0.16",
|
||||
"version": "1000.0.17",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 1000.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [936430a]
|
||||
- Updated dependencies [d612dcf]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/config@1002.5.4
|
||||
- @pnpm/plugin-commands-installation@1002.2.2
|
||||
- @pnpm/cli-utils@1000.0.17
|
||||
- @pnpm/store-connection-manager@1000.0.17
|
||||
- @pnpm/pick-fetcher@1000.0.0
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
- @pnpm/patching.apply-patch@1000.0.3
|
||||
|
||||
## 1000.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "1000.1.4",
|
||||
"version": "1000.1.5",
|
||||
"description": "Commands for creating patches",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 1000.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/directory-fetcher@1000.1.2
|
||||
- @pnpm/default-resolver@1001.0.10
|
||||
- @pnpm/git-fetcher@1001.0.1
|
||||
- @pnpm/tarball-fetcher@1001.0.1
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "1000.0.11",
|
||||
"version": "1000.0.12",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,37 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 1005.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 36ff4bf: When installing different dependency packages, should retain the `ignoredBuilds` field in the `.modules.yaml` file [#9240](https://github.com/pnpm/pnpm/issues/9240).
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [f0f95ab]
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/resolve-dependencies@1004.0.7
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/get-context@1001.0.9
|
||||
- @pnpm/headless@1002.0.1
|
||||
- @pnpm/lockfile.preferred-versions@1000.0.8
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/lockfile.verification@1001.1.2
|
||||
- @pnpm/package-requester@1002.0.1
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
- @pnpm/lifecycle@1001.0.8
|
||||
- @pnpm/lockfile.filtering@1001.0.7
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
- @pnpm/lockfile-to-pnp@1001.0.8
|
||||
- @pnpm/calc-dep-state@1001.0.8
|
||||
- @pnpm/hoist@1001.0.9
|
||||
- @pnpm/modules-cleaner@1001.0.8
|
||||
- @pnpm/build-modules@1000.2.10
|
||||
- @pnpm/crypto.hash@1000.1.1
|
||||
- @pnpm/symlink-dependency@1000.0.5
|
||||
- @pnpm/lockfile.settings-checker@1001.0.5
|
||||
- @pnpm/worker@1000.1.1
|
||||
|
||||
## 1005.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"version": "1005.0.0",
|
||||
"version": "1005.0.1",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/get-context
|
||||
|
||||
## 1001.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [3d52365]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/resolver-base@1000.2.0
|
||||
- @pnpm/read-projects-context@1000.0.10
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/get-context",
|
||||
"version": "1001.0.8",
|
||||
"version": "1001.0.9",
|
||||
"description": "Gets context information about a project",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 1002.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d612dcf]
|
||||
- Updated dependencies [d612dcf]
|
||||
- @pnpm/modules-yaml@1000.2.0
|
||||
- @pnpm/deps.graph-builder@1001.0.10
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/package-requester@1002.0.1
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
- @pnpm/lifecycle@1001.0.8
|
||||
- @pnpm/lockfile.filtering@1001.0.7
|
||||
- @pnpm/lockfile.fs@1001.1.7
|
||||
- @pnpm/lockfile-to-pnp@1001.0.8
|
||||
- @pnpm/calc-dep-state@1001.0.8
|
||||
- @pnpm/hoist@1001.0.9
|
||||
- @pnpm/modules-cleaner@1001.0.8
|
||||
- @pnpm/real-hoist@1001.0.6
|
||||
- @pnpm/build-modules@1000.2.10
|
||||
- @pnpm/symlink-dependency@1000.0.5
|
||||
- @pnpm/worker@1000.1.1
|
||||
|
||||
## 1002.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"version": "1002.0.0",
|
||||
"version": "1002.0.1",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/hoist
|
||||
|
||||
## 1001.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/hoist",
|
||||
"version": "1001.0.8",
|
||||
"version": "1001.0.9",
|
||||
"description": "Hoists dependencies in a node_modules created by pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/modules-cleaner
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/lockfile.utils@1001.0.6
|
||||
- @pnpm/store-controller-types@1001.0.4
|
||||
- @pnpm/lockfile.filtering@1001.0.7
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/modules-cleaner",
|
||||
"version": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "Exports util functions to clean up node_modules",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user