@w5s/mrm-preset 2.7.1 → 2.7.5
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 +5 -6
- package/.turbo/turbo-format.log +8 -0
- package/.turbo/turbo-lint.log +5 -6
- package/.turbo/turbo-prepare.log +4 -1
- package/.turbo/turbo-test.log +69 -174
- package/CHANGELOG.md +71 -0
- package/ci/_gitlab/AutoDevopsInclude.gitlab-ci.yml +1 -1
- package/ci/_gitlab/Renovate.gitlab-ci.yml +1 -1
- package/lang/index.js +1 -1
- package/package.json +3 -3
- package/package.json.backup +12 -10
- package/project/index.js +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
[
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[
|
|
7
|
-
[0m[tsc][0m [0mnpm run build:tsc exited with code 0[0m
|
|
2
|
+
[1G[0K⠙[1G[0K
|
|
3
|
+
> @w5s/mrm-preset@2.7.4 build:tsc
|
|
4
|
+
> tsc
|
|
5
|
+
|
|
6
|
+
[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
[
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[
|
|
7
|
-
[0m[src][0m [0mnpm run lint:src exited with code 0[0m
|
|
2
|
+
[1G[0K⠙[1G[0K
|
|
3
|
+
> @w5s/mrm-preset@2.7.4 lint:src
|
|
4
|
+
> eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
|
|
5
|
+
|
|
6
|
+
[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/.turbo/turbo-prepare.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,175 +1,70 @@
|
|
|
1
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
|
-
[
|
|
27
|
-
[
|
|
28
|
-
[
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
[
|
|
32
|
-
[
|
|
33
|
-
[
|
|
34
|
-
[
|
|
35
|
-
[
|
|
36
|
-
[
|
|
37
|
-
[
|
|
38
|
-
[
|
|
39
|
-
[
|
|
40
|
-
[
|
|
41
|
-
[
|
|
42
|
-
[
|
|
43
|
-
[
|
|
44
|
-
[
|
|
45
|
-
[
|
|
46
|
-
[
|
|
47
|
-
[
|
|
48
|
-
[
|
|
49
|
-
[
|
|
50
|
-
[
|
|
51
|
-
[
|
|
52
|
-
[
|
|
53
|
-
[
|
|
54
|
-
[
|
|
55
|
-
[
|
|
56
|
-
[
|
|
57
|
-
[
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
[
|
|
70
|
-
[
|
|
71
|
-
[0m[script][0m
|
|
72
|
-
[0m[script][0m added 2 packages, and audited 603 packages in 4s
|
|
73
|
-
[0m[script][0m
|
|
74
|
-
[0m[script][0m 113 packages are looking for funding
|
|
75
|
-
[0m[script][0m run `npm fund` for details
|
|
76
|
-
[0m[script][0m
|
|
77
|
-
[0m[script][0m found 0 vulnerabilities
|
|
78
|
-
[0m[script][0m [36mRunning commitlint...[39m
|
|
79
|
-
[0m[script][0m [32mCreate .vscode/extensions.json[39m
|
|
80
|
-
[0m[script][0m [36mRunning editorconfig...[39m
|
|
81
|
-
[0m[script][0m [32mUpdate .vscode/extensions.json[39m
|
|
82
|
-
[0m[script][0m [36mRunning eslint...[39m
|
|
83
|
-
[0m[script][0m Installing eslint and prettier...
|
|
84
|
-
[0m[script][0m
|
|
85
|
-
[0m[script][0m added 51 packages, and audited 654 packages in 1s
|
|
86
|
-
[0m[script][0m
|
|
87
|
-
[0m[script][0m 131 packages are looking for funding
|
|
88
|
-
[0m[script][0m run `npm fund` for details
|
|
89
|
-
[0m[script][0m
|
|
90
|
-
[0m[script][0m found 0 vulnerabilities
|
|
91
|
-
[0m[script][0m Installing @w5s/eslint-config...
|
|
92
|
-
[0m[script][0m npm warn ERESOLVE overriding peer dependency
|
|
93
|
-
[0m[script][0m npm warn ERESOLVE overriding peer dependency
|
|
94
|
-
[0m[script][0m npm error code ERESOLVE
|
|
95
|
-
[0m[script][0m npm error ERESOLVE could not resolve
|
|
96
|
-
[0m[script][0m npm error
|
|
97
|
-
[0m[script][0m npm error While resolving: @w5s/eslint-config@2.0.25
|
|
98
|
-
[0m[script][0m npm error Found: eslint@9.8.0
|
|
99
|
-
[0m[script][0m npm error node_modules/eslint
|
|
100
|
-
[0m[script][0m npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.18.0
|
|
101
|
-
[0m[script][0m npm error node_modules/@w5s/eslint-config/node_modules/@typescript-eslint/eslint-plugin
|
|
102
|
-
[0m[script][0m npm error @typescript-eslint/eslint-plugin@"^7.0.0" from @w5s/eslint-config@2.0.25
|
|
103
|
-
[0m[script][0m npm error node_modules/@w5s/eslint-config
|
|
104
|
-
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.25" from the root project
|
|
105
|
-
[0m[script][0m npm error
|
|
106
|
-
[0m[script][0m npm error Could not resolve dependency:
|
|
107
|
-
[0m[script][0m npm error peerOptional eslint@"8.x" from @w5s/eslint-config@2.0.25
|
|
108
|
-
[0m[script][0m npm error node_modules/@w5s/eslint-config
|
|
109
|
-
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.25" from the root project
|
|
110
|
-
[0m[script][0m npm error
|
|
111
|
-
[0m[script][0m npm error Conflicting peer dependency: eslint@8.57.0
|
|
112
|
-
[0m[script][0m npm error node_modules/eslint
|
|
113
|
-
[0m[script][0m npm error peerOptional eslint@"8.x" from @w5s/eslint-config@2.0.25
|
|
114
|
-
[0m[script][0m npm error node_modules/@w5s/eslint-config
|
|
115
|
-
[0m[script][0m npm error dev @w5s/eslint-config@"2.0.25" from the root project
|
|
116
|
-
[0m[script][0m npm error
|
|
117
|
-
[0m[script][0m npm error Fix the upstream dependency conflict, or retry
|
|
118
|
-
[0m[script][0m npm error this command with --force or --legacy-peer-deps
|
|
119
|
-
[0m[script][0m npm error to accept an incorrect (and potentially broken) dependency resolution.
|
|
120
|
-
[0m[script][0m npm error
|
|
121
|
-
[0m[script][0m npm error
|
|
122
|
-
[0m[script][0m npm error For a full report see:
|
|
123
|
-
[0m[script][0m npm error /Users/julienpolo/.npm/_logs/2024-08-07T22_15_03_544Z-eresolve-report.txt
|
|
124
|
-
[0m[script][0m npm error A complete log of this run can be found in: /Users/julienpolo/.npm/_logs/2024-08-07T22_15_03_544Z-debug-0.log
|
|
125
|
-
[0m[script][0m [32mUpdate package.json[39m
|
|
126
|
-
[0m[script][0m [32mUpdate package.json[39m
|
|
127
|
-
[0m[script][0m [32mUpdate .vscode/extensions.json[39m
|
|
128
|
-
[0m[script][0m [32mCreate .vscode/settings.json[39m
|
|
129
|
-
[0m[script][0m [36mRunning cspell...[39m
|
|
130
|
-
[0m[script][0m [32mCreate .cspell.json[39m
|
|
131
|
-
[0m[script][0m Installing cspell...
|
|
132
|
-
[0m[script][0m
|
|
133
|
-
[0m[script][0m added 96 packages, and audited 750 packages in 9s
|
|
134
|
-
[0m[script][0m
|
|
135
|
-
[0m[script][0m 138 packages are looking for funding
|
|
136
|
-
[0m[script][0m run `npm fund` for details
|
|
137
|
-
[0m[script][0m
|
|
138
|
-
[0m[script][0m found 0 vulnerabilities
|
|
139
|
-
[0m[script][0m Installing @w5s/cspell-config...
|
|
140
|
-
[0m[script][0m
|
|
141
|
-
[0m[script][0m added 1 package, and audited 751 packages in 3s
|
|
142
|
-
[0m[script][0m
|
|
143
|
-
[0m[script][0m 138 packages are looking for funding
|
|
144
|
-
[0m[script][0m run `npm fund` for details
|
|
145
|
-
[0m[script][0m
|
|
146
|
-
[0m[script][0m found 0 vulnerabilities
|
|
147
|
-
[0m[script][0m [32mUpdate package.json[39m
|
|
148
|
-
[0m[script][0m [36mRunning vitest...[39m
|
|
149
|
-
[0m[script][0m Installing vite and vitest...
|
|
150
|
-
[0m[script][0m
|
|
151
|
-
[0m[script][0m added 46 packages, and audited 797 packages in 6s
|
|
152
|
-
[0m[script][0m
|
|
153
|
-
[0m[script][0m 149 packages are looking for funding
|
|
154
|
-
[0m[script][0m run `npm fund` for details
|
|
155
|
-
[0m[script][0m
|
|
156
|
-
[0m[script][0m found 0 vulnerabilities
|
|
157
|
-
[0m[script][0m [32mUpdate package.json[39m
|
|
158
|
-
[0m[script][0m [36mRunning renovate...[39m
|
|
159
|
-
[0m[script][0m [36mRunning githooks...[39m
|
|
160
|
-
[0m[script][0m [36mRunning post-configure...[39m
|
|
161
|
-
[0m[script][0m Error: to format code
|
|
162
|
-
[0m[script][0m
|
|
163
|
-
[0m[script][0m > _tester@1.0.0-alpha.0 format
|
|
164
|
-
[0m[script][0m > concurrently "npm:format:*" ":"
|
|
165
|
-
[0m[script][0m
|
|
166
|
-
[0m[script][0m [0m[1][0m [0m: exited with code 0[0m
|
|
167
|
-
[0m[script][0m [0m[root][0m
|
|
168
|
-
[0m[script][0m [0m[root][0m > _tester@1.0.0-alpha.0 format:root
|
|
169
|
-
[0m[script][0m [0m[root][0m > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml --fix
|
|
170
|
-
[0m[script][0m [0m[root][0m
|
|
171
|
-
[0m[script][0m [0m[root][0m Invalid option '--ext' - perhaps you meant '-c'?
|
|
172
|
-
[0m[script][0m [0m[root][0m 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.
|
|
173
|
-
[0m[script][0m [0m[root][0m [0mnpm run format:root exited with code 2[0m
|
|
174
|
-
[0m[script][0m
|
|
175
|
-
[0m[script][0m [0mnpm run test:script exited with code 0[0m
|
|
2
|
+
[1G[0K⠙[1G[0K
|
|
3
|
+
> @w5s/mrm-preset@2.7.4 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[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.0.29
|
|
25
|
+
[1mnpm[22m [31merror[39m Found: eslint@9.9.1[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.9.1
|
|
30
|
+
[1mnpm[22m [31merror[39m [34mdev[39m eslint@"^9.9.1" 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.0.29[2m[22m
|
|
35
|
+
[1mnpm[22m [31merror[39m [2mnode_modules/@w5s/eslint-config[22m
|
|
36
|
+
[1mnpm[22m [31merror[39m [34mdev[39m @w5s/eslint-config@"2.0.29" from the root project
|
|
37
|
+
[1mnpm[22m [31merror[39m
|
|
38
|
+
[1mnpm[22m [31merror[39m Conflicting peer dependency: eslint@8.57.0[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.0.29[2m[22m
|
|
41
|
+
[1mnpm[22m [31merror[39m [2mnode_modules/@w5s/eslint-config[22m
|
|
42
|
+
[1mnpm[22m [31merror[39m [34mdev[39m @w5s/eslint-config@"2.0.29" 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-09-10T15_10_32_481Z-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-09-10T15_10_32_481Z-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
|
+
[31mError: 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
|
+
[39m
|
|
70
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,77 @@
|
|
|
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
|
+
## <small>2.7.5 (2024-09-10)</small>
|
|
7
|
+
|
|
8
|
+
- 👷 Upgrade Node.js to 2d07db0 ([32d873f](https://github.com/w5s/project-config/commit/32d873f))
|
|
9
|
+
- 👷 Upgrade Node.js to 9fde95f ([8b7653c](https://github.com/w5s/project-config/commit/8b7653c))
|
|
10
|
+
- 👷 Upgrade renovate/renovate Docker digest to 43a32c5 ([4285427](https://github.com/w5s/project-config/commit/4285427))
|
|
11
|
+
- 👷 Upgrade renovate/renovate Docker digest to 4d165fc ([7631e88](https://github.com/w5s/project-config/commit/7631e88))
|
|
12
|
+
- 👷 Upgrade renovate/renovate Docker digest to 56fa900 ([27b5a12](https://github.com/w5s/project-config/commit/27b5a12))
|
|
13
|
+
- 👷 Upgrade renovate/renovate Docker digest to 5c73741 ([a2782a6](https://github.com/w5s/project-config/commit/a2782a6))
|
|
14
|
+
- 👷 Upgrade renovate/renovate Docker digest to 6001a92 ([709b958](https://github.com/w5s/project-config/commit/709b958))
|
|
15
|
+
- 👷 Upgrade renovate/renovate Docker digest to 6ddb928 ([3b59c79](https://github.com/w5s/project-config/commit/3b59c79))
|
|
16
|
+
- 👷 Upgrade renovate/renovate Docker digest to 7078a28 ([b2abb43](https://github.com/w5s/project-config/commit/b2abb43))
|
|
17
|
+
- 👷 Upgrade renovate/renovate Docker digest to 70fc928 ([ea49057](https://github.com/w5s/project-config/commit/ea49057))
|
|
18
|
+
- 👷 Upgrade renovate/renovate Docker digest to 850a6dd ([60d9765](https://github.com/w5s/project-config/commit/60d9765))
|
|
19
|
+
- 👷 Upgrade renovate/renovate Docker digest to 88bc509 ([4d10043](https://github.com/w5s/project-config/commit/4d10043))
|
|
20
|
+
- 👷 Upgrade renovate/renovate Docker digest to 8bac771 ([d64fb4d](https://github.com/w5s/project-config/commit/d64fb4d))
|
|
21
|
+
- 👷 Upgrade renovate/renovate Docker digest to a34ab21 ([cc41cdd](https://github.com/w5s/project-config/commit/cc41cdd))
|
|
22
|
+
- 👷 Upgrade renovate/renovate Docker digest to a873c37 ([b075f55](https://github.com/w5s/project-config/commit/b075f55))
|
|
23
|
+
- 👷 Upgrade renovate/renovate Docker digest to af8fd06 ([20bf0f4](https://github.com/w5s/project-config/commit/20bf0f4))
|
|
24
|
+
- 👷 Upgrade renovate/renovate Docker digest to c17da45 ([02a7be2](https://github.com/w5s/project-config/commit/02a7be2))
|
|
25
|
+
- 👷 Upgrade renovate/renovate Docker digest to c8ba5d3 ([8bd5744](https://github.com/w5s/project-config/commit/8bd5744))
|
|
26
|
+
- 👷 Upgrade renovate/renovate Docker digest to f64fe97 ([5b039b0](https://github.com/w5s/project-config/commit/5b039b0))
|
|
27
|
+
- 👷 Upgrade renovate/renovate Docker digest to f8d4986 ([43e9b86](https://github.com/w5s/project-config/commit/43e9b86))
|
|
28
|
+
- 👷 Upgrade renovate/renovate Docker digest to fee2276 ([3454fa5](https://github.com/w5s/project-config/commit/3454fa5))
|
|
29
|
+
|
|
30
|
+
## <small>2.7.4 (2024-08-28)</small>
|
|
31
|
+
|
|
32
|
+
- 👷 Fix prepare script ([d9bc44f](https://github.com/w5s/project-config/commit/d9bc44f))
|
|
33
|
+
|
|
34
|
+
## <small>2.7.3 (2024-08-28)</small>
|
|
35
|
+
|
|
36
|
+
- ✨ Replace concurrently with npm-run-all2 ([c3276cc](https://github.com/w5s/project-config/commit/c3276cc))
|
|
37
|
+
- 👷 Upgrade renovate/renovate Docker digest to 2242ab6 ([daa8047](https://github.com/w5s/project-config/commit/daa8047))
|
|
38
|
+
- 👷 Upgrade renovate/renovate Docker digest to 273f9b5 ([0d61364](https://github.com/w5s/project-config/commit/0d61364))
|
|
39
|
+
- 👷 Upgrade renovate/renovate Docker digest to 2a8e40d ([2c3d2eb](https://github.com/w5s/project-config/commit/2c3d2eb))
|
|
40
|
+
- 👷 Upgrade renovate/renovate Docker digest to 2c3228b ([7ae7a02](https://github.com/w5s/project-config/commit/7ae7a02))
|
|
41
|
+
- 👷 Upgrade renovate/renovate Docker digest to 71d466f ([7f055c5](https://github.com/w5s/project-config/commit/7f055c5))
|
|
42
|
+
- 👷 Upgrade renovate/renovate Docker digest to ca46c37 ([b39844f](https://github.com/w5s/project-config/commit/b39844f))
|
|
43
|
+
- 👷 Upgrade renovate/renovate Docker digest to daa9c61 ([27facfb](https://github.com/w5s/project-config/commit/27facfb))
|
|
44
|
+
- 👷 Upgrade renovate/renovate Docker digest to fa865ed ([fcfe636](https://github.com/w5s/project-config/commit/fcfe636))
|
|
45
|
+
|
|
46
|
+
## <small>2.7.2 (2024-08-24)</small>
|
|
47
|
+
|
|
48
|
+
- ✨ Remove explicit outDir ([184ee87](https://github.com/w5s/project-config/commit/184ee87))
|
|
49
|
+
- 👷 Upgrade node:lts-alpine Docker digest to 1a526b9 ([0053ace](https://github.com/w5s/project-config/commit/0053ace))
|
|
50
|
+
- 👷 Upgrade renovate/renovate Docker digest to 00075dd ([ed6d67e](https://github.com/w5s/project-config/commit/ed6d67e))
|
|
51
|
+
- 👷 Upgrade renovate/renovate Docker digest to 01cabb7 ([99cf364](https://github.com/w5s/project-config/commit/99cf364))
|
|
52
|
+
- 👷 Upgrade renovate/renovate Docker digest to 1cd03de ([0f5633f](https://github.com/w5s/project-config/commit/0f5633f))
|
|
53
|
+
- 👷 Upgrade renovate/renovate Docker digest to 1fb5284 ([8b70838](https://github.com/w5s/project-config/commit/8b70838))
|
|
54
|
+
- 👷 Upgrade renovate/renovate Docker digest to 33e9071 ([33c9af7](https://github.com/w5s/project-config/commit/33c9af7))
|
|
55
|
+
- 👷 Upgrade renovate/renovate Docker digest to 3b17d4c ([2b9e4e3](https://github.com/w5s/project-config/commit/2b9e4e3))
|
|
56
|
+
- 👷 Upgrade renovate/renovate Docker digest to 3befd26 ([9f539fc](https://github.com/w5s/project-config/commit/9f539fc))
|
|
57
|
+
- 👷 Upgrade renovate/renovate Docker digest to 3bfa289 ([26ed417](https://github.com/w5s/project-config/commit/26ed417))
|
|
58
|
+
- 👷 Upgrade renovate/renovate Docker digest to 3f9ef0a ([fa83e8a](https://github.com/w5s/project-config/commit/fa83e8a))
|
|
59
|
+
- 👷 Upgrade renovate/renovate Docker digest to 4de20ad ([d35a3a3](https://github.com/w5s/project-config/commit/d35a3a3))
|
|
60
|
+
- 👷 Upgrade renovate/renovate Docker digest to 52b9e6a ([4cca745](https://github.com/w5s/project-config/commit/4cca745))
|
|
61
|
+
- 👷 Upgrade renovate/renovate Docker digest to 55a1994 ([a3e7cec](https://github.com/w5s/project-config/commit/a3e7cec))
|
|
62
|
+
- 👷 Upgrade renovate/renovate Docker digest to 5dffe4e ([3d62293](https://github.com/w5s/project-config/commit/3d62293))
|
|
63
|
+
- 👷 Upgrade renovate/renovate Docker digest to 80e07ee ([a08834b](https://github.com/w5s/project-config/commit/a08834b))
|
|
64
|
+
- 👷 Upgrade renovate/renovate Docker digest to 865a090 ([f199cb5](https://github.com/w5s/project-config/commit/f199cb5))
|
|
65
|
+
- 👷 Upgrade renovate/renovate Docker digest to 8c49d4f ([2b6fd9e](https://github.com/w5s/project-config/commit/2b6fd9e))
|
|
66
|
+
- 👷 Upgrade renovate/renovate Docker digest to 8f44318 ([3c67a71](https://github.com/w5s/project-config/commit/3c67a71))
|
|
67
|
+
- 👷 Upgrade renovate/renovate Docker digest to 93a74b8 ([6701211](https://github.com/w5s/project-config/commit/6701211))
|
|
68
|
+
- 👷 Upgrade renovate/renovate Docker digest to 94ef3d4 ([6f20ea4](https://github.com/w5s/project-config/commit/6f20ea4))
|
|
69
|
+
- 👷 Upgrade renovate/renovate Docker digest to b5b2071 ([6632b19](https://github.com/w5s/project-config/commit/6632b19))
|
|
70
|
+
- 👷 Upgrade renovate/renovate Docker digest to c73313d ([fd7f81e](https://github.com/w5s/project-config/commit/fd7f81e))
|
|
71
|
+
- 👷 Upgrade renovate/renovate Docker digest to cf8719c ([2ccfc35](https://github.com/w5s/project-config/commit/2ccfc35))
|
|
72
|
+
- 👷 Upgrade renovate/renovate Docker digest to e876b0a ([33694a4](https://github.com/w5s/project-config/commit/33694a4))
|
|
73
|
+
- 👷 Upgrade renovate/renovate Docker digest to edb21ef ([5f0092d](https://github.com/w5s/project-config/commit/5f0092d))
|
|
74
|
+
- 👷 Upgrade renovate/renovate Docker digest to f24c81f ([4e6f33b](https://github.com/w5s/project-config/commit/4e6f33b))
|
|
75
|
+
- 👷 Upgrade renovate/renovate Docker digest to f44d6a3 ([e0a2e75](https://github.com/w5s/project-config/commit/e0a2e75))
|
|
76
|
+
|
|
6
77
|
## [2.7.1](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.7.0...@w5s/mrm-preset@2.7.1) (2024-08-07)
|
|
7
78
|
|
|
8
79
|
**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:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03
|
|
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:f8d4986dbbca7b9f5bbb1220e9f6e7feb32148d9b5140252d259566c417f5a18
|
|
17
17
|
entrypoint: ['']
|
|
18
18
|
script:
|
|
19
19
|
- >
|
package/lang/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.5",
|
|
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.2.
|
|
27
|
+
"@w5s/dev": "^2.2.11",
|
|
28
28
|
"debug": "^4.3.3",
|
|
29
29
|
"glob": "^11.0.0",
|
|
30
30
|
"mrm-core": "^7.0.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "966ebbb065df3e68092eb80c3ff2c15858989edb"
|
|
41
41
|
}
|
package/package.json.backup
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.5",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -21,23 +21,25 @@
|
|
|
21
21
|
"type": "commonjs",
|
|
22
22
|
"main": "config.json",
|
|
23
23
|
"scripts": {
|
|
24
|
-
"build": "
|
|
25
|
-
"build:tsc": "tsc
|
|
26
|
-
"clean": "
|
|
24
|
+
"build": "npx run-p \"build:*\"",
|
|
25
|
+
"build:tsc": "tsc",
|
|
26
|
+
"clean": "npx run-p \"clean:*\"",
|
|
27
|
+
"clean:tsc": "rm -rf dist",
|
|
27
28
|
"docs": "node ../../markdown.mjs",
|
|
28
|
-
"format": "
|
|
29
|
+
"format": "npx run-p \"format:*\"",
|
|
29
30
|
"format:src": "eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
|
|
30
|
-
"lint": "
|
|
31
|
+
"lint": "npx run-p \"lint:*\"",
|
|
31
32
|
"lint:src": "eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml",
|
|
32
33
|
"postpack": "npx clean-package restore",
|
|
33
34
|
"prepack": "npx clean-package",
|
|
34
|
-
"prepare": "
|
|
35
|
+
"prepare": "npx run-p \"prepare:*\"",
|
|
36
|
+
"prepare:empty": ":",
|
|
35
37
|
"spellcheck": "cspell --no-progress '**'",
|
|
36
|
-
"test": "
|
|
38
|
+
"test": "npx run-p \"test:*\"",
|
|
37
39
|
"test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
|
|
38
40
|
},
|
|
39
41
|
"dependencies": {
|
|
40
|
-
"@w5s/dev": "^2.2.
|
|
42
|
+
"@w5s/dev": "^2.2.11",
|
|
41
43
|
"debug": "^4.3.3",
|
|
42
44
|
"glob": "^11.0.0",
|
|
43
45
|
"mrm-core": "^7.0.0",
|
|
@@ -56,5 +58,5 @@
|
|
|
56
58
|
"publishConfig": {
|
|
57
59
|
"access": "public"
|
|
58
60
|
},
|
|
59
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "966ebbb065df3e68092eb80c3ff2c15858989edb"
|
|
60
62
|
}
|
package/project/index.js
CHANGED
|
@@ -35,7 +35,7 @@ const turboRun = (script) => `turbo run ${script}`;
|
|
|
35
35
|
* @param {string} script
|
|
36
36
|
* @param {boolean} allowEmpty
|
|
37
37
|
*/
|
|
38
|
-
const npmRunAll = (script, allowEmpty) => `
|
|
38
|
+
const npmRunAll = (script, allowEmpty) => `npx run-p "${script}:*"${allowEmpty ? '' : ''}`;
|
|
39
39
|
function task() {
|
|
40
40
|
const rootPackageFile = packageJson();
|
|
41
41
|
const rootUseWorkspace = pkg.hasWorkspaces(rootPackageFile);
|
|
@@ -304,13 +304,13 @@ function task() {
|
|
|
304
304
|
// clean
|
|
305
305
|
npm.dependency({
|
|
306
306
|
dev: true,
|
|
307
|
-
name: ['npm-run-
|
|
308
|
-
state: '
|
|
307
|
+
name: ['npm-run-all2'],
|
|
308
|
+
state: 'present',
|
|
309
309
|
});
|
|
310
310
|
npm.dependency({
|
|
311
311
|
dev: true,
|
|
312
312
|
name: ['concurrently'],
|
|
313
|
-
state: '
|
|
313
|
+
state: 'absent',
|
|
314
314
|
});
|
|
315
315
|
npm.dependency({
|
|
316
316
|
dev: true,
|