@w5s/mrm-preset 3.5.2 → 3.5.3
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 +27 -27
- package/.turbo/turbo-spellcheck.log +2 -2
- package/.turbo/turbo-test.log +51 -51
- package/.turbo/turbo-typecheck.log +2 -2
- package/CHANGELOG.md +4 -0
- package/ci/_gitlab/Renovate.gitlab-ci.yml +1 -1
- package/package.json +3 -3
- package/package.json.backup +3 -3
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
$ pnpm run "/^lint:.*/"
|
|
2
|
-
$ eslint .
|
|
3
|
-
Pages directory cannot be found at /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/pages or /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.
|
|
4
|
-
|
|
5
|
-
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
|
|
6
|
-
5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
7
|
-
|
|
8
|
-
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
|
|
9
|
-
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
10
|
-
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
11
|
-
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
12
|
-
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
13
|
-
|
|
14
|
-
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
|
|
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
|
-
154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
20
|
-
|
|
21
|
-
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
|
|
22
|
-
41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
23
|
-
82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
24
|
-
82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
25
|
-
|
|
26
|
-
✖ 13 problems (0 errors, 13 warnings)
|
|
27
|
-
|
|
1
|
+
$ pnpm run "/^lint:.*/"
|
|
2
|
+
$ eslint .
|
|
3
|
+
Pages directory cannot be found at /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/pages or /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.
|
|
4
|
+
|
|
5
|
+
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
|
|
6
|
+
5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
7
|
+
|
|
8
|
+
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
|
|
9
|
+
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
10
|
+
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
11
|
+
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
12
|
+
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
13
|
+
|
|
14
|
+
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
|
|
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
|
+
154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
20
|
+
|
|
21
|
+
/Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
|
|
22
|
+
41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
23
|
+
82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
24
|
+
82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
25
|
+
|
|
26
|
+
✖ 13 problems (0 errors, 13 warnings)
|
|
27
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
$ cspell --no-progress '**'
|
|
2
|
-
|
|
1
|
+
$ cspell --no-progress '**'
|
|
2
|
+
CSpell: Files checked: 53, Issues found: 0 in 0 files.
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
$ pnpm run "/^test:.*/"
|
|
2
|
-
$ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
|
|
3
|
-
[36mRunning bootstrap...[39m
|
|
4
|
-
[33mRunning alias configure...[39m
|
|
5
|
-
[36mRunning gitignore...[39m
|
|
6
|
-
[36mRunning project...[39m
|
|
7
|
-
[36mRunning contributing...[39m
|
|
8
|
-
[36mRunning licenses...[39m
|
|
9
|
-
[36mRunning asdf...[39m
|
|
10
|
-
[36mRunning release...[39m
|
|
11
|
-
[36mRunning ci...[39m
|
|
12
|
-
[36mRunning lang...[39m
|
|
13
|
-
[36mRunning commitlint...[39m
|
|
14
|
-
[36mRunning editorconfig...[39m
|
|
15
|
-
[36mRunning eslint...[39m
|
|
16
|
-
[36mRunning cspell...[39m
|
|
17
|
-
[36mRunning vitest...[39m
|
|
18
|
-
[36mRunning renovate...[39m
|
|
19
|
-
[36mRunning githooks...[39m
|
|
20
|
-
[36mRunning post-configure...[39m
|
|
21
|
-
Error: to format code
|
|
22
|
-
|
|
23
|
-
> .temp@1.0.0-alpha.0 format /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/.temp
|
|
24
|
-
> pnpm run "/^format:.*/"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
> .temp@1.0.0-alpha.0 format:root /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/.temp
|
|
28
|
-
> eslint . --fix
|
|
29
|
-
|
|
30
|
-
ELIFECYCLE Command failed with exit code 2.
|
|
31
|
-
ELIFECYCLE Command failed with exit code 2.
|
|
32
|
-
|
|
33
|
-
Oops! Something went wrong! :(
|
|
34
|
-
|
|
35
|
-
ESLint: 10.3.0
|
|
36
|
-
|
|
37
|
-
You are linting ".", but all of the files matching the glob pattern "." are ignored.
|
|
38
|
-
|
|
39
|
-
If you don't want to lint these files, remove the pattern "." from the list of arguments passed to ESLint.
|
|
40
|
-
|
|
41
|
-
If you do want to lint these files, explicitly list one or more of the files from this glob that you'd like to lint to see more details about why they are ignored.
|
|
42
|
-
|
|
43
|
-
* If the file is ignored because of a matching ignore pattern, check global ignores in your config file.
|
|
44
|
-
https://eslint.org/docs/latest/use/configure/ignore
|
|
45
|
-
|
|
46
|
-
* If the file is ignored because no matching configuration was supplied, check file patterns in your config file.
|
|
47
|
-
https://eslint.org/docs/latest/use/configure/configuration-files#specify-files-with-arbitrary-extensions
|
|
48
|
-
|
|
49
|
-
* If the file is ignored because it is located outside of the base path, change the location of your config file to be in a parent directory.
|
|
50
|
-
|
|
51
|
-
|
|
1
|
+
$ pnpm run "/^test:.*/"
|
|
2
|
+
$ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
|
|
3
|
+
[36mRunning bootstrap...[39m
|
|
4
|
+
[33mRunning alias configure...[39m
|
|
5
|
+
[36mRunning gitignore...[39m
|
|
6
|
+
[36mRunning project...[39m
|
|
7
|
+
[36mRunning contributing...[39m
|
|
8
|
+
[36mRunning licenses...[39m
|
|
9
|
+
[36mRunning asdf...[39m
|
|
10
|
+
[36mRunning release...[39m
|
|
11
|
+
[36mRunning ci...[39m
|
|
12
|
+
[36mRunning lang...[39m
|
|
13
|
+
[36mRunning commitlint...[39m
|
|
14
|
+
[36mRunning editorconfig...[39m
|
|
15
|
+
[36mRunning eslint...[39m
|
|
16
|
+
[36mRunning cspell...[39m
|
|
17
|
+
[36mRunning vitest...[39m
|
|
18
|
+
[36mRunning renovate...[39m
|
|
19
|
+
[36mRunning githooks...[39m
|
|
20
|
+
[36mRunning post-configure...[39m
|
|
21
|
+
Error: to format code
|
|
22
|
+
|
|
23
|
+
> .temp@1.0.0-alpha.0 format /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/.temp
|
|
24
|
+
> pnpm run "/^format:.*/"
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
> .temp@1.0.0-alpha.0 format:root /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/.temp
|
|
28
|
+
> eslint . --fix
|
|
29
|
+
|
|
30
|
+
ELIFECYCLE Command failed with exit code 2.
|
|
31
|
+
ELIFECYCLE Command failed with exit code 2.
|
|
32
|
+
|
|
33
|
+
Oops! Something went wrong! :(
|
|
34
|
+
|
|
35
|
+
ESLint: 10.3.0
|
|
36
|
+
|
|
37
|
+
You are linting ".", but all of the files matching the glob pattern "." are ignored.
|
|
38
|
+
|
|
39
|
+
If you don't want to lint these files, remove the pattern "." from the list of arguments passed to ESLint.
|
|
40
|
+
|
|
41
|
+
If you do want to lint these files, explicitly list one or more of the files from this glob that you'd like to lint to see more details about why they are ignored.
|
|
42
|
+
|
|
43
|
+
* If the file is ignored because of a matching ignore pattern, check global ignores in your config file.
|
|
44
|
+
https://eslint.org/docs/latest/use/configure/ignore
|
|
45
|
+
|
|
46
|
+
* If the file is ignored because no matching configuration was supplied, check file patterns in your config file.
|
|
47
|
+
https://eslint.org/docs/latest/use/configure/configuration-files#specify-files-with-arbitrary-extensions
|
|
48
|
+
|
|
49
|
+
* If the file is ignored because it is located outside of the base path, change the location of your config file to be in a parent directory.
|
|
50
|
+
|
|
51
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
$ pnpm run "/^typecheck:.*/"
|
|
2
|
-
$ tsc --noEmit
|
|
1
|
+
$ pnpm run "/^typecheck:.*/"
|
|
2
|
+
$ tsc --noEmit
|
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.3](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.3) (2026-06-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
9
|
+
|
|
6
10
|
## [3.5.2](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.2) (2026-06-12)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @w5s/mrm-preset
|
|
@@ -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:04931b21787bb211161261a27f12069c342705ef4e03481c6d8189675e76a027
|
|
17
17
|
entrypoint: ['']
|
|
18
18
|
script:
|
|
19
19
|
- >
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.3",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@w5s/configurator-core": "^1.0.0-alpha.4",
|
|
28
|
-
"@w5s/dev": "^3.4.
|
|
28
|
+
"@w5s/dev": "^3.4.3",
|
|
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": "7a039902bfbde2e273c2bebf555061091f8a88c1"
|
|
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.3",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@w5s/configurator-core": "^1.0.0-alpha.4",
|
|
43
|
-
"@w5s/dev": "^3.4.
|
|
43
|
+
"@w5s/dev": "^3.4.3",
|
|
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": "7a039902bfbde2e273c2bebf555061091f8a88c1"
|
|
64
64
|
}
|