@w5s/mrm-preset 3.3.3 → 3.4.2

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,9 +1,2 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.3.3 build /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > pnpm run "/^build:.*/"
5
-
6
-
7
- > @w5s/mrm-preset@3.3.3 build:tsc /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
8
- > tsc
9
-
1
+ $ pnpm run "/^build:.*/"
2
+ $ tsc
@@ -1,33 +1,26 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.3.2 lint /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > pnpm run "/^lint:.*/"
5
-
6
-
7
- > @w5s/mrm-preset@3.3.2 lint:src /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
8
- > eslint .
9
-
10
- 
11
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
12
- 5: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/githubCI.js
15
- 21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
16
- 21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
17
- 21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
18
- 21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
19
-
20
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
21
- 51:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
22
- 92:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
23
- 119:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
24
- 135:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
25
- 154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
26
-
27
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
28
- 41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
29
- 82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
30
- 82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
31
-
32
- ✖ 13 problems (0 errors, 13 warnings)
33
- 
1
+ $ pnpm run "/^lint:.*/"
2
+ $ eslint .
3
+
4
+ /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
5
+ 5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
6
+
7
+ /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
8
+ 21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
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
+
13
+ /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
14
+ 51:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
15
+ 92:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
16
+ 119:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
17
+ 135:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
18
+ 154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
19
+
20
+ /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
21
+ 41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
22
+ 82: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
+
25
+ 13 problems (0 errors, 13 warnings)
26
+
@@ -1,6 +1,2 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.3.2 spellcheck /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > cspell --no-progress '**'
5
-
6
-
1
+ $ cspell --no-progress '**'
2
+ CSpell: Files checked: 53, Issues found: 0 in 0 files.
@@ -1,31 +1,23 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.3.2 test /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > pnpm run "/^test:.*/"
5
-
6
-
7
- > @w5s/mrm-preset@3.3.2 test:script /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
8
- > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
9
-
10
- mkdir: _tester: File exists
11
- Running bootstrap...
12
- Running alias configure...
13
- Running gitignore...
14
- Running project...
15
- Running contributing...
16
- Running licenses...
17
- Running asdf...
18
- Running release...
19
- Running ci...
20
- Running lang...
21
- Running commitlint...
22
- Running editorconfig...
23
- Running eslint...
24
- Running cspell...
25
- Running vitest...
26
- Running renovate...
27
- Running githooks...
28
- Running post-configure...
29
- Error: to format code
30
- Invalid package manager specification in package.json (pnpm@latest); expected a semver version
31
-
1
+ $ pnpm run "/^test:.*/"
2
+ $ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
3
+ Running bootstrap...
4
+ Running alias configure...
5
+ Running gitignore...
6
+ Running project...
7
+ Running contributing...
8
+ Running licenses...
9
+ Running asdf...
10
+ Running release...
11
+ Running ci...
12
+ Running lang...
13
+ Running commitlint...
14
+ Running editorconfig...
15
+ Running eslint...
16
+ Running cspell...
17
+ Running vitest...
18
+ Running renovate...
19
+ Running githooks...
20
+ Running post-configure...
21
+ Error: to format code
22
+ Invalid package manager specification in package.json (pnpm@latest); expected a semver version
23
+
@@ -0,0 +1,2 @@
1
+ $ pnpm run "/^typecheck:.*/"
2
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.4.2](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.4.1...@w5s/mrm-preset@3.4.2) (2026-06-03)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ ## [3.4.1](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.4.0...@w5s/mrm-preset@3.4.1) (2026-06-02)
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
14
+ # [3.4.0](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.3...@w5s/mrm-preset@3.4.0) (2026-05-11)
15
+
16
+ ### ✨ Features
17
+
18
+ - Add @w5s/configurator ([753488a](github.com/w5s/project-config/commits/753488a))
19
+ - Add configurator-core ([10c857c](github.com/w5s/project-config/commits/10c857c))
20
+ - Add new generic github actions ([aeaf0de](github.com/w5s/project-config/commits/aeaf0de))
21
+
22
+ **Note:** Version bump only for package @w5s/mrm-preset
23
+
6
24
  ## [3.3.3](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.0...@w5s/mrm-preset@3.3.3) (2026-03-09)
7
25
 
8
26
  **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:7fddd9ddeae8196abf4a3ef2de34e11f7b1a722119f91f28ddf1e99dcafdf114
