@w5s/mrm-preset 3.5.6 → 3.5.7
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/.turbo/turbo-lint.log +8 -6
- package/.turbo/turbo-test.log +17 -17
- package/CHANGELOG.md +4 -0
- package/core/asdf.js +2 -2
- package/core/pkg.js +1 -0
- package/cspell/index.js +1 -1
- package/package.json +4 -4
- package/package.json.backup +4 -4
- package/project/index.js +2 -2
package/.turbo/turbo-lint.log
CHANGED
|
@@ -12,16 +12,18 @@ Pages directory cannot be found at /home/runner/work/project-config/project-conf
|
|
|
12
12
|
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
13
13
|
|
|
14
14
|
/home/runner/work/project-config/project-config/packages/mrm-preset/core/npm.js
|
|
15
|
-
51:1 warning Prefer a more specific type to `Function`
|
|
16
|
-
92:1 warning Prefer a more specific type to `Function`
|
|
17
|
-
119:1 warning Prefer a more specific type to `Function`
|
|
18
|
-
135:1 warning Prefer a more specific type to `Function`
|
|
19
|
-
|
|
15
|
+
51:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
16
|
+
92:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
17
|
+
119:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
18
|
+
135:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
19
|
+
140:3 warning Unused eslint-disable directive (no problems were reported from 'unicorn/prefer-spread')
|
|
20
|
+
154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
20
21
|
|
|
21
22
|
/home/runner/work/project-config/project-config/packages/mrm-preset/core/vscode.js
|
|
22
23
|
41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
23
24
|
82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
24
25
|
82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
25
26
|
|
|
26
|
-
✖
|
|
27
|
+
✖ 14 problems (0 errors, 14 warnings)
|
|
28
|
+
0 errors and 1 warning potentially fixable with the `--fix` option.
|
|
27
29
|
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -11,12 +11,12 @@ $ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
|
|
|
11
11
|
[32mCreate turbo.json[39m
|
|
12
12
|
Installing turbo...
|
|
13
13
|
|
|
14
|
-
added 2 packages, and audited 3 packages in
|
|
14
|
+
added 2 packages, and audited 3 packages in 1s
|
|
15
15
|
|
|
16
16
|
found 0 vulnerabilities
|
|
17
17
|
Installing npm-run-all2...
|
|
18
18
|
|
|
19
|
-
added 17 packages, and audited 20 packages in
|
|
19
|
+
added 17 packages, and audited 20 packages in 735ms
|
|
20
20
|
|
|
21
21
|
3 packages are looking for funding
|
|
22
22
|
run `npm fund` for details
|
|
@@ -24,7 +24,7 @@ added 17 packages, and audited 20 packages in 811ms
|
|
|
24
24
|
found 0 vulnerabilities
|
|
25
25
|
Installing @w5s/conventional-changelog...
|
|
26
26
|
|
|
27
|
-
added 8 packages, and audited 28 packages in
|
|
27
|
+
added 8 packages, and audited 28 packages in 772ms
|
|
28
28
|
|
|
29
29
|
5 packages are looking for funding
|
|
30
30
|
run `npm fund` for details
|
|
@@ -42,7 +42,7 @@ found 0 vulnerabilities
|
|
|
42
42
|
Installing semantic-release and @semantic-release/gitlab-config...
|
|
43
43
|
npm warn deprecated read-pkg-up@11.0.0: Renamed to read-package-up
|
|
44
44
|
|
|
45
|
-
added 359 packages, and audited 725 packages in
|
|
45
|
+
added 359 packages, and audited 725 packages in 11s
|
|
46
46
|
|
|
47
47
|
130 packages are looking for funding
|
|
48
48
|
run `npm fund` for details
|
|
@@ -65,8 +65,8 @@ Run `npm audit` for details.
|
|
|
65
65
|
[32mCreate src/index.spec.ts[39m
|
|
66
66
|
[32mUpdate package.json[39m
|
|
67
67
|
Installing ts-node-dev and tsconfig-paths...
|
|
68
|
-
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
69
68
|
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
69
|
+
npm warn deprecated glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
70
70
|
npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
|
|
71
71
|
|
|
72
72
|
added 57 packages, and audited 782 packages in 3s
|
|
@@ -106,7 +106,7 @@ Run `npm audit` for details.
|
|
|
106
106
|
[36mRunning eslint...[39m
|
|
107
107
|
Installing eslint and prettier...
|
|
108
108
|
|
|
109
|
-
added 62 packages, and audited 845 packages in
|
|
109
|
+
added 62 packages, and audited 845 packages in 2s
|
|
110
110
|
|
|
111
111
|
152 packages are looking for funding
|
|
112
112
|
run `npm fund` for details
|
|
@@ -123,7 +123,7 @@ Run `npm audit` for details.
|
|
|
123
123
|
Installing @w5s/eslint-config...
|
|
124
124
|
npm warn ERESOLVE overriding peer dependency
|
|
125
125
|
|
|
126
|
-
added 289 packages, and audited 1134 packages in
|
|
126
|
+
added 289 packages, and audited 1134 packages in 12s
|
|
127
127
|
|
|
128
128
|
335 packages are looking for funding
|
|
129
129
|
run `npm fund` for details
|
|
@@ -150,24 +150,24 @@ npm warn Found: eslint@10.6.0
|
|
|
150
150
|
npm warn node_modules/eslint
|
|
151
151
|
npm warn peerOptional eslint@"^9.0.0 || ^10.0.0" from @e18e/eslint-plugin@0.5.1
|
|
152
152
|
npm warn node_modules/@e18e/eslint-plugin
|
|
153
|
-
npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.
|
|
153
|
+
npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.10.0
|
|
154
154
|
npm warn node_modules/@w5s/eslint-config
|
|
155
155
|
npm warn 33 more (@eslint-community/eslint-utils, @eslint-react/ast, ...)
|
|
156
156
|
npm warn
|
|
157
157
|
npm warn Could not resolve dependency:
|
|
158
158
|
npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
|
|
159
159
|
npm warn node_modules/@w5s/eslint-config/node_modules/eslint-plugin-import
|
|
160
|
-
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.
|
|
160
|
+
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.10.0
|
|
161
161
|
npm warn node_modules/@w5s/eslint-config
|
|
162
162
|
npm warn
|
|
163
163
|
npm warn Conflicting peer dependency: eslint@9.39.4
|
|
164
164
|
npm warn node_modules/eslint
|
|
165
165
|
npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
|
|
166
166
|
npm warn node_modules/@w5s/eslint-config/node_modules/eslint-plugin-import
|
|
167
|
-
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.
|
|
167
|
+
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.10.0
|
|
168
168
|
npm warn node_modules/@w5s/eslint-config
|
|
169
169
|
|
|
170
|
-
added 97 packages, and audited 1231 packages in
|
|
170
|
+
added 97 packages, and audited 1231 packages in 4s
|
|
171
171
|
|
|
172
172
|
343 packages are looking for funding
|
|
173
173
|
run `npm fund` for details
|
|
@@ -188,21 +188,21 @@ npm warn Found: eslint@10.6.0
|
|
|
188
188
|
npm warn node_modules/eslint
|
|
189
189
|
npm warn peerOptional eslint@"^9.0.0 || ^10.0.0" from @e18e/eslint-plugin@0.5.1
|
|
190
190
|
npm warn node_modules/@e18e/eslint-plugin
|
|
191
|
-
npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.
|
|
191
|
+
npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.10.0
|
|
192
192
|
npm warn node_modules/@w5s/eslint-config
|
|
193
193
|
npm warn 33 more (@eslint-community/eslint-utils, @eslint-react/ast, ...)
|
|
194
194
|
npm warn
|
|
195
195
|
npm warn Could not resolve dependency:
|
|
196
196
|
npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
|
|
197
197
|
npm warn node_modules/@w5s/eslint-config/node_modules/eslint-plugin-import
|
|
198
|
-
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.
|
|
198
|
+
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.10.0
|
|
199
199
|
npm warn node_modules/@w5s/eslint-config
|
|
200
200
|
npm warn
|
|
201
201
|
npm warn Conflicting peer dependency: eslint@9.39.4
|
|
202
202
|
npm warn node_modules/eslint
|
|
203
203
|
npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
|
|
204
204
|
npm warn node_modules/@w5s/eslint-config/node_modules/eslint-plugin-import
|
|
205
|
-
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.
|
|
205
|
+
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.10.0
|
|
206
206
|
npm warn node_modules/@w5s/eslint-config
|
|
207
207
|
|
|
208
208
|
added 1 package, and audited 1232 packages in 2s
|
|
@@ -228,21 +228,21 @@ npm warn Found: eslint@10.6.0
|
|
|
228
228
|
npm warn node_modules/eslint
|
|
229
229
|
npm warn peerOptional eslint@"^9.0.0 || ^10.0.0" from @e18e/eslint-plugin@0.5.1
|
|
230
230
|
npm warn node_modules/@e18e/eslint-plugin
|
|
231
|
-
npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.
|
|
231
|
+
npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.10.0
|
|
232
232
|
npm warn node_modules/@w5s/eslint-config
|
|
233
233
|
npm warn 33 more (@eslint-community/eslint-utils, @eslint-react/ast, ...)
|
|
234
234
|
npm warn
|
|
235
235
|
npm warn Could not resolve dependency:
|
|
236
236
|
npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
|
|
237
237
|
npm warn node_modules/@w5s/eslint-config/node_modules/eslint-plugin-import
|
|
238
|
-
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.
|
|
238
|
+
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.10.0
|
|
239
239
|
npm warn node_modules/@w5s/eslint-config
|
|
240
240
|
npm warn
|
|
241
241
|
npm warn Conflicting peer dependency: eslint@9.39.4
|
|
242
242
|
npm warn node_modules/eslint
|
|
243
243
|
npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
|
|
244
244
|
npm warn node_modules/@w5s/eslint-config/node_modules/eslint-plugin-import
|
|
245
|
-
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.
|
|
245
|
+
npm warn eslint-plugin-import@"~2.32.0" from @w5s/eslint-config@3.10.0
|
|
246
246
|
npm warn node_modules/@w5s/eslint-config
|
|
247
247
|
|
|
248
248
|
added 38 packages, and audited 1270 packages in 6s
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.5.7](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.7) (2026-06-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
9
|
+
|
|
6
10
|
## [3.5.6](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.6) (2026-06-26)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @w5s/mrm-preset
|
package/core/asdf.js
CHANGED
|
@@ -29,8 +29,8 @@ function asdfConfig({ state, update }) {
|
|
|
29
29
|
// @ts-ignore
|
|
30
30
|
const updated = update ? update(parsed) : parsed;
|
|
31
31
|
|
|
32
|
-
const formatted = Object.
|
|
33
|
-
.map((tool) => `${tool} ${
|
|
32
|
+
const formatted = Object.entries(updated)
|
|
33
|
+
.map(([tool, value]) => `${tool} ${value}`)
|
|
34
34
|
.join(eol);
|
|
35
35
|
|
|
36
36
|
toolVersionsFile.save(formatted);
|
package/core/pkg.js
CHANGED
|
@@ -61,6 +61,7 @@ function forEachWorkspace(fn) {
|
|
|
61
61
|
|
|
62
62
|
for (const workspaceMatcher of workspacesMatchers) {
|
|
63
63
|
const directories = glob.sync(workspaceMatcher);
|
|
64
|
+
// eslint-disable-next-line unicorn/no-for-each
|
|
64
65
|
directories.forEach((directory) => {
|
|
65
66
|
const packageFile = json(path.join(directory, 'package.json'));
|
|
66
67
|
fn({
|
package/cspell/index.js
CHANGED
|
@@ -29,7 +29,7 @@ function task() {
|
|
|
29
29
|
pkg.script(packageFile, {
|
|
30
30
|
name: `${project.spellcheck}:root`,
|
|
31
31
|
update: `cspell --no-progress '**' ${
|
|
32
|
-
hasWorkspaces ?
|
|
32
|
+
hasWorkspaces ? (workspaceMatchers.map((_) => `--exclude='${_}/**'`).join(' ')) : ''
|
|
33
33
|
}`,
|
|
34
34
|
state: 'present',
|
|
35
35
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"postpack": "clean-package restore"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@w5s/configurator-core": "^1.0.0-alpha.
|
|
28
|
-
"@w5s/dev": "^3.4.
|
|
27
|
+
"@w5s/configurator-core": "^1.0.0-alpha.8",
|
|
28
|
+
"@w5s/dev": "^3.4.7",
|
|
29
29
|
"debug": "^4.3.3",
|
|
30
30
|
"glob": "^13.0.0",
|
|
31
31
|
"mrm-core": "^7.0.0",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
41
|
"sideEffect": false,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "fcde4af12d29afdb46ed396ef832c36a399ed057"
|
|
43
43
|
}
|
package/package.json.backup
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"typecheck:src": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@w5s/configurator-core": "^1.0.0-alpha.
|
|
43
|
-
"@w5s/dev": "^3.4.
|
|
42
|
+
"@w5s/configurator-core": "^1.0.0-alpha.8",
|
|
43
|
+
"@w5s/dev": "^3.4.7",
|
|
44
44
|
"debug": "^4.3.3",
|
|
45
45
|
"glob": "^13.0.0",
|
|
46
46
|
"mrm-core": "^7.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"sideEffect": false,
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "fcde4af12d29afdb46ed396ef832c36a399ed057"
|
|
64
64
|
}
|
package/project/index.js
CHANGED
|
@@ -205,7 +205,7 @@ function task() {
|
|
|
205
205
|
|
|
206
206
|
pkg.script(packageFile, {
|
|
207
207
|
name: project.validate,
|
|
208
|
-
update:
|
|
208
|
+
update: turboRun([project.build, project.lint, project.test, project.typecheck, project.spellcheck].join(' ')),
|
|
209
209
|
state: 'present',
|
|
210
210
|
});
|
|
211
211
|
|
|
@@ -281,7 +281,7 @@ function task() {
|
|
|
281
281
|
update: (_) => ({
|
|
282
282
|
..._,
|
|
283
283
|
// eslint-disable-next-line unicorn/no-array-sort
|
|
284
|
-
globalEnv: [...new Set([...(_.globalEnv ?? []), 'ASDF_*', 'CI', 'DATABASE_URL', 'NODE_ENV'])].sort(),
|
|
284
|
+
globalEnv: [...new Set([...(_.globalEnv ?? []), 'ASDF_*', 'CI', 'DATABASE_URL', 'NODE_ENV'])].sort((left, right) => left.localeCompare(right)),
|
|
285
285
|
globalDependencies: ['.tool-versions', 'tsconfig.settings.json', '**/.env.*local', '.env'],
|
|
286
286
|
tasks: {
|
|
287
287
|
..._.tasks,
|