@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.
Files changed (101) hide show
  1. package/datamitsu.js +357 -309
  2. package/dist/binary/index.d.ts +1 -0
  3. package/dist/clean-package/index.d.ts +27 -0
  4. package/dist/commitlint/index.d.ts +109 -0
  5. package/dist/datamitsu-config/apps.d.ts +1 -0
  6. package/dist/datamitsu-config/cmdInit.d.ts +2 -0
  7. package/dist/datamitsu-config/constants.d.ts +4 -0
  8. package/dist/datamitsu-config/env.d.ts +5 -0
  9. package/dist/datamitsu-config/ignore.d.ts +1 -0
  10. package/dist/datamitsu-config/main.d.ts +1 -0
  11. package/dist/datamitsu-config/project.d.ts +1 -0
  12. package/dist/datamitsu-config/tools.d.ts +1 -0
  13. package/dist/datamitsu-config/utils/cleanDependencies.d.ts +2 -0
  14. package/dist/datamitsu.d.ts +14 -14
  15. package/dist/eslint/globs.d.ts +16 -0
  16. package/dist/eslint/index.d.ts +3 -0
  17. package/dist/eslint/index.js +1 -1
  18. package/dist/eslint/plugins/arrayFunc.d.ts +2 -0
  19. package/dist/eslint/plugins/arrow-return-style.d.ts +2 -0
  20. package/dist/eslint/plugins/boundaries.d.ts +2 -0
  21. package/dist/eslint/plugins/clsx.d.ts +2 -0
  22. package/dist/eslint/plugins/command.d.ts +2 -0
  23. package/dist/eslint/plugins/compat.d.ts +2 -0
  24. package/dist/eslint/plugins/cspell.d.ts +2 -0
  25. package/dist/eslint/plugins/deMorgan.d.ts +2 -0
  26. package/dist/eslint/plugins/depend.d.ts +2 -0
  27. package/dist/eslint/plugins/escompat.d.ts +2 -0
  28. package/dist/eslint/plugins/fsecond.d.ts +2 -0
  29. package/dist/eslint/plugins/html.d.ts +2 -0
  30. package/dist/eslint/plugins/i18next.d.ts +2 -0
  31. package/dist/eslint/plugins/import.d.ts +2 -0
  32. package/dist/eslint/plugins/javascript.d.ts +2 -0
  33. package/dist/eslint/plugins/jsdoc.d.ts +2 -0
  34. package/dist/eslint/plugins/json-schema-validator.d.ts +2 -0
  35. package/dist/eslint/plugins/json.d.ts +2 -0
  36. package/dist/eslint/plugins/jsonc.d.ts +2 -0
  37. package/dist/eslint/plugins/jsx-a11y.d.ts +2 -0
  38. package/dist/eslint/plugins/n.d.ts +2 -0
  39. package/dist/eslint/plugins/no-unsanitized.d.ts +2 -0
  40. package/dist/eslint/plugins/no-use-extend-native.d.ts +2 -0
  41. package/dist/eslint/plugins/oxlint.d.ts +5 -0
  42. package/dist/eslint/plugins/perfectionist.d.ts +2 -0
  43. package/dist/eslint/plugins/playwright.d.ts +2 -0
  44. package/dist/eslint/plugins/pnpm.d.ts +2 -0
  45. package/dist/eslint/plugins/prettier.d.ts +2 -0
  46. package/dist/eslint/plugins/promise.d.ts +2 -0
  47. package/dist/eslint/plugins/react-hooks.d.ts +2 -0
  48. package/dist/eslint/plugins/react-perf.d.ts +2 -0
  49. package/dist/eslint/plugins/react-prefer-function-component.d.ts +2 -0
  50. package/dist/eslint/plugins/react-refresh.d.ts +2 -0
  51. package/dist/eslint/plugins/react-you-might-not-need-an-effect.d.ts +2 -0
  52. package/dist/eslint/plugins/react.d.ts +5 -0
  53. package/dist/eslint/plugins/regexp.d.ts +2 -0
  54. package/dist/eslint/plugins/security.d.ts +2 -0
  55. package/dist/eslint/plugins/sonarjs.d.ts +2 -0
  56. package/dist/eslint/plugins/storybook.d.ts +2 -0
  57. package/dist/eslint/plugins/stylistic.d.ts +2 -0
  58. package/dist/eslint/plugins/toml.d.ts +2 -0
  59. package/dist/eslint/plugins/turbo.d.ts +2 -0
  60. package/dist/eslint/plugins/typescript.d.ts +2 -0
  61. package/dist/eslint/plugins/unicorn.d.ts +2 -0
  62. package/dist/eslint/plugins/unused-imports.d.ts +2 -0
  63. package/dist/eslint/plugins/vanilla-extract.d.ts +2 -0
  64. package/dist/eslint/plugins/vitest.d.ts +2 -0
  65. package/dist/eslint/plugins/yml.d.ts +2 -0
  66. package/dist/eslint/types.d.ts +179 -0
  67. package/dist/globs/globs.d.ts +1 -0
  68. package/dist/knip/index.d.ts +3 -0
  69. package/dist/lib/datamitsu.d.ts +11 -0
  70. package/dist/lib/index.d.ts +1 -0
  71. package/dist/oxlint/index.d.ts +2 -0
  72. package/dist/prettier/index.d.ts +3 -0
  73. package/dist/s0/__tests__/helpers/mockCrypto.d.ts +23 -0
  74. package/dist/s0/__tests__/helpers/mockExeca.d.ts +47 -0
  75. package/dist/s0/__tests__/helpers/mockFs.d.ts +44 -0
  76. package/dist/s0/__tests__/helpers/mockGlob.d.ts +21 -0
  77. package/dist/s0/cmd/pulumi/__tests__/cleanupState.test.d.ts +1 -0
  78. package/dist/s0/cmd/pulumi/__tests__/constants.test.d.ts +1 -0
  79. package/dist/s0/cmd/pulumi/__tests__/decryptState.test.d.ts +1 -0
  80. package/dist/s0/cmd/pulumi/__tests__/encryptState.test.d.ts +1 -0
  81. package/dist/s0/cmd/pulumi/__tests__/index.test.d.ts +1 -0
  82. package/dist/s0/cmd/pulumi/cleanupState.d.ts +1 -0
  83. package/dist/s0/cmd/pulumi/constants.d.ts +41 -0
  84. package/dist/s0/cmd/pulumi/decryptState.d.ts +1 -0
  85. package/dist/s0/cmd/pulumi/encryptState.d.ts +1 -0
  86. package/dist/s0/cmd/pulumi/index.d.ts +2 -0
  87. package/dist/s0/index.d.ts +1 -0
  88. package/dist/s0/utils/__tests__/datamitsu.test.d.ts +1 -0
  89. package/dist/s0/utils/__tests__/encryption.test.d.ts +1 -0
  90. package/dist/s0/utils/__tests__/tty.test.d.ts +1 -0
  91. package/dist/s0/utils/datamitsu.d.ts +3 -0
  92. package/dist/s0/utils/encryption.d.ts +28 -0
  93. package/dist/s0/utils/tty.d.ts +1 -0
  94. package/dist/{sonarjs-C2LXDRJS.js → sonarjs-TX6OBUY7.js} +1 -1
  95. package/dist/type-fest/globals/index.d.ts +1 -0
  96. package/dist/type-fest/globals/index.js +0 -0
  97. package/dist/type-fest/index.d.ts +1 -0
  98. package/oxlint_configuration_schema.json +13 -2
  99. package/package.json +43 -41
  100. package/bin/clean-package.mjs +0 -5
  101. 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: "fd8bc66e86b6772d8692921291528c4fdc7d2436c8cf9a8c904e4c2818585ad7",
