@dword-design/base 16.2.7 → 17.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/LICENSE.md +9 -9
  2. package/dist/cli.js +25 -19
  3. package/dist/commands/check-unknown-files/index.d.ts +3 -1
  4. package/dist/commands/check-unknown-files/index.js +9 -9
  5. package/dist/commands/check-unknown-files/unknown-files-error.d.ts +1 -1
  6. package/dist/commands/check-unknown-files/unknown-files-error.js +1 -2
  7. package/dist/commands/command-options-input.d.ts +4 -5
  8. package/dist/commands/command-options-input.js +0 -0
  9. package/dist/commands/commit/index.d.ts +10 -1
  10. package/dist/commands/commit/index.js +6 -7
  11. package/dist/commands/depcheck/index.d.ts +3 -1
  12. package/dist/commands/depcheck/index.js +18 -18
  13. package/dist/commands/lint/index.d.ts +3 -1
  14. package/dist/commands/lint/index.js +9 -10
  15. package/dist/commands/lint/lint-packagejson.d.ts +3 -1
  16. package/dist/commands/lint/lint-packagejson.js +3 -3
  17. package/dist/commands/lint/package-json-schema.js +3 -3
  18. package/dist/commands/prepare/index.d.ts +4 -1
  19. package/dist/commands/prepare/index.js +8 -8
  20. package/dist/commands/test/index.d.ts +10 -1
  21. package/dist/commands/test/index.js +1 -3
  22. package/dist/commands/test-docker/index.d.ts +12 -1
  23. package/dist/commands/test-docker/index.js +21 -17
  24. package/dist/commands/test-raw/index.d.ts +17 -1
  25. package/dist/commands/test-raw/index.js +15 -13
  26. package/dist/commands/typecheck/index.d.ts +3 -1
  27. package/dist/commands/typecheck/index.js +8 -8
  28. package/dist/commands/verify/index.d.ts +8 -1
  29. package/dist/commands/verify/index.js +7 -8
  30. package/dist/get-depcheck-special-base/index.d.ts +1 -1
  31. package/dist/get-depcheck-special-base/index.js +1 -1
  32. package/dist/get-generated-files/editorconfig.js +1 -1
  33. package/dist/get-generated-files/get-editor-ignore/index.d.ts +3 -1
  34. package/dist/get-generated-files/get-editor-ignore/index.js +1 -3
  35. package/dist/get-generated-files/get-eslint/index.d.ts +3 -1
  36. package/dist/get-generated-files/get-eslint/index.js +13 -15
  37. package/dist/get-generated-files/get-github-sync-metadata/index.d.ts +3 -1
  38. package/dist/get-generated-files/get-github-sync-metadata/index.js +28 -30
  39. package/dist/get-generated-files/get-github-workflow/index.d.ts +28 -2
  40. package/dist/get-generated-files/get-github-workflow/index.js +8 -8
  41. package/dist/get-generated-files/get-github-workflow/steps/get-release.d.ts +12 -1
  42. package/dist/get-generated-files/get-github-workflow/steps/get-release.js +18 -20
  43. package/dist/get-generated-files/get-github-workflow/steps/get-test.d.ts +3 -1
  44. package/dist/get-generated-files/get-github-workflow/steps/get-test.js +16 -16
  45. package/dist/get-generated-files/get-github-workflow/strategies/job-matrix.d.ts +6 -4
  46. package/dist/get-generated-files/get-github-workflow/strategies/job-matrix.js +19 -19
  47. package/dist/get-generated-files/get-github-workflow/strategies/simple.d.ts +3 -1
  48. package/dist/get-generated-files/get-github-workflow/strategies/simple.js +30 -32
  49. package/dist/get-generated-files/get-gitignore/index.d.ts +3 -1
  50. package/dist/get-generated-files/get-gitignore/index.js +3 -5
  51. package/dist/get-generated-files/get-gitpod/index.d.ts +3 -1
  52. package/dist/get-generated-files/get-gitpod/index.js +3 -3
  53. package/dist/get-generated-files/get-gitpod-dockerfile.d.ts +3 -1
  54. package/dist/get-generated-files/get-gitpod-dockerfile.js +3 -5
  55. package/dist/get-generated-files/get-license-string.d.ts +3 -1
  56. package/dist/get-generated-files/get-license-string.js +4 -4
  57. package/dist/get-generated-files/get-lint-staged/index.d.ts +5 -2
  58. package/dist/get-generated-files/get-lint-staged/index.js +1 -3
  59. package/dist/get-generated-files/get-lint-staged/merge-lint-staged-configs/index.d.ts +1 -1
  60. package/dist/get-generated-files/get-lint-staged/merge-lint-staged-configs/index.js +9 -8
  61. package/dist/get-generated-files/get-package-config/index.d.ts +3 -1
  62. package/dist/get-generated-files/get-package-config/index.js +19 -20
  63. package/dist/get-generated-files/get-readme-string/index.d.ts +3 -1
  64. package/dist/get-generated-files/get-readme-string/index.js +5 -5
  65. package/dist/get-generated-files/get-readme-string/replacements.d.ts +6 -5
  66. package/dist/get-generated-files/get-readme-string/replacements.js +79 -89
  67. package/dist/get-generated-files/get-release/index.d.ts +3 -1
  68. package/dist/get-generated-files/get-release/index.js +9 -11
  69. package/dist/get-generated-files/get-renovate/index.d.ts +3 -1
  70. package/dist/get-generated-files/get-renovate/index.js +29 -31
  71. package/dist/get-generated-files/get-typescript/index.d.ts +3 -1
  72. package/dist/get-generated-files/get-typescript/index.js +17 -19
  73. package/dist/get-generated-files/get-vscode/index.d.ts +3 -1
  74. package/dist/get-generated-files/get-vscode/index.js +6 -8
  75. package/dist/get-generated-files/index.d.ts +5 -3
  76. package/dist/get-generated-files/index.js +16 -16
  77. package/dist/index.d.ts +236 -46
  78. package/dist/index.js +133 -93
  79. package/package.json +31 -29
