@pnpm/config.version-policy 1100.1.6 → 1100.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +129 -0
- package/package.json +6 -6
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# @pnpm/config.version-policy
|
|
2
|
+
|
|
3
|
+
## 1100.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- @pnpm/types@1101.4.0
|
|
9
|
+
|
|
10
|
+
## 1100.1.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 25a829e: `pnpm audit --fix` now writes a single combined `minimumReleaseAgeExclude` entry per package (e.g. `axios@0.18.1 || 0.21.1`) instead of one entry per version, matching the format documented for the setting. Existing per-version entries in `pnpm-workspace.yaml` are merged into the combined form rather than left as duplicates. Installs that auto-collect immature versions into `minimumReleaseAgeExclude` now report the same combined entries, so the "Added N entries" message matches what is written to the manifest [#12534](https://github.com/pnpm/pnpm/issues/12534).
|
|
15
|
+
- fbdc0eb: Fixed `minimumReleaseAgeExclude` and `trustPolicyExclude` so multiple exact-version entries for the same package behave the same as a single `||` disjunction entry. Previously only the first matching rule's versions were honored, so a config like `[form-data@4.0.6, form-data@2.5.6]` could still flag `form-data@2.5.6` as violating `minimumReleaseAge`, while `[form-data@4.0.6 || 2.5.6]` worked as expected [#12463](https://github.com/pnpm/pnpm/issues/12463).
|
|
16
|
+
- Updated dependencies [852d537]
|
|
17
|
+
- @pnpm/error@1100.0.1
|
|
18
|
+
|
|
19
|
+
## 1100.1.5
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- a31faa7: Updated dependency ranges. Notably:
|
|
24
|
+
|
|
25
|
+
- `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
|
|
26
|
+
- `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
|
|
27
|
+
- `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
|
|
28
|
+
- `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [681b593]
|
|
31
|
+
- @pnpm/types@1101.3.2
|
|
32
|
+
|
|
33
|
+
## 1100.1.4
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [bf1b731]
|
|
38
|
+
- @pnpm/types@1101.3.1
|
|
39
|
+
|
|
40
|
+
## 1100.1.3
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [a017bf3]
|
|
45
|
+
- @pnpm/types@1101.3.0
|
|
46
|
+
|
|
47
|
+
## 1100.1.2
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [35d2355]
|
|
52
|
+
- @pnpm/types@1101.2.0
|
|
53
|
+
|
|
54
|
+
## 1100.1.1
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Updated dependencies [64afc92]
|
|
59
|
+
- @pnpm/types@1101.1.1
|
|
60
|
+
|
|
61
|
+
## 1100.1.0
|
|
62
|
+
|
|
63
|
+
### Minor Changes
|
|
64
|
+
|
|
65
|
+
- b6e2c8c: Make `pnpm self-update` respect `minimumReleaseAge` (and `minimumReleaseAgeExclude`) when resolving which pnpm version to install.
|
|
66
|
+
|
|
67
|
+
When the `latest` dist-tag points to a version newer than the configured age threshold, `self-update` now selects the newest mature version instead unless excluded by `minimumReleaseAgeExclude`.
|
|
68
|
+
|
|
69
|
+
Also makes `dlx` and `outdated` surface invalid `minimumReleaseAgeExclude` patterns under the same `ERR_PNPM_INVALID_MINIMUM_RELEASE_AGE_EXCLUDE` error code already used by `install`, instead of leaking the internal `ERR_PNPM_INVALID_VERSION_UNION` / `ERR_PNPM_NAME_PATTERN_IN_VERSION_UNION` codes.
|
|
70
|
+
|
|
71
|
+
## 1100.0.3
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- Updated dependencies [b61e268]
|
|
76
|
+
- @pnpm/types@1101.1.0
|
|
77
|
+
|
|
78
|
+
## 1100.0.2
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- Updated dependencies [184ce26]
|
|
83
|
+
- @pnpm/config.matcher@1100.0.1
|
|
84
|
+
|
|
85
|
+
## 1100.0.1
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Updated dependencies [ff28085]
|
|
90
|
+
- @pnpm/types@1101.0.0
|
|
91
|
+
|
|
92
|
+
## 1000.0.1
|
|
93
|
+
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- Updated dependencies [76718b3]
|
|
97
|
+
- Updated dependencies [a8f016c]
|
|
98
|
+
- Updated dependencies [cc1b8e3]
|
|
99
|
+
- Updated dependencies [491a84f]
|
|
100
|
+
- Updated dependencies [7d2fd48]
|
|
101
|
+
- Updated dependencies [efb48dc]
|
|
102
|
+
- Updated dependencies [cb367b9]
|
|
103
|
+
- Updated dependencies [7b1c189]
|
|
104
|
+
- Updated dependencies [8ffb1a7]
|
|
105
|
+
- Updated dependencies [05fb1ae]
|
|
106
|
+
- Updated dependencies [71de2b3]
|
|
107
|
+
- Updated dependencies [10bc391]
|
|
108
|
+
- Updated dependencies [831f574]
|
|
109
|
+
- Updated dependencies [2df8b71]
|
|
110
|
+
- Updated dependencies [15549a9]
|
|
111
|
+
- Updated dependencies [cc7c0d2]
|
|
112
|
+
- Updated dependencies [efb48dc]
|
|
113
|
+
- @pnpm/types@1001.0.0
|
|
114
|
+
- @pnpm/config.matcher@1001.0.0
|
|
115
|
+
- @pnpm/error@1001.0.0
|
|
116
|
+
|
|
117
|
+
## 1000.0.0
|
|
118
|
+
|
|
119
|
+
### Major Changes
|
|
120
|
+
|
|
121
|
+
- dee39ec: Initial release.
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- Updated dependencies [7c1382f]
|
|
126
|
+
- Updated dependencies [dee39ec]
|
|
127
|
+
- Updated dependencies [7c1382f]
|
|
128
|
+
- @pnpm/types@1000.9.0
|
|
129
|
+
- @pnpm/matcher@1000.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/config.version-policy",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.7",
|
|
4
4
|
"description": "Parses and evaluates package version policy specs and produces package-version matchers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"!*.map"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"semver": "^7.8.4",
|
|
31
|
-
"@pnpm/error": "1100.0.1",
|
|
32
30
|
"@pnpm/config.matcher": "1100.0.1",
|
|
33
|
-
"@pnpm/
|
|
31
|
+
"@pnpm/error": "1100.0.1",
|
|
32
|
+
"@pnpm/types": "1101.4.0",
|
|
33
|
+
"semver": "^7.8.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@jest/globals": "30.4.1",
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
37
|
+
"@pnpm/config.version-policy": "1100.1.7",
|
|
38
|
+
"@types/semver": "7.7.1"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=22.13"
|