mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
Merge remote-tracking branch 'origin/main' into v11
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@pnpm/npm-resolver': patch
|
||||
---
|
||||
|
||||
Skip time field validation for packages excluded by `minimumReleaseAgeExclude` (allows packages that would otherwise throw `ERR_PNPM_MISSING_TIME`).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
`create` command should not verify patch info.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Set `managePackageManagerVersions` to `false`, when switching to a different version of pnpm CLI, in order to avoid subsequent switches [#10063](https://github.com/pnpm/pnpm/issues/10063).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": minor
|
||||
---
|
||||
|
||||
Support `--all` option in `pnpm --help` to list all commands [#8628](https://github.com/pnpm/pnpm/pull/8628).
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/registry.pkg-metadata-filter": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
When the `latest` version doesn't satisfy the maturity requirement configured by `minimumReleaseAge`, pick the highest version that is mature enough, even if it has a different major version [#10100](https://github.com/pnpm/pnpm/issues/10100).
|
||||
|
||||
7
cache/api/CHANGELOG.md
vendored
7
cache/api/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/cache.api
|
||||
|
||||
## 1000.0.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
|
||||
## 1000.0.35
|
||||
|
||||
### 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.35",
|
||||
"version": "1000.0.36",
|
||||
"description": "API for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
7
cache/commands/CHANGELOG.md
vendored
7
cache/commands/CHANGELOG.md
vendored
@@ -1,5 +1,12 @@
|
||||
# @pnpm/cache.commands
|
||||
|
||||
## 1000.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cache.api@1000.0.36
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.0.42
|
||||
|
||||
### 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.42",
|
||||
"version": "1000.0.43",
|
||||
"description": "Commands for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 1001.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/config.deps-installer@1000.0.19
|
||||
- @pnpm/store-connection-manager@1002.2.4
|
||||
|
||||
## 1001.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "1001.2.7",
|
||||
"version": "1001.2.8",
|
||||
"description": "Utils for pnpm commands",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/config.deps-installer
|
||||
|
||||
## 1000.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
- @pnpm/package-store@1004.0.0
|
||||
|
||||
## 1000.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.deps-installer",
|
||||
"version": "1000.0.18",
|
||||
"version": "1000.0.19",
|
||||
"description": "Installer for configurational dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 1000.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "1000.2.9",
|
||||
"version": "1000.2.10",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
6
deps/status/CHANGELOG.md
vendored
6
deps/status/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/deps.status
|
||||
|
||||
## 1003.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.find-packages@1000.0.43
|
||||
|
||||
## 1003.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
2
deps/status/package.json
vendored
2
deps/status/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/deps.status",
|
||||
"version": "1003.0.14",
|
||||
"version": "1003.0.15",
|
||||
"description": "Check dependencies status",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
6
env/plugin-commands-env/CHANGELOG.md
vendored
6
env/plugin-commands-env/CHANGELOG.md
vendored
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 1000.0.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.0.43
|
||||
|
||||
### 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.43",
|
||||
"version": "1000.0.44",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/exec.build-commands
|
||||
|
||||
## 1001.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/plugin-commands-rebuild@1004.0.1
|
||||
|
||||
## 1001.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exec.build-commands",
|
||||
"version": "1001.0.32",
|
||||
"version": "1001.0.33",
|
||||
"description": "Commands for managing dependency builds",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 1004.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/workspace.find-packages@1000.0.43
|
||||
- @pnpm/store-connection-manager@1002.2.4
|
||||
|
||||
## 1004.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "1004.0.0",
|
||||
"version": "1004.0.1",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 1001.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/plugin-commands-installation@1004.6.10
|
||||
- @pnpm/client@1001.1.4
|
||||
- @pnpm/plugin-commands-env@1000.0.44
|
||||
- @pnpm/deps.status@1003.0.15
|
||||
- @pnpm/workspace.injected-deps-syncer@1000.0.17
|
||||
|
||||
## 1001.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "1001.0.14",
|
||||
"version": "1001.0.15",
|
||||
"description": "Commands for running scripts",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 1002.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1002.1.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "1002.1.18",
|
||||
"version": "1002.1.19",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-doctor
|
||||
|
||||
## 1000.1.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.1.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-doctor",
|
||||
"version": "1000.1.41",
|
||||
"version": "1000.1.42",
|
||||
"description": "Commands for checks of known common issues ",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 1000.2.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "1000.2.18",
|
||||
"version": "1000.2.19",
|
||||
"description": "Create a package.json file",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 1000.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "1000.1.19",
|
||||
"version": "1000.1.20",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 1000.3.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/plugin-commands-installation@1004.6.10
|
||||
- @pnpm/store-connection-manager@1002.2.4
|
||||
|
||||
## 1000.3.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "1000.3.20",
|
||||
"version": "1000.3.21",
|
||||
"description": "Commands for creating patches",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 1001.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/default-resolver@1002.2.12
|
||||
|
||||
## 1001.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "1001.1.3",
|
||||
"version": "1001.1.4",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 1012.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/resolve-dependencies@1008.3.1
|
||||
- @pnpm/package-requester@1008.0.0
|
||||
- @pnpm/headless@1006.0.0
|
||||
|
||||
## 1012.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"version": "1012.0.0",
|
||||
"version": "1012.0.1",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 1004.6.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/config.deps-installer@1000.0.19
|
||||
- @pnpm/outdated@1001.1.1
|
||||
- @pnpm/workspace.pkgs-graph@1000.0.25
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/core@1012.0.1
|
||||
- @pnpm/filter-workspace-packages@1000.0.43
|
||||
- @pnpm/plugin-commands-env@1000.0.44
|
||||
- @pnpm/plugin-commands-rebuild@1004.0.1
|
||||
- @pnpm/workspace.find-packages@1000.0.43
|
||||
- @pnpm/package-store@1004.0.0
|
||||
- @pnpm/store-connection-manager@1002.2.4
|
||||
- @pnpm/deps.status@1003.0.15
|
||||
|
||||
## 1004.6.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "1004.6.10-test.3",
|
||||
"version": "1004.6.10",
|
||||
"description": "Commands for installation",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/resolve-dependencies
|
||||
|
||||
## 1008.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
|
||||
## 1008.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolve-dependencies",
|
||||
"version": "1008.3.0",
|
||||
"version": "1008.3.1",
|
||||
"description": "Resolves dependency graph of a package",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# pnpm
|
||||
|
||||
## 10.20.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Support `--all` option in `pnpm --help` to list all commands [#8628](https://github.com/pnpm/pnpm/pull/8628).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- When the `latest` version doesn't satisfy the maturity requirement configured by `minimumReleaseAge`, pick the highest version that is mature enough, even if it has a different major version [#10100](https://github.com/pnpm/pnpm/issues/10100).
|
||||
- `create` command should not verify patch info.
|
||||
- Set `managePackageManagerVersions` to `false`, when switching to a different version of pnpm CLI, in order to avoid subsequent switches [#10063](https://github.com/pnpm/pnpm/issues/10063).
|
||||
|
||||
## 10.19.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exe",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-arm64",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
"pnpm10",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# pd
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.find-packages@1000.0.43
|
||||
|
||||
## 1000.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pd",
|
||||
"version": "1000.0.10",
|
||||
"version": "1000.0.11",
|
||||
"bin": "pd.js",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"version": "10.19.1-oidc-test.3",
|
||||
"version": "10.20.0",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/registry.pkg-metadata-filter
|
||||
|
||||
## 1000.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0152a51: When the `latest` version doesn't satisfy the maturity requirement configured by `minimumReleaseAge`, pick the highest version that is mature enough, even if it has a different major version [#10100](https://github.com/pnpm/pnpm/issues/10100).
|
||||
|
||||
## 1000.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/registry.pkg-metadata-filter",
|
||||
"version": "1000.1.0",
|
||||
"version": "1000.1.1",
|
||||
"description": "Filters the package metadata from the registry",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 1002.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/plugin-commands-installation@1004.6.10
|
||||
|
||||
## 1002.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "1002.0.13",
|
||||
"version": "1002.0.14",
|
||||
"description": "Commands for deploy",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 1000.2.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/client@1001.1.4
|
||||
- @pnpm/plugin-commands-env@1000.0.44
|
||||
|
||||
## 1000.2.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "1000.2.18",
|
||||
"version": "1000.2.19",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/resolving.bun-resolver
|
||||
|
||||
## 1002.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
|
||||
## 1002.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolving.bun-resolver",
|
||||
"version": "1002.0.0",
|
||||
"version": "1002.0.1",
|
||||
"description": "Resolves the Bun runtime",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/default-resolver
|
||||
|
||||
## 1002.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
- @pnpm/resolving.bun-resolver@1002.0.1
|
||||
- @pnpm/resolving.deno-resolver@1002.0.1
|
||||
|
||||
## 1002.2.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-resolver",
|
||||
"version": "1002.2.11",
|
||||
"version": "1002.2.12",
|
||||
"description": "pnpm's default package resolver",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/resolving.deno-resolver
|
||||
|
||||
## 1002.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
|
||||
## 1002.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolving.deno-resolver",
|
||||
"version": "1002.0.0",
|
||||
"version": "1002.0.1",
|
||||
"description": "Resolves the Deno runtime",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/npm-resolver
|
||||
|
||||
## 1004.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6c3dcb8: Skip time field validation for packages excluded by `minimumReleaseAgeExclude` (allows packages that would otherwise throw `ERR_PNPM_MISSING_TIME`).
|
||||
- Updated dependencies [0152a51]
|
||||
- @pnpm/registry.pkg-metadata-filter@1000.1.1
|
||||
|
||||
## 1004.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/npm-resolver",
|
||||
"version": "1004.4.0",
|
||||
"version": "1004.4.1",
|
||||
"description": "Resolver for npm-hosted packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/outdated
|
||||
|
||||
## 1001.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
- @pnpm/client@1001.1.4
|
||||
|
||||
## 1001.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/outdated",
|
||||
"version": "1001.1.0",
|
||||
"version": "1001.1.1",
|
||||
"description": "Check for outdated packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-licenses
|
||||
|
||||
## 1000.0.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.0.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-licenses",
|
||||
"version": "1000.0.44",
|
||||
"version": "1000.0.45",
|
||||
"description": "The licenses command of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-listing
|
||||
|
||||
## 1000.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-listing",
|
||||
"version": "1000.1.7",
|
||||
"version": "1000.1.8",
|
||||
"description": "The list and why commands of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 1000.0.46
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/default-resolver@1002.2.12
|
||||
- @pnpm/outdated@1001.1.1
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.0.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "1000.0.45",
|
||||
"version": "1000.0.46",
|
||||
"description": "The outdated command of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 1000.0.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/server@1001.0.11
|
||||
- @pnpm/store-connection-manager@1002.2.4
|
||||
|
||||
## 1000.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "1000.0.43",
|
||||
"version": "1000.0.44",
|
||||
"description": "Commands for controlling the store server",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-store-inspecting
|
||||
|
||||
## 1000.0.41
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@1001.1.4
|
||||
|
||||
## 1000.0.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store-inspecting",
|
||||
"version": "1000.0.40",
|
||||
"version": "1000.0.41",
|
||||
"description": "The inspecting store commands of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 1000.0.45
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/store-connection-manager@1002.2.4
|
||||
|
||||
## 1000.0.44
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "1000.0.44",
|
||||
"version": "1000.0.45",
|
||||
"description": "Commands for controlling the store",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 1002.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@1001.1.4
|
||||
- @pnpm/package-store@1004.0.0
|
||||
- @pnpm/server@1001.0.11
|
||||
|
||||
## 1002.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "1002.2.3",
|
||||
"version": "1002.2.4",
|
||||
"description": "Create a direct pnpm store controller or connect to a running store server",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/testing.temp-store
|
||||
|
||||
## 1000.0.23
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/client@1001.1.4
|
||||
- @pnpm/package-store@1004.0.0
|
||||
|
||||
## 1000.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/testing.temp-store",
|
||||
"version": "1000.0.22",
|
||||
"version": "1000.0.23",
|
||||
"description": "A temporary store for testing purposes",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/tools.plugin-commands-self-updater
|
||||
|
||||
## 1000.1.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
- @pnpm/client@1001.1.4
|
||||
|
||||
## 1000.1.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tools.plugin-commands-self-updater",
|
||||
"version": "1000.1.30",
|
||||
"version": "1000.1.31",
|
||||
"description": "A command for updating pnpm itself",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/workspace.filter-packages-from-dir
|
||||
|
||||
## 1000.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/filter-workspace-packages@1000.0.43
|
||||
- @pnpm/workspace.find-packages@1000.0.43
|
||||
|
||||
## 1000.0.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.filter-packages-from-dir",
|
||||
"version": "1000.0.42",
|
||||
"version": "1000.0.43",
|
||||
"description": "Filters packages in a directory",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/filter-workspace-packages
|
||||
|
||||
## 1000.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.pkgs-graph@1000.0.25
|
||||
- @pnpm/workspace.find-packages@1000.0.43
|
||||
|
||||
## 1000.0.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/filter-workspace-packages",
|
||||
"version": "1000.0.42",
|
||||
"version": "1000.0.43",
|
||||
"description": "Filters packages in a workspace",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/find-workspace-packages
|
||||
|
||||
## 1000.0.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.8
|
||||
|
||||
## 1000.0.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.find-packages",
|
||||
"version": "1000.0.42",
|
||||
"version": "1000.0.43",
|
||||
"description": "Finds packages inside a workspace",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/workspace.injected-deps-syncer
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/workspace.find-packages@1000.0.43
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.injected-deps-syncer",
|
||||
"version": "1000.0.16",
|
||||
"version": "1000.0.17",
|
||||
"description": "Update all injected replica of a workspace package",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/workspace.pkgs-graph
|
||||
|
||||
## 1000.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [6c3dcb8]
|
||||
- @pnpm/npm-resolver@1004.4.1
|
||||
|
||||
## 1000.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/workspace.pkgs-graph",
|
||||
"version": "1000.0.24",
|
||||
"version": "1000.0.25",
|
||||
"description": "Create a graph from an array of packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
Reference in New Issue
Block a user