@dword-design/base 16.2.7 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +9 -9
- package/dist/cli.js +25 -19
- package/dist/commands/check-unknown-files/index.d.ts +3 -1
- package/dist/commands/check-unknown-files/index.js +9 -9
- package/dist/commands/check-unknown-files/unknown-files-error.d.ts +1 -1
- package/dist/commands/check-unknown-files/unknown-files-error.js +1 -2
- package/dist/commands/command-options-input.d.ts +4 -5
- package/dist/commands/command-options-input.js +0 -0
- package/dist/commands/commit/index.d.ts +10 -1
- package/dist/commands/commit/index.js +6 -7
- package/dist/commands/depcheck/index.d.ts +3 -1
- package/dist/commands/depcheck/index.js +18 -18
- package/dist/commands/lint/index.d.ts +3 -1
- package/dist/commands/lint/index.js +9 -10
- package/dist/commands/lint/lint-packagejson.d.ts +3 -1
- package/dist/commands/lint/lint-packagejson.js +3 -3
- package/dist/commands/lint/package-json-schema.js +3 -3
- package/dist/commands/prepare/index.d.ts +4 -1
- package/dist/commands/prepare/index.js +8 -8
- package/dist/commands/test/index.d.ts +10 -1
- package/dist/commands/test/index.js +1 -3
- package/dist/commands/test-docker/index.d.ts +12 -1
- package/dist/commands/test-docker/index.js +21 -17
- package/dist/commands/test-raw/index.d.ts +17 -1
- package/dist/commands/test-raw/index.js +15 -13
- package/dist/commands/typecheck/index.d.ts +3 -1
- package/dist/commands/typecheck/index.js +8 -8
- package/dist/commands/verify/index.d.ts +8 -1
- package/dist/commands/verify/index.js +7 -8
- package/dist/get-depcheck-special-base/index.d.ts +1 -1
- package/dist/get-depcheck-special-base/index.js +1 -1
- package/dist/get-generated-files/editorconfig.js +1 -1
- package/dist/get-generated-files/get-editor-ignore/index.d.ts +3 -1
- package/dist/get-generated-files/get-editor-ignore/index.js +1 -3
- package/dist/get-generated-files/get-eslint/index.d.ts +3 -1
- package/dist/get-generated-files/get-eslint/index.js +13 -15
- package/dist/get-generated-files/get-github-sync-metadata/index.d.ts +3 -1
- package/dist/get-generated-files/get-github-sync-metadata/index.js +28 -30
- package/dist/get-generated-files/get-github-workflow/index.d.ts +28 -2
- package/dist/get-generated-files/get-github-workflow/index.js +8 -8
- package/dist/get-generated-files/get-github-workflow/steps/get-release.d.ts +12 -1
- package/dist/get-generated-files/get-github-workflow/steps/get-release.js +18 -20
- package/dist/get-generated-files/get-github-workflow/steps/get-test.d.ts +3 -1
- package/dist/get-generated-files/get-github-workflow/steps/get-test.js +16 -16
- package/dist/get-generated-files/get-github-workflow/strategies/job-matrix.d.ts +6 -4
- package/dist/get-generated-files/get-github-workflow/strategies/job-matrix.js +19 -19
- package/dist/get-generated-files/get-github-workflow/strategies/simple.d.ts +3 -1
- package/dist/get-generated-files/get-github-workflow/strategies/simple.js +30 -32
- package/dist/get-generated-files/get-gitignore/index.d.ts +3 -1
- package/dist/get-generated-files/get-gitignore/index.js +3 -5
- package/dist/get-generated-files/get-gitpod/index.d.ts +3 -1
- package/dist/get-generated-files/get-gitpod/index.js +3 -3
- package/dist/get-generated-files/get-gitpod-dockerfile.d.ts +3 -1
- package/dist/get-generated-files/get-gitpod-dockerfile.js +3 -5
- package/dist/get-generated-files/get-license-string.d.ts +3 -1
- package/dist/get-generated-files/get-license-string.js +4 -4
- package/dist/get-generated-files/get-lint-staged/index.d.ts +5 -2
- package/dist/get-generated-files/get-lint-staged/index.js +1 -3
- package/dist/get-generated-files/get-lint-staged/merge-lint-staged-configs/index.d.ts +1 -1
- package/dist/get-generated-files/get-lint-staged/merge-lint-staged-configs/index.js +9 -8
- package/dist/get-generated-files/get-package-config/index.d.ts +3 -1
- package/dist/get-generated-files/get-package-config/index.js +19 -20
- package/dist/get-generated-files/get-readme-string/index.d.ts +3 -1
- package/dist/get-generated-files/get-readme-string/index.js +5 -5
- package/dist/get-generated-files/get-readme-string/replacements.d.ts +6 -5
- package/dist/get-generated-files/get-readme-string/replacements.js +79 -89
- package/dist/get-generated-files/get-release/index.d.ts +3 -1
- package/dist/get-generated-files/get-release/index.js +9 -11
- package/dist/get-generated-files/get-renovate/index.d.ts +3 -1
- package/dist/get-generated-files/get-renovate/index.js +29 -31
- package/dist/get-generated-files/get-typescript/index.d.ts +3 -1
- package/dist/get-generated-files/get-typescript/index.js +17 -19
- package/dist/get-generated-files/get-vscode/index.d.ts +3 -1
- package/dist/get-generated-files/get-vscode/index.js +6 -8
- package/dist/get-generated-files/index.d.ts +5 -3
- package/dist/get-generated-files/index.js +16 -16
- package/dist/index.d.ts +234 -46
- package/dist/index.js +131 -93
- package/package.json +31 -29
package/dist/index.js
CHANGED
|
@@ -40,9 +40,9 @@ 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((
|
|
43
|
+
const mergeConfigs = createDefu((object, key, value) => {
|
|
44
44
|
if (key === "supportedNodeVersions") {
|
|
45
|
-
|
|
45
|
+
object[key] = value;
|
|
46
46
|
return true;
|
|
47
47
|
}
|
|
48
48
|
return false;
|
|
@@ -52,87 +52,6 @@ class Base {
|
|
|
52
52
|
packageConfig;
|
|
53
53
|
cwd;
|
|
54
54
|
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
55
|
constructor(configInput = null, {
|
|
137
56
|
cwd = "."
|
|
138
57
|
} = {}) {
|
|
@@ -143,12 +62,14 @@ class Base {
|
|
|
143
62
|
return {
|
|
144
63
|
name: packageName`@dword-design/base-config-node`
|
|
145
64
|
};
|
|
146
|
-
}
|
|
65
|
+
}
|
|
66
|
+
if (typeof configInput === "string") {
|
|
147
67
|
return {
|
|
148
68
|
name: configInput
|
|
149
69
|
};
|
|
150
|
-
}
|
|
151
|
-
|
|
70
|
+
}
|
|
71
|
+
if (typeof configInput === "function") {
|
|
72
|
+
return configInput(this);
|
|
152
73
|
}
|
|
153
74
|
return configInput;
|
|
154
75
|
})();
|
|
@@ -156,11 +77,17 @@ class Base {
|
|
|
156
77
|
config.name = pluginNameToPackageName(config.name, "base-config");
|
|
157
78
|
}
|
|
158
79
|
this.packageConfig = fs.existsSync(pathLib.join(this.cwd, "package.json")) ? fs.readJsonSync(pathLib.join(this.cwd, "package.json")) : {};
|
|
80
|
+
const isGlobal = config.global ?? false;
|
|
159
81
|
const defaultConfig = {
|
|
160
82
|
allowedMatches: [],
|
|
83
|
+
codecovGraphToken: null,
|
|
161
84
|
commands: {},
|
|
162
85
|
depcheckConfig: {
|
|
163
|
-
detectors: [depcheck.detector.exportDeclaration, depcheck.detector.importDeclaration, depcheck.detector.requireCallExpression, depcheck.detector.requireResolveCallExpression, depcheckDetectorExeca
|
|
86
|
+
detectors: [depcheck.detector.exportDeclaration, depcheck.detector.importDeclaration, depcheck.detector.requireCallExpression, depcheck.detector.requireResolveCallExpression, depcheckDetectorExeca({
|
|
87
|
+
cwd: this.cwd
|
|
88
|
+
}), depcheckDetectorPackageName, depcheckDetectorBinName({
|
|
89
|
+
cwd: this.cwd
|
|
90
|
+
})],
|
|
164
91
|
ignorePath: ".gitignore",
|
|
165
92
|
parsers: {
|
|
166
93
|
"**/*.ts": depcheck.parser.typescript
|
|
@@ -189,6 +116,7 @@ class Base {
|
|
|
189
116
|
maxNodeVersion: null,
|
|
190
117
|
minNodeVersion: null,
|
|
191
118
|
nodeVersion: 22,
|
|
119
|
+
npmPublish: false,
|
|
192
120
|
packageConfig: {},
|
|
193
121
|
preDeploySteps: [],
|
|
194
122
|
prepare: identity,
|
|
@@ -197,10 +125,10 @@ class Base {
|
|
|
197
125
|
|
|
198
126
|
\`\`\`bash
|
|
199
127
|
# npm
|
|
200
|
-
$ npm install ${
|
|
128
|
+
$ npm install ${isGlobal ? "-g " : ""}${this.packageConfig.name}
|
|
201
129
|
|
|
202
130
|
# Yarn
|
|
203
|
-
$ yarn ${
|
|
131
|
+
$ yarn ${isGlobal ? "global " : ""}add ${this.packageConfig.name}
|
|
204
132
|
\`\`\`
|
|
205
133
|
`,
|
|
206
134
|
renovateConfig: {},
|
|
@@ -218,7 +146,9 @@ class Base {
|
|
|
218
146
|
inheritedConfig = inheritedConfig.default;
|
|
219
147
|
}
|
|
220
148
|
if (typeof inheritedConfig === "function") {
|
|
221
|
-
inheritedConfig = inheritedConfig.call(this, mergeConfigs(defaultConfig, config)
|
|
149
|
+
inheritedConfig = inheritedConfig.call(this, this, mergeConfigs(defaultConfig, config)
|
|
150
|
+
// TODO: mergeConfigs returns a conditional type here although it's clear that this is a full config
|
|
151
|
+
);
|
|
222
152
|
}
|
|
223
153
|
this.config = mergeConfigs(config, inheritedConfig, defaultConfig);
|
|
224
154
|
this.config = {
|
|
@@ -230,10 +160,118 @@ class Base {
|
|
|
230
160
|
this.packageConfig = this.getPackageConfig();
|
|
231
161
|
this.generatedFiles = this.getGeneratedFiles();
|
|
232
162
|
}
|
|
233
|
-
|
|
234
|
-
return
|
|
163
|
+
commit(...arguments_) {
|
|
164
|
+
return commit(this, ...arguments_);
|
|
165
|
+
}
|
|
166
|
+
lint(...arguments_) {
|
|
167
|
+
return lint(this, ...arguments_);
|
|
168
|
+
}
|
|
169
|
+
lintPackagejson(...arguments_) {
|
|
170
|
+
return lintPackagejson(this, ...arguments_);
|
|
171
|
+
}
|
|
172
|
+
typecheck(...arguments_) {
|
|
173
|
+
return typecheck(this, ...arguments_);
|
|
174
|
+
}
|
|
175
|
+
verify(...arguments_) {
|
|
176
|
+
return verify(this, ...arguments_);
|
|
177
|
+
}
|
|
178
|
+
prepare(...arguments_) {
|
|
179
|
+
return prepare(this, ...arguments_);
|
|
180
|
+
}
|
|
181
|
+
test(...arguments_) {
|
|
182
|
+
return test(this, ...arguments_);
|
|
183
|
+
}
|
|
184
|
+
testRaw(...arguments_) {
|
|
185
|
+
return testRaw(this, ...arguments_);
|
|
186
|
+
}
|
|
187
|
+
testDocker(...arguments_) {
|
|
188
|
+
return testDocker(this, ...arguments_);
|
|
189
|
+
}
|
|
190
|
+
getPackageConfig(...arguments_) {
|
|
191
|
+
return getPackageConfig(this, ...arguments_);
|
|
192
|
+
}
|
|
193
|
+
getGeneratedFiles(...arguments_) {
|
|
194
|
+
return getGeneratedFiles(this, ...arguments_);
|
|
195
|
+
}
|
|
196
|
+
checkUnknownFiles(...arguments_) {
|
|
197
|
+
return checkUnknownFiles(this, ...arguments_);
|
|
198
|
+
}
|
|
199
|
+
depcheck(...arguments_) {
|
|
200
|
+
return depcheckMethod(this, ...arguments_);
|
|
201
|
+
}
|
|
202
|
+
getEditorIgnoreConfig(...arguments_) {
|
|
203
|
+
return getEditorIgnoreConfig(this, ...arguments_);
|
|
204
|
+
}
|
|
205
|
+
getEslintConfig(...arguments_) {
|
|
206
|
+
return getEslintConfig(this, ...arguments_);
|
|
207
|
+
}
|
|
208
|
+
getGithubSyncMetadataConfig(...arguments_) {
|
|
209
|
+
return getGithubSyncMetadataConfig(this, ...arguments_);
|
|
210
|
+
}
|
|
211
|
+
getGithubWorkflowConfig(...arguments_) {
|
|
212
|
+
return getGithubWorkflowConfig(this, ...arguments_);
|
|
213
|
+
}
|
|
214
|
+
getGitignoreConfig(...arguments_) {
|
|
215
|
+
return getGitignoreConfig(this, ...arguments_);
|
|
216
|
+
}
|
|
217
|
+
getGitpodConfig(...arguments_) {
|
|
218
|
+
return getGitpodConfig(this, ...arguments_);
|
|
219
|
+
}
|
|
220
|
+
getGitpodDockerfile(...arguments_) {
|
|
221
|
+
return getGitpodDockerfile(this, ...arguments_);
|
|
222
|
+
}
|
|
223
|
+
getLicenseString(...arguments_) {
|
|
224
|
+
return getLicenseString(this, ...arguments_);
|
|
225
|
+
}
|
|
226
|
+
getReadmeString(...arguments_) {
|
|
227
|
+
return getReadmeString(this, ...arguments_);
|
|
228
|
+
}
|
|
229
|
+
getReleaseConfig(...arguments_) {
|
|
230
|
+
return getReleaseConfig(this, ...arguments_);
|
|
231
|
+
}
|
|
232
|
+
getRenovateConfig(...arguments_) {
|
|
233
|
+
return getRenovateConfig(this, ...arguments_);
|
|
234
|
+
}
|
|
235
|
+
getVscodeConfig(...arguments_) {
|
|
236
|
+
return getVscodeConfig(this, ...arguments_);
|
|
237
|
+
}
|
|
238
|
+
getTypescriptConfig(...arguments_) {
|
|
239
|
+
return getTypescriptConfig(this, ...arguments_);
|
|
240
|
+
}
|
|
241
|
+
getLintStaged(...arguments_) {
|
|
242
|
+
return getLintStaged(this, ...arguments_);
|
|
243
|
+
}
|
|
244
|
+
run(name, ...arguments_) {
|
|
245
|
+
return this.config.commands[name].handler.call(this, this, ...arguments_);
|
|
235
246
|
}
|
|
236
247
|
}
|
|
237
248
|
export { default as loadConfig } from "./load-config/index.js";
|
|
238
249
|
export { default as loadConfigSync } from "./load-config-sync/index.js";
|
|
239
|
-
export { Base };
|
|
250
|
+
export { Base };
|
|
251
|
+
export { default as checkUnknownFiles } from "./commands/check-unknown-files/index.js";
|
|
252
|
+
export { default as depcheck } from "./commands/depcheck/index.js";
|
|
253
|
+
export { default as commit } from "./commands/commit/index.js";
|
|
254
|
+
export { default as getEslintConfig } from "./get-generated-files/get-eslint/index.js";
|
|
255
|
+
export { default as getEditorIgnoreConfig } from "./get-generated-files/get-editor-ignore/index.js";
|
|
256
|
+
export { default as getGithubSyncMetadataConfig } from "./get-generated-files/get-github-sync-metadata/index.js";
|
|
257
|
+
export { default as getGeneratedFiles } from "./get-generated-files/index.js";
|
|
258
|
+
export { default as getGitignoreConfig } from "./get-generated-files/get-gitignore/index.js";
|
|
259
|
+
export { default as getGithubWorkflowConfig } from "./get-generated-files/get-github-workflow/index.js";
|
|
260
|
+
export { default as getGitpodDockerfile } from "./get-generated-files/get-gitpod-dockerfile.js";
|
|
261
|
+
export { default as getGitpodConfig } from "./get-generated-files/get-gitpod/index.js";
|
|
262
|
+
export { default as getLintStaged } from "./get-generated-files/get-lint-staged/index.js";
|
|
263
|
+
export { default as getLicenseString } from "./get-generated-files/get-license-string.js";
|
|
264
|
+
export { default as getReadmeString } from "./get-generated-files/get-readme-string/index.js";
|
|
265
|
+
export { default as getPackageConfig } from "./get-generated-files/get-package-config/index.js";
|
|
266
|
+
export { default as getRenovateConfig } from "./get-generated-files/get-renovate/index.js";
|
|
267
|
+
export { default as getReleaseConfig } from "./get-generated-files/get-release/index.js";
|
|
268
|
+
export { default as getVscodeConfig } from "./get-generated-files/get-vscode/index.js";
|
|
269
|
+
export { default as getTypescriptConfig } from "./get-generated-files/get-typescript/index.js";
|
|
270
|
+
export { default as lintPackagejson } from "./commands/lint/lint-packagejson.js";
|
|
271
|
+
export { default as lint } from "./commands/lint/index.js";
|
|
272
|
+
export { default as test } from "./commands/test/index.js";
|
|
273
|
+
export { default as prepare } from "./commands/prepare/index.js";
|
|
274
|
+
export { default as testRaw } from "./commands/test-raw/index.js";
|
|
275
|
+
export { default as testDocker } from "./commands/test-docker/index.js";
|
|
276
|
+
export { default as verify } from "./commands/verify/index.js";
|
|
277
|
+
export { default as typecheck } from "./commands/typecheck/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0",
|
|
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.
|
|
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.
|
|
40
|
-
"@dword-design/eslint-config": "^9.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.
|
|
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.
|
|
49
|
-
"cosmiconfig": "^9.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": "^
|
|
53
|
-
"depcheck-detector-execa": "^
|
|
54
|
-
"depcheck-detector-package-name": "^
|
|
55
|
-
"depcheck-package-name": "^
|
|
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": "^
|
|
58
|
-
"execa": "^9.6.
|
|
58
|
+
"eslint": "^10.8.0",
|
|
59
|
+
"execa": "^9.6.1",
|
|
59
60
|
"find-up": "^7.0.0",
|
|
60
|
-
"fs-extra": "^11.
|
|
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.
|
|
66
|
+
"ignore": "^7.0.6",
|
|
66
67
|
"ini": "^5.0.0",
|
|
67
68
|
"is-ci": "^4.1.0",
|
|
68
|
-
"jiti": "^2.
|
|
69
|
-
"lint-staged": "^16.
|
|
70
|
-
"lodash-es": "^4.
|
|
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": "^
|
|
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": "
|
|
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.
|
|
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.
|
|
83
|
+
"spdx-license-list": "^6.12.0",
|
|
83
84
|
"tagged-template-noop": "^2.1.1",
|
|
84
|
-
"tsx": "^4.
|
|
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.
|
|
89
|
+
"yaml": "^2.9.0"
|
|
89
90
|
},
|
|
90
91
|
"devDependencies": {
|
|
91
|
-
"@playwright/test": "^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": "^
|
|
97
|
-
"renovate": "^42.
|
|
98
|
+
"playwright-expect-snapshot": "^2.0.1",
|
|
99
|
+
"renovate": "^42.99.0",
|
|
98
100
|
"sharp": "^0.34.5",
|
|
99
|
-
"strip-ansi": "^7.
|
|
100
|
-
"uuid": "^11.1.
|
|
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": {
|