@w5s/mrm-preset 3.5.4 → 3.5.6

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.
@@ -1,2 +1,2 @@
1
- $ pnpm run "/^build:.*/"
2
- $ tsc
1
+ $ pnpm run "/^build:.*/"
2
+ $ tsc
@@ -1,24 +1,24 @@
1
1
  $ pnpm run "/^lint:.*/"
2
2
  $ eslint .
3
- Pages directory cannot be found at /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/pages or /Users/julien.polo/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.
3
+ Pages directory cannot be found at /home/runner/work/project-config/project-config/packages/mrm-preset/pages or /home/runner/work/project-config/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
4
 
5
- /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
5
+ /home/runner/work/project-config/project-config/packages/mrm-preset/ci/gitlab.js
6
6
  5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
7
7
 
8
- /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
8
+ /home/runner/work/project-config/project-config/packages/mrm-preset/core/githubCI.js
9
9
  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
10
10
  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
11
11
  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
12
12
  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
13
13
 
14
- /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
14
+ /home/runner/work/project-config/project-config/packages/mrm-preset/core/npm.js
15
15
  51:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
16
16
  92:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
17
17
  119:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
18
18
  135:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
19
19
  154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
20
20
 
21
- /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
21
+ /home/runner/work/project-config/project-config/packages/mrm-preset/core/vscode.js
22
22
  41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
23
23
  82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
24
24
  82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
@@ -1,20 +1,265 @@
1
1
  $ pnpm run "/^test:.*/"
2
2
  $ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
3
3
  Running bootstrap...
4
+ Create package.json
5
+ Update ./package.json
6
+ Update package.json
4
7
  Running alias configure...
5
8
  Running gitignore...
6
9
  Running project...
10
+ Update package.json
11
+ Create turbo.json
12
+ Installing turbo...
13
+
14
+ added 2 packages, and audited 3 packages in 2s
15
+
16
+ found 0 vulnerabilities
17
+ Installing npm-run-all2...
18
+
19
+ added 17 packages, and audited 20 packages in 811ms
20
+
21
+ 3 packages are looking for funding
22
+ run `npm fund` for details
23
+
24
+ found 0 vulnerabilities
25
+ Installing @w5s/conventional-changelog...
26
+
27
+ added 8 packages, and audited 28 packages in 2s
28
+
29
+ 5 packages are looking for funding
30
+ run `npm fund` for details
31
+
32
+ found 0 vulnerabilities
33
+ Create .vscode/tasks.json
34
+ Update .vscode/tasks.json
7
35
  Running contributing...
36
+ Create CODE_OF_CONDUCT.md
8
37
  Running licenses...
9
38
  Running asdf...
39
+ Create .tool-versions
10
40
  Running release...
41
+ Update package.json
42
+ Installing semantic-release and @semantic-release/gitlab-config...
43
+ npm warn deprecated read-pkg-up@11.0.0: Renamed to read-package-up
44
+
45
+ added 359 packages, and audited 725 packages in 12s
46
+
47
+ 130 packages are looking for funding
48
+ run `npm fund` for details
49
+
50
+ 20 vulnerabilities (18 moderate, 2 high)
51
+
52
+ To address issues that do not require attention, run:
53
+ npm audit fix
54
+
55
+ To address all issues (including breaking changes), run:
56
+ npm audit fix --force
57
+
58
+ Run `npm audit` for details.
59
+ Update package.json
11
60
  Running ci...
12
61
  Running lang...
62
+ Create tsconfig.settings.json
63
+ Create tsconfig.json
64
+ Create src/index.ts
65
+ Create src/index.spec.ts
66
+ Update package.json
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
+ 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.
70
+ npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
71
+
72
+ added 57 packages, and audited 782 packages in 3s
73
+
74
+ 136 packages are looking for funding
75
+ run `npm fund` for details
76
+
77
+ 20 vulnerabilities (18 moderate, 2 high)
78
+
79
+ To address issues that do not require attention, run:
80
+ npm audit fix
81
+
82
+ To address all issues (including breaking changes), run:
83
+ npm audit fix --force
84
+
85
+ Run `npm audit` for details.
86
+ Installing typescript, @types/node, and @w5s/tsconfig...
87
+
88
+ added 1 package, and audited 783 packages in 2s
89
+
90
+ 136 packages are looking for funding
91
+ run `npm fund` for details
92
+
93
+ 20 vulnerabilities (18 moderate, 2 high)
94
+
95
+ To address issues that do not require attention, run:
96
+ npm audit fix
97
+
98
+ To address all issues (including breaking changes), run:
99
+ npm audit fix --force
100
+
101
+ Run `npm audit` for details.
13
102
  Running commitlint...
