@w5s/mrm-preset 3.4.2 → 3.5.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/.turbo/turbo-build.log +3 -2
- package/.turbo/turbo-format.log +27 -0
- package/.turbo/turbo-lint.log +27 -26
- package/.turbo/turbo-spellcheck.log +3 -2
- package/.turbo/turbo-test.log +49 -23
- package/.turbo/turbo-typecheck.log +3 -2
- package/CHANGELOG.md +12 -0
- package/ci/_gitlab/AutoDevopsInclude.gitlab-ci.yml +1 -1
- package/ci/_gitlab/Renovate.gitlab-ci.yml +1 -1
- package/core/asdf.js +3 -1
- package/core/git.js +2 -0
- package/package.json +4 -4
- package/package.json.backup +4 -4
- package/project/index.js +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
$
|
|
1
|
+
|
|
2
|
+
[2m$ pnpm run "/^build:.*/"[22m
|
|
3
|
+
[2m$ tsc[22m
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
[2m$ pnpm run "/^format:.*/"[22m
|
|
3
|
+
[2m$ eslint . --fix[22m
|
|
4
|
+
[0m
|
|
5
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js[24m
|
|
6
|
+
[2m5:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
7
|
+
|
|
8
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js[24m
|
|
9
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
10
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
11
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
12
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
13
|
+
|
|
14
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js[24m
|
|
15
|
+
[2m51:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
16
|
+
[2m92:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
17
|
+
[2m119:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
18
|
+
[2m135:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
19
|
+
[2m154:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
20
|
+
|
|
21
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js[24m
|
|
22
|
+
[2m41:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
23
|
+
[2m82:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
24
|
+
[2m82:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
25
|
+
|
|
26
|
+
[33m[1m✖ 13 problems (0 errors, 13 warnings)[22m[39m
|
|
27
|
+
[0m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
$
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
|
|
2
|
+
[2m$ pnpm run "/^lint:.*/"[22m
|
|
3
|
+
[2m$ eslint .[22m
|
|
4
|
+
[0m
|
|
5
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js[24m
|
|
6
|
+
[2m5:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
7
|
+
|
|
8
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js[24m
|
|
9
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
10
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
11
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
12
|
+
[2m21:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
13
|
+
|
|
14
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js[24m
|
|
15
|
+
[2m51:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
16
|
+
[2m92:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
17
|
+
[2m119:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
18
|
+
[2m135:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
19
|
+
[2m154:1[22m [33mwarning[39m Prefer a more specific type to `Function` [2mjsdoc/reject-function-type[22m
|
|
20
|
+
|
|
21
|
+
[4m/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js[24m
|
|
22
|
+
[2m41:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
23
|
+
[2m82:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
24
|
+
[2m82:1[22m [33mwarning[39m Prefer a more specific type to `any` [2mjsdoc/reject-any-type[22m
|
|
25
|
+
|
|
26
|
+
[33m[1m✖ 13 problems (0 errors, 13 warnings)[22m[39m
|
|
27
|
+
[0m
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
|
|
2
|
+
[2m$ cspell --no-progress '**'[22m
|
|
3
|
+
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,23 +1,49 @@
|
|
|
1
|
-
|
|
2
|
-
$
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[36mRunning
|
|
7
|
-
[36mRunning
|
|
8
|
-
[36mRunning
|
|
9
|
-
[36mRunning
|
|
10
|
-
[36mRunning
|
|
11
|
-
[36mRunning
|
|
12
|
-
[36mRunning
|
|
13
|
-
[36mRunning
|
|
14
|
-
[36mRunning
|
|
15
|
-
[36mRunning
|
|
16
|
-
[36mRunning
|
|
17
|
-
[36mRunning
|
|
18
|
-
[36mRunning
|
|
19
|
-
[36mRunning
|
|
20
|
-
[36mRunning
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
|
|
2
|
+
[2m$ pnpm run "/^test:.*/"[22m
|
|
3
|
+
[2m$ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..[22m
|
|
4
|
+
[36mRunning bootstrap...[39m
|
|
5
|
+
[33mRunning alias configure...[39m
|
|
6
|
+
[36mRunning gitignore...[39m
|
|
7
|
+
[36mRunning project...[39m
|
|
8
|
+
[36mRunning contributing...[39m
|
|
9
|
+
[36mRunning licenses...[39m
|
|
10
|
+
[36mRunning asdf...[39m
|
|
11
|
+
[36mRunning release...[39m
|
|
12
|
+
[36mRunning ci...[39m
|
|
13
|
+
[36mRunning lang...[39m
|
|
14
|
+
[36mRunning commitlint...[39m
|
|
15
|
+
[36mRunning editorconfig...[39m
|
|
16
|
+
[36mRunning eslint...[39m
|
|
17
|
+
[36mRunning cspell...[39m
|
|
18
|
+
[36mRunning vitest...[39m
|
|
19
|
+
[36mRunning renovate...[39m
|
|
20
|
+
[36mRunning githooks...[39m
|
|
21
|
+
[36mRunning post-configure...[39m
|
|
22
|
+
Error: to format code
|
|
23
|
+
|
|
24
|
+
> .temp@1.0.0-alpha.0 format /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/.temp
|
|
25
|
+
> pnpm run "/^format:.*/"
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
> .temp@1.0.0-alpha.0 format:root /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/.temp
|
|
29
|
+
> eslint . --fix
|
|
30
|
+
|
|
31
|
+
ELIFECYCLE Command failed with exit code 2.
|
|
32
|
+
ELIFECYCLE Command failed with exit code 2.
|
|
33
|
+
|
|
34
|
+
Oops! Something went wrong! :(
|
|
35
|
+
|
|
36
|
+
ESLint: 10.3.0
|
|
37
|
+
|
|
38
|
+
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/julienpolo/Code/w5s/project-config/node_modules/@w5s/eslint-config/dist/index.js' imported from /Users/julienpolo/Code/w5s/project-config/eslint.config.js
|
|
39
|
+
at finalizeResolution (node:internal/modules/esm/resolve:271:11)
|
|
40
|
+
at moduleResolve (node:internal/modules/esm/resolve:865:10)
|
|
41
|
+
at defaultResolve (node:internal/modules/esm/resolve:992:11)
|
|
42
|
+
at #cachedDefaultResolve (node:internal/modules/esm/loader:691:20)
|
|
43
|
+
at #resolveAndMaybeBlockOnLoaderThread (node:internal/modules/esm/loader:708:38)
|
|
44
|
+
at ModuleLoader.resolveSync (node:internal/modules/esm/loader:740:52)
|
|
45
|
+
at #resolve (node:internal/modules/esm/loader:673:17)
|
|
46
|
+
at ModuleLoader.getOrCreateModuleJob (node:internal/modules/esm/loader:593:35)
|
|
47
|
+
at ModuleJob.syncLink (node:internal/modules/esm/module_job:163:33)
|
|
48
|
+
at ModuleJob.link (node:internal/modules/esm/module_job:253:17)
|
|
49
|
+
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
$
|
|
1
|
+
|
|
2
|
+
[2m$ pnpm run "/^typecheck:.*/"[22m
|
|
3
|
+
[2m$ tsc --noEmit[22m
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.0](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.4.1...@w5s/mrm-preset@3.5.0) (2026-06-11)
|
|
7
|
+
|
|
8
|
+
### ✨ Features
|
|
9
|
+
|
|
10
|
+
- Enable e18e in ESLint configuration ([01cdd58](github.com/w5s/project-config/commits/01cdd58))
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
13
|
+
|
|
14
|
+
## [3.4.3](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.4.1...@w5s/mrm-preset@3.4.3) (2026-06-05)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
17
|
+
|
|
6
18
|
## [3.4.2](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.4.1...@w5s/mrm-preset@3.4.2) (2026-06-03)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @w5s/mrm-preset
|
|
@@ -201,7 +201,7 @@ variables:
|
|
|
201
201
|
# IMAGE_NAME: $CI_REGISTRY_IMAGE
|
|
202
202
|
|
|
203
203
|
.autodevops_node_image:
|
|
204
|
-
image: node:lts-alpine@sha256:
|
|
204
|
+
image: node:lts-alpine@sha256:fb71d01345f11b708a3553c66e7c74074f2d506400ea81973343d915cb64eef0
|
|
205
205
|
|
|
206
206
|
.autodevops_node_install:
|
|
207
207
|
extends:
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
when: always
|
|
14
14
|
- when: never
|
|
15
15
|
image:
|
|
16
|
-
name: renovate/renovate@sha256:
|
|
16
|
+
name: renovate/renovate@sha256:459b7e28aa54fa2fa7db83df6a2d6ad26de416a054ee554e7833203adf3d9a47
|
|
17
17
|
entrypoint: ['']
|
|
18
18
|
script:
|
|
19
19
|
- >
|
package/core/asdf.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
const { file } = require('mrm-core');
|
|
2
2
|
|
|
3
|
+
const reToolVersion = /\s+/;
|
|
4
|
+
|
|
3
5
|
/**
|
|
4
6
|
* @typedef {{ [tool: string]: string }} ASDFConfig
|
|
5
7
|
*/
|
|
@@ -20,7 +22,7 @@ function asdfConfig({ state, update }) {
|
|
|
20
22
|
const parsed = Object.fromEntries(
|
|
21
23
|
content
|
|
22
24
|
.split(eol)
|
|
23
|
-
.map((_) => _.split(
|
|
25
|
+
.map((_) => _.split(reToolVersion, 2))
|
|
24
26
|
.filter((_) => _[0] !== ''),
|
|
25
27
|
);
|
|
26
28
|
|
package/core/git.js
CHANGED
|
@@ -28,7 +28,9 @@ exports.hasGit = hasGit;
|
|
|
28
28
|
*/
|
|
29
29
|
function trimStartLine(content) {
|
|
30
30
|
return content
|
|
31
|
+
// eslint-disable-next-line e18e/prefer-static-regex
|
|
31
32
|
.split(/\n/)
|
|
33
|
+
// eslint-disable-next-line e18e/prefer-static-regex
|
|
32
34
|
.map((line) => line.replace(/^\s+/, ''))
|
|
33
35
|
.filter((_) => _.length > 0)
|
|
34
36
|
.join('\n');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
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.
|
|
27
|
+
"@w5s/configurator-core": "^1.0.0-alpha.4",
|
|
28
|
+
"@w5s/dev": "^3.4.0",
|
|
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": "9102f7149f4d1faa4a9c96e7e910cbb296bd63e5"
|
|
43
43
|
}
|
package/package.json.backup
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
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.
|
|
42
|
+
"@w5s/configurator-core": "^1.0.0-alpha.4",
|
|
43
|
+
"@w5s/dev": "^3.4.0",
|
|
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": "9102f7149f4d1faa4a9c96e7e910cbb296bd63e5"
|
|
64
64
|
}
|
package/project/index.js
CHANGED