@w5s/mrm-preset 3.3.2 → 3.4.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.
@@ -1,9 +1,3 @@
1
1
 
2
- 
3
- > @w5s/mrm-preset@3.3.2 build /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > pnpm run "/^build:.*/"
5
-
6
-
7
- > @w5s/mrm-preset@3.3.2 build:tsc /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
8
- > tsc
9
-
2
+ $ pnpm run "/^build:.*/"
3
+ $ tsc
@@ -1,33 +1,26 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.3.1 lint /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > pnpm run "/^lint:.*/"
5
-
6
-
7
- > @w5s/mrm-preset@3.3.1 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/julienpolo/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/julienpolo/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/julienpolo/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/julienpolo/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.1 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,18 @@
1
-
2
- 
3
- > @w5s/mrm-preset@3.3.1 test /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
- > pnpm run "/^test:.*/"
5
-
6
-
7
- > @w5s/mrm-preset@3.3.1 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
+ Installing @w5s/eslint-config...
17
+ [ELIFECYCLE] Command failed.
18
+ [ELIFECYCLE] Test failed. See above for more details.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.0](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.3...@w5s/mrm-preset@3.4.0) (2026-05-11)
7
+
8
+ ### ✨ Features
9
+
10
+ - Add @w5s/configurator ([753488a](github.com/w5s/project-config/commits/753488a))
11
+ - Add configurator-core ([10c857c](github.com/w5s/project-config/commits/10c857c))
12
+ - Add new generic github actions ([aeaf0de](github.com/w5s/project-config/commits/aeaf0de))
13
+
14
+ **Note:** Version bump only for package @w5s/mrm-preset
15
+
16
+ ## [3.3.3](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.0...@w5s/mrm-preset@3.3.3) (2026-03-09)
17
+
18
+ **Note:** Version bump only for package @w5s/mrm-preset
19
+
6
20
  ## [3.3.2](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.0...@w5s/mrm-preset@3.3.2) (2026-03-07)
7
21
 
8
22
  **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:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f
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:bbde9510bd177bfe747530c7abf4fd6c1b6f905623a7725bc744dcdd5b8097fa
16
+ name: renovate/renovate@sha256:80667f4688bfa825e993e711714ad0ef4d7577f0fa7923c7d7598e42b8ff49d6
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
  },
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
@@ -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');
@@ -0,0 +1,5 @@
1
+ export default [
2
+ {
3
+ ignores: ['**/templates/*.ts'],
4
+ },
5
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.3.2",
3
+ "version": "3.4.0",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -24,7 +24,8 @@
24
24
  "postpack": "clean-package restore"
25
25
  },
26
26
  "dependencies": {
27
- "@w5s/dev": "^3.2.2",
27
+ "@w5s/configurator-core": "^1.0.0-alpha.1",
28
+ "@w5s/dev": "^3.3.0",
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": "3b43d7c3bbc5964bd4d2cede6459710fbd264104"
42
+ "gitHead": "38cf5f5877af4c8a1c292b9b7039c5a11863fc00"
42
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.3.2",
3
+ "version": "3.4.0",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -34,10 +34,11 @@
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
38
  },
39
39
  "dependencies": {
40
- "@w5s/dev": "^3.2.2",
40
+ "@w5s/configurator-core": "^1.0.0-alpha.1",
41
+ "@w5s/dev": "^3.3.0",
41
42
  "debug": "^4.3.3",
42
43
  "glob": "^13.0.0",
43
44
  "mrm-core": "^7.0.0",
@@ -45,17 +46,17 @@
45
46
  "sync-directory": "^6.0.0"
46
47
  },
47
48
  "devDependencies": {
48
- "@types/debug": "4.1.12",
49
+ "@types/debug": "4.1.13",
49
50
  "mrm": "4.1.22",
50
51
  "mrm-preset-default": "4.1.11"
51
52
  },
52
53
  "clean-package": "../../clean-package.config.cjs",
53
54
  "engines": {
54
- "node": ">=20.0.0"
55
+ "node": ">=22.0.0"
55
56
  },
56
57
  "publishConfig": {
57
58
  "access": "public"
58
59
  },
59
60
  "sideEffect": false,
60
- "gitHead": "3b43d7c3bbc5964bd4d2cede6459710fbd264104"
61
+ "gitHead": "38cf5f5877af4c8a1c292b9b7039c5a11863fc00"
61
62
  }
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
-
@@ -1,5 +0,0 @@
1
- export default [
2
- {
3
- ignore: ['**/templates/*.ts'],
4
- },
5
- ];