@w5s/mrm-preset 2.10.1 → 2.11.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/.eslintrc.json +1 -0
- package/.turbo/turbo-prepare.log +1 -1
- package/CHANGELOG.md +8 -0
- package/bootstrap/index.js +1 -0
- package/ci/_gitlab/Renovate.gitlab-ci.yml +1 -1
- package/package.json +3 -3
- package/package.json.backup +3 -3
- package/.turbo/turbo-build.log +0 -6
- package/.turbo/turbo-format.log +0 -4
- package/.turbo/turbo-lint.log +0 -6
- package/.turbo/turbo-spellcheck.log +0 -1
- package/.turbo/turbo-test.log +0 -70
package/.eslintrc.json
CHANGED
package/.turbo/turbo-prepare.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
# [2.11.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.10.1...@w5s/mrm-preset@2.11.0) (2025-01-08)
|
|
7
|
+
|
|
8
|
+
### ✨ Features
|
|
9
|
+
|
|
10
|
+
- Add eslint-plugin-n plugin ([754d716](https://github.com/w5s/project-config/commit/754d716))
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
13
|
+
|
|
6
14
|
## [2.10.1](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.10.0...@w5s/mrm-preset@2.10.1) (2024-12-20)
|
|
7
15
|
|
|
8
16
|
### 🐛 Bug Fixes
|
package/bootstrap/index.js
CHANGED
|
@@ -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:fe6475e56915dbcd948cf7b94b879d38d2c261fbe7e2b869d35556229a5fce9c
|
|
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": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"postpack": "npx clean-package restore"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@w5s/dev": "^2.
|
|
27
|
+
"@w5s/dev": "^2.3.0",
|
|
28
28
|
"debug": "^4.3.3",
|
|
29
29
|
"glob": "^11.0.0",
|
|
30
30
|
"mrm-core": "^7.0.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"sideEffect": false,
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "2e302c874daea8739aee214365edff536ae5c263"
|
|
42
42
|
}
|
package/package.json.backup
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@w5s/dev": "^2.
|
|
42
|
+
"@w5s/dev": "^2.3.0",
|
|
43
43
|
"debug": "^4.3.3",
|
|
44
44
|
"glob": "^11.0.0",
|
|
45
45
|
"mrm-core": "^7.0.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"sideEffect": false,
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "2e302c874daea8739aee214365edff536ae5c263"
|
|
63
63
|
}
|
package/.turbo/turbo-build.log
DELETED
package/.turbo/turbo-format.log
DELETED
package/.turbo/turbo-lint.log
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
CSpell: Files checked: 52, Issues found: 0 in 0 files.
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
[1G[0K
|
|
3
|
-
> @w5s/mrm-preset@2.9.0 test:script
|
|
4
|
-
> mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
|
|
5
|
-
|
|
6
|
-
[1G[0Kmkdir: _tester: File exists
|
|
7
|
-
[36mRunning bootstrap...[39m
|
|
8
|
-
[33mRunning alias configure...[39m
|
|
9
|
-
[36mRunning gitignore...[39m
|
|
10
|
-
[36mRunning project...[39m
|
|
11
|
-
[36mRunning contributing...[39m
|
|
12
|
-
[36mRunning licenses...[39m
|
|
13
|
-
[36mRunning asdf...[39m
|
|
14
|
-
[36mRunning release...[39m
|
|
15
|
-
[36mRunning ci...[39m
|
|
16
|
-
[36mRunning lang...[39m
|
|
17
|
-
[36mRunning commitlint...[39m
|
|
18
|
-
[36mRunning editorconfig...[39m
|
|
19
|
-
[36mRunning eslint...[39m
|
|
20
|
-
Installing @w5s/eslint-config...
|
|
21
|
-
[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K⠹[1G[0K[1mnpm[22m [31merror[39m [94mcode[39m ERESOLVE
|
|
22
|
-
[1G[0K⠹[1G[0K[1mnpm[22m [31merror[39m [94mERESOLVE[39m could not resolve
|
|
23
|
-
[1G[0K⠹[1G[0K[1mnpm[22m [31merror[39m
|
|
24
|
-
[1G[0K⠹[1G[0K[1mnpm[22m [31merror[39m While resolving: @w5s/eslint-config@2.2.6
|
|
25
|
-
[1mnpm[22m [31merror[39m Found: eslint@9.13.0[2m[22m
|
|
26
|
-
[1mnpm[22m [31merror[39m [2mnode_modules/eslint[22m
|
|
27
|
-
[1mnpm[22m [31merror[39m [95mpeer[39m eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0[2m[22m
|
|
28
|
-
[1mnpm[22m [31merror[39m [2mnode_modules/@eslint-community/eslint-utils[22m
|
|
29
|
-
[1mnpm[22m [31merror[39m @eslint-community/eslint-utils@"^4.2.0" from eslint@9.13.0
|
|
30
|
-
[1mnpm[22m [31merror[39m [34mdev[39m eslint@"^9.13.0" from the root project
|
|
31
|
-
[1mnpm[22m [31merror[39m 2 more (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
|
|
32
|
-
[1mnpm[22m [31merror[39m
|
|
33
|
-
[1mnpm[22m [31merror[39m Could not resolve dependency:
|
|
34
|
-
[1mnpm[22m [31merror[39m peerOptional eslint@"8.x" from @w5s/eslint-config@2.2.6[2m[22m
|
|
35
|
-
[1mnpm[22m [31merror[39m [2mnode_modules/@w5s/eslint-config[22m
|
|
36
|
-
[1mnpm[22m [31merror[39m [34mdev[39m @w5s/eslint-config@"2.2.6" from the root project
|
|
37
|
-
[1mnpm[22m [31merror[39m
|
|
38
|
-
[1mnpm[22m [31merror[39m Conflicting peer dependency: eslint@8.57.1[2m[22m
|
|
39
|
-
[1mnpm[22m [31merror[39m [2mnode_modules/eslint[22m
|
|
40
|
-
[1mnpm[22m [31merror[39m peerOptional eslint@"8.x" from @w5s/eslint-config@2.2.6[2m[22m
|
|
41
|
-
[1mnpm[22m [31merror[39m [2mnode_modules/@w5s/eslint-config[22m
|
|
42
|
-
[1mnpm[22m [31merror[39m [34mdev[39m @w5s/eslint-config@"2.2.6" from the root project
|
|
43
|
-
[1mnpm[22m [31merror[39m
|
|
44
|
-
[1mnpm[22m [31merror[39m Fix the upstream dependency conflict, or retry
|
|
45
|
-
[1mnpm[22m [31merror[39m this command with --force or --legacy-peer-deps
|
|
46
|
-
[1mnpm[22m [31merror[39m to accept an incorrect (and potentially broken) dependency resolution.
|
|
47
|
-
[1G[0K⠹[1G[0K[1mnpm[22m [31merror[39m
|
|
48
|
-
[1mnpm[22m [31merror[39m
|
|
49
|
-
[1mnpm[22m [31merror[39m For a full report see:
|
|
50
|
-
[1mnpm[22m [31merror[39m /Users/julienpolo/.npm/_logs/2024-12-20T11_07_46_737Z-eresolve-report.txt
|
|
51
|
-
[1G[0K⠹[1G[0K[1mnpm[22m [31merror[39m A complete log of this run can be found in: /Users/julienpolo/.npm/_logs/2024-12-20T11_07_46_737Z-debug-0.log
|
|
52
|
-
[1G[0K⠹[1G[0K[36mRunning cspell...[39m
|
|
53
|
-
[36mRunning vitest...[39m
|
|
54
|
-
[36mRunning renovate...[39m
|
|
55
|
-
[36mRunning githooks...[39m
|
|
56
|
-
[36mRunning post-configure...[39m
|
|
57
|
-
Error: to format code
|
|
58
|
-
|
|
59
|
-
> _tester@1.0.0-alpha.0 format
|
|
60
|
-
> npx run-p "format:*"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
> _tester@1.0.0-alpha.0 format:root
|
|
64
|
-
> eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml --fix
|
|
65
|
-
|
|
66
|
-
Invalid option '--ext' - perhaps you meant '-c'?
|
|
67
|
-
You're using eslint.config.js, some command line flags are no longer available. Please see https://eslint.org/docs/latest/use/command-line-interface for details.
|
|
68
|
-
ERROR: "format:root" exited with 2.
|
|
69
|
-
|
|
70
|
-
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|