@w5s/mrm-preset 3.5.8 → 3.5.10

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.
@@ -0,0 +1,49 @@
1
+ $ node ../../markdown.mjs
2
+ ──────────────────────────────────────────────────────────
3
+ ✨ Markdown Magic Starting...
4
+ ──────────────────────────────────────────────────────────
5
+
6
+ 🔎 Searching for comment blocks...
7
+
8
+ Syntax: md
9
+ Block Open: docs
10
+ Block Close: /docs
11
+ Searching: [ '**/*.md', '!node_modules/**', '!packages/**' ]
12
+
13
+ 🔁 Available Transforms:
14
+
15
+ CODE, FILE, fileTree, TOC, sectionToc, wordCount, remote, install, PKG_JSON, SUBPACKAGE_LIST
16
+
17
+ 🧱 Syntax example:
18
+
19
+ <!-- docs transformName option="xyz" -->
20
+ Contents to be replaced/updated
21
+ <!-- /docs -->
22
+
23
+ 🟢 Parse results:
24
+
25
+ Total transforms: 0
26
+ Files with transforms: 0 / 5
27
+ Valid transforms: 0 / 0
28
+ Invalid transforms: 0 / 0
29
+
30
+ Files scanned: 5
31
+ [
32
+ 'CHANGELOG.md',
33
+ 'README.md',
34
+ 'bootstrap/README.md',
35
+ 'ci/_gitlab/README.md',
36
+ 'contributing/templates/CODE_OF_CONDUCT.md'
37
+ ]
38
+
39
+ Files with transforms: 0
40
+ 📑 Execution plan:
41
+
42
+ No transforms to run. Exiting markdown magic early.
43
+ If you think this is incorrect, verify your comment blocks in your src and the settings in your config.
44
+
45
+ 💫 Results:
46
+
47
+ ──────────────────────────────────────────────────────────
48
+  ✔ Markdown Magic Done. 0.06 seconds
49
+ ──────────────────────────────────────────────────────────
@@ -1,27 +1,2 @@
1
1
  $ pnpm run "/^lint:.*/"
2
2
  $ pnpm exec eslint .
3
- Pages directory cannot be found at /home/runner/work/project-config/project-config/packages/mrm-preset/pages or /home/runner/work/project-config/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
-
5
- /home/runner/work/project-config/project-config/packages/mrm-preset/ci/gitlab.cjs
6
- 4:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
7
-
8
- /home/runner/work/project-config/project-config/packages/mrm-preset/core/githubCI.cjs
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
- /home/runner/work/project-config/project-config/packages/mrm-preset/core/npm.cjs
15
- 215:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
16
- 276:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
17
- 292:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
18
- 310:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
19
- 329:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
20
-
21
- /home/runner/work/project-config/project-config/packages/mrm-preset/core/vscode.cjs
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
-
@@ -18,6 +18,7 @@ We’ve tried these locations:
18
18
  Running gitignore...
19
19
  Create .gitignore
20
20
 
21
+
21
22
  Task “project” not found.
22
23
 
23
24
  We’ve tried these locations:
@@ -30,4 +31,3 @@ We’ve tried these locations:
30
31
  - project package in local node_modules
31
32
  - mrm-task-project package on the npm registry
32
33
  - project package on the npm registry
33
-
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.10](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.10) (2026-07-08)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ ## [3.5.9](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.9) (2026-07-07)
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
6
14
  ## [3.5.8](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.8) (2026-07-06)
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:e607d6ccf264e1ffda617c98d598d55ed7fa620ecd35656d644ed6835a9374ca
16
+ name: renovate/renovate@sha256:6658b0d04d9f09550a9802181a4cc21fd8ba5d83238018f710e847466f6a488c
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
package/ci/gitlab.cjs CHANGED
@@ -1,7 +1,6 @@
1
1
  const { yaml } = require('mrm-core');
2
2
  const path = require('node:path');
3
- /** @type {typeof import('sync-directory')['default']} */
4
- const syncDirectory = /** @type {any} */ (require('sync-directory'));
3
+ const syncDirectory = /** @type {typeof import('sync-directory')['default']} */ (/** @type {unknown} */ (require('sync-directory')));
5
4
 
