@lage-run/hasher 1.9.2 → 1.9.3
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/lib/PackageTree.d.ts +2 -2
- package/lib/PackageTree.js.map +1 -1
- package/lib/TargetHasher.d.ts +14 -21
- package/lib/TargetHasher.js +14 -32
- package/lib/TargetHasher.js.map +1 -1
- package/lib/resolveExternalDependencies.d.ts +14 -11
- package/lib/resolveExternalDependencies.js +25 -28
- package/lib/resolveExternalDependencies.js.map +1 -1
- package/package.json +13 -11
- package/CHANGELOG.json +0 -735
- package/CHANGELOG.md +0 -323
- package/jest.config.js +0 -1
- package/lib/__fixtures__/config/backfill.config.d.ts +0 -1
- package/lib/__fixtures__/config/packages/package-1/backfill.config.d.ts +0 -0
- package/lib/__fixtures__/monorepo-nested/packages/package-a/build/another/file.d.ts +0 -1
- package/lib/__fixtures__/monorepo-nested/packages/package-a/build/another/file.js +0 -2
- package/lib/__fixtures__/monorepo-nested/packages/package-a/build/another/file.js.map +0 -1
- package/lib/__fixtures__/monorepo-with-global-files/some-global.config.d.ts +0 -1
- package/lib/__fixtures__/monorepo-with-global-files/some-global2.config.d.ts +0 -1
- package/lib/__fixtures__/monorepo-with-global-files-different-tasks/some-global.config.d.ts +0 -1
- package/lib/__tests__/PackageTree.test.d.ts +0 -1
- package/lib/__tests__/PackageTree.test.js +0 -76
- package/lib/__tests__/PackageTree.test.js.map +0 -1
- package/lib/__tests__/TargetHasher.test.d.ts +0 -1
- package/lib/__tests__/TargetHasher.test.js +0 -213
- package/lib/__tests__/TargetHasher.test.js.map +0 -1
- package/lib/__tests__/getPackageDeps.test.d.ts +0 -1
- package/lib/__tests__/getPackageDeps.test.js +0 -310
- package/lib/__tests__/getPackageDeps.test.js.map +0 -1
- package/lib/__tests__/resolveDependenciesHelper.d.ts +0 -3
- package/lib/__tests__/resolveDependenciesHelper.js +0 -66
- package/lib/__tests__/resolveDependenciesHelper.js.map +0 -1
- package/lib/__tests__/resolveExternalDependencies.test.d.ts +0 -1
- package/lib/__tests__/resolveExternalDependencies.test.js +0 -154
- package/lib/__tests__/resolveExternalDependencies.test.js.map +0 -1
- package/lib/__tests__/resolveInternalDependencies.test.d.ts +0 -1
- package/lib/__tests__/resolveInternalDependencies.test.js +0 -131
- package/lib/__tests__/resolveInternalDependencies.test.js.map +0 -1
- package/lib/nameAtVersion.d.ts +0 -1
- package/lib/nameAtVersion.js +0 -13
- package/lib/nameAtVersion.js.map +0 -1
- package/lib/resolveInternalDependencies.d.ts +0 -6
- package/lib/resolveInternalDependencies.js +0 -26
- package/lib/resolveInternalDependencies.js.map +0 -1
- package/tsconfig.json +0 -7
package/CHANGELOG.json
DELETED
|
@@ -1,735 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@lage-run/hasher",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Sat, 24 Jan 2026 09:00:58 GMT",
|
|
6
|
-
"version": "1.9.2",
|
|
7
|
-
"tag": "@lage-run/hasher_v1.9.2",
|
|
8
|
-
"comments": {
|
|
9
|
-
"patch": [
|
|
10
|
-
{
|
|
11
|
-
"author": "elcraig@microsoft.com",
|
|
12
|
-
"package": "@lage-run/hasher",
|
|
13
|
-
"commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
|
|
14
|
-
"comment": "Add explicit module boundary types and update typescript version"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"author": "email not defined",
|
|
18
|
-
"package": "@lage-run/hasher",
|
|
19
|
-
"commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
|
|
20
|
-
"comment": "Update dependency workspace-tools to v0.40.4 and fix deprecated API usage"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"author": "dobes@formative.com",
|
|
24
|
-
"package": "@lage-run/hasher",
|
|
25
|
-
"commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
|
|
26
|
-
"comment": "Show target.id in error about missing inputs"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"none": [
|
|
30
|
-
{
|
|
31
|
-
"author": "elcraig@microsoft.com",
|
|
32
|
-
"package": "@lage-run/hasher",
|
|
33
|
-
"commit": "092607a7d55561a9342ab3265ccab0142dd59b9b",
|
|
34
|
-
"comment": "Add missing dev dep on micromatch types"
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"date": "Thu, 15 Jan 2026 23:24:00 GMT",
|
|
41
|
-
"version": "1.9.1",
|
|
42
|
-
"tag": "@lage-run/hasher_v1.9.1",
|
|
43
|
-
"comments": {
|
|
44
|
-
"patch": [
|
|
45
|
-
{
|
|
46
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
47
|
-
"package": "@lage-run/hasher",
|
|
48
|
-
"commit": "3d7ac61faadf82097fb2996431b537b2a9baa0e3",
|
|
49
|
-
"comment": "Update dependency workspace-tools to v0.40.0"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"author": "nemanjatesic@microsoft.com",
|
|
53
|
-
"package": "@lage-run/hasher",
|
|
54
|
-
"commit": "3d7ac61faadf82097fb2996431b537b2a9baa0e3",
|
|
55
|
-
"comment": "Add lint rule for no-floating-promises and fix several places"
|
|
56
|
-
}
|
|
57
|
-
]
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"date": "Mon, 01 Sep 2025 08:10:36 GMT",
|
|
62
|
-
"version": "1.9.0",
|
|
63
|
-
"tag": "@lage-run/hasher_v1.9.0",
|
|
64
|
-
"comments": {
|
|
65
|
-
"minor": [
|
|
66
|
-
{
|
|
67
|
-
"author": "dannyvv@microsoft.com",
|
|
68
|
-
"package": "@lage-run/hasher",
|
|
69
|
-
"commit": "5f2d28335f9293a5cc44a3bc6a99f41f8f981e7c",
|
|
70
|
-
"comment": "Add merge logic for targetConfig"
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"date": "Fri, 08 Aug 2025 08:10:13 GMT",
|
|
77
|
-
"version": "1.8.3",
|
|
78
|
-
"tag": "@lage-run/hasher_v1.8.3",
|
|
79
|
-
"comments": {
|
|
80
|
-
"none": [
|
|
81
|
-
{
|
|
82
|
-
"author": "elcraig@microsoft.com",
|
|
83
|
-
"package": "@lage-run/hasher",
|
|
84
|
-
"commit": "733dbd23642c8ca7dc405de21a3c8b65b5a1aa5c",
|
|
85
|
-
"comment": "update formatting"
|
|
86
|
-
}
|
|
87
|
-
]
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"date": "Fri, 01 Aug 2025 08:10:15 GMT",
|
|
92
|
-
"version": "1.8.3",
|
|
93
|
-
"tag": "@lage-run/hasher_v1.8.3",
|
|
94
|
-
"comments": {
|
|
95
|
-
"patch": [
|
|
96
|
-
{
|
|
97
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
98
|
-
"package": "@lage-run/hasher",
|
|
99
|
-
"commit": "28308e0b441f625fb5a83daabadb55f49b208603",
|
|
100
|
-
"comment": "Update dependency workspace-tools to v0.38.4"
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"date": "Thu, 17 Apr 2025 08:10:01 GMT",
|
|
107
|
-
"version": "1.8.2",
|
|
108
|
-
"tag": "@lage-run/hasher_v1.8.2",
|
|
109
|
-
"comments": {
|
|
110
|
-
"patch": [
|
|
111
|
-
{
|
|
112
|
-
"author": "email not defined",
|
|
113
|
-
"package": "@lage-run/hasher",
|
|
114
|
-
"commit": "00e45954e48cdddcb3fa4b68a6e732a43ec7bd57",
|
|
115
|
-
"comment": "Update dependency workspace-tools to v0.38.3"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"date": "Sat, 29 Mar 2025 02:16:38 GMT",
|
|
122
|
-
"version": "1.8.0",
|
|
123
|
-
"tag": "@lage-run/hasher_v1.8.0",
|
|
124
|
-
"comments": {
|
|
125
|
-
"minor": [
|
|
126
|
-
{
|
|
127
|
-
"author": "kchau@microsoft.com",
|
|
128
|
-
"package": "@lage-run/hasher",
|
|
129
|
-
"commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
|
|
130
|
-
"comment": "cheat on optimization by leverage the fact that 'info' command is called before anything else ALWAYS in BXL"
|
|
131
|
-
}
|
|
132
|
-
],
|
|
133
|
-
"none": [
|
|
134
|
-
{
|
|
135
|
-
"author": "elcraig@microsoft.com",
|
|
136
|
-
"package": "@lage-run/hasher",
|
|
137
|
-
"commit": "a680ab60dcddd84808f223a1b5f38a16e868b66f",
|
|
138
|
-
"comment": "Sync versions, and use workspace:^ versions for local deps"
|
|
139
|
-
}
|
|
140
|
-
]
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"date": "Fri, 17 Jan 2025 21:57:32 GMT",
|
|
145
|
-
"version": "1.6.9",
|
|
146
|
-
"tag": "@lage-run/hasher_v1.6.9",
|
|
147
|
-
"comments": {
|
|
148
|
-
"patch": [
|
|
149
|
-
{
|
|
150
|
-
"author": "kchau@microsoft.com",
|
|
151
|
-
"package": "@lage-run/hasher",
|
|
152
|
-
"commit": "0cb67940795a8b1366c91a27959b123d4fd056c2",
|
|
153
|
-
"comment": "Make package tree handle nested packages"
|
|
154
|
-
}
|
|
155
|
-
]
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"date": "Wed, 15 Jan 2025 16:56:22 GMT",
|
|
160
|
-
"version": "1.6.8",
|
|
161
|
-
"tag": "@lage-run/hasher_v1.6.8",
|
|
162
|
-
"comments": {
|
|
163
|
-
"patch": [
|
|
164
|
-
{
|
|
165
|
-
"author": "beachball",
|
|
166
|
-
"package": "@lage-run/hasher",
|
|
167
|
-
"comment": "Bump @lage-run/target-graph to v0.11.1",
|
|
168
|
-
"commit": "not available"
|
|
169
|
-
}
|
|
170
|
-
]
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"date": "Mon, 02 Dec 2024 17:23:22 GMT",
|
|
175
|
-
"version": "1.6.7",
|
|
176
|
-
"tag": "@lage-run/hasher_v1.6.7",
|
|
177
|
-
"comments": {
|
|
178
|
-
"patch": [
|
|
179
|
-
{
|
|
180
|
-
"author": "beachball",
|
|
181
|
-
"package": "@lage-run/hasher",
|
|
182
|
-
"comment": "Bump @lage-run/target-graph to v0.11.0",
|
|
183
|
-
"commit": "not available"
|
|
184
|
-
}
|
|
185
|
-
]
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"date": "Wed, 20 Nov 2024 08:12:37 GMT",
|
|
190
|
-
"version": "1.6.6",
|
|
191
|
-
"tag": "@lage-run/hasher_v1.6.6",
|
|
192
|
-
"comments": {
|
|
193
|
-
"patch": [
|
|
194
|
-
{
|
|
195
|
-
"author": "email not defined",
|
|
196
|
-
"package": "@lage-run/hasher",
|
|
197
|
-
"commit": "c6e9f4e5339a897dd06a54fe528a1fadd75db243",
|
|
198
|
-
"comment": "Update dependency workspace-tools to v0.38.1"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"author": "beachball",
|
|
202
|
-
"package": "@lage-run/hasher",
|
|
203
|
-
"comment": "Bump @lage-run/target-graph to v0.10.1",
|
|
204
|
-
"commit": "not available"
|
|
205
|
-
}
|
|
206
|
-
]
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"date": "Mon, 18 Nov 2024 23:22:30 GMT",
|
|
211
|
-
"version": "1.6.5",
|
|
212
|
-
"tag": "@lage-run/hasher_v1.6.5",
|
|
213
|
-
"comments": {
|
|
214
|
-
"patch": [
|
|
215
|
-
{
|
|
216
|
-
"author": "slivanov@microsoft.com",
|
|
217
|
-
"package": "@lage-run/hasher",
|
|
218
|
-
"commit": "b09af7d39215a3126d9d2a026021f44befdaca54",
|
|
219
|
-
"comment": "Fix git command for getting untracked files in PackageTree.ts"
|
|
220
|
-
}
|
|
221
|
-
]
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"date": "Fri, 08 Nov 2024 19:45:09 GMT",
|
|
226
|
-
"version": "1.6.4",
|
|
227
|
-
"tag": "@lage-run/hasher_v1.6.4",
|
|
228
|
-
"comments": {
|
|
229
|
-
"patch": [
|
|
230
|
-
{
|
|
231
|
-
"author": "beachball",
|
|
232
|
-
"package": "@lage-run/hasher",
|
|
233
|
-
"comment": "Bump @lage-run/target-graph to v0.10.0",
|
|
234
|
-
"commit": "not available"
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"date": "Tue, 22 Oct 2024 15:19:29 GMT",
|
|
241
|
-
"version": "1.6.3",
|
|
242
|
-
"tag": "@lage-run/hasher_v1.6.3",
|
|
243
|
-
"comments": {
|
|
244
|
-
"patch": [
|
|
245
|
-
{
|
|
246
|
-
"author": "email not defined",
|
|
247
|
-
"package": "@lage-run/hasher",
|
|
248
|
-
"commit": "067b34dac0e6621e6dab889b4ecb3ffb96ed3b7c",
|
|
249
|
-
"comment": "Update dependency workspace-tools to v0.37.0"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"author": "beachball",
|
|
253
|
-
"package": "@lage-run/hasher",
|
|
254
|
-
"comment": "Bump @lage-run/target-graph to v0.9.3",
|
|
255
|
-
"commit": "not available"
|
|
256
|
-
}
|
|
257
|
-
]
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"date": "Mon, 21 Oct 2024 22:18:54 GMT",
|
|
262
|
-
"version": "1.6.2",
|
|
263
|
-
"tag": "@lage-run/hasher_v1.6.2",
|
|
264
|
-
"comments": {
|
|
265
|
-
"patch": [
|
|
266
|
-
{
|
|
267
|
-
"author": "beachball",
|
|
268
|
-
"package": "@lage-run/hasher",
|
|
269
|
-
"comment": "Bump @lage-run/target-graph to v0.9.2",
|
|
270
|
-
"commit": "not available"
|
|
271
|
-
}
|
|
272
|
-
]
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"date": "Thu, 17 Oct 2024 20:33:04 GMT",
|
|
277
|
-
"version": "1.6.1",
|
|
278
|
-
"tag": "@lage-run/hasher_v1.6.1",
|
|
279
|
-
"comments": {
|
|
280
|
-
"patch": [
|
|
281
|
-
{
|
|
282
|
-
"author": "beachball",
|
|
283
|
-
"package": "@lage-run/hasher",
|
|
284
|
-
"comment": "Bump @lage-run/target-graph to v0.9.1",
|
|
285
|
-
"commit": "not available"
|
|
286
|
-
}
|
|
287
|
-
]
|
|
288
|
-
}
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"date": "Wed, 02 Oct 2024 20:26:19 GMT",
|
|
292
|
-
"version": "1.6.0",
|
|
293
|
-
"tag": "@lage-run/hasher_v1.6.0",
|
|
294
|
-
"comments": {
|
|
295
|
-
"minor": [
|
|
296
|
-
{
|
|
297
|
-
"author": "kchau@microsoft.com",
|
|
298
|
-
"package": "@lage-run/hasher",
|
|
299
|
-
"commit": "6ecbd570669a07fa87429af5de13ec1adc58b864",
|
|
300
|
-
"comment": "exposes getInputFiles, packageTrees"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"author": "beachball",
|
|
304
|
-
"package": "@lage-run/hasher",
|
|
305
|
-
"comment": "Bump @lage-run/globby to v14.2.0",
|
|
306
|
-
"commit": "not available"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"author": "beachball",
|
|
310
|
-
"package": "@lage-run/hasher",
|
|
311
|
-
"comment": "Bump @lage-run/target-graph to v0.9.0",
|
|
312
|
-
"commit": "not available"
|
|
313
|
-
}
|
|
314
|
-
]
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"date": "Fri, 27 Sep 2024 20:03:49 GMT",
|
|
319
|
-
"version": "1.5.0",
|
|
320
|
-
"tag": "@lage-run/hasher_v1.5.0",
|
|
321
|
-
"comments": {
|
|
322
|
-
"minor": [
|
|
323
|
-
{
|
|
324
|
-
"author": "kchau@microsoft.com",
|
|
325
|
-
"package": "@lage-run/hasher",
|
|
326
|
-
"commit": "2919f9041f931dc6ef65017f7aedb9fef9dab66d",
|
|
327
|
-
"comment": "exposes getInputFiles, packageTrees"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"author": "beachball",
|
|
331
|
-
"package": "@lage-run/hasher",
|
|
332
|
-
"comment": "Bump @lage-run/globby to v14.1.0",
|
|
333
|
-
"commit": "not available"
|
|
334
|
-
}
|
|
335
|
-
]
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"date": "Wed, 25 Sep 2024 20:28:10 GMT",
|
|
340
|
-
"version": "1.4.0",
|
|
341
|
-
"tag": "@lage-run/hasher_v1.4.0",
|
|
342
|
-
"comments": {
|
|
343
|
-
"minor": [
|
|
344
|
-
{
|
|
345
|
-
"author": "kchau@microsoft.com",
|
|
346
|
-
"package": "@lage-run/hasher",
|
|
347
|
-
"commit": "09313be6a4a5667bf8c50b654428f778f6fa4028",
|
|
348
|
-
"comment": "writes out the \"inputs\" as hashes files inside node_modules\\.cache\\lage\\hashes\\**"
|
|
349
|
-
}
|
|
350
|
-
]
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"date": "Fri, 13 Sep 2024 18:05:04 GMT",
|
|
355
|
-
"version": "1.3.4",
|
|
356
|
-
"tag": "@lage-run/hasher_v1.3.4",
|
|
357
|
-
"comments": {
|
|
358
|
-
"patch": [
|
|
359
|
-
{
|
|
360
|
-
"author": "beachball",
|
|
361
|
-
"package": "@lage-run/hasher",
|
|
362
|
-
"comment": "Bump @lage-run/target-graph to v0.8.10",
|
|
363
|
-
"commit": "not available"
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"date": "Wed, 11 Sep 2024 20:52:15 GMT",
|
|
370
|
-
"version": "1.3.3",
|
|
371
|
-
"tag": "@lage-run/hasher_v1.3.3",
|
|
372
|
-
"comments": {
|
|
373
|
-
"patch": [
|
|
374
|
-
{
|
|
375
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
376
|
-
"package": "@lage-run/hasher",
|
|
377
|
-
"commit": "9ce7c7fcd8001c4c1ec3141097aa5b89f8bf7b37",
|
|
378
|
-
"comment": "Update dependency micromatch to v4.0.8 [SECURITY]"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
382
|
-
"package": "@lage-run/hasher",
|
|
383
|
-
"commit": "9ce7c7fcd8001c4c1ec3141097aa5b89f8bf7b37",
|
|
384
|
-
"comment": "Update dependency fast-glob to v3.3.2"
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"date": "Wed, 11 Sep 2024 20:30:48 GMT",
|
|
391
|
-
"version": "1.3.2",
|
|
392
|
-
"tag": "@lage-run/hasher_v1.3.2",
|
|
393
|
-
"comments": {
|
|
394
|
-
"patch": [
|
|
395
|
-
{
|
|
396
|
-
"author": "kchau@microsoft.com",
|
|
397
|
-
"package": "@lage-run/hasher",
|
|
398
|
-
"commit": "3fb589f859c1215e2f3b93bbdb55fae1d5fef116",
|
|
399
|
-
"comment": "yarn 4"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"author": "beachball",
|
|
403
|
-
"package": "@lage-run/hasher",
|
|
404
|
-
"comment": "Bump @lage-run/logger to v1.3.1",
|
|
405
|
-
"commit": "not available"
|
|
406
|
-
}
|
|
407
|
-
]
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"date": "Wed, 04 Sep 2024 23:25:05 GMT",
|
|
412
|
-
"version": "1.3.1",
|
|
413
|
-
"tag": "@lage-run/hasher_v1.3.1",
|
|
414
|
-
"comments": {
|
|
415
|
-
"patch": [
|
|
416
|
-
{
|
|
417
|
-
"author": "kchau@microsoft.com",
|
|
418
|
-
"package": "@lage-run/hasher",
|
|
419
|
-
"commit": "cbfd60ade539086a6a797c0674e06f26cfc06af3",
|
|
420
|
-
"comment": "Use file hashes instead of just the file names for env glob for targets\\"
|
|
421
|
-
}
|
|
422
|
-
]
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"date": "Fri, 30 Aug 2024 18:40:09 GMT",
|
|
427
|
-
"version": "1.3.0",
|
|
428
|
-
"tag": "@lage-run/hasher_v1.3.0",
|
|
429
|
-
"comments": {
|
|
430
|
-
"minor": [
|
|
431
|
-
{
|
|
432
|
-
"author": "kchau@microsoft.com",
|
|
433
|
-
"package": "@lage-run/hasher",
|
|
434
|
-
"commit": "962af15909d64159bbc5fef954e66b6bd4c410d1",
|
|
435
|
-
"comment": "adding the ability to calculate target env globs"
|
|
436
|
-
}
|
|
437
|
-
]
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"date": "Tue, 25 Jun 2024 22:03:40 GMT",
|
|
442
|
-
"version": "1.2.1",
|
|
443
|
-
"tag": "@lage-run/hasher_v1.2.1",
|
|
444
|
-
"comments": {
|
|
445
|
-
"patch": [
|
|
446
|
-
{
|
|
447
|
-
"author": "kchau@microsoft.com_msteamsmdb",
|
|
448
|
-
"package": "@lage-run/hasher",
|
|
449
|
-
"commit": "440bbd19c317982a187383a5a35befbea71f22c5",
|
|
450
|
-
"comment": "reverting all the hasher changes"
|
|
451
|
-
}
|
|
452
|
-
]
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"date": "Thu, 21 Dec 2023 09:49:09 GMT",
|
|
457
|
-
"version": "1.0.7",
|
|
458
|
-
"tag": "@lage-run/hasher_v1.0.7",
|
|
459
|
-
"comments": {
|
|
460
|
-
"patch": [
|
|
461
|
-
{
|
|
462
|
-
"author": "elcraig@microsoft.com",
|
|
463
|
-
"package": "@lage-run/hasher",
|
|
464
|
-
"commit": "429047eb173880261b9e76f82ef1fcf7bfe9e29a",
|
|
465
|
-
"comment": "Pin external deps to ensure explicit updates to lage bundle"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"author": "beachball",
|
|
469
|
-
"package": "@lage-run/hasher",
|
|
470
|
-
"comment": "Bump @lage-run/target-graph to v0.8.9",
|
|
471
|
-
"commit": "not available"
|
|
472
|
-
}
|
|
473
|
-
]
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"date": "Thu, 21 Dec 2023 08:37:41 GMT",
|
|
478
|
-
"version": "1.0.6",
|
|
479
|
-
"tag": "@lage-run/hasher_v1.0.6",
|
|
480
|
-
"comments": {
|
|
481
|
-
"none": [
|
|
482
|
-
{
|
|
483
|
-
"author": "elcraig@microsoft.com",
|
|
484
|
-
"package": "@lage-run/hasher",
|
|
485
|
-
"commit": "0752bad677868d982719f792f6692ab43ad325e0",
|
|
486
|
-
"comment": "Use ranges for devDependencies"
|
|
487
|
-
}
|
|
488
|
-
]
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
{
|
|
492
|
-
"date": "Tue, 12 Dec 2023 04:22:41 GMT",
|
|
493
|
-
"version": "1.0.6",
|
|
494
|
-
"tag": "@lage-run/hasher_v1.0.6",
|
|
495
|
-
"comments": {
|
|
496
|
-
"patch": [
|
|
497
|
-
{
|
|
498
|
-
"author": "stchur@microsoft.com",
|
|
499
|
-
"package": "@lage-run/hasher",
|
|
500
|
-
"commit": "f631134451741444619e28c80616ba22fc6454cf",
|
|
501
|
-
"comment": "Upgrade workspace-tools package to latest"
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"author": "beachball",
|
|
505
|
-
"package": "@lage-run/hasher",
|
|
506
|
-
"comment": "Bump @lage-run/target-graph to v0.8.8",
|
|
507
|
-
"commit": "not available"
|
|
508
|
-
}
|
|
509
|
-
]
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"date": "Tue, 05 Sep 2023 22:23:23 GMT",
|
|
514
|
-
"version": "1.0.5",
|
|
515
|
-
"tag": "@lage-run/hasher_v1.0.5",
|
|
516
|
-
"comments": {
|
|
517
|
-
"patch": [
|
|
518
|
-
{
|
|
519
|
-
"author": "elcraig@microsoft.com",
|
|
520
|
-
"package": "@lage-run/hasher",
|
|
521
|
-
"commit": "6f7dbb6f1fd3b75ba07f2a45580e750a6244d572",
|
|
522
|
-
"comment": "Unpin workspace-tools, fast-glob, and execa dependencies"
|
|
523
|
-
}
|
|
524
|
-
]
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"date": "Mon, 17 Jul 2023 15:14:04 GMT",
|
|
529
|
-
"tag": "@lage-run/hasher_v1.0.4",
|
|
530
|
-
"version": "1.0.4",
|
|
531
|
-
"comments": {
|
|
532
|
-
"patch": [
|
|
533
|
-
{
|
|
534
|
-
"author": "email not defined",
|
|
535
|
-
"package": "@lage-run/hasher",
|
|
536
|
-
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6",
|
|
537
|
-
"comment": "Update lage core deps"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"author": "beachball",
|
|
541
|
-
"package": "@lage-run/hasher",
|
|
542
|
-
"comment": "Bump @lage-run/target-graph to v0.8.7",
|
|
543
|
-
"commit": "5f41b1db342b6d7a8492a46b68ca328a21e61ee6"
|
|
544
|
-
}
|
|
545
|
-
]
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"date": "Tue, 11 Jul 2023 14:51:52 GMT",
|
|
550
|
-
"tag": "@lage-run/hasher_v1.0.3",
|
|
551
|
-
"version": "1.0.3",
|
|
552
|
-
"comments": {
|
|
553
|
-
"patch": [
|
|
554
|
-
{
|
|
555
|
-
"author": "brunoru@microsoft.com",
|
|
556
|
-
"package": "@lage-run/hasher",
|
|
557
|
-
"commit": "e7dbec3c24355721132a15425fa5044c74c13efb",
|
|
558
|
-
"comment": "Log file level input file hashes to silly logs"
|
|
559
|
-
}
|
|
560
|
-
]
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"date": "Wed, 21 Jun 2023 19:06:25 GMT",
|
|
565
|
-
"tag": "@lage-run/hasher_v1.0.2",
|
|
566
|
-
"version": "1.0.2",
|
|
567
|
-
"comments": {
|
|
568
|
-
"patch": [
|
|
569
|
-
{
|
|
570
|
-
"author": "brunoru@microsoft.com",
|
|
571
|
-
"package": "@lage-run/hasher",
|
|
572
|
-
"commit": "3efba30544ff1844986f469e01b47316d700ceeb",
|
|
573
|
-
"comment": "Added logging in TargetHasher, now logs hash of glob-hashed files for global input hash comparison"
|
|
574
|
-
}
|
|
575
|
-
]
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"date": "Fri, 26 May 2023 01:09:04 GMT",
|
|
580
|
-
"tag": "@lage-run/hasher_v1.0.1",
|
|
581
|
-
"version": "1.0.1",
|
|
582
|
-
"comments": {
|
|
583
|
-
"patch": [
|
|
584
|
-
{
|
|
585
|
-
"author": "kchau@microsoft.com",
|
|
586
|
-
"package": "@lage-run/hasher",
|
|
587
|
-
"commit": "8cb78bef8aeb568c2da2ac62d0e0a62d3580847d",
|
|
588
|
-
"comment": "makes sure the presence of a file does not crash lage on the file hashing"
|
|
589
|
-
}
|
|
590
|
-
]
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
"date": "Mon, 08 May 2023 22:27:16 GMT",
|
|
595
|
-
"tag": "@lage-run/hasher_v1.0.0",
|
|
596
|
-
"version": "1.0.0",
|
|
597
|
-
"comments": {
|
|
598
|
-
"major": [
|
|
599
|
-
{
|
|
600
|
-
"author": "kchau@microsoft.com",
|
|
601
|
-
"package": "@lage-run/hasher",
|
|
602
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103",
|
|
603
|
-
"comment": "Added FileHasher, PackageTree, and its own TargetHasher"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"author": "beachball",
|
|
607
|
-
"package": "@lage-run/hasher",
|
|
608
|
-
"comment": "Bump @lage-run/target-graph to v0.8.6",
|
|
609
|
-
"commit": "5a132808f166179bc316a279c9e11a13d3a39103"
|
|
610
|
-
}
|
|
611
|
-
]
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"date": "Thu, 30 Mar 2023 17:47:47 GMT",
|
|
616
|
-
"tag": "@lage-run/hasher_v0.2.2",
|
|
617
|
-
"version": "0.2.2",
|
|
618
|
-
"comments": {
|
|
619
|
-
"none": [
|
|
620
|
-
{
|
|
621
|
-
"author": "kchau@microsoft.com",
|
|
622
|
-
"package": "@lage-run/hasher",
|
|
623
|
-
"commit": "2f641860d4a6a97708a94823fa56c507ae00e2c9",
|
|
624
|
-
"comment": "updated hasher tests not to depend on order"
|
|
625
|
-
}
|
|
626
|
-
]
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"date": "Wed, 29 Mar 2023 20:02:40 GMT",
|
|
631
|
-
"tag": "@lage-run/hasher_v0.2.2",
|
|
632
|
-
"version": "0.2.2",
|
|
633
|
-
"comments": {
|
|
634
|
-
"patch": [
|
|
635
|
-
{
|
|
636
|
-
"author": "kchau@microsoft.com",
|
|
637
|
-
"package": "@lage-run/hasher",
|
|
638
|
-
"commit": "3554c6c3bc2226933a819fd1123ada422848d7d4",
|
|
639
|
-
"comment": "moving back to fast-glob for globbing, as it was more accurate"
|
|
640
|
-
}
|
|
641
|
-
]
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"date": "Wed, 08 Mar 2023 17:35:28 GMT",
|
|
646
|
-
"tag": "@lage-run/hasher_v0.2.1",
|
|
647
|
-
"version": "0.2.1",
|
|
648
|
-
"comments": {
|
|
649
|
-
"patch": [
|
|
650
|
-
{
|
|
651
|
-
"author": "kchau@microsoft.com",
|
|
652
|
-
"package": "@lage-run/hasher",
|
|
653
|
-
"commit": "dfce517d96aacaa7d2e145c18a67e8b7cff00da8",
|
|
654
|
-
"comment": "deleted unused sortObjects"
|
|
655
|
-
}
|
|
656
|
-
]
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"date": "Wed, 08 Mar 2023 00:05:27 GMT",
|
|
661
|
-
"tag": "@lage-run/hasher_v0.2.0",
|
|
662
|
-
"version": "0.2.0",
|
|
663
|
-
"comments": {
|
|
664
|
-
"minor": [
|
|
665
|
-
{
|
|
666
|
-
"author": "kchau@microsoft.com",
|
|
667
|
-
"package": "@lage-run/hasher",
|
|
668
|
-
"commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f",
|
|
669
|
-
"comment": "allows global script cache"
|
|
670
|
-
}
|
|
671
|
-
]
|
|
672
|
-
}
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"date": "Tue, 21 Feb 2023 21:30:37 GMT",
|
|
676
|
-
"tag": "@lage-run/hasher_v0.1.3",
|
|
677
|
-
"version": "0.1.3",
|
|
678
|
-
"comments": {
|
|
679
|
-
"none": [
|
|
680
|
-
{
|
|
681
|
-
"author": "kchau@microsoft.com",
|
|
682
|
-
"package": "@lage-run/hasher",
|
|
683
|
-
"commit": "d7a8a3fa2bcf434c59bea26d5964dd7235998ad2",
|
|
684
|
-
"comment": "fixing tests"
|
|
685
|
-
}
|
|
686
|
-
]
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
|
-
{
|
|
690
|
-
"date": "Wed, 15 Feb 2023 16:51:15 GMT",
|
|
691
|
-
"tag": "@lage-run/hasher_v0.1.3",
|
|
692
|
-
"version": "0.1.3",
|
|
693
|
-
"comments": {
|
|
694
|
-
"patch": [
|
|
695
|
-
{
|
|
696
|
-
"author": "renovate@whitesourcesoftware.com",
|
|
697
|
-
"package": "@lage-run/hasher",
|
|
698
|
-
"commit": "b8e0ead727b1e7f7065f853e0a1ae677f4455a5b",
|
|
699
|
-
"comment": "Update dependency workspace-tools to v0.30.0"
|
|
700
|
-
}
|
|
701
|
-
]
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"date": "Fri, 18 Nov 2022 19:52:38 GMT",
|
|
706
|
-
"tag": "@lage-run/hasher_v0.1.2",
|
|
707
|
-
"version": "0.1.2",
|
|
708
|
-
"comments": {
|
|
709
|
-
"patch": [
|
|
710
|
-
{
|
|
711
|
-
"author": "email not defined",
|
|
712
|
-
"package": "@lage-run/hasher",
|
|
713
|
-
"commit": "0970a6aa757664bd8fa9338982ef6e051500577c",
|
|
714
|
-
"comment": "Update dependency workspace-tools to v0.29.1"
|
|
715
|
-
}
|
|
716
|
-
]
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"date": "Wed, 02 Nov 2022 06:27:27 GMT",
|
|
721
|
-
"tag": "@lage-run/hasher_v0.1.1",
|
|
722
|
-
"version": "0.1.1",
|
|
723
|
-
"comments": {
|
|
724
|
-
"patch": [
|
|
725
|
-
{
|
|
726
|
-
"author": "ken@gizzar.com",
|
|
727
|
-
"package": "@lage-run/hasher",
|
|
728
|
-
"commit": "ffb4fc2cebf1800b4b5d2a353a0d109c17f21dde",
|
|
729
|
-
"comment": "adds a hasher package that has very few deps"
|
|
730
|
-
}
|
|
731
|
-
]
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
]
|
|
735
|
-
}
|