@w5s/mrm-preset 3.2.3 → 3.2.4

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @w5s/mrm-preset@3.2.2 build:tsc
3
+ > @w5s/mrm-preset@3.2.4 build:tsc
4
4
  > tsc
5
5
 
6
6
  ⠙⠙
@@ -1,17 +1,17 @@
1
1
 
2
- 
3
- > @w5s/mrm-preset@3.1.0 format:src
2
+ 
3
+ > @w5s/mrm-preset@3.2.3 format:src
4
4
  > eslint . --fix
5
5
 
6
- 
6
+ 
7
7
  /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
8
8
   5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
9
9
  
10
10
  /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
11
-  20:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
12
-  20:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
13
-  20:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
14
-  20: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
+  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
14
+  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
15
15
  
16
16
  /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
17
17
   50:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
@@ -26,4 +26,4 @@
26
26
  
27
27
  ✖ 12 problems (0 errors, 12 warnings)
28
28
  
29
- ⠙⠙
29
+ ⠙⠙
@@ -1,6 +1,6 @@
1
1
 
2
- 
3
- > @w5s/mrm-preset@3.2.2 lint:src
2
+ ⠙
3
+ > @w5s/mrm-preset@3.2.3 lint:src
4
4
  > eslint .
5
5
 
6
6
  
@@ -8,10 +8,10 @@
8
8
   5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
9
9
  
10
10
  /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
11
-  20:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
12
-  20:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
13
-  20:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
14
-  20: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
+  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
14
+  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
15
15
  
16
16
  /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
17
17
   50:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
@@ -1,4 +1,4 @@
1
1
 
2
- > @w5s/mrm-preset@3.2.3 prepare:empty
2
+ > @w5s/mrm-preset@3.2.4 prepare:empty
3
3
  > :
4
4
 
@@ -1,6 +1,6 @@
1
1
 
2
- 
3
- > @w5s/mrm-preset@3.2.2 test:script
2
+ ⠙
3
+ > @w5s/mrm-preset@3.2.3 test:script
4
4
  > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
5
 
6
6
  mkdir: _tester: File exists
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.2.4](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.2.3...@w5s/mrm-preset@3.2.4) (2026-02-19)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
6
10
  ## [3.2.3](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.2.2...@w5s/mrm-preset@3.2.3) (2026-02-16)
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:d24228ef1500fbc06832a76383e1815402cad86aec180a9a76433634a7e3961f
16
+ name: renovate/renovate@sha256:119ff6a89fab841b23f26f54ba335ca11f1c41bc1cc5dbdde775530cb52dcc62
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
package/core/asdf.js CHANGED
@@ -3,6 +3,7 @@ const { file } = require('mrm-core');
3
3
  /**
4
4
  * @typedef {{ [tool: string]: string }} ASDFConfig
5
5
  */
6
+
6
7
  /**
7
8
  * @param {{
8
9
  * state: 'present'|'absent',
package/core/cspell.js CHANGED
@@ -1,5 +1,6 @@
1
1
  const { json } = require('mrm-core');
2
2
  const npm = require('./npm.js');
3
+
3
4
  /**
4
5
  * @typedef {{
5
6
  * version: '0.2',
@@ -12,6 +13,7 @@ const npm = require('./npm.js');
12
13
  * import?: string[]
13
14
  * }} CSpellConfig
14
15
  */
16
+
15
17
  /**
16
18
  * @param {{
17
19
  * state: 'present'|'absent'
package/core/eslint.js CHANGED
@@ -1,8 +1,10 @@
1
1
  const { packageJson } = require('mrm-core');
2
2
  const jsonFile = require('./jsonFile.js');
3
+
3
4
  /**
4
5
  * @typedef {import('eslint').Linter.Config} ESLintConfig
5
6
  */
7
+
6
8
  /**
7
9
  * @param {{
8
10
  * state: 'present'|'absent',
package/core/git.js CHANGED
@@ -1,6 +1,7 @@
1
1
  const { file, ini } = require('mrm-core');
2
2
  const { blockSync } = require('@w5s/dev');
3
3
  const templateMap = require('./git.ignore.js');
4
+
4
5
  /**
5
6
  *
6
7
  */
package/core/githubCI.js CHANGED
@@ -16,6 +16,7 @@ exports.isSupported = isSupported;
16
16
  * }} GithubWorkflowConcurrency
17
17
  */
18
18
  // TODO: add strict typing
19
+
19
20
  /**
20
21
  * @typedef {{
21
22
  * name?: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
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": "^3.1.3",
42
+ "@w5s/dev": "^3.1.4",
43
43
  "debug": "^4.3.3",
44
44
  "glob": "^13.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": "550810ad9a8d35378bb00361cd0080bd67058fc5"
62
+ "gitHead": "6d0fd278d32187d231f63936bc50b87baebcf34c"
63
63
  }
package/project/index.js CHANGED
@@ -24,6 +24,7 @@ const { turbo } = require('../core/turbo.js');
24
24
  // }
25
25
  // }
26
26
  // };
27
+
27
28
  /**
28
29
  *
29
30
  * @param {string} script