9
+ configHash: "55652f5110cae39f9f43197229577be500ca1c6b267f5132751f0be30b686f71",
10
10
  binaries: {
11
11
  darwin: {
12
12
  amd64: {
13
- url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_darwin_amd64.tar.gz",
14
- hash: "16782c41f2af264db80f855ee5d09164ca98fc78edf3bcd0f46eecff279682ba",
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.10/actionlint"
16
+ binaryPath: "actionlint-1.7.11/actionlint"
17
17
  },
18
18
  arm64: {
19
- url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_darwin_arm64.tar.gz",
20
- hash: "004ca87b367b37f4d75c55ab6cf80f9b8c043adbfbd440f31c604d417939c442",
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.10/actionlint"
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.10/actionlint_1.7.10_freebsd_amd64.tar.gz",
28
- hash: "418461873e1f8eb7acc7524d70d4c33e99f9aab53da8625f4a3c50273612c930",
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.10/actionlint"
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.10/actionlint_1.7.10_linux_amd64.tar.gz",
36
- hash: "f4c76b71db5755a713e6055cbb0857ed07e103e028bda117817660ebadb4386f",
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.10/actionlint"
38
+ binaryPath: "actionlint-1.7.11/actionlint"
39
39
  },
40
40
  arm64: {
41
- url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_linux_arm64.tar.gz",
42
- hash: "cd3dfe5f66887ec6b987752d8d9614e59fd22f39415c5ad9f28374623f41773a",
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.10/actionlint"
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.10/actionlint_1.7.10_windows_amd64.zip",
50
- hash: "283467f9d6202a8cb8c00ad8dd0ee4e685b71fb86a6a56c68fcbb9ae8ed91237",
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.10/actionlint.exe"
52
+ binaryPath: "actionlint-1.7.11/actionlint.exe"
53
53
  },
54
54
  arm64: {
55
- url: "https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_windows_arm64.zip",
56
- hash: "0c7242bca2f0ee4672a00ce7fa3c7185311fb94cb9e1e0f6bb57d5456e421d80",
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.10/actionlint.exe"
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: "3e20b09441f67bbd9d188db6d4084f2b7810c5294ac98c2548d47b9b2a5f5824",
154
+ configHash: "749c152910d5675de343c0bfbcd4f93fe7c136753d0065ef3e451bab8ac72edc",
155
155
  binaries: {
156
156
  darwin: {
157
157
  amd64: {
158
- url: "https://github.com/Bearer/bearer/releases/download/v1.51.1/bearer_1.51.1_darwin_amd64.tar.gz",
159
- hash: "f1fabc739367b4ef60433e7cbd416398cbaa5f0fdb14a551386d747e849f8c1b",
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-1.51.1/bearer"
161
+ binaryPath: "bearer-2.0.0/bearer"
162
162
  },
163
163
  arm64: {
164
- url: "https://github.com/Bearer/bearer/releases/download/v1.51.1/bearer_1.51.1_darwin_arm64.tar.gz",
165
- hash: "96ce811d6e706664eae84bb4f04228ec67638bdc17b696fa8447a4a3b0615162",
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-1.51.1/bearer"
167
+ binaryPath: "bearer-2.0.0/bearer"
168
168
  }
169
169
  }
170
170
  }
171
171
  },
172
172
  buf: {
173
- configHash: "46a3387f49e2e31814c32d4a3ffacddf1f3209a7052c5b52eb93ed6730349a7d",
173
+ configHash: "3f047b9bf9315c5894b83f6cb487eb772f9fc1d9b1957cb7bd9cfa010b9559f9",
174
174
  binaries: {
175
175
  darwin: {
176
176
  amd64: {
177
- url: "https://github.com/bufbuild/buf/releases/download/v1.64.0/buf-Darwin-x86_64.tar.gz",
178
- hash: "7262a948a4c6fa4f4a9b685556e3f9f0b3e0fc5f6982016d91a36a6d59b12b9c",
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.64.0/buf-Darwin-arm64.tar.gz",
184
- hash: "d4e5b687b6271f20a0e2dde03b959fd052e00a5fad7810aa4611cc0d5ef56fa2",
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.64.0/buf-Linux-x86_64.tar.gz",
192
- hash: "e4d2aa7f83e00678a5d7a84949a566a477e9249df35fade57c61feafe3766fa4",
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.64.0/buf-Linux-aarch64.tar.gz",
198
- hash: "209897ab67512d1053d9edd23c28f4698406c376c2bea04e235df1e088bc573a",
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.64.0/buf-Windows-x86_64.zip",
206
- hash: "097b0ba51f424fc6811ea30ba3a0a70a75c457126ca09fa45cc5da4cfefcb26e",
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.64.0/buf-Windows-arm64.zip",
212
- hash: "da90612c292920cfd1625588a319fbfacddcfc5e40bb78fc49b147d19000ced7",
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: "8777d6db9ae0abfe21a390ddabdcdcc55860a9ff44c24d6df0d8a3123514a80c",
356
+ configHash: "3bae948f99fbd94f1d5d54062f481abe7619025da4827c7ba1dd2bf2caa5ec57",
357
357
  binaries: {
358
358
  darwin: {
359
359
  amd64: {
360
- url: "https://github.com/TomWright/dasel/releases/download/v3.2.1/dasel_darwin_amd64.gz",
361
- hash: "5b8682eda9299b3e07054780bc49c8969b448aa88d413ca1dd783380b21097fb",
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.1/dasel_darwin_arm64.gz",
366
- hash: "bcfbae87507a524a7f082b6e0b707a87a9048a8471ed24d7ec427bf69d865112",
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.1/dasel_linux_amd64.gz",
373
- hash: "1716b1fc3017c24f6ef487a28064111d49063c389aee86c88cd58839ea067ddb",
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.1/dasel_linux_arm64.gz",
378
- hash: "e38948e0814c90a351aaee5b80d2040328a6551a8119fa12be07b6e3bdd04942",
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.1/dasel_windows_amd64.exe",
385
- hash: "fffffede137e72b80d20463d94928aa13211f70d4a668814325f6c2e3b5a59f6",
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: "4173bce982f58ec44e3ce8ac0fe4cfca91300512ed45b86121cb56ba72ccc385",
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: "f4206287ec6cebaa0c74dd6efe7ac6a79d184803a8716e9cf93795f2affe1440",
632
+ configHash: "f259be7283f22d7f1cbbe87ccb7a8e8a9f863750887b838621f3be396272e5b8",
633
633
  binaries: {
634
634
  darwin: {
635
635
  amd64: {
636
- url: "https://github.com/golangci/golangci-lint/releases/download/v2.8.0/golangci-lint-2.8.0-darwin-amd64.tar.gz",
637
- hash: "164c72806d0e31ab19da4f08fff748a3fdc57e241851279b666c945ed9b91830",
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.8.0/golangci-lint"
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.8.0/golangci-lint-2.8.0-darwin-arm64.tar.gz",
643
- hash: "6f8979a83117e0607d4b85ff486382ef0404440bbf54f0e6f003ceab6ccf641e",
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.8.0/golangci-lint"
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.8.0/golangci-lint-2.8.0-freebsd-amd64.tar.gz",
651
- hash: "5c7cb322d41d66a7ed6ad3f50e4a88a019735a491af9506ded41d0d09411b1f8",
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.8.0/golangci-lint"
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.8.0/golangci-lint-2.8.0-freebsd-arm64.tar.gz",
657
- hash: "7fa30b1ba92706ff476f4207ec0be30831a15fbd83f27219e2f645472321cc8f",
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.8.0/golangci-lint"
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.8.0/golangci-lint-2.8.0-linux-amd64.tar.gz",
665
- hash: "7048bc6b25c9515ed092c83f9fa8709ca97937ead52d9ff317a143299ee97a50",
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.8.0/golangci-lint"
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.8.0/golangci-lint-2.8.0-linux-arm64.tar.gz",
671
- hash: "2a58388db8af5ab9330791cea0ebdd4100723cd05ad7185d92febaaee272ec9a",
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.8.0/golangci-lint"
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.8.0/golangci-lint-2.8.0-windows-amd64.zip",
679
- hash: "22428168a9406f79853bf9a198b66e88ded9faa57cf85e5d225361f457f33513",
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.8.0/golangci-lint.exe"
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.8.0/golangci-lint-2.8.0-windows-arm64.zip",
685
- hash: "380e8552bce26cb255a8fd21c0b57fe9241b2ab42e5674d30a84e36130b9c988",
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.8.0/golangci-lint.exe"
687
+ binaryPath: "golangci-lint-2.9.0/golangci-lint.exe"
688
688
  }
689
689
  }
690
690
  }
691
691
  },
692
692
  grype: {
693
- configHash: "d1216220b1670734c56a92f5d2f21dadcd50de5f3fd20e182fe66f33846c669f",
693
+ configHash: "afbfb7cdb0f68d8ac357574f82af0caa318d3c9fde387cdba8a95e63e4fc6ea8",
694
694
  binaries: {
695
695
  darwin: {
696
696
  amd64: {
697
- url: "https://github.com/anchore/grype/releases/download/v0.105.0/grype_0.105.0_darwin_amd64.tar.gz",
698
- hash: "4db34c69c09e0554eba1226ad754b1a1d4ff2fc28f161ab21f68bd1f67666621",
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.105.0/grype"
700
+ binaryPath: "grype-0.108.0/grype"
701
701
  },
702
702
  arm64: {
703
- url: "https://github.com/anchore/grype/releases/download/v0.105.0/grype_0.105.0_darwin_arm64.tar.gz",
704
- hash: "f64356365655beaf6346ff11c705cceac6c5a9537a96642328b51cd2d8513841",
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.105.0/grype"
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.105.0/grype_0.105.0_linux_amd64.tar.gz",
712
- hash: "3307e0ae2f41ce094b5d9213202f1c553f222f17f944095f7f75f3e2e52235f9",
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.105.0/grype"
714
+ binaryPath: "grype-0.108.0/grype"
715
715
  },
716
716
  arm64: {
717
- url: "https://github.com/anchore/grype/releases/download/v0.105.0/grype_0.105.0_linux_arm64.tar.gz",
718
- hash: "3aed15e0ab3b4dfed59a8c655a5ea30f460c9b07a7a59c8782c2e1903755c327",
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.105.0/grype"
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.105.0/grype_0.105.0_windows_amd64.zip",
726
- hash: "ebf1b3b359d49be320494d7d6a4e7db19ddeca25d4e43c2994b74ed259db2bae",
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.105.0/grype.exe"
728
+ binaryPath: "grype-0.108.0/grype.exe"
729
729
  },
730
730
  arm64: {
731
- url: "https://github.com/anchore/grype/releases/download/v0.105.0/grype_0.105.0_windows_amd64.zip",
732
- hash: "ebf1b3b359d49be320494d7d6a4e7db19ddeca25d4e43c2994b74ed259db2bae",
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.105.0/grype.exe"
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: "14a7caada5600b18a534194559817af8094a1799a11a8f0fd426cc952f01cd7a",
890
+ configHash: "80e3ce2e20841f6b23324fce66ec63309861c3ddc48a5527bff6faaf44837fde",
891
891
  binaries: {
892
892
  darwin: {
893
893
  amd64: {
894
- url: "https://github.com/evilmartians/lefthook/releases/download/v2.0.16/lefthook_2.0.16_MacOS_x86_64.gz",
895
- hash: "7532373cfe4f39608a441f3781003dcbd6349909d62602b899038f81bcf041b1",
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.0.16/lefthook_2.0.16_MacOS_arm64.gz",
900
- hash: "1c1f8d5e678425c085ad02598fa179c3a71dbc2b0a2b05321599798c7f7c6562",
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.0.16/lefthook_2.0.16_Freebsd_x86_64.gz",
907
- hash: "e093f706309de328bf81f924d2749abcb85f70d1d420ec78064b601e3f37f6c8",
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.0.16/lefthook_2.0.16_Freebsd_arm64.gz",
912
- hash: "2ebd5b20980dd8d725b960aec6c9c08ea32be44d397f15bdccd9a17fd0f2ad2d",
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.0.16/lefthook_2.0.16_Linux_x86_64.gz",
919
- hash: "a0916703db56e2457142e9e636812d511db6512ee98156a2bb1e033e09c65969",
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.0.16/lefthook_2.0.16_Linux_aarch64.gz",
924
- hash: "23b2bafb04345f3c59f12e47c770edd50395dd781f4d20b9330d667673b33db7",
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.0.16/lefthook_2.0.16_Windows_x86_64.exe",
931
- hash: "28ad33fdef99bcb7dee0479119719e43ed7aa0c241909f78f94469b5d55caaa3",
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.0.16/lefthook_2.0.16_Windows_arm64.exe",
936
- hash: "5843e42b2651468c270ca6dc6ba82bd59ae8c5b27ddb891b9ef7e51edbe6ec06",
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: "2199126445d2df0d8ee7d53e0ba56bb6c84f9a2a9da67e60a357e04a9a0a165e",
943
+ configHash: "f9c5d7a7cd7dda148c22767818b058b11694d0d49f85f4d9ee6a18637c88b7e2",
944
944
  binaries: {
945
945
  darwin: {
946
946
  arm64: {
947
- url: "https://github.com/lycheeverse/lychee/releases/download/lychee-v0.22.0/lychee-arm64-macos.tar.gz",
948
- hash: "b80fe8185d9087e245c10549e47b60f6dabeac6e6a0fa5a64f37677618f43bca",
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.22.0/lychee-x86_64-unknown-linux-gnu.tar.gz",
956
- hash: "d004215a789db155779d3263e6e18ad424879b18eeddb00745efb8d9b2bd8891",
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.22.0/lychee-aarch64-unknown-linux-gnu.tar.gz",
962
- hash: "29901e5df983fe2ff961ee9660c4ef3b4a9eae85d4776d0dc89581332e82d6db",
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.22.0/lychee-x86_64-windows.exe",
970
- hash: "3f416d1243e7b65e23547e5995b0e3c3388c1bc6451d36764acfd3ee0e5c8968",
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.22.0/lychee-x86_64-windows.exe",
975
- hash: "3f416d1243e7b65e23547e5995b0e3c3388c1bc6451d36764acfd3ee0e5c8968",
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: "4529cc4708285d081410080fe07d89b1b9ae642a919963aa18f8e5063d7e5963",
982
+ configHash: "cf5ded42aefda04bb2b21594131d9f64c20225418fc2a3310ba92eb113c05c12",
983
983
  binaries: {
984
984
  darwin: {
985
985
  amd64: {
986
- url: "https://github.com/google/osv-scanner/releases/download/v2.3.2/osv-scanner_darwin_amd64",
987
- hash: "330f4faf5f2083267917549a5bf0cdea33293ac16999fe82a46feb2de31d36eb",
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.2/osv-scanner_darwin_arm64",
992
- hash: "bfcd1beb9dfa0a4d07642206effe8ab53a46e1d037f9e4a6ae757fbcdfabce84",
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.2/osv-scanner_linux_amd64",
999
- hash: "03d800073a330d053047b26ff4484136d866aee4f486e12fb82aa452bd4002ca",
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.2/osv-scanner_linux_arm64",
1004
- hash: "c9c70c6f748a21f5d0fdb5635cbcf54e4af0f696c4a71e35029f075f2422c4cc",
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.2/osv-scanner_windows_amd64.exe",
1011
- hash: "4afb4469887369997da66cdfc9a37437bbb1f027b04c738f88d71a988b9158ad",
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.2/osv-scanner_windows_arm64.exe",
1016
- hash: "4a143dddfed2fe8f4ca710945b04d21521f1d245ccf39406ae05e6b67ba0ecf5",
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: "e11ff067e4c3eea518b81ed8b9a34e5b9bd68035c01c67a7ede6e2d0479bee9c",
1023
+ configHash: "254e2e49290a2e1a0862d5f87b104fd641f64c056bcd636243740467d74fc775",
1024
1024
  binaries: {
1025
1025
  darwin: {
1026
1026
  amd64: {
1027
- url: "https://github.com/protocolbuffers/protobuf/releases/download/v33.4/protoc-33.4-osx-x86_64.zip",
1028
- hash: "a49bec10d039e902d3b43e49938c42526f90011467609864fa6386ac4014da58",
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.4/protoc"
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.4/protoc-33.4-linux-x86_64.zip",
1042
- hash: "c0040ea9aef08fdeb2c74ca609b18d5fdbfc44ea0042fcfbfb38860d35f7dd66",
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.4/protoc"
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: "3b036728244cc480c021492b54ec138373f53bff62af689ca82c4a33571eebda",
1103
+ configHash: "78941d8b28e46cc70d02f287f1331b46344322dcb2101cc31ea5ff1822733433",
1104
1104
  binaries: {}
1105
1105
  },
1106
1106
  ruff: {
1107
- configHash: "3c7a4fbc67095d58694577ab41cf30e46ba6fccf09e9c06a03e0cee48a196169",
1107
+ configHash: "ccfd539bb2c075e142556aee82a50ca614ec61635e413975d6df4d5af85b1f03",
1108
1108
  binaries: {
1109
1109
  darwin: {
1110
1110
  amd64: {
1111
- url: "https://github.com/astral-sh/ruff/releases/download/0.14.14/ruff-x86_64-apple-darwin.tar.gz",
1112
- hash: "749396c675c6f07205be6c4ef89e2e95123d790062d681059a355030e9d7d119",
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.14.14/ruff-aarch64-apple-darwin.tar.gz",
1118
- hash: "76a9b0ebe57d0eee56940dbe0b62462578d1369cca8314ed0d2a6f2102292d4f",
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.14.14/ruff-x86_64-unknown-linux-gnu.tar.gz",
1126
- hash: "9876634f799d933bdaa1de864f47d26f898b2e20aa8f4f85d63235c3a231068d",
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.14.14/ruff-aarch64-unknown-linux-gnu.tar.gz",
1132
- hash: "1eee1ce3467fb5f348738bb5e4598859b55816a79c3cd6a26ca0dae03d7e2672",
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.14.14/ruff-x86_64-pc-windows-msvc.zip",
1140
- hash: "81bfeed34f15296e6c81ecea912b6fff4430b957de8a1181ce9365434e3d6744",
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.14.14/ruff-aarch64-pc-windows-msvc.zip",
1146
- hash: "449982699657bd68d170440dad958281b030bc05865fe012d043cd225e78eb79",
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: "6d2b38abf7e0d802871a2d4a66c192e89870ebd52cc4dfaee290f566b5027403",
1377
+ configHash: "44e3e99659eaf8db7bbb963142f3931d40ced7048bccd46e0b7b5179c483f5b0",
1345
1378
  binaries: {
1346
1379
  darwin: {
1347
1380
  amd64: {
1348
- url: "https://github.com/anchore/syft/releases/download/v1.40.1/syft_1.40.1_darwin_amd64.tar.gz",
1349
- hash: "9e84d1f152ef9d3bb541cc7cedf81ed4c7ed78f6cc2e4c8f0db9e052b64cd7be",
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.40.1/syft"
1384
+ binaryPath: "syft-1.42.0/syft"
1352
1385
  },
1353
1386
  arm64: {
1354
- url: "https://github.com/anchore/syft/releases/download/v1.40.1/syft_1.40.1_darwin_arm64.tar.gz",
1355
- hash: "c0f6a4fc0563ef1dfe1acf9a4518db66cb37bbb1391889aba3be773dff3487dd",
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.40.1/syft"
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.40.1/syft_1.40.1_linux_amd64.tar.gz",
1363
- hash: "c229137c919f22aa926c1c015388db5ec64e99c078e0baac053808e8f36e2e00",
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.40.1/syft"
1398
+ binaryPath: "syft-1.42.0/syft"
1366
1399
  },
1367
1400
  arm64: {
1368
- url: "https://github.com/anchore/syft/releases/download/v1.40.1/syft_1.40.1_linux_arm64.tar.gz",
1369
- hash: "13c03a712ad496083d164bdd009c458fda854fb4c8456441fc9c286bbb500e07",
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.40.1/syft"
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.40.1/syft_1.40.1_windows_amd64.zip",
1377
- hash: "eedac363e277dfecac420b6e4ed0a861bc2c9c84a7544157f52807a99bff07cd",
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.40.1/syft.exe"
1412
+ binaryPath: "syft-1.42.0/syft.exe"
1380
1413
  },
1381
1414
  arm64: {
1382
- url: "https://github.com/anchore/syft/releases/download/v1.40.1/syft_1.40.1_windows_arm64.zip",
1383
- hash: "e9a6c27b9b99f858840d7247595994b2859c5d9e87d27c20e32e7764df17a629",
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.40.1/syft.exe"
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: "b69d4c2253ef08fb816ef9a7b9b2d42ce094540119e15eb6e850df7349eafa52",
1465
+ configHash: "c8dc053e7e688ca27d884ae7766450ace5c7f049f55ac4a12fb3248c479499bb",
1433
1466
  binaries: {
1434
1467
  darwin: {
1435
1468
  amd64: {
1436
- url: "https://github.com/terraform-linters/tflint/releases/download/v0.60.0/tflint_darwin_amd64.zip",
1437
- hash: "256f70ad2c9963690bccc31ffda6be0159f1c5f857b46773b70d01d56b711280",
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.60.0/tflint_darwin_arm64.zip",
1443
- hash: "753a392b70e37b2970732bdaf0c9ad98b0f8ecb96026b21e91261e4e967c7f5e",
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.60.0/tflint_linux_amd64.zip",
1451
- hash: "3476ceedcf0c4f9f2bed35e92988e1411bec2caa543c9387bffaa720df9efaf7",
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.60.0/tflint_linux_arm64.zip",
1457
- hash: "8f01d273e58f44f6ed10e198fa1f5d0a8080b01869de64658528275e943ef47a",
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.60.0/tflint_windows_amd64.zip",
1465
- hash: "a6e08412ec6bf9041325d75a0b88846f8e3b8fb24e5dda105574fa7565235f4c",
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: "d1990c378fee56b6e23f9d3d6fba21898cb987d30e623dbf68c888a1645a501d",
1506
+ configHash: "5f167b7cdadf2a66b9454e016f1c1996d4be7a8cda4db4f1f7a36868c7e00226",
1474
1507
  binaries: {
1475
1508
  darwin: {
1476
1509
  arm64: {
1477
- url: "https://github.com/aquasecurity/trivy/releases/download/v0.68.2/trivy_0.68.2_macOS-ARM64.tar.gz",
1478
- hash: "dfbe15ffe47426dad9fd3e0d52aeacf3dbbb25ca5dbc66049f5920834435988d",
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.68.2/trivy"
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.68.2/trivy_0.68.2_Linux-ARM64.tar.gz",
1486
- hash: "33c87995fd0c3d1559086c3e18fd3148051296dfd0ca2a67583eb64f89998c91",
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.68.2/trivy"
1521
+ binaryPath: "trivy-0.69.1/trivy"
1489
1522
  }
1490
1523
  }
1491
1524
  }
1492
1525
  },
1493
1526
  trufflehog: {
1494
- configHash: "ffb13fcf7b5db85e57017f136a2646731ee0d3ab95f09a804d5c5cce1bac3488",
1527
+ configHash: "fcb50547841746c5d17bd626f67a6b2e21d65dc40c2fe41f87c868a29ff41591",
1495
1528
  binaries: {
1496
1529
  darwin: {
1497
1530
  amd64: {
1498
- url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.92.5/trufflehog_3.92.5_darwin_amd64.tar.gz",
1499
- hash: "1caa0a2f8fcc9aa6dabe25fe426c68f4a048b010db05367fe549128db129f14a",
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.92.5/trufflehog"
1534
+ binaryPath: "trufflehog-3.93.3/trufflehog"
1502
1535
  },
1503
1536
  arm64: {
1504
- url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.92.5/trufflehog_3.92.5_darwin_arm64.tar.gz",
1505
- hash: "19d8eeff6ac611ca5d44178e785c997f762f83f01b014dcf7d66644daafa877a",
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.92.5/trufflehog"
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.92.5/trufflehog_3.92.5_linux_amd64.tar.gz",
1513
- hash: "3ab99cd9cc07a1b684a6a71e9b4af24aba1a21a2b92474ef0d23cd2d33f4f664",
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.92.5/trufflehog"
1548
+ binaryPath: "trufflehog-3.93.3/trufflehog"
1516
1549
  },
1517
1550
  arm64: {
1518
- url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.92.5/trufflehog_3.92.5_linux_arm64.tar.gz",
1519
- hash: "1dc9fe31423075b30145f4138d042cb34258a8f981db73c4c91e49ea733f08ca",
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.92.5/trufflehog"
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.92.5/trufflehog_3.92.5_windows_amd64.tar.gz",
1527
- hash: "e1d8f01e6e4eaa17d4313d57845eb325b5761926c72416b4ef2f27bc5352cddc",
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.92.5/trufflehog.exe"
1562
+ binaryPath: "trufflehog-3.93.3/trufflehog.exe"
1530
1563
  },
1531
1564
  arm64: {
1532
- url: "https://github.com/trufflesecurity/trufflehog/releases/download/v3.92.5/trufflehog_3.92.5_windows_arm64.tar.gz",
1533
- hash: "9344092abc45502060654a041d7da19230a5e8c8683f8c28331b9a399668809c",
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.92.5/trufflehog.exe"
1568
+ binaryPath: "trufflehog-3.93.3/trufflehog.exe"
1536
1569
  }
1537
1570
  }
1538
1571
  }
1539
1572
  },
1540
1573
  typos: {
1541
- configHash: "6f3d8e3a6fd71dccdc54036ec08278663c468870ecd3191151ea5ca86f1c39f8",
1574
+ configHash: "9d7a3ed0390c03df7bb1570202ad960b214669f7d39e0cbec679e5c6a80c7992",
1542
1575
  binaries: {
1543
1576
  darwin: {
1544
1577
  amd64: {
1545
- url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-x86_64-apple-darwin.tar.gz",
1546
- hash: "9996d6fbb204aa07791d1a744a85ada055e59a99795b2d9a73c0455828297ca3",
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.42.1/typos"
1581
+ binaryPath: "typos-v1.43.5/typos"
1549
1582
  },
1550
1583
  arm64: {
1551
- url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-aarch64-apple-darwin.tar.gz",
1552
- hash: "89539a0ca79ce851b8244af6c0aaab9190925838aed3ab26250d444a59e5cb78",
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.42.1/typos"
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.42.1/typos-v1.42.1-x86_64-unknown-linux-musl.tar.gz",
1560
- hash: "fe1492d6c1079c328ef66de2094b7a3a4569987ec972ab56002c5db4746a8d1b",
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.42.1/typos"
1595
+ binaryPath: "typos-v1.43.5/typos"
1563
1596
  },
1564
1597
  arm64: {
1565
- url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-aarch64-unknown-linux-musl.tar.gz",
1566
- hash: "b5d7bfcfa9dcdd479a614e428512c2e180edc4c82a0223562943c470d7ef9126",
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.42.1/typos"
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.42.1/typos-v1.42.1-x86_64-pc-windows-msvc.zip",
1574
- hash: "ba5a382e4d18fa266e91aadd9d67d1ae0a79166c20ebce225d05b00d1de0b4a9",
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.42.1/typos.exe"
1609
+ binaryPath: "typos-v1.43.5/typos.exe"
1577
1610
  },
1578
1611
  arm64: {
1579
- url: "https://github.com/crate-ci/typos/releases/download/v1.42.1/typos-v1.42.1-x86_64-pc-windows-msvc.zip",
1580
- hash: "ba5a382e4d18fa266e91aadd9d67d1ae0a79166c20ebce225d05b00d1de0b4a9",
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.42.1/typos.exe"
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: "30f127a7bad94b97e7b7a99160ffb6cea4680a91591c6ff28b7a9b3f13721cb3",
1789
+ configHash: "39f2f3f1528a80688b1dd8a840a5d776e97c488ec233d12d1f9211fdc77e8e3c",
1757
1790
  binaries: {
1758
1791
  darwin: {
1759
1792
  amd64: {
1760
- url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_darwin_x86_64.tar.gz",
1761
- hash: "31090d9efa7996cde0fa3b7727b11e18c9e53fde101cf0d2a0a73276a36ba6b2",
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.4/vacuum"
1796
+ binaryPath: "vacuum-0.23.8/vacuum"
1764
1797
  },
1765
1798
  arm64: {
1766
- url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_darwin_arm64.tar.gz",
1767
- hash: "83d989bb32f29cb0ef3d272fe457ad2aac6e6c525ffbdc8434a65aa8327a628c",
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.4/vacuum"
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.4/vacuum_0.23.4_linux_x86_64.tar.gz",
1775
- hash: "b68dae855e523bf67e9307056d570ed6b4b826aa3a3a8e9e98dd3ad21db4a837",
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.4/vacuum"
1810
+ binaryPath: "vacuum-0.23.8/vacuum"
1778
1811
  },
1779
1812
  arm64: {
1780
- url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_linux_arm64.tar.gz",
1781
- hash: "89d5ef6349f6715a3be1f6d760db72b5792a9a5dfb354348455f492598e8f5ef",
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.4/vacuum"
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.4/vacuum_0.23.4_windows_x86_64.tar.gz",
1789
- hash: "66ba45daba81deb038ac68acf014f8f934a12276f28ee5add00770cef5000f6a",
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.4/vacuum.exe"
1824
+ binaryPath: "vacuum-0.23.8/vacuum.exe"
1792
1825
  },
1793
1826
  arm64: {
1794
- url: "https://github.com/daveshanley/vacuum/releases/download/v0.23.4/vacuum_0.23.4_windows_arm64.tar.gz",
1795
- hash: "ca28c486061da27512bdb8ff2113c49aedf054701c811ef8c4e6424f1c56ca24",
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.4/vacuum.exe"
1830
+ binaryPath: "vacuum-0.23.8/vacuum.exe"
1798
1831
  }
1799
1832
  }
1800
1833
  }
1801
1834
  },
1802
1835
  vale: {
1803
- configHash: "c19761c6ff49a770247fd27ccbe9617adaf5094d0e5c9bc8aa1de0e738363829",
1836
+ configHash: "6a7ab31429303a1528e589514b3f277cb62079c411c92003f47879fa6fd9c00e",
1804
1837
  binaries: {
1805
1838
  darwin: {
1806
1839
  arm64: {
1807
- url: "https://github.com/errata-ai/vale/releases/download/v3.13.0/vale_3.13.0_macOS_arm64.tar.gz",
1808
- hash: "2e89bd82cadfffa6abebda80a141529db2799df5d4197e6aa0489a4d711d8a3b",
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.0/vale"
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.0/vale_3.13.0_Linux_arm64.tar.gz",
1816
- hash: "2134f23e7afbdf70b44272e6d3b5f26e85972340faa1e2a2b194358cf2892d84",
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.0/vale"
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.0/vale_3.13.0_Windows_64-bit.zip",
1824
- hash: "fb1141183d783ef1b9278ea5b1cc04e85801256b1539fc47147b90f6bf082341",
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.0/vale.exe"
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.0/vale_3.13.0_Windows_64-bit.zip",
1830
- hash: "fb1141183d783ef1b9278ea5b1cc04e85801256b1539fc47147b90f6bf082341",
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.0/vale.exe"
1865
+ binaryPath: "vale-3.13.1/vale.exe"
1833
1866
  }
1834
1867
  }
1835
1868
  }
1836
1869
  },
1837
1870
  yq: {
1838
- configHash: "af09efa6802f8c974d652357aeabae334330af2866f3fb51d6eba9bcc2742a4d",
1871
+ configHash: "c83548fc36520efabfb01b969b7c085b1d8b217f8c346c4ea8c38125a347b8ea",
1839
1872
  binaries: {
1840
1873
  windows: {
1841
1874
  amd64: {
1842
- url: "https://github.com/mikefarah/yq/releases/download/v4.50.1/yq_windows_amd64.exe",
1843
- hash: "85c8c1b035c3e7cd10c503f1f00334b6edae18c9fd6b64a06b98d82449e20bf8",
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.50.1/yq_windows_arm64.exe",
1848
- hash: "b2c47059c183c5b9c64df9aa177152914949ad0c9b5df2d3b4fa6b7dad6f6280",
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-33";
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.3.1",
1948
- "@commitlint/config-conventional": "20.3.1",
1949
- "@commitlint/format": "20.3.1",
1950
- "@commitlint/types": "20.3.1",
1951
- "@cspell/eslint-plugin": "9.6.2",
1952
- "@datamitsu/datamitsu": "0.0.1-alpha-64",
1953
- "@eslint/config-helpers": "0.5.1",
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.4",
1988
+ "@next/eslint-plugin-next": "16.1.6",
1956
1989
  "@prettier/plugin-xml": "3.4.2",
1957
- "@stylistic/eslint-plugin": "5.7.1",
1958
- "@vitejs/plugin-react": "5.1.2",
1959
- "@vitest/eslint-plugin": "1.6.6",
1960
- commander: "14.0.2",
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.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.4.2",
1969
- "eslint-plugin-boundaries": "5.3.1",
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.3.0",
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.4.1",
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.0",
2021
+ "eslint-plugin-jsonc": "2.21.1",
1989
2022
  "eslint-plugin-jsx-a11y": "6.10.2",
1990
- "eslint-plugin-n": "17.23.2",
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.41.0",
1994
- "eslint-plugin-perfectionist": "5.4.0",
1995
- "eslint-plugin-playwright": "2.5.1",
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.4.26",
2003
- "eslint-plugin-react-you-might-not-need-an-effect": "0.8.5",
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.0",
2008
- "eslint-plugin-toml": "1.0.3",
2009
- "eslint-plugin-turbo": "2.7.6",
2010
- "eslint-plugin-unicorn": "62.0.0",
2011
- "eslint-plugin-unused-imports": "4.3.0",
2012
- "eslint-plugin-yml": "3.0.0",
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.1.0",
2016
- knip: "5.82.1",
2017
- oxlint: "1.41.0",
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-alpha.34",
2057
+ syncpack: "14.0.0",
2025
2058
  tsup: "8.5.1",
2026
2059
  tsx: "4.21.0",
2027
- "type-fest": "5.4.1",
2060
+ "type-fest": "5.4.4",
2028
2061
  typescript: "5.9.3",
2029
- "typescript-eslint": "8.53.1"
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,