@w5s/mrm-preset 3.5.0 → 3.5.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,3 +1,2 @@
1
-
2
- $ pnpm run "/^build:.*/"
3
- $ tsc
1
+ $ pnpm run "/^build:.*/"
2
+ $ tsc
@@ -1,6 +1,6 @@
1
-
2
- $ pnpm run "/^format:.*/"
1
+ $ pnpm run "/^format:.*/"
3
2
  $ eslint . --fix
3
+ Pages directory cannot be found at /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/pages or /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.
4
4
  
5
5
  /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/ci/gitlab.js
6
6
  5:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
@@ -1,27 +1,27 @@
1
+ $ pnpm run "/^lint:.*/"
2
+ $ eslint .
3
+ Pages directory cannot be found at /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/pages or /Users/julienpolo/Code/w5s/project-config/packages/mrm-preset/src/pages. If using a custom path, please configure with the `no-html-link-for-pages` rule in your eslint config file.
1
4
 
2
- $ pnpm run "/^lint:.*/"
3
- $ eslint .
4
- 
5
- /Users/julienpolo/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
5
+ /Users/julienpolo/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
7
 
8
- /Users/julienpolo/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
8
+ /Users/julienpolo/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
13
 
14
- /Users/julienpolo/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
14
+ /Users/julienpolo/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
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
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
+ ✖ 13 problems (0 errors, 13 warnings)
25
27
 
26
- ✖ 13 problems (0 errors, 13 warnings)
27
- 
@@ -1,3 +1,2 @@
1
-
2
- $ cspell --no-progress '**'
1
+ $ cspell --no-progress '**'
3
2
 
@@ -1,6 +1,5 @@
1
-
2
- $ pnpm run "/^test:.*/"
3
- $ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
1
+ $ pnpm run "/^test:.*/"
2
+ $ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
4
3
  Running bootstrap...
5
4
  Running alias configure...
6
5
  Running gitignore...
@@ -35,15 +34,18 @@ Oops! Something went wrong! :(
35
34
 
36
35
  ESLint: 10.3.0
37
36
 
38
- Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/julienpolo/Code/w5s/project-config/node_modules/@w5s/eslint-config/dist/index.js' imported from /Users/julienpolo/Code/w5s/project-config/eslint.config.js
39
- at finalizeResolution (node:internal/modules/esm/resolve:271:11)
40
- at moduleResolve (node:internal/modules/esm/resolve:865:10)
41
- at defaultResolve (node:internal/modules/esm/resolve:992:11)
42
- at #cachedDefaultResolve (node:internal/modules/esm/loader:691:20)
43
- at #resolveAndMaybeBlockOnLoaderThread (node:internal/modules/esm/loader:708:38)
44
- at ModuleLoader.resolveSync (node:internal/modules/esm/loader:740:52)
45
- at #resolve (node:internal/modules/esm/loader:673:17)
46
- at ModuleLoader.getOrCreateModuleJob (node:internal/modules/esm/loader:593:35)
47
- at ModuleJob.syncLink (node:internal/modules/esm/module_job:163:33)
48
- at ModuleJob.link (node:internal/modules/esm/module_job:253:17)
37
+ You are linting ".", but all of the files matching the glob pattern "." are ignored.
38
+
39
+ If you don't want to lint these files, remove the pattern "." from the list of arguments passed to ESLint.
40
+
41
+ If you do want to lint these files, explicitly list one or more of the files from this glob that you'd like to lint to see more details about why they are ignored.
42
+
43
+ * If the file is ignored because of a matching ignore pattern, check global ignores in your config file.
44
+ https://eslint.org/docs/latest/use/configure/ignore
45
+
46
+ * If the file is ignored because no matching configuration was supplied, check file patterns in your config file.
47
+ https://eslint.org/docs/latest/use/configure/configuration-files#specify-files-with-arbitrary-extensions
48
+
49
+ * If the file is ignored because it is located outside of the base path, change the location of your config file to be in a parent directory.
50
+
49
51
 
@@ -1,3 +1,2 @@
1
-
2
- $ pnpm run "/^typecheck:.*/"
3
- $ tsc --noEmit
1
+ $ pnpm run "/^typecheck:.*/"
2
+ $ tsc --noEmit
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.5.2](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.2) (2026-06-12)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ ## [3.5.1](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.0...@w5s/mrm-preset@3.5.1) (2026-06-12)
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
6
14
  # [3.5.0](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.4.1...@w5s/mrm-preset@3.5.0) (2026-06-11)
7
15
 
8
16
  ### ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@w5s/configurator-core": "^1.0.0-alpha.4",
28
- "@w5s/dev": "^3.4.0",
28
+ "@w5s/dev": "^3.4.2",
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": "9102f7149f4d1faa4a9c96e7e910cbb296bd63e5"
42
+ "gitHead": "7075c08c3f2d04afd016cb37b0fb0b62a66fcf8b"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@w5s/configurator-core": "^1.0.0-alpha.4",
43
- "@w5s/dev": "^3.4.0",
43
+ "@w5s/dev": "^3.4.2",
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": "9102f7149f4d1faa4a9c96e7e910cbb296bd63e5"
63
+ "gitHead": "7075c08c3f2d04afd016cb37b0fb0b62a66fcf8b"
64
64
  }