mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
chore(release): 10.19.0
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/worker": minor
|
||||
---
|
||||
|
||||
Export worker start function.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/registry.pkg-metadata-filter": minor
|
||||
---
|
||||
|
||||
Allow excluding certain trusted versions from the date check.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/types": minor
|
||||
---
|
||||
|
||||
Add `PackageVersionPolicy` function type.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/builder.policy": major
|
||||
---
|
||||
|
||||
Sync version with pnpm CLI.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
"@pnpm/resolver-base": minor
|
||||
"@pnpm/npm-resolver": minor
|
||||
"@pnpm/store-controller-types": minor
|
||||
"@pnpm/package-requester": minor
|
||||
---
|
||||
|
||||
The npm resolver supports `publishedByExclude` now.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/config.version-policy": major
|
||||
---
|
||||
|
||||
Initial release.
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-rebuild": minor
|
||||
"@pnpm/headless": minor
|
||||
"@pnpm/deps.graph-builder": minor
|
||||
"@pnpm/build-modules": minor
|
||||
"@pnpm/core": minor
|
||||
"@pnpm/builder.policy": minor
|
||||
"@pnpm/types": minor
|
||||
---
|
||||
|
||||
You can now allow specific versions of dependencies to run postinstall scripts. `onlyBuiltDependencies` now accepts package names with lists of trusted versions. For example:
|
||||
|
||||
```yaml
|
||||
onlyBuiltDependencies:
|
||||
- nx@21.6.4 || 21.6.5
|
||||
- esbuild@0.25.1
|
||||
```
|
||||
|
||||
Related PR: [#10104](https://github.com/pnpm/pnpm/pull/10104).
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
"@pnpm/resolve-dependencies": minor
|
||||
"@pnpm/outdated": minor
|
||||
"@pnpm/core": minor
|
||||
"pnpm": minor
|
||||
---
|
||||
|
||||
Added support for exact versions in `minimumReleaseAgeExclude` [#9985](https://github.com/pnpm/pnpm/issues/9985).
|
||||
|
||||
You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by `minimumReleaseAge`. For example:
|
||||
|
||||
```yaml
|
||||
minimumReleaseAge: 1440
|
||||
minimumReleaseAgeExclude:
|
||||
- nx@21.6.5
|
||||
- webpack@4.47.0 || 5.102.1
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/matcher": minor
|
||||
---
|
||||
|
||||
Export Matcher and MatcherWithIndex.
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm-private/updater
|
||||
|
||||
## 1000.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/lockfile.fs@1001.1.21
|
||||
- @pnpm/workspace.read-manifest@1000.2.5
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm-private/updater",
|
||||
"version": "1000.0.4",
|
||||
"version": "1000.0.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/assert-project
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/lockfile.types@1002.0.2
|
||||
- @pnpm/modules-yaml@1000.3.6
|
||||
- @pnpm/assert-store@1000.0.3
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-project",
|
||||
"description": "Utils for testing projects that use pnpm",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/assert-store
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/store.cafs@1000.0.19
|
||||
|
||||
## 1000.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/assert-store",
|
||||
"description": "Utils for testing pnpm store",
|
||||
"version": "1000.0.2",
|
||||
"version": "1000.0.3",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/jest-config
|
||||
|
||||
## 1000.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8993f68]
|
||||
- @pnpm/worker@1000.3.0
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/jest-config",
|
||||
"version": "1000.0.4",
|
||||
"version": "1000.0.5",
|
||||
"private": true,
|
||||
"main": "jest-preset.js",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/prepare
|
||||
|
||||
## 1000.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/assert-project@1000.0.4
|
||||
|
||||
## 1000.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare",
|
||||
"version": "1000.0.3",
|
||||
"version": "1000.0.4",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"dependencies": {
|
||||
|
||||
27
builder/policy/CHANGELOG.md
Normal file
27
builder/policy/CHANGELOG.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# @pnpm/builder.policy
|
||||
|
||||
## 1000.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- dee39ec: Sync version with pnpm CLI.
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- dee39ec: You can now allow specific versions of dependencies to run postinstall scripts. `onlyBuiltDependencies` now accepts package names with lists of trusted versions. For example:
|
||||
|
||||
```yaml
|
||||
onlyBuiltDependencies:
|
||||
- nx@21.6.4 || 21.6.5
|
||||
- esbuild@0.25.1
|
||||
```
|
||||
|
||||
Related PR: [#10104](https://github.com/pnpm/pnpm/pull/10104).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/config.version-policy@1000.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/builder.policy",
|
||||
"version": "1000.0.0-0",
|
||||
"version": "1000.0.0",
|
||||
"description": "Create a function for filtering out dependencies that are not allowed to be built",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
9
cache/api/CHANGELOG.md
vendored
9
cache/api/CHANGELOG.md
vendored
@@ -1,5 +1,14 @@
|
||||
# @pnpm/cache.api
|
||||
|
||||
## 1000.0.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- @pnpm/npm-resolver@1004.4.0
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/store.cafs@1000.0.19
|
||||
|
||||
## 1000.0.34
|
||||
|
||||
### 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.34",
|
||||
"version": "1000.0.35",
|
||||
"description": "API for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
8
cache/commands/CHANGELOG.md
vendored
8
cache/commands/CHANGELOG.md
vendored
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cache.commands
|
||||
|
||||
## 1000.0.42
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.7
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/cache.api@1000.0.35
|
||||
|
||||
## 1000.0.41
|
||||
|
||||
### 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.41",
|
||||
"version": "1000.0.42",
|
||||
"description": "Commands for controlling the cache",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cli-meta
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
|
||||
## 1000.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-meta",
|
||||
"version": "1000.0.10",
|
||||
"version": "1000.0.11",
|
||||
"description": "Reads the metainfo of the currently running pnpm instance",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 1001.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/cli-meta@1000.0.11
|
||||
- @pnpm/default-reporter@1002.0.11
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/config.deps-installer@1000.0.18
|
||||
- @pnpm/package-is-installable@1000.0.15
|
||||
- @pnpm/pnpmfile@1002.1.3
|
||||
- @pnpm/manifest-utils@1001.0.6
|
||||
- @pnpm/read-project-manifest@1001.1.4
|
||||
- @pnpm/store-connection-manager@1002.2.3
|
||||
|
||||
## 1001.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "1001.2.6",
|
||||
"version": "1001.2.7",
|
||||
"description": "Utils for pnpm commands",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 1002.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/cli-meta@1000.0.11
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/render-peer-issues@1002.0.5
|
||||
|
||||
## 1002.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "1002.0.10",
|
||||
"version": "1002.0.11",
|
||||
"description": "The default reporter of pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/config.config-writer
|
||||
|
||||
## 1000.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/read-project-manifest@1001.1.4
|
||||
- @pnpm/workspace.manifest-writer@1001.0.3
|
||||
|
||||
## 1000.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.config-writer",
|
||||
"version": "1000.0.13",
|
||||
"version": "1000.0.14",
|
||||
"description": "Functions for updating the configuration settings",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 1004.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- Updated dependencies [7c1382f]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/matcher@1000.1.0
|
||||
- @pnpm/pnpmfile@1002.1.3
|
||||
- @pnpm/read-project-manifest@1001.1.4
|
||||
- @pnpm/workspace.read-manifest@1000.2.5
|
||||
- @pnpm/catalogs.config@1000.0.5
|
||||
|
||||
## 1004.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "1004.4.1",
|
||||
"version": "1004.4.2",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/config.deps-installer
|
||||
|
||||
## 1000.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/npm-resolver@1004.4.0
|
||||
- @pnpm/package-store@1004.0.0
|
||||
- @pnpm/config.config-writer@1000.0.14
|
||||
- @pnpm/pick-registry-for-package@1000.0.11
|
||||
- @pnpm/fetch@1000.2.6
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/read-package-json@1000.1.2
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.deps-installer",
|
||||
"version": "1000.0.17",
|
||||
"version": "1000.0.18",
|
||||
"description": "Installer for configurational dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/matcher
|
||||
|
||||
## 1000.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 7c1382f: Export Matcher and MatcherWithIndex.
|
||||
|
||||
## 6.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/matcher",
|
||||
"version": "1000.0.0",
|
||||
"version": "1000.1.0",
|
||||
"description": "A simple pattern matcher for pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/normalize-registries
|
||||
|
||||
## 1000.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
|
||||
## 1000.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/normalize-registries",
|
||||
"version": "1000.1.3",
|
||||
"version": "1000.1.4",
|
||||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/package-is-installable
|
||||
|
||||
## 1000.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/cli-meta@1000.0.11
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/env.system-node-version@1000.0.11
|
||||
|
||||
## 1000.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/package-is-installable",
|
||||
"version": "1000.0.14",
|
||||
"version": "1000.0.15",
|
||||
"description": "Checks if a package is installable on the current system",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/pick-registry-for-package
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
|
||||
## 1000.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pick-registry-for-package",
|
||||
"version": "1000.0.10",
|
||||
"version": "1000.0.11",
|
||||
"description": "Picks the right registry for the package from a registries config",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 1000.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1001.2.7
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/workspace.manifest-writer@1001.0.3
|
||||
|
||||
## 1000.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "1000.2.8",
|
||||
"version": "1000.2.9",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
15
config/version-policy/CHANGELOG.md
Normal file
15
config/version-policy/CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# @pnpm/config.version-policy
|
||||
|
||||
## 1000.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- dee39ec: Initial release.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- Updated dependencies [7c1382f]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/matcher@1000.1.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config.version-policy",
|
||||
"version": "1000.0.0-0",
|
||||
"version": "1000.0.0",
|
||||
"description": "Parses and evaluates package version policy specs and produces package-version matchers",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/dedupe.check
|
||||
|
||||
## 1001.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/lockfile.types@1002.0.2
|
||||
|
||||
## 1001.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/dedupe.check",
|
||||
"version": "1001.0.12",
|
||||
"version": "1001.0.13",
|
||||
"description": "Visualize pnpm dedupe --check issues.",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
30
deps/graph-builder/CHANGELOG.md
vendored
30
deps/graph-builder/CHANGELOG.md
vendored
@@ -1,5 +1,35 @@
|
||||
# @pnpm/deps.graph-builder
|
||||
|
||||
## 1002.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- dee39ec: You can now allow specific versions of dependencies to run postinstall scripts. `onlyBuiltDependencies` now accepts package names with lists of trusted versions. For example:
|
||||
|
||||
```yaml
|
||||
onlyBuiltDependencies:
|
||||
- nx@21.6.4 || 21.6.5
|
||||
- esbuild@0.25.1
|
||||
```
|
||||
|
||||
Related PR: [#10104](https://github.com/pnpm/pnpm/pull/10104).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/store-controller-types@1004.1.0
|
||||
- @pnpm/package-is-installable@1000.0.15
|
||||
- @pnpm/lockfile.fs@1001.1.21
|
||||
- @pnpm/lockfile.utils@1003.0.3
|
||||
- @pnpm/calc-dep-state@1002.0.8
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/dependency-path@1001.1.3
|
||||
- @pnpm/modules-yaml@1000.3.6
|
||||
- @pnpm/patching.config@1001.0.11
|
||||
|
||||
## 1002.2.6
|
||||
|
||||
### 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": "1002.2.6",
|
||||
"version": "1002.3.0",
|
||||
"description": "A package for building a dependency graph from a lockfile",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
18
deps/status/CHANGELOG.md
vendored
18
deps/status/CHANGELOG.md
vendored
@@ -1,5 +1,23 @@
|
||||
# @pnpm/deps.status
|
||||
|
||||
## 1003.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/resolver-base@1005.1.0
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/lockfile.fs@1001.1.21
|
||||
- @pnpm/lockfile.verification@1001.2.9
|
||||
- @pnpm/get-context@1001.1.8
|
||||
- @pnpm/workspace.find-packages@1000.0.42
|
||||
- @pnpm/workspace.read-manifest@1000.2.5
|
||||
- @pnpm/workspace.state@1002.0.7
|
||||
- @pnpm/lockfile.settings-checker@1001.0.16
|
||||
|
||||
## 1003.0.13
|
||||
|
||||
### 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.13",
|
||||
"version": "1003.0.14",
|
||||
"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
|
||||
|
||||
## 1001.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetching.binary-fetcher@1002.0.0
|
||||
- @pnpm/tarball-fetcher@1003.0.0
|
||||
- @pnpm/node.resolver@1001.0.5
|
||||
- @pnpm/create-cafs-store@1000.0.20
|
||||
|
||||
## 1001.0.7
|
||||
|
||||
### 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": "1001.0.7",
|
||||
"version": "1001.0.8",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
11
env/node.resolver/CHANGELOG.md
vendored
11
env/node.resolver/CHANGELOG.md
vendored
@@ -1,5 +1,16 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 1001.0.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/resolver-base@1005.1.0
|
||||
- @pnpm/config@1004.4.2
|
||||
|
||||
## 1001.0.4
|
||||
|
||||
### 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": "1001.0.4",
|
||||
"version": "1001.0.5",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
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.43
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/cli-utils@1001.2.7
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/node.resolver@1001.0.5
|
||||
- @pnpm/fetch@1000.2.6
|
||||
- @pnpm/remove-bins@1000.0.15
|
||||
- @pnpm/node.fetcher@1001.0.8
|
||||
- @pnpm/env.system-node-version@1000.0.11
|
||||
|
||||
## 1000.0.42
|
||||
|
||||
### 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.42",
|
||||
"version": "1000.0.43",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
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.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-meta@1000.0.11
|
||||
|
||||
## 1000.0.10
|
||||
|
||||
### 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.10",
|
||||
"version": "1000.0.11",
|
||||
"description": "Detects the current system node version",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/exec.build-commands
|
||||
|
||||
## 1001.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/plugin-commands-rebuild@1004.0.0
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/config.config-writer@1000.0.14
|
||||
- @pnpm/modules-yaml@1000.3.6
|
||||
|
||||
## 1001.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exec.build-commands",
|
||||
"version": "1001.0.31",
|
||||
"version": "1001.0.32",
|
||||
"description": "Commands for managing dependency builds",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,37 @@
|
||||
# @pnpm/build-modules
|
||||
|
||||
## 1002.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- dee39ec: You can now allow specific versions of dependencies to run postinstall scripts. `onlyBuiltDependencies` now accepts package names with lists of trusted versions. For example:
|
||||
|
||||
```yaml
|
||||
onlyBuiltDependencies:
|
||||
- nx@21.6.4 || 21.6.5
|
||||
- esbuild@0.25.1
|
||||
```
|
||||
|
||||
Related PR: [#10104](https://github.com/pnpm/pnpm/pull/10104).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8993f68]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/worker@1000.3.0
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/store-controller-types@1004.1.0
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/lifecycle@1001.0.25
|
||||
- @pnpm/calc-dep-state@1002.0.8
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/link-bins@1000.2.6
|
||||
- @pnpm/read-package-json@1000.1.2
|
||||
- @pnpm/fs.hard-link-dir@1000.0.2
|
||||
- @pnpm/patching.apply-patch@1000.0.7
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/build-modules",
|
||||
"version": "1001.0.1",
|
||||
"version": "1002.0.0",
|
||||
"description": "Build packages in node_modules",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/lifecycle
|
||||
|
||||
## 1001.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/store-controller-types@1004.1.0
|
||||
- @pnpm/directory-fetcher@1000.1.14
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/link-bins@1000.2.6
|
||||
- @pnpm/read-package-json@1000.1.2
|
||||
|
||||
## 1001.0.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/lifecycle",
|
||||
"version": "1001.0.24",
|
||||
"version": "1001.0.25",
|
||||
"description": "Package lifecycle hook runner",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/exec.pkg-requires-build
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
|
||||
## 1000.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/exec.pkg-requires-build",
|
||||
"version": "1000.0.10",
|
||||
"version": "1000.0.11",
|
||||
"description": "Checks if a package requires to be built",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,50 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 1004.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- dee39ec: You can now allow specific versions of dependencies to run postinstall scripts. `onlyBuiltDependencies` now accepts package names with lists of trusted versions. For example:
|
||||
|
||||
```yaml
|
||||
onlyBuiltDependencies:
|
||||
- nx@21.6.4 || 21.6.5
|
||||
- esbuild@0.25.1
|
||||
```
|
||||
|
||||
Related PR: [#10104](https://github.com/pnpm/pnpm/pull/10104).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8993f68]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/worker@1000.3.0
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/builder.policy@1000.0.0
|
||||
- @pnpm/store-controller-types@1004.1.0
|
||||
- @pnpm/cli-utils@1001.2.7
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/normalize-registries@1000.1.4
|
||||
- @pnpm/lifecycle@1001.0.25
|
||||
- @pnpm/exec.pkg-requires-build@1000.0.11
|
||||
- @pnpm/lockfile.types@1002.0.2
|
||||
- @pnpm/lockfile.utils@1003.0.3
|
||||
- @pnpm/lockfile.walker@1001.0.16
|
||||
- @pnpm/calc-dep-state@1002.0.8
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/dependency-path@1001.1.3
|
||||
- @pnpm/get-context@1001.1.8
|
||||
- @pnpm/link-bins@1000.2.6
|
||||
- @pnpm/modules-yaml@1000.3.6
|
||||
- @pnpm/read-package-json@1000.1.2
|
||||
- @pnpm/store.cafs@1000.0.19
|
||||
- @pnpm/workspace.find-packages@1000.0.42
|
||||
- @pnpm/sort-packages@1000.0.11
|
||||
- @pnpm/store-connection-manager@1002.2.3
|
||||
|
||||
## 1003.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "1003.0.1",
|
||||
"version": "1004.0.0",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 1001.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/cli-utils@1001.2.7
|
||||
- @pnpm/config@1004.4.2
|
||||
- @pnpm/deps.status@1003.0.14
|
||||
- @pnpm/plugin-commands-env@1000.0.43
|
||||
- @pnpm/lifecycle@1001.0.25
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/client@1001.1.3
|
||||
- @pnpm/package-bins@1000.0.11
|
||||
- @pnpm/plugin-commands-installation@1004.6.9
|
||||
- @pnpm/read-package-json@1000.1.2
|
||||
- @pnpm/read-project-manifest@1001.1.4
|
||||
- @pnpm/workspace.injected-deps-syncer@1000.0.16
|
||||
- @pnpm/sort-packages@1000.0.11
|
||||
- @pnpm/crypto.hash@1000.2.1
|
||||
|
||||
## 1001.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "1001.0.13",
|
||||
"version": "1001.0.14",
|
||||
"description": "Commands for running scripts",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/prepare-package
|
||||
|
||||
## 1000.0.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/lifecycle@1001.0.25
|
||||
- @pnpm/read-package-json@1000.1.2
|
||||
|
||||
## 1000.0.25
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/prepare-package",
|
||||
"version": "1000.0.25",
|
||||
"version": "1000.0.26",
|
||||
"description": "Prepares a Git-hosted package",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/fetching.binary-fetcher
|
||||
|
||||
## 1002.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8993f68]
|
||||
- @pnpm/worker@1000.3.0
|
||||
- @pnpm/fetcher-base@1001.0.2
|
||||
|
||||
## 1001.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fetching.binary-fetcher",
|
||||
"version": "1001.0.0",
|
||||
"version": "1002.0.0",
|
||||
"description": "A fetcher for binary archives",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/directory-fetcher
|
||||
|
||||
## 1000.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/resolver-base@1005.1.0
|
||||
- @pnpm/exec.pkg-requires-build@1000.0.11
|
||||
- @pnpm/fetcher-base@1001.0.2
|
||||
- @pnpm/read-project-manifest@1001.1.4
|
||||
|
||||
## 1000.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/directory-fetcher",
|
||||
"version": "1000.1.13",
|
||||
"version": "1000.1.14",
|
||||
"description": "A fetcher for local directory packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/fetcher-base
|
||||
|
||||
## 1001.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/resolver-base@1005.1.0
|
||||
|
||||
## 1001.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fetcher-base",
|
||||
"version": "1001.0.1",
|
||||
"version": "1001.0.2",
|
||||
"description": "Types for pnpm-compatible fetchers",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/git-fetcher
|
||||
|
||||
## 1003.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8993f68]
|
||||
- @pnpm/worker@1000.3.0
|
||||
- @pnpm/prepare-package@1000.0.26
|
||||
- @pnpm/fetcher-base@1001.0.2
|
||||
|
||||
## 1002.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-fetcher",
|
||||
"version": "1002.0.1",
|
||||
"version": "1003.0.0",
|
||||
"description": "A fetcher for git-hosted packages",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 1003.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [8993f68]
|
||||
- @pnpm/worker@1000.3.0
|
||||
- @pnpm/prepare-package@1000.0.26
|
||||
- @pnpm/fetcher-base@1001.0.2
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
|
||||
## 1002.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tarball-fetcher",
|
||||
"version": "1002.0.1",
|
||||
"version": "1003.0.0",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/fs.find-packages
|
||||
|
||||
## 1000.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/read-project-manifest@1001.1.4
|
||||
|
||||
## 1000.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fs.find-packages",
|
||||
"version": "1000.0.16",
|
||||
"version": "1000.0.17",
|
||||
"description": "Find all packages inside a directory",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/fs.indexed-pkg-importer
|
||||
|
||||
## 1000.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- @pnpm/store-controller-types@1004.1.0
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
|
||||
## 1000.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fs.indexed-pkg-importer",
|
||||
"version": "1000.1.13",
|
||||
"version": "1000.1.14",
|
||||
"description": "Replicates indexed directories using hard links, copies, or cloning",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/symlink-dependency
|
||||
|
||||
## 1000.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
|
||||
## 1000.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/symlink-dependency",
|
||||
"version": "1000.0.11",
|
||||
"version": "1000.0.12",
|
||||
"description": "Symlink a dependency to node_modules",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/pnpmfile
|
||||
|
||||
## 1002.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/store-controller-types@1004.1.0
|
||||
- @pnpm/hooks.types@1001.0.12
|
||||
- @pnpm/lockfile.types@1002.0.2
|
||||
- @pnpm/core-loggers@1001.0.4
|
||||
- @pnpm/crypto.hash@1000.2.1
|
||||
|
||||
## 1002.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pnpmfile",
|
||||
"version": "1002.1.2",
|
||||
"version": "1002.1.3",
|
||||
"description": "Reading a .pnpmfile.cjs",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/hooks.read-package-hook
|
||||
|
||||
## 1000.0.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- Updated dependencies [7c1382f]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/matcher@1000.1.0
|
||||
|
||||
## 1000.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/hooks.read-package-hook",
|
||||
"version": "1000.0.14",
|
||||
"version": "1000.0.15",
|
||||
"description": "Creates the default package reader hook used by pnpm",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/hooks.types
|
||||
|
||||
## 1001.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/lockfile.types@1002.0.2
|
||||
|
||||
## 1001.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/hooks.types",
|
||||
"version": "1001.0.11",
|
||||
"version": "1001.0.12",
|
||||
"description": "Types for hooks",
|
||||
"keywords": [
|
||||
"pnpm",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 1002.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [7c1382f]
|
||||
- Updated dependencies [dee39ec]
|
||||
- @pnpm/types@1000.9.0
|
||||
- @pnpm/lockfile.detect-dep-types@1001.0.16
|
||||
- @pnpm/lockfile.types@1002.0.2
|
||||
- @pnpm/lockfile.utils@1003.0.3
|
||||
- @pnpm/lockfile.walker@1001.0.16
|
||||
- @pnpm/fetch@1000.2.6
|
||||
- @pnpm/read-project-manifest@1001.1.4
|
||||
|
||||
## 1002.0.13
|
||||
|
||||
### 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