103
+ Create .vscode/extensions.json
14
104
  Running editorconfig...
105
+ Update .vscode/extensions.json
15
106
  Running eslint...
107
+ Installing eslint and prettier...
108
+
109
+ added 62 packages, and audited 845 packages in 3s
110
+
111
+ 152 packages are looking for funding
112
+ run `npm fund` for details
113
+
114
+ 20 vulnerabilities (18 moderate, 2 high)
115
+
116
+ To address issues that do not require attention, run:
117
+ npm audit fix
118
+
119
+ To address all issues (including breaking changes), run:
120
+ npm audit fix --force
121
+
122
+ Run `npm audit` for details.
123
+ Installing @w5s/eslint-config...
124
+ npm warn ERESOLVE overriding peer dependency
125
+
126
+ added 289 packages, and audited 1134 packages in 14s
127
+
128
+ 335 packages are looking for funding
129
+ run `npm fund` for details
130
+
131
+ 20 vulnerabilities (18 moderate, 2 high)
132
+
133
+ To address issues that do not require attention, run:
134
+ npm audit fix
135
+
136
+ To address all issues (including breaking changes), run:
137
+ npm audit fix --force
138
+
139
+ Run `npm audit` for details.
140
+ Update package.json
141
+ Update package.json
142
+ Update .vscode/extensions.json
143
+ Create .vscode/settings.json
16
144
  Running cspell...
145
+ Create .cspell.json
146
+ Installing cspell...
147
+ npm warn ERESOLVE overriding peer dependency
148
+ npm warn While resolving: eslint-plugin-import@2.32.0
149
+ npm warn Found: eslint@10.6.0
150
+ npm warn node_modules/eslint
151
+ npm warn peerOptional eslint@"^9.0.0 || ^10.0.0" from @e18e/eslint-plugin@0.5.1
152
+ npm warn node_modules/@e18e/eslint-plugin
153
+ npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.8.0
154
+ npm warn node_modules/@w5s/eslint-config
155
+ npm warn 33 more (@eslint-community/eslint-utils, @eslint-react/ast, ...)
156
+ npm warn
157
+ npm warn Could not resolve dependency:
158
+ npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
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.8.0
161
+ npm warn node_modules/@w5s/eslint-config
162
+ npm warn
163
+ npm warn Conflicting peer dependency: eslint@9.39.4
164
+ npm warn node_modules/eslint
165
+ npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
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.8.0
168
+ npm warn node_modules/@w5s/eslint-config
169
+
170
+ added 97 packages, and audited 1231 packages in 5s
171
+
172
+ 343 packages are looking for funding
173
+ run `npm fund` for details
174
+
175
+ 20 vulnerabilities (18 moderate, 2 high)
176
+
177
+ To address issues that do not require attention, run:
178
+ npm audit fix
179
+
180
+ To address all issues (including breaking changes), run:
181
+ npm audit fix --force
182
+
183
+ Run `npm audit` for details.
184
+ Installing @w5s/cspell-config...
185
+ npm warn ERESOLVE overriding peer dependency
186
+ npm warn While resolving: eslint-plugin-import@2.32.0
187
+ npm warn Found: eslint@10.6.0
188
+ npm warn node_modules/eslint
189
+ npm warn peerOptional eslint@"^9.0.0 || ^10.0.0" from @e18e/eslint-plugin@0.5.1
190
+ npm warn node_modules/@e18e/eslint-plugin
191
+ npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.8.0
192
+ npm warn node_modules/@w5s/eslint-config
193
+ npm warn 33 more (@eslint-community/eslint-utils, @eslint-react/ast, ...)
194
+ npm warn
195
+ npm warn Could not resolve dependency:
196
+ npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
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.8.0
199
+ npm warn node_modules/@w5s/eslint-config
200
+ npm warn
201
+ npm warn Conflicting peer dependency: eslint@9.39.4
202
+ npm warn node_modules/eslint
203
+ npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
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.8.0
206
+ npm warn node_modules/@w5s/eslint-config
207
+
208
+ added 1 package, and audited 1232 packages in 2s
209
+
210
+ 343 packages are looking for funding
211
+ run `npm fund` for details
212
+
213
+ 20 vulnerabilities (18 moderate, 2 high)
214
+
215
+ To address issues that do not require attention, run:
216
+ npm audit fix
217
+
218
+ To address all issues (including breaking changes), run:
219
+ npm audit fix --force
220
+
221
+ Run `npm audit` for details.
222
+ Update package.json
17
223
  Running vitest...
