@pnpm/config.writer 1100.0.14 → 1100.0.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +290 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,290 @@
1
+ # @pnpm/config.config-writer
2
+
3
+ ## 1100.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/types@1101.4.0
9
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.16
10
+
11
+ ## 1100.0.15
12
+
13
+ ### Patch Changes
14
+
15
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.15
16
+
17
+ ## 1100.0.14
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [25a829e]
22
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.14
23
+
24
+ ## 1100.0.13
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [681b593]
29
+ - Updated dependencies [a31faa7]
30
+ - @pnpm/types@1101.3.2
31
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.13
32
+
33
+ ## 1100.0.12
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [bf1b731]
38
+ - @pnpm/types@1101.3.1
39
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.12
40
+
41
+ ## 1100.0.11
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [a017bf3]
46
+ - @pnpm/types@1101.3.0
47
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.11
48
+
49
+ ## 1100.0.10
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [35d2355]
54
+ - @pnpm/types@1101.2.0
55
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.10
56
+
57
+ ## 1100.0.9
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [64afc92]
62
+ - @pnpm/types@1101.1.1
63
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.9
64
+
65
+ ## 1100.0.8
66
+
67
+ ### Patch Changes
68
+
69
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.8
70
+
71
+ ## 1100.0.7
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies [b61e268]
76
+ - @pnpm/types@1101.1.0
77
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.7
78
+
79
+ ## 1100.0.6
80
+
81
+ ### Patch Changes
82
+
83
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.6
84
+
85
+ ## 1100.0.5
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [0d791f3]
90
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.5
91
+
92
+ ## 1100.0.4
93
+
94
+ ### Patch Changes
95
+
96
+ - 184ce26: Fix the package name in README.md.
97
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.4
98
+
99
+ ## 1100.0.3
100
+
101
+ ### Patch Changes
102
+
103
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.3
104
+
105
+ ## 1100.0.2
106
+
107
+ ### Patch Changes
108
+
109
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.2
110
+
111
+ ## 1100.0.1
112
+
113
+ ### Patch Changes
114
+
115
+ - Updated dependencies [ff28085]
116
+ - @pnpm/types@1101.0.0
117
+ - @pnpm/workspace.workspace-manifest-writer@1100.0.1
118
+
119
+ ## 1001.0.0
120
+
121
+ ### Major Changes
122
+
123
+ - 491a84f: This package is now pure ESM.
124
+ - 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
125
+
126
+ ### Minor Changes
127
+
128
+ - 7721d2e: `pnpm audit --fix` now adds the minimum patched versions to `minimumReleaseAgeExclude` in `pnpm-workspace.yaml` [#10263](https://github.com/pnpm/pnpm/issues/10263).
129
+
130
+ When `minimumReleaseAge` is configured, security patches suggested by `pnpm audit` may be blocked because the patched versions are too new. Now, `pnpm audit --fix` automatically adds the minimum patched version for each vulnerability (e.g., `axios@0.21.2`) to `minimumReleaseAgeExclude`, so that `pnpm install` can install the security fix without waiting for it to mature.
131
+
132
+ - 121f64a: New option added: updatedOverrides.
133
+
134
+ ### Patch Changes
135
+
136
+ - Updated dependencies [7721d2e]
137
+ - Updated dependencies [a1807b1]
138
+ - Updated dependencies [76718b3]
139
+ - Updated dependencies [a8f016c]
140
+ - Updated dependencies [cc1b8e3]
141
+ - Updated dependencies [491a84f]
142
+ - Updated dependencies [121f64a]
143
+ - Updated dependencies [075aa99]
144
+ - Updated dependencies [7d2fd48]
145
+ - Updated dependencies [efb48dc]
146
+ - Updated dependencies [cb367b9]
147
+ - Updated dependencies [7b1c189]
148
+ - Updated dependencies [8ffb1a7]
149
+ - Updated dependencies [05fb1ae]
150
+ - Updated dependencies [71de2b3]
151
+ - Updated dependencies [10bc391]
152
+ - Updated dependencies [4f66fbe]
153
+ - Updated dependencies [2df8b71]
154
+ - Updated dependencies [15549a9]
155
+ - Updated dependencies [cc7c0d2]
156
+ - Updated dependencies [efb48dc]
157
+ - Updated dependencies [2b14c74]
158
+ - @pnpm/workspace.workspace-manifest-writer@1002.0.0
159
+ - @pnpm/types@1001.0.0
160
+
161
+ ## 1000.0.14
162
+
163
+ ### Patch Changes
164
+
165
+ - Updated dependencies [7c1382f]
166
+ - Updated dependencies [dee39ec]
167
+ - @pnpm/types@1000.9.0
168
+ - @pnpm/read-project-manifest@1001.1.4
169
+ - @pnpm/workspace.manifest-writer@1001.0.3
170
+
171
+ ## 1000.0.13
172
+
173
+ ### Patch Changes
174
+
175
+ - @pnpm/read-project-manifest@1001.1.3
176
+ - @pnpm/workspace.manifest-writer@1001.0.2
177
+
178
+ ## 1000.0.12
179
+
180
+ ### Patch Changes
181
+
182
+ - @pnpm/workspace.manifest-writer@1001.0.2
183
+ - @pnpm/read-project-manifest@1001.1.2
184
+
185
+ ## 1000.0.11
186
+
187
+ ### Patch Changes
188
+
189
+ - Updated dependencies [e792927]
190
+ - @pnpm/types@1000.8.0
191
+ - @pnpm/read-project-manifest@1001.1.1
192
+ - @pnpm/workspace.manifest-writer@1001.0.1
193
+
194
+ ## 1000.0.10
195
+
196
+ ### Patch Changes
197
+
198
+ - Updated dependencies [9dbada8]
199
+ - Updated dependencies [8747b4e]
200
+ - @pnpm/workspace.manifest-writer@1001.0.0
201
+
202
+ ## 1000.0.9
203
+
204
+ ### Patch Changes
205
+
206
+ - Updated dependencies [d1edf73]
207
+ - Updated dependencies [86b33e9]
208
+ - @pnpm/read-project-manifest@1001.1.0
209
+ - @pnpm/workspace.manifest-writer@1000.2.3
210
+
211
+ ## 1000.0.8
212
+
213
+ ### Patch Changes
214
+
215
+ - Updated dependencies [1a07b8f]
216
+ - Updated dependencies [1a07b8f]
217
+ - Updated dependencies [1a07b8f]
218
+ - @pnpm/types@1000.7.0
219
+ - @pnpm/read-project-manifest@1001.0.0
220
+ - @pnpm/workspace.manifest-writer@1000.2.2
221
+
222
+ ## 1000.0.7
223
+
224
+ ### Patch Changes
225
+
226
+ - Updated dependencies [95a9b82]
227
+ - @pnpm/workspace.manifest-writer@1000.2.1
228
+
229
+ ## 1000.0.6
230
+
231
+ ### Patch Changes
232
+
233
+ - Updated dependencies [c8341cc]
234
+ - @pnpm/workspace.manifest-writer@1000.2.0
235
+
236
+ ## 1000.0.5
237
+
238
+ ### Patch Changes
239
+
240
+ - Updated dependencies [5ec7255]
241
+ - @pnpm/types@1000.6.0
242
+ - @pnpm/workspace.manifest-writer@1000.1.4
243
+ - @pnpm/read-project-manifest@1000.0.11
244
+
245
+ ## 1000.0.4
246
+
247
+ ### Patch Changes
248
+
249
+ - Updated dependencies [2bcb402]
250
+ - @pnpm/workspace.manifest-writer@1000.1.3
251
+
252
+ ## 1000.0.3
253
+
254
+ ### Patch Changes
255
+
256
+ - Updated dependencies [5b73df1]
257
+ - @pnpm/types@1000.5.0
258
+ - @pnpm/read-project-manifest@1000.0.10
259
+ - @pnpm/workspace.manifest-writer@1000.1.2
260
+
261
+ ## 1000.0.2
262
+
263
+ ### Patch Changes
264
+
265
+ - 17b7e9f: The patch file path saved by the pnpm `patch-commit` and `patch-remove` commands should be a relative path [#9403](https://github.com/pnpm/pnpm/pull/9403).
266
+
267
+ ## 1000.0.1
268
+
269
+ ### Patch Changes
270
+
271
+ - Updated dependencies [750ae7d]
272
+ - Updated dependencies [ead11ad]
273
+ - @pnpm/types@1000.4.0
274
+ - @pnpm/workspace.manifest-writer@1000.1.1
275
+ - @pnpm/read-project-manifest@1000.0.9
276
+
277
+ ## 1000.0.0
278
+
279
+ ### Major Changes
280
+
281
+ - 5a9e34f: Initial release.
282
+
283
+ ### Patch Changes
284
+
285
+ - Updated dependencies [5f7be64]
286
+ - Updated dependencies [3a90ec1]
287
+ - Updated dependencies [5f7be64]
288
+ - @pnpm/types@1000.3.0
289
+ - @pnpm/workspace.manifest-writer@1000.1.0
290
+ - @pnpm/read-project-manifest@1000.0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/config.writer",
3
- "version": "1100.0.14",
3
+ "version": "1100.0.16",
4
4
  "description": "Functions for updating the configuration settings",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,11 +28,11 @@
28
28
  "!*.map"
29
29
  ],
30
30
  "dependencies": {
31
- "@pnpm/types": "1101.3.2",
32
- "@pnpm/workspace.workspace-manifest-writer": "1100.0.14"
31
+ "@pnpm/types": "1101.4.0",
32
+ "@pnpm/workspace.workspace-manifest-writer": "1100.0.16"
33
33
  },
34
34
  "devDependencies": {
35
- "@pnpm/config.writer": "1100.0.14"
35
+ "@pnpm/config.writer": "1100.0.16"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=22.13"