@w5s/mrm-preset 3.2.0 → 3.2.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,4 +1,6 @@
1
-
2
- > @w5s/mrm-preset@3.1.0 build:tsc
3
- > tsc
4
-
1
+
2
+ 
3
+ > @w5s/mrm-preset@3.2.2 build:tsc
4
+ > tsc
5
+
6
+ ⠙⠙
@@ -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.1 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.2 prepare:empty
3
3
  > :
4
4
 
@@ -1 +1,2 @@
1
- CSpell: Files checked: 53, Issues found: 0 in 0 files.
1
+
2
+ 
@@ -1,34 +1,25 @@
1
-
2
- > @w5s/mrm-preset@3.1.0 test:script
3
- > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
4
-
5
- mkdir: _tester: File exists
6
- Running bootstrap...
7
- Running alias configure...
8
- Running gitignore...
9
- Running project...
10
- Running contributing...
11
- Running licenses...
12
- Running asdf...
13
- Running release...
14
- Running ci...
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
- Running commitlint...
28
- Running editorconfig...
29
- Running eslint...
30
- Running cspell...
31
- Running vitest...
32
- Running renovate...
33
- Running githooks...
34
- Running post-configure...
1
+
2
+ ⠙
3
+ > @w5s/mrm-preset@3.2.1 test:script
4
+ > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
+
6
+ mkdir: _tester: File exists
7
+ Running bootstrap...
8
+ Running alias configure...
9
+ Running gitignore...
10
+ Running project...
11
+ Running contributing...
12
+ Running licenses...
13
+ Running asdf...
14
+ Running release...
15
+ Running ci...
16
+ Running lang...
17
+ Running commitlint...
18
+ Running editorconfig...
19
+ Running eslint...
20
+ Running cspell...
21
+ Running vitest...
22
+ Running renovate...
23
+ Running githooks...
24
+ Running post-configure...
25
+ ⠙⠙
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.2](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.2.1...@w5s/mrm-preset@3.2.2) (2026-02-16)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ ## [3.2.1](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.2.0...@w5s/mrm-preset@3.2.1) (2026-01-25)
11
+
12
+ ### 🐛 Bug Fixes
13
+
14
+ - Fix vitest typing ([a3ebaa0](github.com/w5s/project-config/commits/a3ebaa0))
15
+
16
+ **Note:** Version bump only for package @w5s/mrm-preset
17
+
6
18
  # [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
19
 
8
20
  ### ✨ 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:4f696fbf39f383c1e486030ba6b289a5d9af541642fc78ab197e584a113b9c03
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:f3f855d4ccbc2a22838c8b7958a8f987000182ec3e096e0d9b5c52b510634639
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.2",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -21,16 +21,37 @@
21
21
  "type": "commonjs",
22
22
  "main": "config.json",
23
23
  "scripts": {
24
- "postpack": "npx clean-package restore"
24
+ "build": "npx run-p \"build:*\"",
25
+ "build:tsc": "tsc",
26
+ "clean": "npx run-p \"clean:*\"",
27
+ "clean:tsc": "rm -rf dist",
28
+ "docs": "node ../../markdown.mjs",
29
+ "format": "npx run-p \"format:*\"",
30
+ "format:src": "eslint . --fix",
31
+ "lint": "npx run-p \"lint:*\"",
32
+ "lint:src": "eslint .",
33
+ "postpack": "npx clean-package restore",
34
+ "prepack": "npx clean-package",
35
+ "prepare": "npx run-p \"prepare:*\"",
36
+ "prepare:empty": ":",
37
+ "spellcheck": "cspell --no-progress '**'",
38
+ "test": "npx run-p \"test:*\"",
39
+ "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
25
40
  },
26
41
  "dependencies": {
27
- "@w5s/dev": "^3.1.1",
42
+ "@w5s/dev": "^3.1.2",
28
43
  "debug": "^4.3.3",
29
- "glob": "^11.0.0",
44
+ "glob": "^13.0.0",
30
45
  "mrm-core": "^7.0.0",
31
46
  "semver-intersect": "^1.4.0",
32
47
  "sync-directory": "^6.0.0"
33
48
  },
49
+ "devDependencies": {
50
+ "@types/debug": "4.1.12",
51
+ "mrm": "4.1.22",
52
+ "mrm-preset-default": "4.1.11"
53
+ },
54
+ "clean-package": "../../clean-package.config.mjs",
34
55
  "engines": {
35
56
  "node": ">=20.0.0"
36
57
  },
@@ -38,5 +59,5 @@
38
59
  "access": "public"
39
60
  },
40
61
  "sideEffect": false,
41
- "gitHead": "8338e5dded9a0bbed4fb84c69ee86d5eff743a12"
62
+ "gitHead": "1339ba15448ca7c3aea9f0afa0ece486f4693961"
42
63
  }
@@ -1,63 +0,0 @@
1
- {
2
- "name": "@w5s/mrm-preset",
3
- "version": "3.2.0",
4
- "description": "Mrm configuration presets",
5
- "keywords": [
6
- "mrm",
7
- "config",
8
- "bootstrap"
9
- ],
10
- "homepage": "https://github.com/w5s/project-config/blob/main/packages/mrm-preset#readme",
11
- "bugs": {
12
- "url": "https://github.com/w5s/project-config.git/issues"
13
- },
14
- "repository": {
15
- "type": "git",
16
- "url": "git@github.com:w5s/project-config.git",
17
- "directory": "packages/mrm-preset"
18
- },
19
- "license": "MIT",
20
- "author": "Julien Polo <julien.polo@gmail.com>",
21
- "type": "commonjs",
22
- "main": "config.json",
23
- "scripts": {
24
- "build": "npx run-p \"build:*\"",
25
- "build:tsc": "tsc",
26
- "clean": "npx run-p \"clean:*\"",
27
- "clean:tsc": "rm -rf dist",
28
- "docs": "node ../../markdown.mjs",
29
- "format": "npx run-p \"format:*\"",
30
- "format:src": "eslint . --fix",
31
- "lint": "npx run-p \"lint:*\"",
32
- "lint:src": "eslint .",
33
- "postpack": "npx clean-package restore",
34
- "prepack": "npx clean-package",
35
- "prepare": "npx run-p \"prepare:*\"",
36
- "prepare:empty": ":",
37
- "spellcheck": "cspell --no-progress '**'",
38
- "test": "npx run-p \"test:*\"",
39
- "test:script": "mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir .."
40
- },
41
- "dependencies": {
42
- "@w5s/dev": "^3.1.1",
43
- "debug": "^4.3.3",
44
- "glob": "^11.0.0",
45
- "mrm-core": "^7.0.0",
46
- "semver-intersect": "^1.4.0",
47
- "sync-directory": "^6.0.0"
48
- },
49
- "devDependencies": {
50
- "@types/debug": "4.1.12",
51
- "mrm": "4.1.22",
52
- "mrm-preset-default": "4.1.11"
53
- },
54
- "clean-package": "../../clean-package.config.cjs",
55
- "engines": {
56
- "node": ">=20.0.0"
57
- },
58
- "publishConfig": {
59
- "access": "public"
60
- },
61
- "sideEffect": false,
62
- "gitHead": "8338e5dded9a0bbed4fb84c69ee86d5eff743a12"
63
- }