224
+ Installing vite and vitest...
225
+ npm warn ERESOLVE overriding peer dependency
226
+ npm warn While resolving: eslint-plugin-import@2.32.0
227
+ npm warn Found: eslint@10.6.0
228
+ npm warn node_modules/eslint
229
+ npm warn peerOptional eslint@"^9.0.0 || ^10.0.0" from @e18e/eslint-plugin@0.5.1
230
+ npm warn node_modules/@e18e/eslint-plugin
231
+ npm warn @e18e/eslint-plugin@"^0.5.0" from @w5s/eslint-config@3.8.0
232
+ npm warn node_modules/@w5s/eslint-config
233
+ npm warn 33 more (@eslint-community/eslint-utils, @eslint-react/ast, ...)
234
+ npm warn
235
+ npm warn Could not resolve dependency:
236
+ npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
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.8.0
239
+ npm warn node_modules/@w5s/eslint-config
240
+ npm warn
241
+ npm warn Conflicting peer dependency: eslint@9.39.4
242
+ npm warn node_modules/eslint
243
+ npm warn peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" from eslint-plugin-import@2.32.0
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.8.0
246
+ npm warn node_modules/@w5s/eslint-config
247
+
248
+ added 38 packages, and audited 1270 packages in 6s
249
+
250
+ 358 packages are looking for funding
251
+ run `npm fund` for details
252
+
253
+ 20 vulnerabilities (18 moderate, 2 high)
254
+
255
+ To address issues that do not require attention, run:
256
+ npm audit fix
257
+
258
+ To address all issues (including breaking changes), run:
259
+ npm audit fix --force
260
+
261
+ Run `npm audit` for details.
262
+ Update package.json
18
263
  Running renovate...
19
264
  Running githooks...
20
265
  Running post-configure...
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
+ ## [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
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ ## [3.5.5](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.5) (2026-06-26)
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
6
14
  ## [3.5.4](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.4) (2026-06-22)
7
15
 
8
16
  **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:156b55f92e98ccd5ef49578a8cea0df4679826564bad1c9d4ef04462b9f0ded6
204
+ image: node:lts-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd
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:52a4d9d513a29a13d3d4f4368f12aa16c557e732cba4241cee64350576f38658
16
+ name: renovate/renovate@sha256:6a5475cd62046abc541ebb50b19b2b737ee52cc17153ab5700027afa51186394
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.4",
3
+ "version": "3.5.6",
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.5",
28
- "@w5s/dev": "^3.4.4",
27
+ "@w5s/configurator-core": "^1.0.0-alpha.7",
28
+ "@w5s/dev": "^3.4.6",
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": "0fc09427b8a0c77dcc4adb9530e1d74a7fbf1d15"
42
+ "gitHead": "4cca98f83977b854f9d1d6b2338658aa3104ad0b"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.4",
3
+ "version": "3.5.6",
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.5",
43
- "@w5s/dev": "^3.4.4",
42
+ "@w5s/configurator-core": "^1.0.0-alpha.7",
43
+ "@w5s/dev": "^3.4.6",
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": "0fc09427b8a0c77dcc4adb9530e1d74a7fbf1d15"
63
+ "gitHead": "4cca98f83977b854f9d1d6b2338658aa3104ad0b"
64
64
  }
@@ -1,27 +0,0 @@
1
- $ pnpm run "/^format:.*/"
2
- $ eslint . --fix
3
- Pages directory cannot be found at /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/pages or /Users/julien.polo/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/julien.polo/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/julien.polo/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/julien.polo/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/julien.polo/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 +0,0 @@
1
- $ cspell --no-progress '**'
2
- CSpell: Files checked: 53, Issues found: 0 in 0 files.
@@ -1,2 +0,0 @@
1
- $ pnpm run "/^typecheck:.*/"
2
- $ tsc --noEmit