6
5
  function task() {
7
6
  const gitlabCIConfig = yaml('.gitlab-ci.yml');
package/core/githubCI.cjs CHANGED
@@ -20,11 +20,11 @@ exports.isSupported = isSupported;
20
20
  /**
21
21
  * @typedef {{
22
22
  * name?: string,
23
- * jobs?: Record<string, any>
24
- * on?: any,
23
+ * jobs?: Record<string, unknown>
24
+ * on?: string | string[] | Record<string, unknown>,
25
25
  * env?: Record<string, string>,
26
- * permissions?: any,
27
- * defaults?: Record<string, any>,
26
+ * permissions?: Record<string, unknown>,
27
+ * defaults?: Record<string, unknown>,
28
28
  * concurrency?: GithubWorkflowConcurrency,
29
29
  * }} GithubWorkflowConfig
30
30
  */
package/core/npm.cjs CHANGED
@@ -212,7 +212,7 @@ function getVersionedDep(dep, versions) {
212
212
  *
213
213
  * @param {Record<string, string> | string[] | string} deps
214
214
  * @param {Options} [options]
215
- * @param {Function=} exec
215
+ * @param {(command: string, args: string[], options?: RunOptions) => unknown} [exec]
216
216
  */
217
217
  function install(deps, options = {}, exec) {
218
218
  const dev = options.dev !== false;
@@ -273,7 +273,7 @@ function isYarnBerry() {
273
273
  *
274
274
  * @param {string[]} deps
275
275
  * @param {RunOptions} [options]
276
- * @param {Function} [exec]
276
+ * @param {(command: string, args: string[], options?: RunOptions) => unknown} [exec]
277
277
  */
278
278
  function runNpm(deps, options = {}, exec) {
279
279
  const args = [options.remove ? 'uninstall' : 'install', options.dev ? '--save-dev' : '--save', ...deps];
@@ -289,7 +289,7 @@ function runNpm(deps, options = {}, exec) {
289
289
  *
290
290
  * @param {string[]} deps
291
291
  * @param {RunOptions} [options]
292
- * @param {Function} [exec]
292
+ * @param {(command: string, args: string[], options?: RunOptions) => unknown} [exec]
293
293
  */
294
294
  function runPnpm(deps, options = {}, exec) {
295
295
  const add = options.dev ? ['add', '--save-dev'] : ['add'];
@@ -307,7 +307,7 @@ function runPnpm(deps, options = {}, exec) {
307
307
  *
308
308
  * @param {string[]} deps
309
309
  * @param {RunOptions} [options]
310
- * @param {Function} [exec]
310
+ * @param {(command: string, args: string[], options?: RunOptions) => unknown} [exec]
311
311
  */
312
312
  function runYarn(deps, options = {}, exec) {
313
313
  const add = options.dev ? ['add', '--dev'] : ['add'];
@@ -326,7 +326,7 @@ function runYarn(deps, options = {}, exec) {
326
326
  *
327
327
  * @param {string[] | string} deps
328
328
  * @param {Options} [options]
329
- * @param {Function=} exec
329
+ * @param {(command: string, args: string[], options?: RunOptions) => unknown} [exec]
330
330
  */
331
331
  function uninstall(deps, options = {}, exec) {
332
332
  deps = _.castArray(deps);
package/core/vscode.cjs CHANGED
@@ -38,7 +38,7 @@ function vscodeTask(newTask) {
38
38
  version: '2.0.0',
39
39
  });
40
40
  /**
41
- * @type {Array<any>}
41
+ * @type {Array<{ script?: string } & Record<string, unknown>>}
42
42
  */
43
43
  const tasks = vscodeTaskFile.get('tasks', []);
44
44
  if (tasks.some((task) => task.script === newTask.script)) {
@@ -81,7 +81,7 @@ exports.vscodeSnippets = vscodeSnippets;
81
81
  /**
82
82
  * @param {{
83
83
  * state: 'present'|'absent',
84
- * update: (settings: Record<string, any>) => Record<string, any>
84
+ * update: (settings: Record<string, unknown>) => Record<string, unknown>
85
85
  * }} parameters
86
86
  */
87
87
  function vscodeSettings({ state = 'present', update }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.8",
3
+ "version": "3.5.10",
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.9",
28
- "@w5s/dev": "^3.4.8",
27
+ "@w5s/configurator-core": "^1.0.0-alpha.11",
28
+ "@w5s/dev": "^3.5.0",
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": "e6c63e0164ce2199e59bdca360f4766b6a78584d"
42
+ "gitHead": "2d215d8f8c7c57653b9f0ef5674ffc2e7beeea5c"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.8",
3
+ "version": "3.5.10",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -39,8 +39,8 @@
39
39
  "typecheck:src": "pnpm exec tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@w5s/configurator-core": "^1.0.0-alpha.9",
43
- "@w5s/dev": "^3.4.8",
42
+ "@w5s/configurator-core": "^1.0.0-alpha.11",
43
+ "@w5s/dev": "^3.5.0",
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": "e6c63e0164ce2199e59bdca360f4766b6a78584d"
63
+ "gitHead": "2d215d8f8c7c57653b9f0ef5674ffc2e7beeea5c"
64
64
  }