package/dist/index.js CHANGED
@@ -40,99 +40,19 @@ import getTypescriptConfig from "./get-generated-files/get-typescript/index.js";
40
40
  import getVscodeConfig from "./get-generated-files/get-vscode/index.js";
41
41
  import getGitInfo from "./get-git-info/index.js";
42
42
  export const defineBaseConfig = configInput => configInput;
43
- const mergeConfigs = createDefu((obj, key, value) => {
43
+ const mergeConfigs = createDefu((object, key, value) => {
44
44
  if (key === "supportedNodeVersions") {
45
- obj[key] = value;
45
+ object[key] = value;
46
46
  return true;
47
47
  }
48
48
  return false;
49
49
  });
50
+ const run = (base, name, ...arguments_) => base.config.commands[name].handler.call(base, base, ...arguments_);
50
51
  class Base {
51
52
  config;
52
53
  packageConfig;
53
54
  cwd;
54
55
  generatedFiles;
55
- commit(...args) {
56
- return commit.call(this, ...args);
57
- }
58
- lint(...args) {
59
- return lint.call(this, ...args);
60
- }
61
- lintPackagejson(...args) {
62
- return lintPackagejson.call(this, ...args);
63
- }
64
- typecheck(...args) {
65
- return typecheck.call(this, ...args);
66
- }
67
- verify(...args) {
68
- return verify.call(this, ...args);
69
- }
70
- prepare(...args) {
71
- return prepare.call(this, ...args);
72
- }
73
- test(...args) {
74
- return test.call(this, ...args);
75
- }
76
- testRaw(...args) {
77
- return testRaw.call(this, ...args);
78
- }
79
- testDocker(...args) {
80
- return testDocker.call(this, ...args);
81
- }
82
- getPackageConfig(...args) {
83
- return getPackageConfig.call(this, ...args);
84
- }
85
- getGeneratedFiles(...args) {
86
- return getGeneratedFiles.call(this, ...args);
87
- }
88
- checkUnknownFiles(...args) {
89
- return checkUnknownFiles.call(this, ...args);
90
- }
91
- depcheck(...args) {
92
- return depcheckMethod.call(this, ...args);
93
- }
94
- getEditorIgnoreConfig(...args) {
95
- return getEditorIgnoreConfig.call(this, ...args);
96
- }
97
- getEslintConfig(...args) {
98
- return getEslintConfig.call(this, ...args);
99
- }
100
- getGithubSyncMetadataConfig(...args) {
101
- return getGithubSyncMetadataConfig.call(this, ...args);
102
- }
103
- getGithubWorkflowConfig(...args) {
104
- return getGithubWorkflowConfig.call(this, ...args);
105
- }
106
- getGitignoreConfig(...args) {
107
- return getGitignoreConfig.call(this, ...args);
108
- }
109
- getGitpodConfig(...args) {
110
- return getGitpodConfig.call(this, ...args);
111
- }
112
- getGitpodDockerfile(...args) {
113
- return getGitpodDockerfile.call(this, ...args);
114
- }
115
- getLicenseString(...args) {
116
- return getLicenseString.call(this, ...args);
117
- }
118
- getReadmeString(...args) {
119
- return getReadmeString.call(this, ...args);
120
- }
121
- getReleaseConfig(...args) {
122
- return getReleaseConfig.call(this, ...args);
123
- }
124
- getRenovateConfig(...args) {
125
- return getRenovateConfig.call(this, ...args);
126
- }
127
- getVscodeConfig(...args) {
128
- return getVscodeConfig.call(this, ...args);
129
- }
130
- getTypescriptConfig(...args) {
131
- return getTypescriptConfig.call(this, ...args);
132
- }
133
- getLintStaged() {
134
- return getLintStaged.call(this);
135
- }
136
56
  constructor(configInput = null, {
137
57
  cwd = "."
138
58
  } = {}) {
@@ -143,12 +63,14 @@ class Base {
143
63
  return {
144
64
  name: packageName`@dword-design/base-config-node`
145
65
  };
146
- } else if (typeof configInput === "string") {
66
+ }
67
+ if (typeof configInput === "string") {
147
68
  return {
148
69
  name: configInput
149
70
  };
150
- } else if (typeof configInput === "function") {
151
- return configInput.call(this);
71
+ }
72
+ if (typeof configInput === "function") {
73
+ return configInput(this);
152
74
  }
153
75
  return configInput;
154
76
  })();
@@ -156,11 +78,17 @@ class Base {
156
78
  config.name = pluginNameToPackageName(config.name, "base-config");
157
79
  }
158
80
  this.packageConfig = fs.existsSync(pathLib.join(this.cwd, "package.json")) ? fs.readJsonSync(pathLib.join(this.cwd, "package.json")) : {};
81
+ const isGlobal = config.global ?? false;
159
82
  const defaultConfig = {
160
83
  allowedMatches: [],
84
+ codecovGraphToken: null,
161
85
  commands: {},
162
86
  depcheckConfig: {
163
- detectors: [depcheck.detector.exportDeclaration, depcheck.detector.importDeclaration, depcheck.detector.requireCallExpression, depcheck.detector.requireResolveCallExpression, depcheckDetectorExeca, depcheckDetectorPackageName, depcheckDetectorBinName],
87
+ detectors: [depcheck.detector.exportDeclaration, depcheck.detector.importDeclaration, depcheck.detector.requireCallExpression, depcheck.detector.requireResolveCallExpression, depcheckDetectorExeca({
88
+ cwd: this.cwd
89
+ }), depcheckDetectorPackageName, depcheckDetectorBinName({
90
+ cwd: this.cwd
91
+ })],
164
92
  ignorePath: ".gitignore",
165
93
  parsers: {
166
94
  "**/*.ts": depcheck.parser.typescript
@@ -189,6 +117,7 @@ class Base {
189
117
  maxNodeVersion: null,
190
118
  minNodeVersion: null,
191
119
  nodeVersion: 22,
120
+ npmPublish: false,
192
121
  packageConfig: {},
193
122
  preDeploySteps: [],
194
123
  prepare: identity,
@@ -197,10 +126,10 @@ class Base {
197
126
 
198
127
  \`\`\`bash
199
128
  # npm
200
- $ npm install ${config.global ? "-g " : ""}${this.packageConfig.name}
129
+ $ npm install ${isGlobal ? "-g " : ""}${this.packageConfig.name}
201
130
 
202
131
  # Yarn
203
- $ yarn ${config.global ? "global " : ""}add ${this.packageConfig.name}
132
+ $ yarn ${isGlobal ? "global " : ""}add ${this.packageConfig.name}
204
133
  \`\`\`
205
134
  `,
206
135
  renovateConfig: {},
@@ -218,7 +147,9 @@ class Base {
218
147
  inheritedConfig = inheritedConfig.default;
219
148
  }
220
149
  if (typeof inheritedConfig === "function") {
221
- inheritedConfig = inheritedConfig.call(this, mergeConfigs(defaultConfig, config));
150
+ inheritedConfig = inheritedConfig.call(this, this, mergeConfigs(defaultConfig, config)
151
+ // TODO: mergeConfigs returns a conditional type here although it's clear that this is a full config
152
+ );
222
153
  }
223
154
  this.config = mergeConfigs(config, inheritedConfig, defaultConfig);
224
155
  this.config = {
@@ -230,10 +161,119 @@ class Base {
230
161
  this.packageConfig = this.getPackageConfig();
231
162
  this.generatedFiles = this.getGeneratedFiles();
232
163
  }
233
- run(name, ...args) {
234
- return this.config.commands[name].handler.call(this, ...args);
164
+ commit(...arguments_) {
165
+ return commit(this, ...arguments_);
166
+ }
167
+ lint(...arguments_) {
168
+ return lint(this, ...arguments_);
169
+ }
170
+ lintPackagejson(...arguments_) {
171
+ return lintPackagejson(this, ...arguments_);
172
+ }
173
+ typecheck(...arguments_) {
174
+ return typecheck(this, ...arguments_);
175
+ }
176
+ verify(...arguments_) {
177
+ return verify(this, ...arguments_);
178
+ }
179
+ prepare(...arguments_) {
180
+ return prepare(this, ...arguments_);
181
+ }
182
+ test(...arguments_) {
183
+ return test(this, ...arguments_);
184
+ }
185
+ testRaw(...arguments_) {
186
+ return testRaw(this, ...arguments_);
187
+ }
188
+ testDocker(...arguments_) {
189
+ return testDocker(this, ...arguments_);
190
+ }
191
+ getPackageConfig(...arguments_) {
192
+ return getPackageConfig(this, ...arguments_);
193
+ }
194
+ getGeneratedFiles(...arguments_) {
195
+ return getGeneratedFiles(this, ...arguments_);
196
+ }
197
+ checkUnknownFiles(...arguments_) {
198
+ return checkUnknownFiles(this, ...arguments_);
199
+ }
200
+ depcheck(...arguments_) {
201
+ return depcheckMethod(this, ...arguments_);
202
+ }
203
+ getEditorIgnoreConfig(...arguments_) {
204
+ return getEditorIgnoreConfig(this, ...arguments_);
205
+ }
206
+ getEslintConfig(...arguments_) {
207
+ return getEslintConfig(this, ...arguments_);
208
+ }
209
+ getGithubSyncMetadataConfig(...arguments_) {
210
+ return getGithubSyncMetadataConfig(this, ...arguments_);
211
+ }
212
+ getGithubWorkflowConfig(...arguments_) {
213
+ return getGithubWorkflowConfig(this, ...arguments_);
214
+ }
215
+ getGitignoreConfig(...arguments_) {
216
+ return getGitignoreConfig(this, ...arguments_);
217
+ }
218
+ getGitpodConfig(...arguments_) {
219
+ return getGitpodConfig(this, ...arguments_);
220
+ }
221
+ getGitpodDockerfile(...arguments_) {
222
+ return getGitpodDockerfile(this, ...arguments_);
223
+ }
224
+ getLicenseString(...arguments_) {
225
+ return getLicenseString(this, ...arguments_);
226
+ }
227
+ getReadmeString(...arguments_) {
228
+ return getReadmeString(this, ...arguments_);
229
+ }
230
+ getReleaseConfig(...arguments_) {
231
+ return getReleaseConfig(this, ...arguments_);
232
+ }
233
+ getRenovateConfig(...arguments_) {
234
+ return getRenovateConfig(this, ...arguments_);
235
+ }
236
+ getVscodeConfig(...arguments_) {
237
+ return getVscodeConfig(this, ...arguments_);
238
+ }
239
+ getTypescriptConfig(...arguments_) {
240
+ return getTypescriptConfig(this, ...arguments_);
241
+ }
242
+ getLintStaged(...arguments_) {
243
+ return getLintStaged(this, ...arguments_);
244
+ }
245
+ run(name, ...arguments_) {
246
+ return run(this, name, ...arguments_);
235
247
  }
236
248
  }
237
249
  export { default as loadConfig } from "./load-config/index.js";
238
250
  export { default as loadConfigSync } from "./load-config-sync/index.js";
239
- export { Base };
251
+ export { Base };
252
+ export { default as checkUnknownFiles } from "./commands/check-unknown-files/index.js";
253
+ export { default as depcheck } from "./commands/depcheck/index.js";
254
+ export { default as commit } from "./commands/commit/index.js";
255
+ export { default as getEslintConfig } from "./get-generated-files/get-eslint/index.js";
256
+ export { default as getEditorIgnoreConfig } from "./get-generated-files/get-editor-ignore/index.js";
257
+ export { default as getGithubSyncMetadataConfig } from "./get-generated-files/get-github-sync-metadata/index.js";
258
+ export { default as getGeneratedFiles } from "./get-generated-files/index.js";
259
+ export { default as getGitignoreConfig } from "./get-generated-files/get-gitignore/index.js";
260
+ export { default as getGithubWorkflowConfig } from "./get-generated-files/get-github-workflow/index.js";
261
+ export { default as getGitpodDockerfile } from "./get-generated-files/get-gitpod-dockerfile.js";
262
+ export { default as getGitpodConfig } from "./get-generated-files/get-gitpod/index.js";
263
+ export { default as getLintStaged } from "./get-generated-files/get-lint-staged/index.js";
264
+ export { default as getLicenseString } from "./get-generated-files/get-license-string.js";
265
+ export { default as getReadmeString } from "./get-generated-files/get-readme-string/index.js";
266
+ export { default as getPackageConfig } from "./get-generated-files/get-package-config/index.js";
267
+ export { default as getRenovateConfig } from "./get-generated-files/get-renovate/index.js";
268
+ export { default as getReleaseConfig } from "./get-generated-files/get-release/index.js";
269
+ export { default as getVscodeConfig } from "./get-generated-files/get-vscode/index.js";
270
+ export { default as getTypescriptConfig } from "./get-generated-files/get-typescript/index.js";
271
+ export { default as lintPackagejson } from "./commands/lint/lint-packagejson.js";
272
+ export { default as lint } from "./commands/lint/index.js";
273
+ export { default as test } from "./commands/test/index.js";
274
+ export { default as prepare } from "./commands/prepare/index.js";
275
+ export { default as testRaw } from "./commands/test-raw/index.js";
276
+ export { default as testDocker } from "./commands/test-docker/index.js";
277
+ export { default as verify } from "./commands/verify/index.js";
278
+ export { default as typecheck } from "./commands/typecheck/index.js";
279
+ export { run };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "16.2.7",
3
+ "version": "17.0.1",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -19,6 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "scripts": {
22
+ "build": "tsx src/cli.ts build",
22
23
  "checkUnknownFiles": "tsx src/cli.ts checkUnknownFiles",
23
24
  "commit": "tsx src/cli.ts commit",
24
25
  "depcheck": "tsx src/cli.ts depcheck",
@@ -33,71 +34,72 @@
33
34
  "dependencies": {
34
35
  "@commitlint/cli": "^18.6.1",
35
36
  "@commitlint/config-conventional": "^18.6.3",
36
- "@dword-design/base-config-node": "^5.0.1",
37
+ "@dword-design/base-config-node": "^5.0.6",
37
38
  "@dword-design/ci": "^5.0.0",
38
39
  "@dword-design/defu": "^1.0.3",
39
- "@dword-design/dotenv-json-extended": "^5.1.1",
40
- "@dword-design/eslint-config": "^9.0.0",
40
+ "@dword-design/dotenv-json-extended": "^5.3.0",
41
+ "@dword-design/eslint-config": "^9.0.19",
41
42
  "@dword-design/personal-data": "^3.0.0",
42
43
  "@semantic-release/changelog": "^6.0.3",
43
44
  "@semantic-release/git": "^10.0.1",
44
- "ajv": "^8.17.1",
45
+ "ajv": "^8.20.0",
45
46
  "braces": "^3.0.3",
46
47
  "c8": "^10.1.3",
47
48
  "change-case": "^5.4.4",
48
- "commitizen": "^4.3.1",
49
- "cosmiconfig": "^9.0.0",
49
+ "commitizen": "^4.3.2",
50
+ "cosmiconfig": "^9.0.2",
50
51
  "cz-conventional-changelog": "^3.3.0",
51
52
  "depcheck": "npm:@dword-design/depcheck@^0.0.12",
52
- "depcheck-detector-bin-name": "^1.0.2",
53
- "depcheck-detector-execa": "^4.0.3",
54
- "depcheck-detector-package-name": "^3.0.4",
55
- "depcheck-package-name": "^4.0.1",
53
+ "depcheck-detector-bin-name": "^3.0.0",
54
+ "depcheck-detector-execa": "^6.0.0",
55
+ "depcheck-detector-package-name": "^4.0.0",
56
+ "depcheck-package-name": "^5.0.0",
56
57
  "endent": "npm:@dword-design/endent@^1.4.7",
57
- "eslint": "^9.39.1",
58
- "execa": "^9.6.0",
58
+ "eslint": "^10.8.0",
59
+ "execa": "^9.6.1",
59
60
  "find-up": "^7.0.0",
60
- "fs-extra": "^11.3.2",
61
+ "fs-extra": "^11.4.0",
61
62
  "get-projectz-readme-section-regex": "^4.0.0",
62
63
  "globby": "^14.1.0",
63
64
  "hosted-git-info": "^8.1.0",
64
65
  "husky": "^8.0.3",
65
- "ignore": "^7.0.5",
66
+ "ignore": "^7.0.6",
66
67
  "ini": "^5.0.0",
67
68
  "is-ci": "^4.1.0",
68
- "jiti": "^2.6.1",
69
- "lint-staged": "^16.2.7",
70
- "lodash-es": "^4.17.21",
69
+ "jiti": "^2.7.0",
70
+ "lint-staged": "^16.4.0",
71
+ "lodash-es": "^4.18.1",
71
72
  "make-cli": "^4.0.8",
72
73
  "output-files": "^3.0.0",
73
- "package-name-regex": "^4.0.3",
74
+ "package-name-regex": "^5.0.0",
74
75
  "parse-git-config": "npm:@dword-design/parse-git-config@^0.0.1",
75
- "parse-packagejson-name": "^1.0.1",
76
+ "parse-packagejson-name": "1.1.0",
76
77
  "plugin-name-to-package-name": "npm:@dword-design/plugin-name-to-package-name@^0.1.2",
77
78
  "safe-readfile": "^1.0.2",
78
- "semantic-release": "^25.0.2",
79
+ "semantic-release": "^25.0.8",
79
80
  "sort-keys": "^5.1.0",
80
81
  "sort-package-json": "^2.15.1",
81
82
  "spdx-expression-parse": "^4.0.0",
82
- "spdx-license-list": "^6.10.0",
83
+ "spdx-license-list": "^6.12.0",
83
84
  "tagged-template-noop": "^2.1.1",
84
- "tsx": "^4.20.6",
85
+ "tsx": "^4.23.1",
85
86
  "type-fest": "^4.41.0",
86
87
  "typescript": "^5.9.3",
87
88
  "vue-tsc": "^2.2.12",
88
- "yaml": "^2.8.1"
89
+ "yaml": "^2.9.0"
89
90
  },
90
91
  "devDependencies": {
91
- "@playwright/test": "^1.56.1",
92
+ "@playwright/test": "^1.62.1",
93
+ "@types/fs-extra": "^11.0.4",
92
94
  "@types/hosted-git-info": "^3.0.5",
93
95
  "@types/parse-git-config": "^3.0.4",
94
96
  "node-version": "^3.0.0",
95
97
  "p-event": "^6.0.1",
96
- "playwright-expect-snapshot": "^1.0.4",
97
- "renovate": "^42.19.3",
98
+ "playwright-expect-snapshot": "^2.0.1",
99
+ "renovate": "^42.99.0",
98
100
  "sharp": "^0.34.5",
99
- "strip-ansi": "^7.1.2",
100
- "uuid": "^11.1.0"
101
+ "strip-ansi": "^7.2.0",
102
+ "uuid": "^11.1.1"
101
103
  },
102
104
  "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
103
105
  "engines": {