@w5s/mrm-preset 3.2.0 → 3.2.1

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,4 +1,4 @@
1
1
 
2
- > @w5s/mrm-preset@3.1.0 build:tsc
2
+ > @w5s/mrm-preset@3.2.0 build:tsc
3
3
  > tsc
4
4
 
@@ -1,27 +1,29 @@
1
-
2
- > @w5s/mrm-preset@3.1.0 lint:src
3
- > eslint .
4
-
5
-
6
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
7
- 5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
8
-
9
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/githubCI.js
10
- 20:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
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
-
15
- /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
16
- 50:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
17
- 90:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
18
- 116:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
19
- 132:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
20
-
21
- /Users/julienpolo/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
- ✖ 12 problems (0 errors, 12 warnings)
27
-
1
+
2
+ ⠙
3
+ > @w5s/mrm-preset@3.2.0 lint:src
4
+ > eslint .
5
+
6
+ 
7
+ /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
8
+  5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
9
+ 
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
15
+ 
16
+ /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/npm.js
17
+  50:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
18
+  90:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
19
+  116:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
20
+  132:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
21
+ 
22
+ /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/core/vscode.js
23
+  41: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
+  82:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
26
+ 
27
+ ✖ 12 problems (0 errors, 12 warnings)
28
+ 
29
+ ⠙⠙
@@ -1,4 +1,4 @@
1
1
 
2
- > @w5s/mrm-preset@3.2.0 prepare:empty
2
+ > @w5s/mrm-preset@3.2.1 prepare:empty
3
3
  > :
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @w5s/mrm-preset@3.1.0 test:script
2
+ > @w5s/mrm-preset@3.2.0 test:script
3
3
  > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
4
4
 
5
5
  mkdir: _tester: File exists
@@ -13,17 +13,6 @@ mkdir: _tester: File exists
13
13
  Running release...
14
14
  Running ci...
15
15
  Running lang...
16
- Update tsconfig.settings.json
17
- Installing @w5s/tsconfig...
18
- npm ERR! code E404
19
- npm ERR! 404 Not Found - GET https://registry.npmjs.org/@w5s%2ftsconfig - Not found
20
- npm ERR! 404
21
- npm ERR! 404 '@w5s/tsconfig@latest' is not in this registry.
22
- npm ERR! 404
23
- npm ERR! 404 Note that you can also install from a
24
- npm ERR! 404 tarball, folder, http url, or git url.
25
-
26
- npm ERR! A complete log of this run can be found in: /Users/julienpolo/.npm/_logs/2025-11-23T21_04_52_918Z-debug-0.log
27
16
  Running commitlint...
28
17
  Running editorconfig...
29
18
  Running eslint...
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.2.1](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.2.0...@w5s/mrm-preset@3.2.1) (2026-01-25)
7
+
8
+ ### 🐛 Bug Fixes
9
+
10
+ - Fix vitest typing ([a3ebaa0](github.com/w5s/project-config/commits/a3ebaa0))
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
6
14
  # [3.2.0](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.1.0...@w5s/mrm-preset@3.2.0) (2025-11-23)
7
15
 
8
16
  ### ✨ Features
@@ -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:2867d550cf9d8bb50059a0fff528741f11a84d985c732e60e19e8e75c7239c43
204
+ image: node:lts-alpine@sha256:931d7d57f8c1fd0e2179dbff7cc7da4c9dd100998bc2b32afc85142d8efbc213
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:0f129ba37673d828fd03de6a9dd548492bfb7a11da33245c43cbb5a1078a8bab
16
+ name: renovate/renovate@sha256:1c6d7458b8cf195926ba82fd2b3b3c07c0c580d2fa0edf54a19db9ff0c43c362
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
@@ -1,3 +1,4 @@
1
+ /* eslint-disable unicorn/prefer-string-raw */
1
2
  /* cSpell: disable */
2
3
 
3
4
  // A dictionary of { tool: git_ignore_section}
package/core/vitest.js CHANGED
@@ -60,7 +60,7 @@ function vitest({ state }) {
60
60
  viteConfig.delete();
61
61
  } else if (!viteConfig.exists()) {
62
62
  viteConfig.save(
63
- `/// <reference types="vitest" />
63
+ `/// <reference types="vitest/config" />
64
64
  import { defineConfig } from 'vite';
65
65
 
66
66
  export default defineConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -24,9 +24,9 @@
24
24
  "postpack": "npx clean-package restore"
25
25
  },
26
26
  "dependencies": {
27
- "@w5s/dev": "^3.1.1",
27
+ "@w5s/dev": "^3.1.2",
28
28
  "debug": "^4.3.3",
29
- "glob": "^11.0.0",
29
+ "glob": "^13.0.0",
30
30
  "mrm-core": "^7.0.0",
31
31
  "semver-intersect": "^1.4.0",
32
32
  "sync-directory": "^6.0.0"
@@ -38,5 +38,5 @@
38
38
  "access": "public"
39
39
  },
40
40
  "sideEffect": false,
41
- "gitHead": "8338e5dded9a0bbed4fb84c69ee86d5eff743a12"
41
+ "gitHead": "648be101c2d4f915b97ed7e318da47a6ac19eb5c"
42
42
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -39,9 +39,9 @@
39
39
  "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
40
40
  },
41
41
  "dependencies": {
42
- "@w5s/dev": "^3.1.1",
42
+ "@w5s/dev": "^3.1.2",
43
43
  "debug": "^4.3.3",
44
- "glob": "^11.0.0",
44
+ "glob": "^13.0.0",
45
45
  "mrm-core": "^7.0.0",
46
46
  "semver-intersect": "^1.4.0",
47
47
  "sync-directory": "^6.0.0"
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "sideEffect": false,
62
- "gitHead": "8338e5dded9a0bbed4fb84c69ee86d5eff743a12"
62
+ "gitHead": "648be101c2d4f915b97ed7e318da47a6ac19eb5c"
63
63
  }