@w5s/mrm-preset 3.4.2 → 3.4.3

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,3 @@
1
- $ pnpm run "/^build:.*/"
2
- $ tsc
1
+
2
+ $ pnpm run "/^build:.*/"
3
+ $ tsc
@@ -0,0 +1,27 @@
1
+
2
+ $ pnpm run "/^format:.*/"
3
+ $ eslint . --fix
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,26 +1,27 @@
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
+
2
+ $ pnpm run "/^lint:.*/"
3
+ $ eslint .
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 +1,3 @@
1
- $ cspell --no-progress '**'
2
- CSpell: Files checked: 53, Issues found: 0 in 0 files.
1
+
2
+ $ cspell --no-progress '**'
3
+
@@ -1,23 +1,24 @@
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
-
1
+
2
+ $ pnpm run "/^test:.*/"
3
+ $ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
4
+ Running bootstrap...
5
+ Running alias configure...
6
+ Running gitignore...
7
+ Running project...
8
+ Running contributing...
9
+ Running licenses...
10
+ Running asdf...
11
+ Running release...
12
+ Running ci...
13
+ Running lang...
14
+ Running commitlint...
15
+ Running editorconfig...
16
+ Running eslint...
17
+ Running cspell...
18
+ Running vitest...
19
+ Running renovate...
20
+ Running githooks...
21
+ Running post-configure...
22
+ Error: to format code
23
+ Invalid package manager specification in package.json (pnpm@latest); expected a semver version
24
+
@@ -1,2 +1,3 @@
1
- $ pnpm run "/^typecheck:.*/"
2
- $ tsc --noEmit
1
+
2
+ $ pnpm run "/^typecheck:.*/"
3
+ $ tsc --noEmit
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.4.3](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.4.1...@w5s/mrm-preset@3.4.3) (2026-06-05)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
6
10
  ## [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
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:47421f2f3f82048e969b5195dd808d5ac2c5f69d43d192191c4a3dca390afe06
16
+ name: renovate/renovate@sha256:7ddbf899a371dec16a37c22e233a6b981c4d3fbfe3075dcf22a4f1ba22fe55a9
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.4.2",
3
+ "version": "3.4.3",
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.2",
28
- "@w5s/dev": "^3.3.2",
27
+ "@w5s/configurator-core": "^1.0.0-alpha.3",
28
+ "@w5s/dev": "^3.3.3",
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": "ab7987a57772b2e7fb3ef7eb4cadb3cedd9cc9ae"
42
+ "gitHead": "fc447207d2af5368f809a9a90d0e4056344b812a"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
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.2",
43
- "@w5s/dev": "^3.3.2",
42
+ "@w5s/configurator-core": "^1.0.0-alpha.3",
43
+ "@w5s/dev": "^3.3.3",
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": "ab7987a57772b2e7fb3ef7eb4cadb3cedd9cc9ae"
63
+ "gitHead": "fc447207d2af5368f809a9a90d0e4056344b812a"
64
64
  }