@w5s/mrm-preset 3.3.1 → 3.3.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,9 +1,9 @@
1
1
 
2
2
  
3
- > @w5s/mrm-preset@3.3.1 build /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
3
+ > @w5s/mrm-preset@3.3.3 build /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
4
4
  > pnpm run "/^build:.*/"
5
5
 
6
6
 
7
- > @w5s/mrm-preset@3.3.1 build:tsc /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
7
+ > @w5s/mrm-preset@3.3.3 build:tsc /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
8
8
  > tsc
9
9
 
@@ -1,32 +1,33 @@
1
-
2
- > @w5s/mrm-preset@3.3.0 lint /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
3
- > pnpm run "/^lint:.*/"
4
-
5
-
6
- > @w5s/mrm-preset@3.3.0 lint:src /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
7
- > eslint .
8
-
9
-
10
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
11
- 5: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/githubCI.js
14
- 21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
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
-
19
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
20
- 51:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
21
- 92:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
22
- 119:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
23
- 135:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
24
- 154:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
25
-
26
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
27
- 41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
28
- 82: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
-
31
- ✖ 13 problems (0 errors, 13 warnings)
32
-
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,5 +1,6 @@
1
-
2
- > @w5s/mrm-preset@3.3.0 spellcheck /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
3
- > cspell --no-progress '**'
4
-
5
- CSpell: Files checked: 53, Issues found: 0 in 0 files.
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,30 +1,31 @@
1
-
2
- > @w5s/mrm-preset@3.3.0 test /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
3
- > pnpm run "/^test:.*/"
4
-
5
-
6
- > @w5s/mrm-preset@3.3.0 test:script /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset
7
- > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
8
-
9
- mkdir: _tester: File exists
10
- Running bootstrap...
11
- Running alias configure...
12
- Running gitignore...
13
- Running project...
14
- Running contributing...
15
- Running licenses...
16
- Running asdf...
17
- Running release...
18
- Running ci...
19
- Running lang...
20
- Running commitlint...
21
- Running editorconfig...
22
- Running eslint...
23
- Running cspell...
24
- Running vitest...
25
- Running renovate...
26
- Running githooks...
27
- Running post-configure...
28
- Error: to format code
29
- Invalid package manager specification in package.json (pnpm@latest); expected a semver version
30
-
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
+
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.3.3](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.0...@w5s/mrm-preset@3.3.3) (2026-03-09)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ ## [3.3.2](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.0...@w5s/mrm-preset@3.3.2) (2026-03-07)
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
6
14
  ## [3.3.1](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.3.0...@w5s/mrm-preset@3.3.1) (2026-03-07)
7
15
 
8
16
  **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:38d2e54e1dafc61c58cb231bca4cb4b0bea7bbc7236589abd56be55eeaee62aa
16
+ name: renovate/renovate@sha256:ec4c19855b357746aa9d477a2507915378814d99045e27517f7515c4a7b504d8
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
@@ -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.1",
3
+ "version": "3.3.3",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -24,7 +24,7 @@
24
24
  "postpack": "clean-package restore"
25
25
  },
26
26
  "dependencies": {
27
- "@w5s/dev": "^3.2.1",
27
+ "@w5s/dev": "^3.2.3",
28
28
  "debug": "^4.3.3",
29
29
  "glob": "^13.0.0",
30
30
  "mrm-core": "^7.0.0",
@@ -38,5 +38,5 @@
38
38
  "access": "public"
39
39
  },
40
40
  "sideEffect": false,
41
- "gitHead": "202a665e3ce20aabf1eff51af6b0eb013c179e0a"
41
+ "gitHead": "4e72e6d3c7b204e0f08c3f44817d48ad0d44ea33"
42
42
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.3.1",
3
+ "version": "3.3.3",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -37,7 +37,7 @@
37
37
  "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
38
38
  },
39
39
  "dependencies": {
40
- "@w5s/dev": "^3.2.1",
40
+ "@w5s/dev": "^3.2.3",
41
41
  "debug": "^4.3.3",
42
42
  "glob": "^13.0.0",
43
43
  "mrm-core": "^7.0.0",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "sideEffect": false,
60
- "gitHead": "202a665e3ce20aabf1eff51af6b0eb013c179e0a"
60
+ "gitHead": "4e72e6d3c7b204e0f08c3f44817d48ad0d44ea33"
61
61
  }
@@ -1,5 +0,0 @@
1
- export default [
2
- {
3
- ignore: ['**/templates/*.ts'],
4
- },
5
- ];