204
+ image: node:lts-alpine@sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14
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:ec4c19855b357746aa9d477a2507915378814d99045e27517f7515c4a7b504d8
16
+ name: renovate/renovate@sha256:47421f2f3f82048e969b5195dd808d5ac2c5f69d43d192191c4a3dca390afe06
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
package/ci/github.js CHANGED
@@ -1,24 +1,14 @@
1
- const { packageJson } = require('mrm-core');
2
1
  const githubCI = require('../core/githubCI.js');
3
- const pkg = require('../core/pkg.js');
4
2
 
5
3
  function task() {
6
4
  const state = 'present';
7
- const packageManager = pkg.manager(packageJson());
8
5
  const baseBranch = 'main';
9
- const packageInstall =
10
- packageManager === 'npm'
11
- ? `${packageManager} ci`
12
- : packageManager === 'yarn'
13
- ? `${packageManager} install --immutable`
14
- : packageManager === 'pnpm'
15
- ? `${packageManager} install --frozen-lockfile`
16
- : `${packageManager} install`;
6
+
17
7
  githubCI.workflow({
18
8
  name: 'ci.yml',
19
9
  state,
20
10
  update: (config) => ({
21
- name: 'Continuous Integration',
11
+ name: 'CI',
22
12
  ...config,
23
13
  on: {
24
14
  merge_group: {},
@@ -31,21 +21,28 @@ function task() {
31
21
  },
32
22
  jobs: {
33
23
  ...config.jobs,
34
- build: {
24
+ 'code-validate': {
25
+ 'name': 'Validate (code)',
35
26
  'runs-on': 'ubuntu-latest',
36
27
  'steps': [
37
- { uses: 'actions/checkout@v4' },
38
- { uses: 'rharkor/caching-for-turbo@v1.3' },
28
+ { name: '⬇️ Checkout',
29
+ uses: 'actions/checkout@v6' },
39
30
  {
40
- uses: 'actions/setup-node@v3',
31
+ name: '⚙️ Setup',
32
+ uses: 'w5s/actions/setup@main',
33
+ },
34
+ { name: '🔨 Build',
35
+ uses: 'w5s/actions/task@main',
36
+ with: {
37
+ task: 'build',
38
+ },
39
+ },
40
+ { name: '🔍 Validate',
41
+ uses: 'w5s/actions/task@main',
41
42
  with: {
42
- 'node-version-file': '.tool-versions',
43
- 'cache': packageManager,
43
+ task: 'validate',
44
44
  },
45
45
  },
46
- { run: packageInstall },
47
- { run: `${packageManager} run build` },
48
- { run: `${packageManager} validate` },
49
46
  ],
50
47
  },
51
48
  },
@@ -14,6 +14,8 @@ module.exports = {
14
14
  lerna-debug.log*
15
15
  .pnpm-debug.log*
16
16
 
17
+ .pnpm-store/
18
+
17
19
  # Diagnostic reports (https://nodejs.org/api/report.html)
18
20
  report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
19
21
 
package/core/git.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const { file, ini } = require('mrm-core');
2
- const { blockSync } = require('@w5s/dev');
2
+ const { blockSync } = require('@w5s/configurator-core');
3
3
  const templateMap = require('./git.ignore.js');
4
4
 
5
5
  /**
package/core/githooks.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const path = require('node:path');
2
- const { blockSync, directorySync, fileSync } = require('@w5s/dev');
2
+ const { blockSync, directorySync, fileSync } = require('@w5s/configurator-core');
3
3
 
4
4
  const hookDirectory = '.githooks';
5
5
 
package/core/jest.js CHANGED
@@ -32,6 +32,7 @@ function jest({ state }) {
32
32
  coveragePathIgnorePatterns: ignorePatterns,
33
33
  testPathIgnorePatterns: ignorePatterns,
34
34
  }),
35
+ // @ts-ignore
35
36
  default: {},
36
37
  });
37
38
  pkg.script(packageFile, {
package/core/npm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable no-param-reassign */
2
2
  /* eslint-disable consistent-return */
3
3
  /* eslint-disable default-param-last */
4
- const { yarnVersion, yarnConfig } = require('@w5s/dev');
4
+ const { yarnVersion, yarnConfig } = require('@w5s/configurator-core');
5
5
 
6
6
  /* cSpell: disable */
7
7
  // @ts-check
package/core/project.js CHANGED
@@ -16,6 +16,8 @@ const format = 'format';
16
16
  const lint = 'lint';
17
17
  /** @type {'test'} */
18
18
  const test = 'test';
19
+ /** @type {'typecheck'} */
20
+ const typecheck = 'typecheck';
19
21
  /** @type {'coverage'} */
20
22
  const coverage = 'coverage';
21
23
  /** @type {'clean'} */
@@ -59,6 +61,7 @@ module.exports = {
59
61
  release,
60
62
  rescue,
61
63
  test,
64
+ typecheck,
62
65
  validate,
63
66
  spellcheck,
64
67
  };
@@ -1,5 +1,5 @@
1
1
  const { readFileSync } = require('node:fs');
2
- const { blockSync } = require('@w5s/dev');
2
+ const { blockSync } = require('@w5s/configurator-core');
3
3
  const { vscodeRecommendedExtension } = require('../core/vscode.js');
4
4
 
5
5
  function task() {
package/githooks/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const path = require('node:path');
2
2
  const { packageJson, template } = require('mrm-core');
3
- const { fileSync } = require('@w5s/dev');
3
+ const { fileSync } = require('@w5s/configurator-core');
4
4
  const project = require('../core/project.js');
5
5
  const pkg = require('../core/pkg.js');
6
6
  const { hasGit } = require('../core/git.js');
package/lang/index.js CHANGED
@@ -60,6 +60,11 @@ function createLang({ language: languageDefault = 'typescript', tsConfig: tsConf
60
60
  state: hasTypecript ? 'present' : 'absent',
61
61
  update: () => 'rm -rf dist',
62
62
  });
63
+ pkg.script(projectPackageFile, {
64
+ name: `${project.typecheck}:src`,
65
+ state: hasTypecript ? 'present' : 'absent',
66
+ update: () => 'tsc --noEmit',
67
+ });
63
68
  if (hasTypecript && projectPackageFile.get('name') !== '@w5s/tsconfig') {
64
69
  projectTsConfig
65
70
  .merge({
@@ -101,6 +106,11 @@ function createLang({ language: languageDefault = 'typescript', tsConfig: tsConf
101
106
  include: ['src'],
102
107
  })
103
108
  .save();
109
+ pkg.script(packageFile, {
110
+ name: `${project.typecheck}:src`,
111
+ state: 'present',
112
+ update: () => 'tsc --noEmit',
113
+ });
104
114
 
105
115
  // Create default index
106
116
  const templateDir = path.join(__dirname, 'templates');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.3.3",
3
+ "version": "3.4.2",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git@github.com:w5s/project-config.git",
16
+ "url": "git+ssh@github.com:w5s/project-config.git",
17
17
  "directory": "packages/mrm-preset"
18
18
  },
19
19
  "license": "MIT",
@@ -24,7 +24,8 @@
24
24
  "postpack": "clean-package restore"
25
25
  },
26
26
  "dependencies": {
27
- "@w5s/dev": "^3.2.3",
27
+ "@w5s/configurator-core": "^1.0.0-alpha.2",
28
+ "@w5s/dev": "^3.3.2",
28
29
  "debug": "^4.3.3",
29
30
  "glob": "^13.0.0",
30
31
  "mrm-core": "^7.0.0",
@@ -32,11 +33,11 @@
32
33
  "sync-directory": "^6.0.0"
33
34
  },
34
35
  "engines": {
35
- "node": ">=20.0.0"
36
+ "node": ">=22.0.0"
36
37
  },
37
38
  "publishConfig": {
38
39
  "access": "public"
39
40
  },
40
41
  "sideEffect": false,
41
- "gitHead": "4e72e6d3c7b204e0f08c3f44817d48ad0d44ea33"
42
+ "gitHead": "ab7987a57772b2e7fb3ef7eb4cadb3cedd9cc9ae"
42
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.3.3",
3
+ "version": "3.4.2",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git@github.com:w5s/project-config.git",
16
+ "url": "git+ssh@github.com:w5s/project-config.git",
17
17
  "directory": "packages/mrm-preset"
18
18
  },
19
19
  "license": "MIT",
@@ -34,10 +34,13 @@
34
34
  "prepack": "clean-package",
35
35
  "spellcheck": "cspell --no-progress '**'",
36
36
  "test": "pnpm run \"/^test:.*/\"",
37
- "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
37
+ "test:script": "mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..",
38
+ "typecheck": "pnpm run \"/^typecheck:.*/\"",
39
+ "typecheck:src": "tsc --noEmit"
38
40
  },
39
41
  "dependencies": {
40
- "@w5s/dev": "^3.2.3",
42
+ "@w5s/configurator-core": "^1.0.0-alpha.2",
43
+ "@w5s/dev": "^3.3.2",
41
44
  "debug": "^4.3.3",
42
45
  "glob": "^13.0.0",
43
46
  "mrm-core": "^7.0.0",
@@ -45,17 +48,17 @@
45
48
  "sync-directory": "^6.0.0"
46
49
  },
47
50
  "devDependencies": {
48
- "@types/debug": "4.1.12",
51
+ "@types/debug": "4.1.13",
49
52
  "mrm": "4.1.22",
50
53
  "mrm-preset-default": "4.1.11"
51
54
  },
52
55
  "clean-package": "../../clean-package.config.cjs",
53
56
  "engines": {
54
- "node": ">=20.0.0"
57
+ "node": ">=22.0.0"
55
58
  },
56
59
  "publishConfig": {
57
60
  "access": "public"
58
61
  },
59
62
  "sideEffect": false,
60
- "gitHead": "4e72e6d3c7b204e0f08c3f44817d48ad0d44ea33"
63
+ "gitHead": "ab7987a57772b2e7fb3ef7eb4cadb3cedd9cc9ae"
61
64
  }
package/project/index.js CHANGED
@@ -121,6 +121,12 @@ function task() {
121
121
  state: 'present',
122
122
  default: pkg.emptyScript,
123
123
  });
124
+ pkg.script(currentPackageFile, {
125
+ name: project.typecheck,
126
+ update: useWorkspace ? turboRun(project.typecheck) : npmRunAll(project.typecheck, true),
127
+ state: 'present',
128
+ default: pkg.emptyScript,
129
+ });
124
130
 
125
131
  // prepare
126
132
  pkg.script(currentPackageFile, {
@@ -199,7 +205,7 @@ function task() {
199
205
 
200
206
  pkg.script(packageFile, {
201
207
  name: project.validate,
202
- update: `${turboRun([project.build, project.lint, project.test, project.spellcheck].join(' '))}`,
208
+ update: `${turboRun([project.build, project.lint, project.test, project.typecheck, project.spellcheck].join(' '))}`,
203
209
  state: 'present',
204
210
  });
205
211
 
@@ -292,6 +298,9 @@ function task() {
292
298
  [`//#${project.test}:root`]: {
293
299
  inputs: rootInputs,
294
300
  },
301
+ [project.typecheck]: {
302
+ dependsOn: [project.build, `^${project.build}`],
303
+ },
295
304
  [project.lint]: {
296
305
  dependsOn: [`^${project.build}`, `//#${project.lint}:root`],
297
306
  },
package/tsconfig.json CHANGED
@@ -5,7 +5,8 @@
5
5
  "allowJs": true,
6
6
  "checkJs": true,
7
7
  "noEmit": true,
8
- "resolveJsonModule": true
8
+ "resolveJsonModule": true,
9
+ "types": ["node"]
9
10
  },
10
- "exclude": ["**/templates/**", "_tester"]
11
+ "exclude": ["**/templates/**", ".temp"]
11
12
  }
@@ -1,6 +0,0 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.1.0 clean:tsc
4
- > rm -rf dist
5
-
6
- ⠙⠙
@@ -1,141 +0,0 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.2.6 format /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > pnpm run "/^format:.*/"
5
-
6
-
7
- > @w5s/mrm-preset@3.2.6 format:src /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
8
- > eslint . --fix
9
-
10
- 
11
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/CHANGELOG.md
12
-  34:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
13
-  36:1 error Heading level skipped from 1 to 3 markdown/heading-increment
14
-  42:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
15
-  44:1 error Heading level skipped from 1 to 3 markdown/heading-increment
16
-  50:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
17
-  52:1 error Heading level skipped from 1 to 3 markdown/heading-increment
18
-  147:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
19
-  149:1 error Heading level skipped from 1 to 3 markdown/heading-increment
20
-  163:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
21
-  165:1 error Heading level skipped from 1 to 3 markdown/heading-increment
22
-  171:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
23
-  173:1 error Heading level skipped from 1 to 3 markdown/heading-increment
24
-  211:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
25
-  213:1 error Heading level skipped from 1 to 3 markdown/heading-increment
26
-  298:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
27
-  300:1 error Heading level skipped from 1 to 3 markdown/heading-increment
28
-  335:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
29
-  337:1 error Heading level skipped from 1 to 3 markdown/heading-increment
30
-  347:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
31
-  349:1 error Heading level skipped from 1 to 3 markdown/heading-increment
32
-  387:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
33
-  389:1 error Heading level skipped from 1 to 3 markdown/heading-increment
34
-  427:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
35
-  429:1 error Heading level skipped from 1 to 3 markdown/heading-increment
36
-  443:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
37
-  445:1 error Heading level skipped from 1 to 3 markdown/heading-increment
38
-  462:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
39
-  464:1 error Heading level skipped from 1 to 3 markdown/heading-increment
40
-  471:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
41
-  473:1 error Heading level skipped from 1 to 3 markdown/heading-increment
42
-  481:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
43
-  483:1 error Heading level skipped from 1 to 3 markdown/heading-increment
44
-  489:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
45
-  491:1 error Heading level skipped from 1 to 3 markdown/heading-increment
46
-  505:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
47
-  507:1 error Heading level skipped from 1 to 3 markdown/heading-increment
48
-  517:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
49
-  519:1 error Heading level skipped from 1 to 3 markdown/heading-increment
50
-  579:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
51
-  583:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
52
-  587:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
53
-  589:1 error Heading level skipped from 1 to 3 markdown/heading-increment
54
-  593:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
55
-  597:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
56
-  601:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
57
-  605:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
58
-  609:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
59
-  613:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
60
-  617:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
61
-  621:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
62
-  625:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
63
-  629:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
64
-  633:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
65
-  637:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
66
-  641:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
67
-  645:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
68
-  649:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
69
-  653:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
70
-  657:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
71
-  661:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
72
-  665:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
73
-  669:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
74
-  673:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
75
-  677:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
76
-  679:1 error Heading level skipped from 1 to 3 markdown/heading-increment
77
-  683:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
78
-  685:1 error Heading level skipped from 1 to 3 markdown/heading-increment
79
-  689:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
80
-  691:1 error Heading level skipped from 1 to 3 markdown/heading-increment
81
-  696:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
82
-  698:1 error Heading level skipped from 1 to 3 markdown/heading-increment
83
-  702:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
84
-  704:1 error Heading level skipped from 1 to 3 markdown/heading-increment
85
-  718:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
86
-  720:1 error Heading level skipped from 1 to 3 markdown/heading-increment
87
-  728:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
88
-  730:1 error Heading level skipped from 1 to 3 markdown/heading-increment
89
-  734:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
90
-  736:1 error Heading level skipped from 1 to 3 markdown/heading-increment
91
-  740:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
92
-  742:1 error Heading level skipped from 1 to 3 markdown/heading-increment
93
-  747:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
94
-  749:1 error Heading level skipped from 1 to 3 markdown/heading-increment
95
-  755:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
96
-  757:1 error Heading level skipped from 1 to 3 markdown/heading-increment
97
-  767:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
98
-  769:1 error Heading level skipped from 1 to 3 markdown/heading-increment
99
-  780:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
100
-  782:1 error Heading level skipped from 1 to 3 markdown/heading-increment
101
-  793:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
102
-  795:1 error Heading level skipped from 1 to 3 markdown/heading-increment
103
-  799:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
104
-  801:1 error Heading level skipped from 1 to 3 markdown/heading-increment
105
-  806:1 error Unexpected additional H1 heading found markdown/no-multiple-h1
106
-  808:1 error Heading level skipped from 1 to 3 markdown/heading-increment
107
- 
108
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/_tester/CODE_OF_CONDUCT.md
109
-  69:2 error Label reference 'INSERT CONTACT METHOD' not found markdown/no-missing-label-refs
110
- 
111
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
112
-  5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
113
- 
114
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/contributing/templates/CODE_OF_CONDUCT.md
115
-  64:2 error Label reference 'INSERT CONTACT METHOD' not found markdown/no-missing-label-refs
116
- 
117
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
118
-  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
119
-  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
120
-  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
121
-  21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
122
- 
123
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
124
-  51:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
125
-  92:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
126
-  119:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
127
-  135:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
128
-  154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
129
- 
130
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
131
-  41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
132
-  82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
133
-  82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
134
- 
135
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/eslint/index.js
136
-  50:11 error 'extsMap' is assigned a value but never used no-unused-vars
137
- 
138
- ✖ 111 problems (98 errors, 13 warnings)
139
- 
140
-  ELIFECYCLE  Command failed with exit code 1.
141
-  ELIFECYCLE  Command failed with exit code 1.
@@ -1,8 +0,0 @@
1
-
2
- > @w5s/mrm-preset@3.2.5 prepare /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
3
- > pnpm run "/prepare:.*/"
4
-
5
-
6
- > @w5s/mrm-preset@3.2.5 prepare:empty /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
7
- > :
8
-