@rushstack/heft-vscode-extension-plugin 1.0.22 → 1.1.1
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.json +661 -0
- package/CHANGELOG.md +194 -0
- package/heft-plugin.json +3 -3
- package/lib-commonjs/VSCodeExtensionPackagePlugin.js.map +1 -0
- package/lib-commonjs/VSCodeExtensionPublishPlugin.js.map +1 -0
- package/lib-commonjs/VSCodeExtensionVerifySignaturePlugin.js.map +1 -0
- package/{lib → lib-commonjs}/util.js +6 -3
- package/lib-commonjs/util.js.map +1 -0
- package/{lib → lib-dts}/VSCodeExtensionPackagePlugin.d.ts.map +1 -1
- package/{lib → lib-dts}/VSCodeExtensionPublishPlugin.d.ts.map +1 -1
- package/{lib → lib-dts}/VSCodeExtensionVerifySignaturePlugin.d.ts.map +1 -1
- package/{lib → lib-dts}/util.d.ts +2 -2
- package/lib-dts/util.d.ts.map +1 -0
- package/lib-esm/VSCodeExtensionPackagePlugin.js +47 -0
- package/lib-esm/VSCodeExtensionPackagePlugin.js.map +1 -0
- package/lib-esm/VSCodeExtensionPublishPlugin.js +77 -0
- package/lib-esm/VSCodeExtensionPublishPlugin.js.map +1 -0
- package/lib-esm/VSCodeExtensionVerifySignaturePlugin.js +42 -0
- package/lib-esm/VSCodeExtensionVerifySignaturePlugin.js.map +1 -0
- package/lib-esm/util.js +31 -0
- package/lib-esm/util.js.map +1 -0
- package/package.json +26 -12
- package/lib/util.d.ts.map +0 -1
- /package/{lib → lib-commonjs}/VSCodeExtensionPackagePlugin.js +0 -0
- /package/{lib → lib-commonjs}/VSCodeExtensionPublishPlugin.js +0 -0
- /package/{lib → lib-commonjs}/VSCodeExtensionVerifySignaturePlugin.js +0 -0
- /package/{lib → lib-dts}/VSCodeExtensionPackagePlugin.d.ts +0 -0
- /package/{lib → lib-dts}/VSCodeExtensionPublishPlugin.d.ts +0 -0
- /package/{lib → lib-dts}/VSCodeExtensionVerifySignaturePlugin.d.ts +0 -0
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,661 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@rushstack/heft-vscode-extension-plugin",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.1.1",
|
|
6
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.1.1",
|
|
7
|
+
"date": "Fri, 20 Feb 2026 00:15:04 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Add `\"node\"` condition before `\"import\"` in the `\"exports\"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `\"import\"`. Fixes https://github.com/microsoft/rushstack/issues/5644."
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"dependency": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.20.1`"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.22.1`"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.1`"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.2.0` to `1.2.1`"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"version": "1.1.0",
|
|
32
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.1.0",
|
|
33
|
+
"date": "Thu, 19 Feb 2026 00:04:52 GMT",
|
|
34
|
+
"comments": {
|
|
35
|
+
"minor": [
|
|
36
|
+
{
|
|
37
|
+
"comment": "Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `\"exports\"` field in `package.json`."
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"dependency": [
|
|
41
|
+
{
|
|
42
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.20.0`"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.22.0`"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.2.0`"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.14` to `1.2.0`"
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"version": "1.0.22",
|
|
58
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.22",
|
|
59
|
+
"date": "Sat, 07 Feb 2026 01:13:26 GMT",
|
|
60
|
+
"comments": {
|
|
61
|
+
"dependency": [
|
|
62
|
+
{
|
|
63
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.14`"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.19`"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.13` to `1.1.14`"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"version": "1.0.21",
|
|
76
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.21",
|
|
77
|
+
"date": "Wed, 04 Feb 2026 20:42:47 GMT",
|
|
78
|
+
"comments": {
|
|
79
|
+
"dependency": [
|
|
80
|
+
{
|
|
81
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.13`"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.18`"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.12` to `1.1.13`"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"version": "1.0.20",
|
|
94
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.20",
|
|
95
|
+
"date": "Wed, 04 Feb 2026 16:13:27 GMT",
|
|
96
|
+
"comments": {
|
|
97
|
+
"dependency": [
|
|
98
|
+
{
|
|
99
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.12`"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.17`"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.11` to `1.1.12`"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"version": "1.0.19",
|
|
112
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.19",
|
|
113
|
+
"date": "Fri, 30 Jan 2026 01:16:13 GMT",
|
|
114
|
+
"comments": {
|
|
115
|
+
"dependency": [
|
|
116
|
+
{
|
|
117
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.11`"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.16`"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.10` to `1.1.11`"
|
|
124
|
+
}
|
|
125
|
+
]
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"version": "1.0.18",
|
|
130
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.18",
|
|
131
|
+
"date": "Thu, 08 Jan 2026 01:12:30 GMT",
|
|
132
|
+
"comments": {
|
|
133
|
+
"dependency": [
|
|
134
|
+
{
|
|
135
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.10`"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.15`"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.9` to `1.1.10`"
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"version": "1.0.17",
|
|
148
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.17",
|
|
149
|
+
"date": "Wed, 07 Jan 2026 01:12:25 GMT",
|
|
150
|
+
"comments": {
|
|
151
|
+
"dependency": [
|
|
152
|
+
{
|
|
153
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.21.0`"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.9`"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.14`"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.8` to `1.1.9`"
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"version": "1.0.16",
|
|
169
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.16",
|
|
170
|
+
"date": "Mon, 05 Jan 2026 16:12:49 GMT",
|
|
171
|
+
"comments": {
|
|
172
|
+
"dependency": [
|
|
173
|
+
{
|
|
174
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.20.0`"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.8`"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.13`"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.7` to `1.1.8`"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"version": "1.0.15",
|
|
190
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.15",
|
|
191
|
+
"date": "Sat, 06 Dec 2025 01:12:28 GMT",
|
|
192
|
+
"comments": {
|
|
193
|
+
"dependency": [
|
|
194
|
+
{
|
|
195
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.19.1`"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.5`"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.7`"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.12`"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.6` to `1.1.7`"
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"version": "1.0.14",
|
|
214
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.14",
|
|
215
|
+
"date": "Wed, 03 Dec 2025 01:12:28 GMT",
|
|
216
|
+
"comments": {
|
|
217
|
+
"dependency": [
|
|
218
|
+
{
|
|
219
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.11`"
|
|
220
|
+
}
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"version": "1.0.13",
|
|
226
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.13",
|
|
227
|
+
"date": "Fri, 21 Nov 2025 16:13:56 GMT",
|
|
228
|
+
"comments": {
|
|
229
|
+
"dependency": [
|
|
230
|
+
{
|
|
231
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.19.0`"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.4`"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.6`"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.10`"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.5` to `1.1.6`"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"version": "1.0.12",
|
|
250
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.12",
|
|
251
|
+
"date": "Wed, 12 Nov 2025 01:57:54 GMT",
|
|
252
|
+
"comments": {
|
|
253
|
+
"dependency": [
|
|
254
|
+
{
|
|
255
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.9`"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"version": "1.0.11",
|
|
262
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.11",
|
|
263
|
+
"date": "Wed, 12 Nov 2025 01:12:56 GMT",
|
|
264
|
+
"comments": {
|
|
265
|
+
"dependency": [
|
|
266
|
+
{
|
|
267
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.5`"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.8`"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.4` to `1.1.5`"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"version": "1.0.10",
|
|
280
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.10",
|
|
281
|
+
"date": "Tue, 11 Nov 2025 16:13:26 GMT",
|
|
282
|
+
"comments": {
|
|
283
|
+
"dependency": [
|
|
284
|
+
{
|
|
285
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.7`"
|
|
286
|
+
}
|
|
287
|
+
]
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"version": "1.0.9",
|
|
292
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.9",
|
|
293
|
+
"date": "Mon, 10 Nov 2025 16:12:32 GMT",
|
|
294
|
+
"comments": {
|
|
295
|
+
"dependency": [
|
|
296
|
+
{
|
|
297
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.6`"
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"version": "1.0.8",
|
|
304
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.8",
|
|
305
|
+
"date": "Tue, 04 Nov 2025 08:15:15 GMT",
|
|
306
|
+
"comments": {
|
|
307
|
+
"dependency": [
|
|
308
|
+
{
|
|
309
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.4`"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.5`"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.3` to `1.1.4`"
|
|
316
|
+
}
|
|
317
|
+
]
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"version": "1.0.7",
|
|
322
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.7",
|
|
323
|
+
"date": "Fri, 24 Oct 2025 11:22:09 GMT",
|
|
324
|
+
"comments": {
|
|
325
|
+
"dependency": [
|
|
326
|
+
{
|
|
327
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.4`"
|
|
328
|
+
}
|
|
329
|
+
]
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"version": "1.0.6",
|
|
334
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.6",
|
|
335
|
+
"date": "Fri, 24 Oct 2025 00:13:38 GMT",
|
|
336
|
+
"comments": {
|
|
337
|
+
"dependency": [
|
|
338
|
+
{
|
|
339
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.18.0`"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.3`"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.3`"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.3`"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.2` to `1.1.3`"
|
|
352
|
+
}
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"version": "1.0.5",
|
|
358
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.5",
|
|
359
|
+
"date": "Wed, 22 Oct 2025 00:57:54 GMT",
|
|
360
|
+
"comments": {
|
|
361
|
+
"dependency": [
|
|
362
|
+
{
|
|
363
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.17.1`"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.2`"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.2`"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.2`"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.1` to `1.1.2`"
|
|
376
|
+
}
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"version": "1.0.4",
|
|
382
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.4",
|
|
383
|
+
"date": "Tue, 14 Oct 2025 15:13:22 GMT",
|
|
384
|
+
"comments": {
|
|
385
|
+
"dependency": [
|
|
386
|
+
{
|
|
387
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.1`"
|
|
388
|
+
}
|
|
389
|
+
]
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"version": "1.0.3",
|
|
394
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.3",
|
|
395
|
+
"date": "Mon, 13 Oct 2025 15:13:02 GMT",
|
|
396
|
+
"comments": {
|
|
397
|
+
"dependency": [
|
|
398
|
+
{
|
|
399
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.11.0`"
|
|
400
|
+
}
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"version": "1.0.2",
|
|
406
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.2",
|
|
407
|
+
"date": "Wed, 08 Oct 2025 00:13:29 GMT",
|
|
408
|
+
"comments": {
|
|
409
|
+
"dependency": [
|
|
410
|
+
{
|
|
411
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.17.0`"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.1`"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.1`"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.10.2`"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.1.0` to `1.1.1`"
|
|
424
|
+
}
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"version": "1.0.1",
|
|
430
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.1",
|
|
431
|
+
"date": "Fri, 03 Oct 2025 20:10:00 GMT",
|
|
432
|
+
"comments": {
|
|
433
|
+
"dependency": [
|
|
434
|
+
{
|
|
435
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.16.0`"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.19.0`"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.1.0`"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.10.1`"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^1.0.0` to `1.1.0`"
|
|
448
|
+
}
|
|
449
|
+
]
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"version": "1.0.0",
|
|
454
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v1.0.0",
|
|
455
|
+
"date": "Tue, 30 Sep 2025 23:57:45 GMT",
|
|
456
|
+
"comments": {
|
|
457
|
+
"major": [
|
|
458
|
+
{
|
|
459
|
+
"comment": "Release Heft version 1.0.0"
|
|
460
|
+
}
|
|
461
|
+
],
|
|
462
|
+
"dependency": [
|
|
463
|
+
{
|
|
464
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.15.1`"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.18.0`"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `1.0.0`"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.10.0`"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.75.0` to `1.0.0`"
|
|
477
|
+
}
|
|
478
|
+
]
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"version": "0.2.8",
|
|
483
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.8",
|
|
484
|
+
"date": "Tue, 30 Sep 2025 20:33:51 GMT",
|
|
485
|
+
"comments": {
|
|
486
|
+
"dependency": [
|
|
487
|
+
{
|
|
488
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.15.0`"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.17.0`"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.75.0`"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.9.7`"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.74.5` to `0.75.0`"
|
|
501
|
+
}
|
|
502
|
+
]
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"version": "0.2.7",
|
|
507
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.7",
|
|
508
|
+
"date": "Fri, 12 Sep 2025 15:13:07 GMT",
|
|
509
|
+
"comments": {
|
|
510
|
+
"dependency": [
|
|
511
|
+
{
|
|
512
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.5`"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.9.6`"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.74.4` to `0.74.5`"
|
|
519
|
+
}
|
|
520
|
+
]
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"version": "0.2.6",
|
|
525
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.6",
|
|
526
|
+
"date": "Thu, 11 Sep 2025 00:22:31 GMT",
|
|
527
|
+
"comments": {
|
|
528
|
+
"dependency": [
|
|
529
|
+
{
|
|
530
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.16.0`"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.4`"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.9.5`"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.74.3` to `0.74.4`"
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"version": "0.2.5",
|
|
546
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.5",
|
|
547
|
+
"date": "Fri, 29 Aug 2025 00:08:01 GMT",
|
|
548
|
+
"comments": {
|
|
549
|
+
"patch": [
|
|
550
|
+
{
|
|
551
|
+
"comment": "add extraPackagingFlags plugin option"
|
|
552
|
+
}
|
|
553
|
+
]
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"version": "0.2.4",
|
|
558
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.4",
|
|
559
|
+
"date": "Thu, 21 Aug 2025 00:12:45 GMT",
|
|
560
|
+
"comments": {
|
|
561
|
+
"patch": [
|
|
562
|
+
{
|
|
563
|
+
"comment": "Add support for verifying extension signature."
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"version": "0.2.3",
|
|
570
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.3",
|
|
571
|
+
"date": "Tue, 19 Aug 2025 20:45:02 GMT",
|
|
572
|
+
"comments": {
|
|
573
|
+
"dependency": [
|
|
574
|
+
{
|
|
575
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.3`"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.9.4`"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.74.2` to `0.74.3`"
|
|
582
|
+
}
|
|
583
|
+
]
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"version": "0.2.2",
|
|
588
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.2",
|
|
589
|
+
"date": "Fri, 01 Aug 2025 00:12:49 GMT",
|
|
590
|
+
"comments": {
|
|
591
|
+
"dependency": [
|
|
592
|
+
{
|
|
593
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.2`"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.9.3`"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.74.1` to `0.74.2`"
|
|
600
|
+
}
|
|
601
|
+
]
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"version": "0.2.1",
|
|
606
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.1",
|
|
607
|
+
"date": "Mon, 28 Jul 2025 15:11:56 GMT",
|
|
608
|
+
"comments": {
|
|
609
|
+
"dependency": [
|
|
610
|
+
{
|
|
611
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.9.2`"
|
|
612
|
+
}
|
|
613
|
+
]
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"version": "0.2.0",
|
|
618
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.2.0",
|
|
619
|
+
"date": "Sat, 26 Jul 2025 00:12:22 GMT",
|
|
620
|
+
"comments": {
|
|
621
|
+
"minor": [
|
|
622
|
+
{
|
|
623
|
+
"comment": "Add support for generating extension manifest."
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"comment": "Add VSIX publish plugin."
|
|
627
|
+
}
|
|
628
|
+
]
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"version": "0.1.0",
|
|
633
|
+
"tag": "@rushstack/heft-vscode-extension-plugin_v0.1.0",
|
|
634
|
+
"date": "Wed, 23 Jul 2025 20:55:57 GMT",
|
|
635
|
+
"comments": {
|
|
636
|
+
"minor": [
|
|
637
|
+
{
|
|
638
|
+
"comment": "Add new Heft plugin to package files into a VSIX file"
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"dependency": [
|
|
642
|
+
{
|
|
643
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.14.0`"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.15.4`"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.1`"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.9.1`"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.73.6` to `0.74.1`"
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
}
|