@shibanet0/datamitsu-config 0.0.1-alpha-33 → 0.0.1-alpha-35
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/datamitsu.js +357 -309
- package/dist/binary/index.d.ts +1 -0
- package/dist/clean-package/index.d.ts +27 -0
- package/dist/commitlint/index.d.ts +109 -0
- package/dist/datamitsu-config/apps.d.ts +1 -0
- package/dist/datamitsu-config/cmdInit.d.ts +2 -0
- package/dist/datamitsu-config/constants.d.ts +4 -0
- package/dist/datamitsu-config/env.d.ts +5 -0
- package/dist/datamitsu-config/ignore.d.ts +1 -0
- package/dist/datamitsu-config/main.d.ts +1 -0
- package/dist/datamitsu-config/project.d.ts +1 -0
- package/dist/datamitsu-config/tools.d.ts +1 -0
- package/dist/datamitsu-config/utils/cleanDependencies.d.ts +2 -0
- package/dist/datamitsu.d.ts +14 -14
- package/dist/eslint/globs.d.ts +16 -0
- package/dist/eslint/index.d.ts +3 -0
- package/dist/eslint/index.js +1 -1
- package/dist/eslint/plugins/arrayFunc.d.ts +2 -0
- package/dist/eslint/plugins/arrow-return-style.d.ts +2 -0
- package/dist/eslint/plugins/boundaries.d.ts +2 -0
- package/dist/eslint/plugins/clsx.d.ts +2 -0
- package/dist/eslint/plugins/command.d.ts +2 -0
- package/dist/eslint/plugins/compat.d.ts +2 -0
- package/dist/eslint/plugins/cspell.d.ts +2 -0
- package/dist/eslint/plugins/deMorgan.d.ts +2 -0
- package/dist/eslint/plugins/depend.d.ts +2 -0
- package/dist/eslint/plugins/escompat.d.ts +2 -0
- package/dist/eslint/plugins/fsecond.d.ts +2 -0
- package/dist/eslint/plugins/html.d.ts +2 -0
- package/dist/eslint/plugins/i18next.d.ts +2 -0
- package/dist/eslint/plugins/import.d.ts +2 -0
- package/dist/eslint/plugins/javascript.d.ts +2 -0
- package/dist/eslint/plugins/jsdoc.d.ts +2 -0
- package/dist/eslint/plugins/json-schema-validator.d.ts +2 -0
- package/dist/eslint/plugins/json.d.ts +2 -0
- package/dist/eslint/plugins/jsonc.d.ts +2 -0
- package/dist/eslint/plugins/jsx-a11y.d.ts +2 -0
- package/dist/eslint/plugins/n.d.ts +2 -0
- package/dist/eslint/plugins/no-unsanitized.d.ts +2 -0
- package/dist/eslint/plugins/no-use-extend-native.d.ts +2 -0
- package/dist/eslint/plugins/oxlint.d.ts +5 -0
- package/dist/eslint/plugins/perfectionist.d.ts +2 -0
- package/dist/eslint/plugins/playwright.d.ts +2 -0
- package/dist/eslint/plugins/pnpm.d.ts +2 -0
- package/dist/eslint/plugins/prettier.d.ts +2 -0
- package/dist/eslint/plugins/promise.d.ts +2 -0
- package/dist/eslint/plugins/react-hooks.d.ts +2 -0
- package/dist/eslint/plugins/react-perf.d.ts +2 -0
- package/dist/eslint/plugins/react-prefer-function-component.d.ts +2 -0
- package/dist/eslint/plugins/react-refresh.d.ts +2 -0
- package/dist/eslint/plugins/react-you-might-not-need-an-effect.d.ts +2 -0
- package/dist/eslint/plugins/react.d.ts +5 -0
- package/dist/eslint/plugins/regexp.d.ts +2 -0
- package/dist/eslint/plugins/security.d.ts +2 -0
- package/dist/eslint/plugins/sonarjs.d.ts +2 -0
- package/dist/eslint/plugins/storybook.d.ts +2 -0
- package/dist/eslint/plugins/stylistic.d.ts +2 -0
- package/dist/eslint/plugins/toml.d.ts +2 -0
- package/dist/eslint/plugins/turbo.d.ts +2 -0
- package/dist/eslint/plugins/typescript.d.ts +2 -0
- package/dist/eslint/plugins/unicorn.d.ts +2 -0
- package/dist/eslint/plugins/unused-imports.d.ts +2 -0
- package/dist/eslint/plugins/vanilla-extract.d.ts +2 -0
- package/dist/eslint/plugins/vitest.d.ts +2 -0
- package/dist/eslint/plugins/yml.d.ts +2 -0
- package/dist/eslint/types.d.ts +179 -0
- package/dist/globs/globs.d.ts +1 -0
- package/dist/knip/index.d.ts +3 -0
- package/dist/lib/datamitsu.d.ts +11 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/oxlint/index.d.ts +2 -0
- package/dist/prettier/index.d.ts +3 -0
- package/dist/s0/__tests__/helpers/mockCrypto.d.ts +23 -0
- package/dist/s0/__tests__/helpers/mockExeca.d.ts +47 -0
- package/dist/s0/__tests__/helpers/mockFs.d.ts +44 -0
- package/dist/s0/__tests__/helpers/mockGlob.d.ts +21 -0
- package/dist/s0/cmd/pulumi/__tests__/cleanupState.test.d.ts +1 -0
- package/dist/s0/cmd/pulumi/__tests__/constants.test.d.ts +1 -0
- package/dist/s0/cmd/pulumi/__tests__/decryptState.test.d.ts +1 -0
- package/dist/s0/cmd/pulumi/__tests__/encryptState.test.d.ts +1 -0
- package/dist/s0/cmd/pulumi/__tests__/index.test.d.ts +1 -0
- package/dist/s0/cmd/pulumi/cleanupState.d.ts +1 -0
- package/dist/s0/cmd/pulumi/constants.d.ts +41 -0
- package/dist/s0/cmd/pulumi/decryptState.d.ts +1 -0
- package/dist/s0/cmd/pulumi/encryptState.d.ts +1 -0
- package/dist/s0/cmd/pulumi/index.d.ts +2 -0
- package/dist/s0/index.d.ts +1 -0
- package/dist/s0/utils/__tests__/datamitsu.test.d.ts +1 -0
- package/dist/s0/utils/__tests__/encryption.test.d.ts +1 -0
- package/dist/s0/utils/__tests__/tty.test.d.ts +1 -0
- package/dist/s0/utils/datamitsu.d.ts +3 -0
- package/dist/s0/utils/encryption.d.ts +28 -0
- package/dist/s0/utils/tty.d.ts +1 -0
- package/dist/{sonarjs-C2LXDRJS.js → sonarjs-TX6OBUY7.js} +1 -1
- package/dist/type-fest/globals/index.d.ts +1 -0
- package/dist/type-fest/globals/index.js +0 -0
- package/dist/type-fest/index.d.ts +1 -0
- package/oxlint_configuration_schema.json +13 -2
- package/package.json +43 -41
- package/bin/clean-package.mjs +0 -5
- package/dist/clean-package/index.js +0 -40
package/datamitsu.js
CHANGED
|
@@ -6,56 +6,56 @@
|
|
|
6
6
|
// src/datamitsu-config/githubApps.json
|
|
7
7
|
var binaries = {
|
|
8
8
|
actionlint: {
|
|
9
|
-
configHash: "
|
|
9
|
+
configHash: "55652f5110cae39f9f43197229577be500ca1c6b267f5132751f0be30b686f71",
|
|
10
10
|
binaries: {
|
|
11
11
|
darwin: {
|
|
12
12
|
amd64: {
|
|
13
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
14
|
-
hash: "
|
|
13
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_darwin_amd64.tar.gz",
|
|
14
|
+
hash: "17ffc17fed8f0258ef6ad4aed932d3272464c7ef7d64e1cb0d65aa97c9752107",
|
|
15
15
|
contentType: "tar.gz",
|
|
16
|
-
binaryPath: "actionlint-1.7.
|
|
16
|
+
binaryPath: "actionlint-1.7.11/actionlint"
|
|
17
17
|
},
|
|
18
18
|
arm64: {
|
|
19
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
20
|
-
hash: "
|
|
19
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_darwin_arm64.tar.gz",
|
|
20
|
+
hash: "a21ba7366d8329e7223faee0ed69eb13da27fe8acabb356bb7eb0b7f1e1cb6d8",
|
|
21
21
|
contentType: "tar.gz",
|
|
22
|
-
binaryPath: "actionlint-1.7.
|
|
22
|
+
binaryPath: "actionlint-1.7.11/actionlint"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
freebsd: {
|
|
26
26
|
amd64: {
|
|
27
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
28
|
-
hash: "
|
|
27
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_freebsd_amd64.tar.gz",
|
|
28
|
+
hash: "9dbf5364eb5085ff14c08bfcc99b974b760b4894f1ad83c9d9defa3c09bc69c3",
|
|
29
29
|
contentType: "tar.gz",
|
|
30
|
-
binaryPath: "actionlint-1.7.
|
|
30
|
+
binaryPath: "actionlint-1.7.11/actionlint"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
linux: {
|
|
34
34
|
amd64: {
|
|
35
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
36
|
-
hash: "
|
|
35
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_linux_amd64.tar.gz",
|
|
36
|
+
hash: "900919a84f2229bac68ca9cd4103ea297abc35e9689ebb842c6e34a3d1b01b0a",
|
|
37
37
|
contentType: "tar.gz",
|
|
38
|
-
binaryPath: "actionlint-1.7.
|
|
38
|
+
binaryPath: "actionlint-1.7.11/actionlint"
|
|
39
39
|
},
|
|
40
40
|
arm64: {
|
|
41
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
42
|
-
hash: "
|
|
41
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_linux_arm64.tar.gz",
|
|
42
|
+
hash: "21bc0dfb57a913fe175298c2a9e906ee630f747cb66d0a934d0d4b69f4ee1235",
|
|
43
43
|
contentType: "tar.gz",
|
|
44
|
-
binaryPath: "actionlint-1.7.
|
|
44
|
+
binaryPath: "actionlint-1.7.11/actionlint"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
windows: {
|
|
48
48
|
amd64: {
|
|
49
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
50
|
-
hash: "
|
|
49
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_windows_amd64.zip",
|
|
50
|
+
hash: "5414b7124a91f4b5abee62e5c9d84802237734f8d15b9b7032732a32c3ebffa3",
|
|
51
51
|
contentType: "zip",
|
|
52
|
-
binaryPath: "actionlint-1.7.
|
|
52
|
+
binaryPath: "actionlint-1.7.11/actionlint.exe"
|
|
53
53
|
},
|
|
54
54
|
arm64: {
|
|
55
|
-
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.
|
|
56
|
-
hash: "
|
|
55
|
+
url: "https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_windows_arm64.zip",
|
|
56
|
+
hash: "4900eb60e084604850935705306305f0bb0ca532e07c2b4ae642917142aba75d",
|
|
57
57
|
contentType: "zip",
|
|
58
|
-
binaryPath: "actionlint-1.7.
|
|
58
|
+
binaryPath: "actionlint-1.7.11/actionlint.exe"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -151,65 +151,65 @@ var binaries = {
|
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
bearer: {
|
|
154
|
-
configHash: "
|
|
154
|
+
configHash: "749c152910d5675de343c0bfbcd4f93fe7c136753d0065ef3e451bab8ac72edc",
|
|
155
155
|
binaries: {
|
|
156
156
|
darwin: {
|
|
157
157
|
amd64: {
|
|
158
|
-
url: "https://github.com/Bearer/bearer/releases/download/
|
|
159
|
-
hash: "
|
|
158
|
+
url: "https://github.com/Bearer/bearer/releases/download/v2.0.0/bearer_2.0.0_darwin_amd64.tar.gz",
|
|
159
|
+
hash: "94f53c42e4f5f1fd97f4e598778fa8f022d2676842de34159fde0ba1afaf65ca",
|
|
160
160
|
contentType: "tar.gz",
|
|
161
|
-
binaryPath: "bearer-
|
|
161
|
+
binaryPath: "bearer-2.0.0/bearer"
|
|
162
162
|
},
|
|
163
163
|
arm64: {
|
|
164
|
-
url: "https://github.com/Bearer/bearer/releases/download/
|
|
165
|
-
hash: "
|
|
164
|
+
url: "https://github.com/Bearer/bearer/releases/download/v2.0.0/bearer_2.0.0_darwin_arm64.tar.gz",
|
|
165
|
+
hash: "051657bdd6ec6a850985226764e9bf0f142a180f3a2a368cd7925d9a656ad9a7",
|
|
166
166
|
contentType: "tar.gz",
|
|
167
|
-
binaryPath: "bearer-
|
|
167
|
+
binaryPath: "bearer-2.0.0/bearer"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
buf: {
|
|
173
|
-
configHash: "
|
|
173
|
+
configHash: "3f047b9bf9315c5894b83f6cb487eb772f9fc1d9b1957cb7bd9cfa010b9559f9",
|
|
174
174
|
binaries: {
|
|
175
175
|
darwin: {
|
|
176
176
|
amd64: {
|
|
177
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
178
|
-
hash: "
|
|
177
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.65.0/buf-Darwin-x86_64.tar.gz",
|
|
178
|
+
hash: "c70d364478f61cd444455f03cfc44b503afd4cb0a47be045bad4553f117fbf7c",
|
|
179
179
|
contentType: "tar.gz",
|
|
180
180
|
binaryPath: "buf"
|
|
181
181
|
},
|
|
182
182
|
arm64: {
|
|
183
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
184
|
-
hash: "
|
|
183
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.65.0/buf-Darwin-arm64.tar.gz",
|
|
184
|
+
hash: "86e233aa35a1763dd00fd7651c0b0cb0067395260c337bb064b68c4c85a46e38",
|
|
185
185
|
contentType: "tar.gz",
|
|
186
186
|
binaryPath: "buf"
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
linux: {
|
|
190
190
|
amd64: {
|
|
191
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
192
|
-
hash: "
|
|
191
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.65.0/buf-Linux-x86_64.tar.gz",
|
|
192
|
+
hash: "15dfd76f882f6648aa3b9fcd23eaa149826cc9000a35bc89ced50ddca689e890",
|
|
193
193
|
contentType: "tar.gz",
|
|
194
194
|
binaryPath: "buf"
|
|
195
195
|
},
|
|
196
196
|
arm64: {
|
|
197
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
198
|
-
hash: "
|
|
197
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.65.0/buf-Linux-aarch64.tar.gz",
|
|
198
|
+
hash: "53b4854a5ce61e02915e134370ad9c85f85cc3c906cbc464dddba5c450dee1ff",
|
|
199
199
|
contentType: "tar.gz",
|
|
200
200
|
binaryPath: "buf"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
203
|
windows: {
|
|
204
204
|
amd64: {
|
|
205
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
206
|
-
hash: "
|
|
205
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.65.0/buf-Windows-x86_64.zip",
|
|
206
|
+
hash: "ca122b8ca406140e2f795d9fbb578e124773d50094df26e4a337f3735b7cf753",
|
|
207
207
|
contentType: "zip",
|
|
208
208
|
binaryPath: "buf.exe"
|
|
209
209
|
},
|
|
210
210
|
arm64: {
|
|
211
|
-
url: "https://github.com/bufbuild/buf/releases/download/v1.
|
|
212
|
-
hash: "
|
|
211
|
+
url: "https://github.com/bufbuild/buf/releases/download/v1.65.0/buf-Windows-arm64.zip",
|
|
212
|
+
hash: "25a0342309b4d34e0dd4f40e074adc23a5022fd39918966072c2a1f7ead488f0",
|
|
213
213
|
contentType: "zip",
|
|
214
214
|
binaryPath: "buf.exe"
|
|
215
215
|
}
|
|
@@ -353,36 +353,36 @@ var binaries = {
|
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
355
|
dasel: {
|
|
356
|
-
configHash: "
|
|
356
|
+
configHash: "3bae948f99fbd94f1d5d54062f481abe7619025da4827c7ba1dd2bf2caa5ec57",
|
|
357
357
|
binaries: {
|
|
358
358
|
darwin: {
|
|
359
359
|
amd64: {
|
|
360
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.2.
|
|
361
|
-
hash: "
|
|
360
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.2/dasel_darwin_amd64.gz",
|
|
361
|
+
hash: "e8e994d62b688746dd4963005d045da08fb2dc13fd6b6d108c0c879884cd85f1",
|
|
362
362
|
contentType: "gz"
|
|
363
363
|
},
|
|
364
364
|
arm64: {
|
|
365
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.2.
|
|
366
|
-
hash: "
|
|
365
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.2/dasel_darwin_arm64.gz",
|
|
366
|
+
hash: "06c61e0195010849a070f125176eaf5bcedc2ed358da5ca2c7e740318967d7fe",
|
|
367
367
|
contentType: "gz"
|
|
368
368
|
}
|
|
369
369
|
},
|
|
370
370
|
linux: {
|
|
371
371
|
amd64: {
|
|
372
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.2.
|
|
373
|
-
hash: "
|
|
372
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.2/dasel_linux_amd64.gz",
|
|
373
|
+
hash: "03e039f83cc848f5f8fcb01750b06d98d9154a9c27fab0b4f8a8cd0b61e961eb",
|
|
374
374
|
contentType: "gz"
|
|
375
375
|
},
|
|
376
376
|
arm64: {
|
|
377
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.2.
|
|
378
|
-
hash: "
|
|
377
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.2/dasel_linux_arm64.gz",
|
|
378
|
+
hash: "8100b7c9cb93fcaa066164a308bfe0b7b5bafe13672162088893f7eb74aa7a33",
|
|
379
379
|
contentType: "gz"
|
|
380
380
|
}
|
|
381
381
|
},
|
|
382
382
|
windows: {
|
|
383
383
|
amd64: {
|
|
384
|
-
url: "https://github.com/TomWright/dasel/releases/download/v3.2.
|
|
385
|
-
hash: "
|
|
384
|
+
url: "https://github.com/TomWright/dasel/releases/download/v3.2.2/dasel_windows_amd64.exe",
|
|
385
|
+
hash: "bf5ccd37700525f7b55592064cb74fa7fae3d86b76f8a7b7fc7ef2c237c9c2c0",
|
|
386
386
|
contentType: "binary"
|
|
387
387
|
}
|
|
388
388
|
}
|
|
@@ -490,7 +490,7 @@ var binaries = {
|
|
|
490
490
|
}
|
|
491
491
|
},
|
|
492
492
|
"editorconfig-checker": {
|
|
493
|
-
configHash: "
|
|
493
|
+
configHash: "a906dbfebd8d344541ed0d8a356a1fcb71a8aab47e8f7fac2bfc511555356a90",
|
|
494
494
|
binaries: {
|
|
495
495
|
darwin: {
|
|
496
496
|
amd64: {
|
|
@@ -629,109 +629,109 @@ var binaries = {
|
|
|
629
629
|
binaries: {}
|
|
630
630
|
},
|
|
631
631
|
"golangci-lint": {
|
|
632
|
-
configHash: "
|
|
632
|
+
configHash: "f259be7283f22d7f1cbbe87ccb7a8e8a9f863750887b838621f3be396272e5b8",
|
|
633
633
|
binaries: {
|
|
634
634
|
darwin: {
|
|
635
635
|
amd64: {
|
|
636
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
637
|
-
hash: "
|
|
636
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-darwin-amd64.tar.gz",
|
|
637
|
+
hash: "ba29a353be54a74c45946763983808dc8305eeeca73db1761b5ab112f87f8157",
|
|
638
638
|
contentType: "tar.gz",
|
|
639
|
-
binaryPath: "golangci-lint-2.
|
|
639
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint"
|
|
640
640
|
},
|
|
641
641
|
arm64: {
|
|
642
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
643
|
-
hash: "
|
|
642
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-darwin-arm64.tar.gz",
|
|
643
|
+
hash: "a86eabba3507deddd21f2a01a1df2a0ee5bc5c8178d4165cdcaaad8597358760",
|
|
644
644
|
contentType: "tar.gz",
|
|
645
|
-
binaryPath: "golangci-lint-2.
|
|
645
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint"
|
|
646
646
|
}
|
|
647
647
|
},
|
|
648
648
|
freebsd: {
|
|
649
649
|
amd64: {
|
|
650
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
651
|
-
hash: "
|
|
650
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-freebsd-amd64.tar.gz",
|
|
651
|
+
hash: "7906ff566efc3f0ec94c2dd839aa9b0d7f790c4c026bdffbdfaaa08d4d3906de",
|
|
652
652
|
contentType: "tar.gz",
|
|
653
|
-
binaryPath: "golangci-lint-2.
|
|
653
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint"
|
|
654
654
|
},
|
|
655
655
|
arm64: {
|
|
656
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
657
|
-
hash: "
|
|
656
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-freebsd-arm64.tar.gz",
|
|
657
|
+
hash: "ab312ef85fc78f026ba40fda48d8dc703036448bf401160fb6f5d2ee61c7855e",
|
|
658
658
|
contentType: "tar.gz",
|
|
659
|
-
binaryPath: "golangci-lint-2.
|
|
659
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint"
|
|
660
660
|
}
|
|
661
661
|
},
|
|
662
662
|
linux: {
|
|
663
663
|
amd64: {
|
|
664
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
665
|
-
hash: "
|
|
664
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-linux-amd64.tar.gz",
|
|
665
|
+
hash: "493aaaca2eba6c8bcef847d92716bbd91bbac4b22cdbb0ab5b6a581b32946091",
|
|
666
666
|
contentType: "tar.gz",
|
|
667
|
-
binaryPath: "golangci-lint-2.
|
|
667
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint"
|
|
668
668
|
},
|
|
669
669
|
arm64: {
|
|
670
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
671
|
-
hash: "
|
|
670
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-linux-arm64.tar.gz",
|
|
671
|
+
hash: "94e80cdb51c73c20a313bd3afa1fb23137728813c19fd730248a1e8678fcc46d",
|
|
672
672
|
contentType: "tar.gz",
|
|
673
|
-
binaryPath: "golangci-lint-2.
|
|
673
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint"
|
|
674
674
|
}
|
|
675
675
|
},
|
|
676
676
|
windows: {
|
|
677
677
|
amd64: {
|
|
678
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
679
|
-
hash: "
|
|
678
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-windows-amd64.zip",
|
|
679
|
+
hash: "130fca8fa959eb840267c5e231f030a948e0de1e768bf6a31785505d1061632c",
|
|
680
680
|
contentType: "zip",
|
|
681
|
-
binaryPath: "golangci-lint-2.
|
|
681
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint.exe"
|
|
682
682
|
},
|
|
683
683
|
arm64: {
|
|
684
|
-
url: "https://github.com/golangci/golangci-lint/releases/download/v2.
|
|
685
|
-
hash: "
|
|
684
|
+
url: "https://github.com/golangci/golangci-lint/releases/download/v2.9.0/golangci-lint-2.9.0-windows-arm64.zip",
|
|
685
|
+
hash: "577ce7e865fda69d3216bbaec33abfa6edddb5f4f35a871fe9b58e03d0f52f15",
|
|
686
686
|
contentType: "zip",
|
|
687
|
-
binaryPath: "golangci-lint-2.
|
|
687
|
+
binaryPath: "golangci-lint-2.9.0/golangci-lint.exe"
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
grype: {
|
|
693
|
-
configHash: "
|
|
693
|
+
configHash: "afbfb7cdb0f68d8ac357574f82af0caa318d3c9fde387cdba8a95e63e4fc6ea8",
|
|
694
694
|
binaries: {
|
|
695
695
|
darwin: {
|
|
696
696
|
amd64: {
|
|
697
|
-
url: "https://github.com/anchore/grype/releases/download/v0.
|
|
698
|
-
hash: "
|
|
697
|
+
url: "https://github.com/anchore/grype/releases/download/v0.108.0/grype_0.108.0_darwin_amd64.tar.gz",
|
|
698
|
+
hash: "72e8f6edeb65e1beb326804c98028d4ea61208c836d245dec6b90e3789bd10f1",
|
|
699
699
|
contentType: "tar.gz",
|
|
700
|
-
binaryPath: "grype-0.
|
|
700
|
+
binaryPath: "grype-0.108.0/grype"
|
|
701
701
|
},
|
|
702
702
|
arm64: {
|
|
703
|
-
url: "https://github.com/anchore/grype/releases/download/v0.
|
|
704
|
-
hash: "
|
|
703
|
+
url: "https://github.com/anchore/grype/releases/download/v0.108.0/grype_0.108.0_darwin_arm64.tar.gz",
|
|
704
|
+
hash: "42b6ad37988e183c407d47df5583be221a4c4224e9eca4224dc5abcb237c67a2",
|
|
705
705
|
contentType: "tar.gz",
|
|
706
|
-
binaryPath: "grype-0.
|
|
706
|
+
binaryPath: "grype-0.108.0/grype"
|
|
707
707
|
}
|
|
708
708
|
},
|
|
709
709
|
linux: {
|
|
710
710
|
amd64: {
|
|
711
|
-
url: "https://github.com/anchore/grype/releases/download/v0.
|
|
712
|
-
hash: "
|
|
711
|
+
url: "https://github.com/anchore/grype/releases/download/v0.108.0/grype_0.108.0_linux_amd64.tar.gz",
|
|
712
|
+
hash: "42028e20f8c58da6ae30cb5b5796e4dc30878209d14f0e4c2b6e5c8bae46c4aa",
|
|
713
713
|
contentType: "tar.gz",
|
|
714
|
-
binaryPath: "grype-0.
|
|
714
|
+
binaryPath: "grype-0.108.0/grype"
|
|
715
715
|
},
|
|
716
716
|
arm64: {
|
|
717
|
-
url: "https://github.com/anchore/grype/releases/download/v0.
|
|
718
|
-
hash: "
|
|
717
|
+
url: "https://github.com/anchore/grype/releases/download/v0.108.0/grype_0.108.0_linux_arm64.tar.gz",
|
|
718
|
+
hash: "f8561d83a58ef5b70c3a3eca38b5cd13a9431a80cf26e44d81a5ba9cc8ef67f0",
|
|
719
719
|
contentType: "tar.gz",
|
|
720
|
-
binaryPath: "grype-0.
|
|
720
|
+
binaryPath: "grype-0.108.0/grype"
|
|
721
721
|
}
|
|
722
722
|
},
|
|
723
723
|
windows: {
|
|
724
724
|
amd64: {
|
|
725
|
-
url: "https://github.com/anchore/grype/releases/download/v0.
|
|
726
|
-
hash: "
|
|
725
|
+
url: "https://github.com/anchore/grype/releases/download/v0.108.0/grype_0.108.0_windows_amd64.zip",
|
|
726
|
+
hash: "d801059eaf5ec7f3ee8f3c3fa1799bce559e35590007795292a3ba28dc49c712",
|
|
727
727
|
contentType: "zip",
|
|
728
|
-
binaryPath: "grype-0.
|
|
728
|
+
binaryPath: "grype-0.108.0/grype.exe"
|
|
729
729
|
},
|
|
730
730
|
arm64: {
|
|
731
|
-
url: "https://github.com/anchore/grype/releases/download/v0.
|
|
732
|
-
hash: "
|
|
731
|
+
url: "https://github.com/anchore/grype/releases/download/v0.108.0/grype_0.108.0_windows_amd64.zip",
|
|
732
|
+
hash: "d801059eaf5ec7f3ee8f3c3fa1799bce559e35590007795292a3ba28dc49c712",
|
|
733
733
|
contentType: "zip",
|
|
734
|
-
binaryPath: "grype-0.
|
|
734
|
+
binaryPath: "grype-0.108.0/grype.exe"
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
}
|
|
@@ -887,147 +887,147 @@ var binaries = {
|
|
|
887
887
|
}
|
|
888
888
|
},
|
|
889
889
|
lefthook: {
|
|
890
|
-
configHash: "
|
|
890
|
+
configHash: "80e3ce2e20841f6b23324fce66ec63309861c3ddc48a5527bff6faaf44837fde",
|
|
891
891
|
binaries: {
|
|
892
892
|
darwin: {
|
|
893
893
|
amd64: {
|
|
894
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
895
|
-
hash: "
|
|
894
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_MacOS_x86_64.gz",
|
|
895
|
+
hash: "a73e790b9e7b7bc13810cb9f7d7945462f899165c25d14f39bc31d9a70427638",
|
|
896
896
|
contentType: "gz"
|
|
897
897
|
},
|
|
898
898
|
arm64: {
|
|
899
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
900
|
-
hash: "
|
|
899
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_MacOS_arm64.gz",
|
|
900
|
+
hash: "efe16a83824d2fc0f95719102045263b0f6d61d3c998442a12763c285f8b49bc",
|
|
901
901
|
contentType: "gz"
|
|
902
902
|
}
|
|
903
903
|
},
|
|
904
904
|
freebsd: {
|
|
905
905
|
amd64: {
|
|
906
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
907
|
-
hash: "
|
|
906
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_Freebsd_x86_64.gz",
|
|
907
|
+
hash: "52504c5be623a0c4baef15854dfa8ef71e8547b5964dcb765766fea1ddbf52b1",
|
|
908
908
|
contentType: "gz"
|
|
909
909
|
},
|
|
910
910
|
arm64: {
|
|
911
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
912
|
-
hash: "
|
|
911
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_Freebsd_arm64.gz",
|
|
912
|
+
hash: "3cb758275a37a93e36ef0471fecd3f415710b8ca43d0f9afecfa50e72b6764cd",
|
|
913
913
|
contentType: "gz"
|
|
914
914
|
}
|
|
915
915
|
},
|
|
916
916
|
linux: {
|
|
917
917
|
amd64: {
|
|
918
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
919
|
-
hash: "
|
|
918
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_Linux_x86_64.gz",
|
|
919
|
+
hash: "5d29942bb5954c59d67d8c37184411034e576ed2829e22b0a6d88bba934e4fbb",
|
|
920
920
|
contentType: "gz"
|
|
921
921
|
},
|
|
922
922
|
arm64: {
|
|
923
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
924
|
-
hash: "
|
|
923
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_Linux_aarch64.gz",
|
|
924
|
+
hash: "46907f78fa64de6d47e4f4c6b80f9ad246a09c67262c00ba5a32c74217d7f5ea",
|
|
925
925
|
contentType: "gz"
|
|
926
926
|
}
|
|
927
927
|
},
|
|
928
928
|
windows: {
|
|
929
929
|
amd64: {
|
|
930
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
931
|
-
hash: "
|
|
930
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_Windows_x86_64.exe",
|
|
931
|
+
hash: "f9ce9c1fa6bc76a38d54ba22f05aabe906bdc260c83e45082694881a59a23f32",
|
|
932
932
|
contentType: "binary"
|
|
933
933
|
},
|
|
934
934
|
arm64: {
|
|
935
|
-
url: "https://github.com/evilmartians/lefthook/releases/download/v2.
|
|
936
|
-
hash: "
|
|
935
|
+
url: "https://github.com/evilmartians/lefthook/releases/download/v2.1.1/lefthook_2.1.1_Windows_arm64.exe",
|
|
936
|
+
hash: "ea96467b12e147f015abb144efab75edbae9a5e32850fcb0f90449d73d872377",
|
|
937
937
|
contentType: "binary"
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
940
|
}
|
|
941
941
|
},
|
|
942
942
|
lychee: {
|
|
943
|
-
configHash: "
|
|
943
|
+
configHash: "f9c5d7a7cd7dda148c22767818b058b11694d0d49f85f4d9ee6a18637c88b7e2",
|
|
944
944
|
binaries: {
|
|
945
945
|
darwin: {
|
|
946
946
|
arm64: {
|
|
947
|
-
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.
|
|
948
|
-
hash: "
|
|
947
|
+
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.23.0/lychee-arm64-macos.tar.gz",
|
|
948
|
+
hash: "1953bb425486e1b887757201e54e8fdf866c9cada6c270d8f6ed21ffbed4145a",
|
|
949
949
|
contentType: "tar.gz",
|
|
950
950
|
binaryPath: "lychee"
|
|
951
951
|
}
|
|
952
952
|
},
|
|
953
953
|
linux: {
|
|
954
954
|
amd64: {
|
|
955
|
-
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.
|
|
956
|
-
hash: "
|
|
955
|
+
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.23.0/lychee-x86_64-unknown-linux-gnu.tar.gz",
|
|
956
|
+
hash: "1fcb6ccf10d04c22b8c5873c5b9cb7be32ee7423e12169d6f1a79a6f1962ef81",
|
|
957
957
|
contentType: "tar.gz",
|
|
958
958
|
binaryPath: "lychee"
|
|
959
959
|
},
|
|
960
960
|
arm64: {
|
|
961
|
-
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.
|
|
962
|
-
hash: "
|
|
961
|
+
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.23.0/lychee-aarch64-unknown-linux-gnu.tar.gz",
|
|
962
|
+
hash: "97eb93b02a7d78a752fc33e5b0983439ccaadbf3db952b68a0a4401acd92e6e0",
|
|
963
963
|
contentType: "tar.gz",
|
|
964
964
|
binaryPath: "lychee"
|
|
965
965
|
}
|
|
966
966
|
},
|
|
967
967
|
windows: {
|
|
968
968
|
amd64: {
|
|
969
|
-
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.
|
|
970
|
-
hash: "
|
|
969
|
+
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.23.0/lychee-x86_64-windows.exe",
|
|
970
|
+
hash: "0fda7ff0a60c0250939fc25361c2d4e6e7853c31c996733fdd5a1dd760bcb824",
|
|
971
971
|
contentType: "binary"
|
|
972
972
|
},
|
|
973
973
|
arm64: {
|
|
974
|
-
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.
|
|
975
|
-
hash: "
|
|
974
|
+
url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.23.0/lychee-x86_64-windows.exe",
|
|
975
|
+
hash: "0fda7ff0a60c0250939fc25361c2d4e6e7853c31c996733fdd5a1dd760bcb824",
|
|
976
976
|
contentType: "binary"
|
|
977
977
|
}
|
|
978
978
|
}
|
|
979
979
|
}
|
|
980
980
|
},
|
|
981
981
|
"osv-scanner": {
|
|
982
|
-
configHash: "
|
|
982
|
+
configHash: "cf5ded42aefda04bb2b21594131d9f64c20225418fc2a3310ba92eb113c05c12",
|
|
983
983
|
binaries: {
|
|
984
984
|
darwin: {
|
|
985
985
|
amd64: {
|
|
986
|
-
url: "https://github.com/google/osv-scanner/releases/download/v2.3.
|
|
987
|
-
hash: "
|
|
986
|
+
url: "https://github.com/google/osv-scanner/releases/download/v2.3.3/osv-scanner_darwin_amd64",
|
|
987
|
+
hash: "a188059bb2046bb65ff5ba1b5beec95fea1096b873c227b629fe02f550a6e339",
|
|
988
988
|
contentType: "binary"
|
|
989
989
|
},
|
|
990
990
|
arm64: {
|
|
991
|
-
url: "https://github.com/google/osv-scanner/releases/download/v2.3.
|
|
992
|
-
hash: "
|
|
991
|
+
url: "https://github.com/google/osv-scanner/releases/download/v2.3.3/osv-scanner_darwin_arm64",
|
|
992
|
+
hash: "ef72b1af51ee4c72dcf7286771353b363e5901c998020f41ac0079fb50026fa0",
|
|
993
993
|
contentType: "binary"
|
|
994
994
|
}
|
|
995
995
|
},
|
|
996
996
|
linux: {
|
|
997
997
|
amd64: {
|
|
998
|
-
url: "https://github.com/google/osv-scanner/releases/download/v2.3.
|
|
999
|
-
hash: "
|
|
998
|
+
url: "https://github.com/google/osv-scanner/releases/download/v2.3.3/osv-scanner_linux_amd64",
|
|
999
|
+
hash: "777b4bb7ddd10bdcc8a1aa398d37d05e91e866e7586f9cff3fca2f72b8153033",
|
|
1000
1000
|
contentType: "binary"
|
|
1001
1001
|
},
|
|
1002
1002
|
arm64: {
|
|
1003
|
-
url: "https://github.com/google/osv-scanner/releases/download/v2.3.
|
|
1004
|
-
hash: "
|
|
1003
|
+
url: "https://github.com/google/osv-scanner/releases/download/v2.3.3/osv-scanner_linux_arm64",
|
|
1004
|
+
hash: "0a503893df39863edc65edef01fd6d82b45c6e47fa9132538593d5a2d33f2616",
|
|
1005
1005
|
contentType: "binary"
|
|
1006
1006
|
}
|
|
1007
1007
|
},
|
|
1008
1008
|
windows: {
|
|
1009
1009
|
amd64: {
|
|
1010
|
-
url: "https://github.com/google/osv-scanner/releases/download/v2.3.
|
|
1011
|
-
hash: "
|
|
1010
|
+
url: "https://github.com/google/osv-scanner/releases/download/v2.3.3/osv-scanner_windows_amd64.exe",
|
|
1011
|
+
hash: "8a41dcb9377937e78299fbb22f494f69019002b79a0c18d174de621b0638ae46",
|
|
1012
1012
|
contentType: "binary"
|
|
1013
1013
|
},
|
|
1014
1014
|
arm64: {
|
|
1015
|
-
url: "https://github.com/google/osv-scanner/releases/download/v2.3.
|
|
1016
|
-
hash: "
|
|
1015
|
+
url: "https://github.com/google/osv-scanner/releases/download/v2.3.3/osv-scanner_windows_arm64.exe",
|
|
1016
|
+
hash: "3c29b84b496d10a2932724a540e4594b35750840d20bf416edcaf32a6cddf326",
|
|
1017
1017
|
contentType: "binary"
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
1022
|
protoc: {
|
|
1023
|
-
configHash: "
|
|
1023
|
+
configHash: "254e2e49290a2e1a0862d5f87b104fd641f64c056bcd636243740467d74fc775",
|
|
1024
1024
|
binaries: {
|
|
1025
1025
|
darwin: {
|
|
1026
1026
|
amd64: {
|
|
1027
|
-
url: "https://github.com/protocolbuffers/protobuf/releases/download/v33.
|
|
1028
|
-
hash: "
|
|
1027
|
+
url: "https://github.com/protocolbuffers/protobuf/releases/download/v33.5/protoc-33.5-osx-x86_64.zip",
|
|
1028
|
+
hash: "7f31625f8bec4929082ae9209e101c1c03692624457cc6332f83736db495ee92",
|
|
1029
1029
|
contentType: "zip",
|
|
1030
|
-
binaryPath: "protoc-33.
|
|
1030
|
+
binaryPath: "protoc-33.5/protoc"
|
|
1031
1031
|
},
|
|
1032
1032
|
arm64: {
|
|
1033
1033
|
url: "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-osx-aarch_64.zip",
|
|
@@ -1038,10 +1038,10 @@ var binaries = {
|
|
|
1038
1038
|
},
|
|
1039
1039
|
linux: {
|
|
1040
1040
|
amd64: {
|
|
1041
|
-
url: "https://github.com/protocolbuffers/protobuf/releases/download/v33.
|
|
1042
|
-
hash: "
|
|
1041
|
+
url: "https://github.com/protocolbuffers/protobuf/releases/download/v33.5/protoc-33.5-linux-x86_64.zip",
|
|
1042
|
+
hash: "24e58fb231d50306ee28491f33a170301e99540f7e29ca461e0e80fd1239f8d1",
|
|
1043
1043
|
contentType: "zip",
|
|
1044
|
-
binaryPath: "protoc-33.
|
|
1044
|
+
binaryPath: "protoc-33.5/protoc"
|
|
1045
1045
|
},
|
|
1046
1046
|
arm64: {
|
|
1047
1047
|
url: "https://github.com/protocolbuffers/protobuf/releases/download/v33.2/protoc-33.2-linux-aarch_64.zip",
|
|
@@ -1100,50 +1100,50 @@ var binaries = {
|
|
|
1100
1100
|
}
|
|
1101
1101
|
},
|
|
1102
1102
|
protovalidate: {
|
|
1103
|
-
configHash: "
|
|
1103
|
+
configHash: "78941d8b28e46cc70d02f287f1331b46344322dcb2101cc31ea5ff1822733433",
|
|
1104
1104
|
binaries: {}
|
|
1105
1105
|
},
|
|
1106
1106
|
ruff: {
|
|
1107
|
-
configHash: "
|
|
1107
|
+
configHash: "ccfd539bb2c075e142556aee82a50ca614ec61635e413975d6df4d5af85b1f03",
|
|
1108
1108
|
binaries: {
|
|
1109
1109
|
darwin: {
|
|
1110
1110
|
amd64: {
|
|
1111
|
-
url: "https://github.com/astral-sh/ruff/releases/download/0.
|
|
1112
|
-
hash: "
|
|
1111
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-x86_64-apple-darwin.tar.gz",
|
|
1112
|
+
hash: "55fd4437b4b6b0c75793525c980bb1d49d9723044edbdd7dcc962cb595d26d51",
|
|
1113
1113
|
contentType: "tar.gz",
|
|
1114
1114
|
binaryPath: "ruff"
|
|
1115
1115
|
},
|
|
1116
1116
|
arm64: {
|
|
1117
|
-
url: "https://github.com/astral-sh/ruff/releases/download/0.
|
|
1118
|
-
hash: "
|
|
1117
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-aarch64-apple-darwin.tar.gz",
|
|
1118
|
+
hash: "196f6d4bd380f4a03f9d2d3bcfe17b991145a110f5fc9f5999521cd5e5335e1c",
|
|
1119
1119
|
contentType: "tar.gz",
|
|
1120
1120
|
binaryPath: "ruff"
|
|
1121
1121
|
}
|
|
1122
1122
|
},
|
|
1123
1123
|
linux: {
|
|
1124
1124
|
amd64: {
|
|
1125
|
-
url: "https://github.com/astral-sh/ruff/releases/download/0.
|
|
1126
|
-
hash: "
|
|
1125
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-x86_64-unknown-linux-gnu.tar.gz",
|
|
1126
|
+
hash: "f63d467b81ef1a7a8552fef001784215bb2fc4d7a7e32216c48aaa3bad066779",
|
|
1127
1127
|
contentType: "tar.gz",
|
|
1128
1128
|
binaryPath: "ruff"
|
|
1129
1129
|
},
|
|
1130
1130
|
arm64: {
|
|
1131
|
-
url: "https://github.com/astral-sh/ruff/releases/download/0.
|
|
1132
|
-
hash: "
|
|
1131
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-aarch64-unknown-linux-gnu.tar.gz",
|
|
1132
|
+
hash: "003848ac89a6d2ca1a2ce4e663daec4f90212fc9fd6f338d7cd692c7c8ae9480",
|
|
1133
1133
|
contentType: "tar.gz",
|
|
1134
1134
|
binaryPath: "ruff"
|
|
1135
1135
|
}
|
|
1136
1136
|
},
|
|
1137
1137
|
windows: {
|
|
1138
1138
|
amd64: {
|
|
1139
|
-
url: "https://github.com/astral-sh/ruff/releases/download/0.
|
|
1140
|
-
hash: "
|
|
1139
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-x86_64-pc-windows-msvc.zip",
|
|
1140
|
+
hash: "4bd4d5bb5b3c3fa44a4c3d4748dc03f9fbd53808ff2d3adda75e50b1ec1374e2",
|
|
1141
1141
|
contentType: "zip",
|
|
1142
1142
|
binaryPath: "ruff.exe"
|
|
1143
1143
|
},
|
|
1144
1144
|
arm64: {
|
|
1145
|
-
url: "https://github.com/astral-sh/ruff/releases/download/0.
|
|
1146
|
-
hash: "
|
|
1145
|
+
url: "https://github.com/astral-sh/ruff/releases/download/0.15.1/ruff-aarch64-pc-windows-msvc.zip",
|
|
1146
|
+
hash: "f29b448a5a3648f4aae87ed1c778f0d9b2cccd40ec5892b2be06c1b568410829",
|
|
1147
1147
|
contentType: "zip",
|
|
1148
1148
|
binaryPath: "ruff.exe"
|
|
1149
1149
|
}
|
|
@@ -1340,49 +1340,82 @@ var binaries = {
|
|
|
1340
1340
|
}
|
|
1341
1341
|
}
|
|
1342
1342
|
},
|
|
1343
|
+
swag: {
|
|
1344
|
+
configHash: "bb9408d80600dbd16fe6f24c3cfb4f2597d139ed99326900d97d42ec64a28c88",
|
|
1345
|
+
binaries: {
|
|
1346
|
+
darwin: {
|
|
1347
|
+
amd64: {
|
|
1348
|
+
url: "https://github.com/swaggo/swag/releases/download/v2.0.0-rc4/swag_2.0.0-rc4_Darwin_x86_64.tar.gz",
|
|
1349
|
+
hash: "8150f72d88ac64def4c6480f400cd68dba29f9b981612b7e2641517cc0dbbbed",
|
|
1350
|
+
contentType: "tar.gz",
|
|
1351
|
+
binaryPath: "swag-2.0.0/swag"
|
|
1352
|
+
},
|
|
1353
|
+
arm64: {
|
|
1354
|
+
url: "https://github.com/swaggo/swag/releases/download/v2.0.0-rc4/swag_2.0.0-rc4_Darwin_arm64.tar.gz",
|
|
1355
|
+
hash: "79e32c3a85e4a90a4ef4f904e951a304f1bfb250ed54229f352053fcd452caab",
|
|
1356
|
+
contentType: "tar.gz",
|
|
1357
|
+
binaryPath: "swag-2.0.0/swag"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
linux: {
|
|
1361
|
+
amd64: {
|
|
1362
|
+
url: "https://github.com/swaggo/swag/releases/download/v2.0.0-rc4/swag_2.0.0-rc4_Linux_x86_64.tar.gz",
|
|
1363
|
+
hash: "e3660791abeeba694e008cbd9ab14f44593be9d5b1ece7443c192d368614026d",
|
|
1364
|
+
contentType: "tar.gz",
|
|
1365
|
+
binaryPath: "swag-2.0.0/swag"
|
|
1366
|
+
},
|
|
1367
|
+
arm64: {
|
|
1368
|
+
url: "https://github.com/swaggo/swag/releases/download/v2.0.0-rc4/swag_2.0.0-rc4_Linux_arm64.tar.gz",
|
|
1369
|
+
hash: "d603f39b5bbaf90ae0f28924adb9dd76dea62b09b738b06bc67b76d3b238c9d7",
|
|
1370
|
+
contentType: "tar.gz",
|
|
1371
|
+
binaryPath: "swag-2.0.0/swag"
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1343
1376
|
syft: {
|
|
1344
|
-
configHash: "
|
|
1377
|
+
configHash: "44e3e99659eaf8db7bbb963142f3931d40ced7048bccd46e0b7b5179c483f5b0",
|
|
1345
1378
|
binaries: {
|
|
1346
1379
|
darwin: {
|
|
1347
1380
|
amd64: {
|
|
1348
|
-
url: "https://github.com/anchore/syft/releases/download/v1.
|
|
1349
|
-
hash: "
|
|
1381
|
+
url: "https://github.com/anchore/syft/releases/download/v1.42.0/syft_1.42.0_darwin_amd64.tar.gz",
|
|
1382
|
+
hash: "675824f08b63e609ba077f2d4684510ac6bd7bd71db8b1a6c6f2d59d3b6450df",
|
|
1350
1383
|
contentType: "tar.gz",
|
|
1351
|
-
binaryPath: "syft-1.
|
|
1384
|
+
binaryPath: "syft-1.42.0/syft"
|
|
1352
1385
|
},
|
|
1353
1386
|
arm64: {
|
|
1354
|
-
url: "https://github.com/anchore/syft/releases/download/v1.
|
|
1355
|
-
hash: "
|
|
1387
|
+
url: "https://github.com/anchore/syft/releases/download/v1.42.0/syft_1.42.0_darwin_arm64.tar.gz",
|
|
1388
|
+
hash: "eb5faccd882a1d45fb25a07848bef652e27ff141bc656dca83a250211c2036fc",
|
|
1356
1389
|
contentType: "tar.gz",
|
|
1357
|
-
binaryPath: "syft-1.
|
|
1390
|
+
binaryPath: "syft-1.42.0/syft"
|
|
1358
1391
|
}
|
|
1359
1392
|
},
|
|
1360
1393
|
linux: {
|
|
1361
1394
|
amd64: {
|
|
1362
|
-
url: "https://github.com/anchore/syft/releases/download/v1.
|
|
1363
|
-
hash: "
|
|
1395
|
+
url: "https://github.com/anchore/syft/releases/download/v1.42.0/syft_1.42.0_linux_amd64.tar.gz",
|
|
1396
|
+
hash: "23bec7de5db0ba05590c676a338a8cd49e635df63e6c404c34d437e2c57f1a77",
|
|
1364
1397
|
contentType: "tar.gz",
|
|
1365
|
-
binaryPath: "syft-1.
|
|
1398
|
+
binaryPath: "syft-1.42.0/syft"
|
|
1366
1399
|
},
|
|
1367
1400
|
arm64: {
|
|
1368
|
-
url: "https://github.com/anchore/syft/releases/download/v1.
|
|
1369
|
-
hash: "
|
|
1401
|
+
url: "https://github.com/anchore/syft/releases/download/v1.42.0/syft_1.42.0_linux_arm64.tar.gz",
|
|
1402
|
+
hash: "cbc39a5f29b0bd32c1bf6bf61c363373f20a1be39dd901e1869228d42d082121",
|
|
1370
1403
|
contentType: "tar.gz",
|
|
1371
|
-
binaryPath: "syft-1.
|
|
1404
|
+
binaryPath: "syft-1.42.0/syft"
|
|
1372
1405
|
}
|
|
1373
1406
|
},
|
|
1374
1407
|
windows: {
|
|
1375
1408
|
amd64: {
|
|
1376
|
-
url: "https://github.com/anchore/syft/releases/download/v1.
|
|
1377
|
-
hash: "
|
|
1409
|
+
url: "https://github.com/anchore/syft/releases/download/v1.42.0/syft_1.42.0_windows_amd64.zip",
|
|
1410
|
+
hash: "4c2b0ef868c4fdc602257089ac73a1b8b4c3c1099b809d80e81ae7f6488fff32",
|
|
1378
1411
|
contentType: "zip",
|
|
1379
|
-
binaryPath: "syft-1.
|
|
1412
|
+
binaryPath: "syft-1.42.0/syft.exe"
|
|
1380
1413
|
},
|
|
1381
1414
|
arm64: {
|
|
1382
|
-
url: "https://github.com/anchore/syft/releases/download/v1.
|
|
1383
|
-
hash: "
|
|
1415
|
+
url: "https://github.com/anchore/syft/releases/download/v1.42.0/syft_1.42.0_windows_arm64.zip",
|
|
1416
|
+
hash: "eac179f7e27cb3d0e4c897ad62603d54e08955fecc40fb349eb12a21553d7114",
|
|
1384
1417
|
contentType: "zip",
|
|
1385
|
-
binaryPath: "syft-1.
|
|
1418
|
+
binaryPath: "syft-1.42.0/syft.exe"
|
|
1386
1419
|
}
|
|
1387
1420
|
}
|
|
1388
1421
|
}
|
|
@@ -1429,40 +1462,40 @@ var binaries = {
|
|
|
1429
1462
|
}
|
|
1430
1463
|
},
|
|
1431
1464
|
tflint: {
|
|
1432
|
-
configHash: "
|
|
1465
|
+
configHash: "c8dc053e7e688ca27d884ae7766450ace5c7f049f55ac4a12fb3248c479499bb",
|
|
1433
1466
|
binaries: {
|
|
1434
1467
|
darwin: {
|
|
1435
1468
|
amd64: {
|
|
1436
|
-
url: "https://github.com/terraform-linters/tflint/releases/download/v0.
|
|
1437
|
-
hash: "
|
|
1469
|
+
url: "https://github.com/terraform-linters/tflint/releases/download/v0.61.0/tflint_darwin_amd64.zip",
|
|
1470
|
+
hash: "9cd3106c7b74f83cbcd90e0593dfaa1ce14dc5260fe32d946915fd0004aec2f4",
|
|
1438
1471
|
contentType: "zip",
|
|
1439
1472
|
binaryPath: "tflint"
|
|
1440
1473
|
},
|
|
1441
1474
|
arm64: {
|
|
1442
|
-
url: "https://github.com/terraform-linters/tflint/releases/download/v0.
|
|
1443
|
-
hash: "
|
|
1475
|
+
url: "https://github.com/terraform-linters/tflint/releases/download/v0.61.0/tflint_darwin_arm64.zip",
|
|
1476
|
+
hash: "6593fa24cb6e14d2d0cf7af7fd02a271242f1038af6ecb5384f6738e105a0fea",
|
|
1444
1477
|
contentType: "zip",
|
|
1445
1478
|
binaryPath: "tflint"
|
|
1446
1479
|
}
|
|
1447
1480
|
},
|
|
1448
1481
|
linux: {
|
|
1449
1482
|
amd64: {
|
|
1450
|
-
url: "https://github.com/terraform-linters/tflint/releases/download/v0.
|
|
1451
|
-
hash: "
|
|
1483
|
+
url: "https://github.com/terraform-linters/tflint/releases/download/v0.61.0/tflint_linux_amd64.zip",
|
|
1484
|
+
hash: "ca4e4e8cb7cc3436f2b6979e9c4fd4e2623a66fcca1ad1fe12f8669967636ae2",
|
|
1452
1485
|
contentType: "zip",
|
|
1453
1486
|
binaryPath: "tflint"
|
|
1454
1487
|
},
|
|
1455
1488
|
arm64: {
|
|
1456
|
-
url: "https://github.com/terraform-linters/tflint/releases/download/v0.
|
|
1457
|
-
hash: "
|
|
1489
|
+
url: "https://github.com/terraform-linters/tflint/releases/download/v0.61.0/tflint_linux_arm64.zip",
|
|
1490
|
+
hash: "999c25cfdb5208fe1133dec6b219e666a39fc2a7a0786a781dc9924ea5945ebf",
|
|
1458
1491
|
contentType: "zip",
|
|
1459
1492
|
binaryPath: "tflint"
|
|
1460
1493
|
}
|
|
1461
1494
|
},
|
|
1462
1495
|
windows: {
|
|
1463
1496
|
amd64: {
|
|
1464
|
-
url: "https://github.com/terraform-linters/tflint/releases/download/v0.
|
|
1465
|
-
hash: "
|
|
1497
|
+
url: "https://github.com/terraform-linters/tflint/releases/download/v0.61.0/tflint_windows_amd64.zip",
|
|
1498
|
+
hash: "f114a26a519f580a9d27204b1210ba5869ed8219d7e23a732d41774d612af3b0",
|
|
1466
1499
|
contentType: "zip",
|
|
1467
1500
|
binaryPath: "tflint.exe"
|
|
1468
1501
|
}
|
|
@@ -1470,116 +1503,116 @@ var binaries = {
|
|
|
1470
1503
|
}
|
|
1471
1504
|
},
|
|
1472
1505
|
trivy: {
|
|
1473
|
-
configHash: "
|
|
1506
|
+
configHash: "5f167b7cdadf2a66b9454e016f1c1996d4be7a8cda4db4f1f7a36868c7e00226",
|
|
1474
1507
|
binaries: {
|
|
1475
1508
|
darwin: {
|
|
1476
1509
|
arm64: {
|
|
1477
|
-
url: "https://github.com/aquasecurity/trivy/releases/download/v0.
|
|
1478
|
-
hash: "
|
|
1510
|
+
url: "https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_macOS-ARM64.tar.gz",
|
|
1511
|
+
hash: "ae5ce4a7b9bf2bd3794ccb3c257993526fa47470b3814d729a73788d36aff3d0",
|
|
1479
1512
|
contentType: "tar.gz",
|
|
1480
|
-
binaryPath: "trivy-0.
|
|
1513
|
+
binaryPath: "trivy-0.69.1/trivy"
|
|
1481
1514
|
}
|
|
1482
1515
|
},
|
|
1483
1516
|
linux: {
|
|
1484
1517
|
arm64: {
|
|
1485
|
-
url: "https://github.com/aquasecurity/trivy/releases/download/v0.
|
|
1486
|
-
hash: "
|
|
1518
|
+
url: "https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_Linux-ARM64.tar.gz",
|
|
1519
|
+
hash: "7a98c13e6c5799fc46219c94fa500b807532b4555501cce85fa4eead9f755516",
|
|
1487
1520
|
contentType: "tar.gz",
|
|
1488
|
-
binaryPath: "trivy-0.
|
|
1521
|
+
binaryPath: "trivy-0.69.1/trivy"
|
|
1489
1522
|
}
|
|
1490
1523
|
}
|
|
1491
1524
|
}
|
|
1492
1525
|
},
|
|
1493
1526
|
trufflehog: {
|
|
1494
|
-
configHash: "
|
|
1527
|
+
configHash: "fcb50547841746c5d17bd626f67a6b2e21d65dc40c2fe41f87c868a29ff41591",
|
|
1495
1528
|
binaries: {
|
|
1496
1529
|
darwin: {
|
|
1497
1530
|
amd64: {
|
|
1498
|
-
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.
|
|
1499
|
-
hash: "
|
|
1531
|
+
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.3/trufflehog_3.93.3_darwin_amd64.tar.gz",
|
|
1532
|
+
hash: "d17746e793f6d88895b1e00ddac3b8b7ac8a05c88908f1fa5e9afccb3015ed2a",
|
|
1500
1533
|
contentType: "tar.gz",
|
|
1501
|
-
binaryPath: "trufflehog-3.
|
|
1534
|
+
binaryPath: "trufflehog-3.93.3/trufflehog"
|
|
1502
1535
|
},
|
|
1503
1536
|
arm64: {
|
|
1504
|
-
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.
|
|
1505
|
-
hash: "
|
|
1537
|
+
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.3/trufflehog_3.93.3_darwin_arm64.tar.gz",
|
|
1538
|
+
hash: "f5a3d6408ce51ff321b2496d47aaf175a4683027af23f95a16f38514e17c83db",
|
|
1506
1539
|
contentType: "tar.gz",
|
|
1507
|
-
binaryPath: "trufflehog-3.
|
|
1540
|
+
binaryPath: "trufflehog-3.93.3/trufflehog"
|
|
1508
1541
|
}
|
|
1509
1542
|
},
|
|
1510
1543
|
linux: {
|
|
1511
1544
|
amd64: {
|
|
1512
|
-
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.
|
|
1513
|
-
hash: "
|
|
1545
|
+
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.3/trufflehog_3.93.3_linux_amd64.tar.gz",
|
|
1546
|
+
hash: "62af52009a462a50421ca723424e41e0b3a1c8725d74b56de10e49d215ce8545",
|
|
1514
1547
|
contentType: "tar.gz",
|
|
1515
|
-
binaryPath: "trufflehog-3.
|
|
1548
|
+
binaryPath: "trufflehog-3.93.3/trufflehog"
|
|
1516
1549
|
},
|
|
1517
1550
|
arm64: {
|
|
1518
|
-
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.
|
|
1519
|
-
hash: "
|
|
1551
|
+
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.3/trufflehog_3.93.3_linux_arm64.tar.gz",
|
|
1552
|
+
hash: "ff832d01afd80449de8c7a963376e16e2198cbe716c6011847250bf28d4b4958",
|
|
1520
1553
|
contentType: "tar.gz",
|
|
1521
|
-
binaryPath: "trufflehog-3.
|
|
1554
|
+
binaryPath: "trufflehog-3.93.3/trufflehog"
|
|
1522
1555
|
}
|
|
1523
1556
|
},
|
|
1524
1557
|
windows: {
|
|
1525
1558
|
amd64: {
|
|
1526
|
-
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.
|
|
1527
|
-
hash: "
|
|
1559
|
+
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.3/trufflehog_3.93.3_windows_amd64.tar.gz",
|
|
1560
|
+
hash: "53c72ff38a1028341c507e76fd476aac3da4a95b58135a93d945c92849e70ff5",
|
|
1528
1561
|
contentType: "tar.gz",
|
|
1529
|
-
binaryPath: "trufflehog-3.
|
|
1562
|
+
binaryPath: "trufflehog-3.93.3/trufflehog.exe"
|
|
1530
1563
|
},
|
|
1531
1564
|
arm64: {
|
|
1532
|
-
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.
|
|
1533
|
-
hash: "
|
|
1565
|
+
url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.93.3/trufflehog_3.93.3_windows_arm64.tar.gz",
|
|
1566
|
+
hash: "1919a80d9b5472a109f6033388ab9edf3677e5aa72c060f4668545e341231c92",
|
|
1534
1567
|
contentType: "tar.gz",
|
|
1535
|
-
binaryPath: "trufflehog-3.
|
|
1568
|
+
binaryPath: "trufflehog-3.93.3/trufflehog.exe"
|
|
1536
1569
|
}
|
|
1537
1570
|
}
|
|
1538
1571
|
}
|
|
1539
1572
|
},
|
|
1540
1573
|
typos: {
|
|
1541
|
-
configHash: "
|
|
1574
|
+
configHash: "9d7a3ed0390c03df7bb1570202ad960b214669f7d39e0cbec679e5c6a80c7992",
|
|
1542
1575
|
binaries: {
|
|
1543
1576
|
darwin: {
|
|
1544
1577
|
amd64: {
|
|
1545
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.
|
|
1546
|
-
hash: "
|
|
1578
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-apple-darwin.tar.gz",
|
|
1579
|
+
hash: "f675f59c17287923c59b61d63c59092821d32ac35d66bd5ad9c666ad5a702531",
|
|
1547
1580
|
contentType: "tar.gz",
|
|
1548
|
-
binaryPath: "typos-v1.
|
|
1581
|
+
binaryPath: "typos-v1.43.5/typos"
|
|
1549
1582
|
},
|
|
1550
1583
|
arm64: {
|
|
1551
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.
|
|
1552
|
-
hash: "
|
|
1584
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-aarch64-apple-darwin.tar.gz",
|
|
1585
|
+
hash: "0c3fbef95090b0cd6d269a0d4a7ff4d665d5bd2b579179c6b856f7617b1ffc70",
|
|
1553
1586
|
contentType: "tar.gz",
|
|
1554
|
-
binaryPath: "typos-v1.
|
|
1587
|
+
binaryPath: "typos-v1.43.5/typos"
|
|
1555
1588
|
}
|
|
1556
1589
|
},
|
|
1557
1590
|
linux: {
|
|
1558
1591
|
amd64: {
|
|
1559
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.
|
|
1560
|
-
hash: "
|
|
1592
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-unknown-linux-musl.tar.gz",
|
|
1593
|
+
hash: "7bb0734a80c68a2ef1d4d0e64c46d498a50fbdb0d5efddac44e9804a687fef03",
|
|
1561
1594
|
contentType: "tar.gz",
|
|
1562
|
-
binaryPath: "typos-v1.
|
|
1595
|
+
binaryPath: "typos-v1.43.5/typos"
|
|
1563
1596
|
},
|
|
1564
1597
|
arm64: {
|
|
1565
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.
|
|
1566
|
-
hash: "
|
|
1598
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-aarch64-unknown-linux-musl.tar.gz",
|
|
1599
|
+
hash: "15f2d2592312babea0eabb783e6879085f7ab3bd643aacf4d8290dd7c14c07d0",
|
|
1567
1600
|
contentType: "tar.gz",
|
|
1568
|
-
binaryPath: "typos-v1.
|
|
1601
|
+
binaryPath: "typos-v1.43.5/typos"
|
|
1569
1602
|
}
|
|
1570
1603
|
},
|
|
1571
1604
|
windows: {
|
|
1572
1605
|
amd64: {
|
|
1573
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.
|
|
1574
|
-
hash: "
|
|
1606
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-pc-windows-msvc.zip",
|
|
1607
|
+
hash: "33bcd71d132fc97c791581996453f0438d985dcec2a0eeedc1107a450bcb42c8",
|
|
1575
1608
|
contentType: "zip",
|
|
1576
|
-
binaryPath: "typos-v1.
|
|
1609
|
+
binaryPath: "typos-v1.43.5/typos.exe"
|
|
1577
1610
|
},
|
|
1578
1611
|
arm64: {
|
|
1579
|
-
url: "https://github.com/crate-ci/typos/releases/download/v1.
|
|
1580
|
-
hash: "
|
|
1612
|
+
url: "https://github.com/crate-ci/typos/releases/download/v1.43.5/typos-v1.43.5-x86_64-pc-windows-msvc.zip",
|
|
1613
|
+
hash: "33bcd71d132fc97c791581996453f0438d985dcec2a0eeedc1107a450bcb42c8",
|
|
1581
1614
|
contentType: "zip",
|
|
1582
|
-
binaryPath: "typos-v1.
|
|
1615
|
+
binaryPath: "typos-v1.43.5/typos.exe"
|
|
1583
1616
|
}
|
|
1584
1617
|
}
|
|
1585
1618
|
}
|
|
@@ -1753,99 +1786,99 @@ var binaries = {
|
|
|
1753
1786
|
}
|
|
1754
1787
|
},
|
|
1755
1788
|
vacuum: {
|
|
1756
|
-
configHash: "
|
|
1789
|
+
configHash: "39f2f3f1528a80688b1dd8a840a5d776e97c488ec233d12d1f9211fdc77e8e3c",
|
|
1757
1790
|
binaries: {
|
|
1758
1791
|
darwin: {
|
|
1759
1792
|
amd64: {
|
|
1760
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1761
|
-
hash: "
|
|
1793
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.8/vacuum_0.23.8_darwin_x86_64.tar.gz",
|
|
1794
|
+
hash: "093937ce214eac93e31f7642977499f6985df3ef13b9139f2b3e2eeb43a994aa",
|
|
1762
1795
|
contentType: "tar.gz",
|
|
1763
|
-
binaryPath: "vacuum-0.23.
|
|
1796
|
+
binaryPath: "vacuum-0.23.8/vacuum"
|
|
1764
1797
|
},
|
|
1765
1798
|
arm64: {
|
|
1766
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1767
|
-
hash: "
|
|
1799
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.8/vacuum_0.23.8_darwin_arm64.tar.gz",
|
|
1800
|
+
hash: "6ccf98a8779147f655959634f57e6bd9d979fc817107afd0535376208ad14546",
|
|
1768
1801
|
contentType: "tar.gz",
|
|
1769
|
-
binaryPath: "vacuum-0.23.
|
|
1802
|
+
binaryPath: "vacuum-0.23.8/vacuum"
|
|
1770
1803
|
}
|
|
1771
1804
|
},
|
|
1772
1805
|
linux: {
|
|
1773
1806
|
amd64: {
|
|
1774
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1775
|
-
hash: "
|
|
1807
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.8/vacuum_0.23.8_linux_x86_64.tar.gz",
|
|
1808
|
+
hash: "05952794613c354601a95ceaebcdd0c12fd785240475bd7f9637e9fe0a3b498a",
|
|
1776
1809
|
contentType: "tar.gz",
|
|
1777
|
-
binaryPath: "vacuum-0.23.
|
|
1810
|
+
binaryPath: "vacuum-0.23.8/vacuum"
|
|
1778
1811
|
},
|
|
1779
1812
|
arm64: {
|
|
1780
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1781
|
-
hash: "
|
|
1813
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.8/vacuum_0.23.8_linux_arm64.tar.gz",
|
|
1814
|
+
hash: "79fca217c8430fc4306981146e953cd143e2fb9c8dfbcd11f35c391de3b61bc9",
|
|
1782
1815
|
contentType: "tar.gz",
|
|
1783
|
-
binaryPath: "vacuum-0.23.
|
|
1816
|
+
binaryPath: "vacuum-0.23.8/vacuum"
|
|
1784
1817
|
}
|
|
1785
1818
|
},
|
|
1786
1819
|
windows: {
|
|
1787
1820
|
amd64: {
|
|
1788
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1789
|
-
hash: "
|
|
1821
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.8/vacuum_0.23.8_windows_x86_64.tar.gz",
|
|
1822
|
+
hash: "e99e5d45e7be31109c7c4543af1aa396602e3a5104e1001450cb4f72ff6c70d4",
|
|
1790
1823
|
contentType: "tar.gz",
|
|
1791
|
-
binaryPath: "vacuum-0.23.
|
|
1824
|
+
binaryPath: "vacuum-0.23.8/vacuum.exe"
|
|
1792
1825
|
},
|
|
1793
1826
|
arm64: {
|
|
1794
|
-
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.
|
|
1795
|
-
hash: "
|
|
1827
|
+
url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.8/vacuum_0.23.8_windows_arm64.tar.gz",
|
|
1828
|
+
hash: "f3ac70032938c8bb98896fae17d5367402d1583d23608b52baeecf600ea341f1",
|
|
1796
1829
|
contentType: "tar.gz",
|
|
1797
|
-
binaryPath: "vacuum-0.23.
|
|
1830
|
+
binaryPath: "vacuum-0.23.8/vacuum.exe"
|
|
1798
1831
|
}
|
|
1799
1832
|
}
|
|
1800
1833
|
}
|
|
1801
1834
|
},
|
|
1802
1835
|
vale: {
|
|
1803
|
-
configHash: "
|
|
1836
|
+
configHash: "6a7ab31429303a1528e589514b3f277cb62079c411c92003f47879fa6fd9c00e",
|
|
1804
1837
|
binaries: {
|
|
1805
1838
|
darwin: {
|
|
1806
1839
|
arm64: {
|
|
1807
|
-
url: "https://github.com/errata-ai/vale/releases/download/v3.13.
|
|
1808
|
-
hash: "
|
|
1840
|
+
url: "https://github.com/errata-ai/vale/releases/download/v3.13.1/vale_3.13.1_macOS_arm64.tar.gz",
|
|
1841
|
+
hash: "b614dfde6324eec403ac540cbcd47132960f8ebe9c21ef0e2352da9b19808689",
|
|
1809
1842
|
contentType: "tar.gz",
|
|
1810
|
-
binaryPath: "vale-3.13.
|
|
1843
|
+
binaryPath: "vale-3.13.1/vale"
|
|
1811
1844
|
}
|
|
1812
1845
|
},
|
|
1813
1846
|
linux: {
|
|
1814
1847
|
arm64: {
|
|
1815
|
-
url: "https://github.com/errata-ai/vale/releases/download/v3.13.
|
|
1816
|
-
hash: "
|
|
1848
|
+
url: "https://github.com/errata-ai/vale/releases/download/v3.13.1/vale_3.13.1_Linux_arm64.tar.gz",
|
|
1849
|
+
hash: "bf732cb7cd1942e007ff1c24e652dff852c58e6ca467312d5955c74469d4fc70",
|
|
1817
1850
|
contentType: "tar.gz",
|
|
1818
|
-
binaryPath: "vale-3.13.
|
|
1851
|
+
binaryPath: "vale-3.13.1/vale"
|
|
1819
1852
|
}
|
|
1820
1853
|
},
|
|
1821
1854
|
windows: {
|
|
1822
1855
|
amd64: {
|
|
1823
|
-
url: "https://github.com/errata-ai/vale/releases/download/v3.13.
|
|
1824
|
-
hash: "
|
|
1856
|
+
url: "https://github.com/errata-ai/vale/releases/download/v3.13.1/vale_3.13.1_Windows_64-bit.zip",
|
|
1857
|
+
hash: "cdf83d17277e097b84e34a550c8dd6b870c582c3022caecc4b6b363352dd491c",
|
|
1825
1858
|
contentType: "zip",
|
|
1826
|
-
binaryPath: "vale-3.13.
|
|
1859
|
+
binaryPath: "vale-3.13.1/vale.exe"
|
|
1827
1860
|
},
|
|
1828
1861
|
arm64: {
|
|
1829
|
-
url: "https://github.com/errata-ai/vale/releases/download/v3.13.
|
|
1830
|
-
hash: "
|
|
1862
|
+
url: "https://github.com/errata-ai/vale/releases/download/v3.13.1/vale_3.13.1_Windows_64-bit.zip",
|
|
1863
|
+
hash: "cdf83d17277e097b84e34a550c8dd6b870c582c3022caecc4b6b363352dd491c",
|
|
1831
1864
|
contentType: "zip",
|
|
1832
|
-
binaryPath: "vale-3.13.
|
|
1865
|
+
binaryPath: "vale-3.13.1/vale.exe"
|
|
1833
1866
|
}
|
|
1834
1867
|
}
|
|
1835
1868
|
}
|
|
1836
1869
|
},
|
|
1837
1870
|
yq: {
|
|
1838
|
-
configHash: "
|
|
1871
|
+
configHash: "c83548fc36520efabfb01b969b7c085b1d8b217f8c346c4ea8c38125a347b8ea",
|
|
1839
1872
|
binaries: {
|
|
1840
1873
|
windows: {
|
|
1841
1874
|
amd64: {
|
|
1842
|
-
url: "https://github.com/mikefarah/yq/releases/download/v4.
|
|
1843
|
-
hash: "
|
|
1875
|
+
url: "https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_windows_amd64.exe",
|
|
1876
|
+
hash: "b7c4186f8a3e32879ddf99389bf59a4b2861f0f1b41ef58647d903b0a11e8151",
|
|
1844
1877
|
contentType: "binary"
|
|
1845
1878
|
},
|
|
1846
1879
|
arm64: {
|
|
1847
|
-
url: "https://github.com/mikefarah/yq/releases/download/v4.
|
|
1848
|
-
hash: "
|
|
1880
|
+
url: "https://github.com/mikefarah/yq/releases/download/v4.52.4/yq_windows_arm64.exe",
|
|
1881
|
+
hash: "ca8c95235198204b4e74ea79b416367bc373cda6b591ca38d4a8cbc0ea8b9a6e",
|
|
1849
1882
|
contentType: "binary"
|
|
1850
1883
|
}
|
|
1851
1884
|
}
|
|
@@ -1940,40 +1973,40 @@ var mapOfApps = {
|
|
|
1940
1973
|
|
|
1941
1974
|
// package.json
|
|
1942
1975
|
var name = "@shibanet0/datamitsu-config";
|
|
1943
|
-
var version = "0.0.1-alpha-
|
|
1976
|
+
var version = "0.0.1-alpha-35";
|
|
1944
1977
|
var dependencies = {
|
|
1945
1978
|
"@antebudimir/eslint-plugin-vanilla-extract": "1.16.0",
|
|
1946
1979
|
"@commander-js/extra-typings": "14.0.0",
|
|
1947
|
-
"@commitlint/cli": "20.
|
|
1948
|
-
"@commitlint/config-conventional": "20.
|
|
1949
|
-
"@commitlint/format": "20.
|
|
1950
|
-
"@commitlint/types": "20.
|
|
1951
|
-
"@cspell/eslint-plugin": "9.6.
|
|
1952
|
-
"@datamitsu/datamitsu": "0.0.1-alpha-
|
|
1953
|
-
"@eslint/config-helpers": "0.5.
|
|
1980
|
+
"@commitlint/cli": "20.4.1",
|
|
1981
|
+
"@commitlint/config-conventional": "20.4.1",
|
|
1982
|
+
"@commitlint/format": "20.4.0",
|
|
1983
|
+
"@commitlint/types": "20.4.0",
|
|
1984
|
+
"@cspell/eslint-plugin": "9.6.4",
|
|
1985
|
+
"@datamitsu/datamitsu": "0.0.1-alpha-65",
|
|
1986
|
+
"@eslint/config-helpers": "0.5.2",
|
|
1954
1987
|
"@eslint/js": "9.39.2",
|
|
1955
|
-
"@next/eslint-plugin-next": "16.1.
|
|
1988
|
+
"@next/eslint-plugin-next": "16.1.6",
|
|
1956
1989
|
"@prettier/plugin-xml": "3.4.2",
|
|
1957
|
-
"@stylistic/eslint-plugin": "5.
|
|
1958
|
-
"@vitejs/plugin-react": "5.1.
|
|
1959
|
-
"@vitest/eslint-plugin": "1.6.
|
|
1960
|
-
commander: "14.0.
|
|
1990
|
+
"@stylistic/eslint-plugin": "5.8.0",
|
|
1991
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
1992
|
+
"@vitest/eslint-plugin": "1.6.9",
|
|
1993
|
+
commander: "14.0.3",
|
|
1961
1994
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
1962
1995
|
eslint: "9.39.2",
|
|
1963
1996
|
"eslint-config-prettier": "10.1.8",
|
|
1964
|
-
"eslint-flat-config-utils": "3.0.
|
|
1997
|
+
"eslint-flat-config-utils": "3.0.1",
|
|
1965
1998
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
1966
1999
|
"eslint-plugin-array-func": "5.1.0",
|
|
1967
2000
|
"eslint-plugin-arrow-return-style": "1.3.1",
|
|
1968
|
-
"eslint-plugin-baseline-js": "0.
|
|
1969
|
-
"eslint-plugin-boundaries": "5.
|
|
2001
|
+
"eslint-plugin-baseline-js": "0.5.0",
|
|
2002
|
+
"eslint-plugin-boundaries": "5.4.0",
|
|
1970
2003
|
"eslint-plugin-clsx": "0.0.12",
|
|
1971
2004
|
"eslint-plugin-command": "3.4.0",
|
|
1972
2005
|
"eslint-plugin-compat": "6.1.0",
|
|
1973
2006
|
"eslint-plugin-de-morgan": "2.0.0",
|
|
1974
2007
|
"eslint-plugin-decorator-position": "6.0.0",
|
|
1975
2008
|
"eslint-plugin-depend": "1.4.0",
|
|
1976
|
-
"eslint-plugin-es-x": "9.
|
|
2009
|
+
"eslint-plugin-es-x": "9.4.0",
|
|
1977
2010
|
"eslint-plugin-escompat": "3.11.4",
|
|
1978
2011
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
1979
2012
|
"eslint-plugin-filenames": "1.3.2",
|
|
@@ -1982,51 +2015,51 @@ var dependencies = {
|
|
|
1982
2015
|
"eslint-plugin-html": "8.1.4",
|
|
1983
2016
|
"eslint-plugin-i18next": "6.1.3",
|
|
1984
2017
|
"eslint-plugin-import": "2.32.0",
|
|
1985
|
-
"eslint-plugin-jsdoc": "62.
|
|
2018
|
+
"eslint-plugin-jsdoc": "62.6.0",
|
|
1986
2019
|
"eslint-plugin-json": "4.0.1",
|
|
1987
2020
|
"eslint-plugin-json-schema-validator": "6.0.3",
|
|
1988
|
-
"eslint-plugin-jsonc": "2.21.
|
|
2021
|
+
"eslint-plugin-jsonc": "2.21.1",
|
|
1989
2022
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
1990
|
-
"eslint-plugin-n": "17.
|
|
2023
|
+
"eslint-plugin-n": "17.24.0",
|
|
1991
2024
|
"eslint-plugin-no-unsanitized": "4.1.4",
|
|
1992
2025
|
"eslint-plugin-no-use-extend-native": "0.7.2",
|
|
1993
|
-
"eslint-plugin-oxlint": "1.
|
|
1994
|
-
"eslint-plugin-perfectionist": "5.
|
|
1995
|
-
"eslint-plugin-playwright": "2.
|
|
2026
|
+
"eslint-plugin-oxlint": "1.42.0",
|
|
2027
|
+
"eslint-plugin-perfectionist": "5.5.0",
|
|
2028
|
+
"eslint-plugin-playwright": "2.6.0",
|
|
1996
2029
|
"eslint-plugin-pnpm": "1.5.0",
|
|
1997
2030
|
"eslint-plugin-promise": "7.2.1",
|
|
1998
2031
|
"eslint-plugin-react": "7.37.5",
|
|
1999
2032
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
2000
2033
|
"eslint-plugin-react-perf": "3.3.3",
|
|
2001
2034
|
"eslint-plugin-react-prefer-function-component": "5.0.0",
|
|
2002
|
-
"eslint-plugin-react-refresh": "0.
|
|
2003
|
-
"eslint-plugin-react-you-might-not-need-an-effect": "0.
|
|
2035
|
+
"eslint-plugin-react-refresh": "0.5.0",
|
|
2036
|
+
"eslint-plugin-react-you-might-not-need-an-effect": "0.9.1",
|
|
2004
2037
|
"eslint-plugin-regexp": "3.0.0",
|
|
2005
2038
|
"eslint-plugin-security": "3.0.1",
|
|
2006
2039
|
"eslint-plugin-sonarjs": "3.0.5",
|
|
2007
|
-
"eslint-plugin-storybook": "10.2.
|
|
2008
|
-
"eslint-plugin-toml": "1.0
|
|
2009
|
-
"eslint-plugin-turbo": "2.
|
|
2010
|
-
"eslint-plugin-unicorn": "
|
|
2011
|
-
"eslint-plugin-unused-imports": "4.
|
|
2012
|
-
"eslint-plugin-yml": "3.
|
|
2040
|
+
"eslint-plugin-storybook": "10.2.9",
|
|
2041
|
+
"eslint-plugin-toml": "1.1.0",
|
|
2042
|
+
"eslint-plugin-turbo": "2.8.9",
|
|
2043
|
+
"eslint-plugin-unicorn": "63.0.0",
|
|
2044
|
+
"eslint-plugin-unused-imports": "4.4.1",
|
|
2045
|
+
"eslint-plugin-yml": "3.2.0",
|
|
2013
2046
|
execa: "9.6.1",
|
|
2014
2047
|
"fast-glob": "3.3.3",
|
|
2015
|
-
globals: "17.
|
|
2016
|
-
knip: "5.
|
|
2017
|
-
oxlint: "1.
|
|
2048
|
+
globals: "17.3.0",
|
|
2049
|
+
knip: "5.83.1",
|
|
2050
|
+
oxlint: "1.42.0",
|
|
2018
2051
|
prettier: "3.8.1",
|
|
2019
2052
|
"prettier-plugin-embed": "0.5.1",
|
|
2020
2053
|
"prettier-plugin-jsdoc": "1.8.0",
|
|
2021
2054
|
"prettier-plugin-sql": "0.19.2",
|
|
2022
2055
|
publint: "0.3.17",
|
|
2023
2056
|
"sort-package-json": "3.6.1",
|
|
2024
|
-
syncpack: "14.0.0
|
|
2057
|
+
syncpack: "14.0.0",
|
|
2025
2058
|
tsup: "8.5.1",
|
|
2026
2059
|
tsx: "4.21.0",
|
|
2027
|
-
"type-fest": "5.4.
|
|
2060
|
+
"type-fest": "5.4.4",
|
|
2028
2061
|
typescript: "5.9.3",
|
|
2029
|
-
"typescript-eslint": "8.
|
|
2062
|
+
"typescript-eslint": "8.56.0"
|
|
2030
2063
|
};
|
|
2031
2064
|
|
|
2032
2065
|
// src/oxlint/index.ts
|
|
@@ -2206,6 +2239,14 @@ var ignoreGroups = {
|
|
|
2206
2239
|
]
|
|
2207
2240
|
};
|
|
2208
2241
|
|
|
2242
|
+
// src/datamitsu-config/npmVersions.json
|
|
2243
|
+
var npmVersions_default = {
|
|
2244
|
+
node: "24.13.1",
|
|
2245
|
+
npm: {
|
|
2246
|
+
pnpm: "10.29.3"
|
|
2247
|
+
}
|
|
2248
|
+
};
|
|
2249
|
+
|
|
2209
2250
|
// src/datamitsu-config/utils/cleanDependencies.ts
|
|
2210
2251
|
var cleanDependencies = (deps) => {
|
|
2211
2252
|
if (env().DATAMITSU_DEV_MODE) {
|
|
@@ -2372,6 +2413,12 @@ var init = {
|
|
|
2372
2413
|
otherFileNameList: [".golangci.yml", ".golangci.yaml", ".golangci.toml", ".golangci.json"],
|
|
2373
2414
|
projectTypes: ["golang-package"]
|
|
2374
2415
|
},
|
|
2416
|
+
".node-version": {
|
|
2417
|
+
content: () => {
|
|
2418
|
+
return npmVersions_default.node + "\n";
|
|
2419
|
+
},
|
|
2420
|
+
rootOnly: true
|
|
2421
|
+
},
|
|
2375
2422
|
".npmrc": {
|
|
2376
2423
|
content: () => {
|
|
2377
2424
|
const m = {
|
|
@@ -2942,6 +2989,7 @@ export default config;
|
|
|
2942
2989
|
...env().DATAMITSU_DEV_MODE ? {} : { [name]: version }
|
|
2943
2990
|
},
|
|
2944
2991
|
optionalDependencies: cleanDependencies(data.optionalDependencies),
|
|
2992
|
+
packageManager: `pnpm@${npmVersions_default.npm.pnpm}`,
|
|
2945
2993
|
peerDependencies: cleanDependencies(data.peerDependencies),
|
|
2946
2994
|
...{
|
|
2947
2995
|
eslintConfig: void 0,
|