@w5s/mrm-preset 3.5.9 → 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.
- package/.turbo/turbo-docs.log +49 -0
- package/.turbo/turbo-lint.log +0 -24
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +4 -0
- package/ci/_gitlab/Renovate.gitlab-ci.yml +1 -1
- package/ci/gitlab.cjs +1 -2
- package/core/githubCI.cjs +4 -4
- package/core/npm.cjs +5 -5
- package/core/vscode.cjs +2 -2
- package/package.json +4 -4
- package/package.json.backup +4 -4
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
$ node ../../markdown.mjs
|
|
2
|
+
──────────────────────────────────────────────────────────
|
|
3
|
+
[92m✨ Markdown Magic Starting...[39m
|
|
4
|
+
──────────────────────────────────────────────────────────
|
|
5
|
+
|
|
6
|
+
[96m🔎 Searching for comment blocks...[39m
|
|
7
|
+
|
|
8
|
+
Syntax: md
|
|
9
|
+
Block Open: docs
|
|
10
|
+
Block Close: /docs
|
|
11
|
+
Searching: [ '**/*.md', '!node_modules/**', '!packages/**' ]
|
|
12
|
+
|
|
13
|
+
[96m🔁 Available Transforms:[39m
|
|
14
|
+
|
|
15
|
+
CODE, FILE, fileTree, TOC, sectionToc, wordCount, remote, install, PKG_JSON, SUBPACKAGE_LIST
|
|
16
|
+
|
|
17
|
+
[96m🧱 Syntax example:[39m
|
|
18
|
+
|
|
19
|
+
<!-- docs transformName option="xyz" -->
|
|
20
|
+
Contents to be replaced/updated
|
|
21
|
+
<!-- /docs -->
|
|
22
|
+
|
|
23
|
+
[96m🟢 Parse results:[39m
|
|
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
|
+
[96m📑 Execution plan:[39m
|
|
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
|
+
[96m💫 Results:[39m
|
|
46
|
+
|
|
47
|
+
──────────────────────────────────────────────────────────
|
|
48
|
+
[92m ✔ Markdown Magic Done. 0.06 seconds[39m
|
|
49
|
+
──────────────────────────────────────────────────────────
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,26 +1,2 @@
|
|
|
1
1
|
$ pnpm run "/^lint:.*/"
|
|
2
2
|
$ pnpm exec eslint .
|
|
3
|
-
|
|
4
|
-
/home/runner/work/project-config/project-config/packages/mrm-preset/ci/gitlab.cjs
|
|
5
|
-
4:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
6
|
-
|
|
7
|
-
/home/runner/work/project-config/project-config/packages/mrm-preset/core/githubCI.cjs
|
|
8
|
-
21:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
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
|
-
|
|
13
|
-
/home/runner/work/project-config/project-config/packages/mrm-preset/core/npm.cjs
|
|
14
|
-
215:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
15
|
-
276:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
16
|
-
292:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
17
|
-
310:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
18
|
-
329:1 warning Prefer a more specific type to `Function` jsdoc/reject-function-type
|
|
19
|
-
|
|
20
|
-
/home/runner/work/project-config/project-config/packages/mrm-preset/core/vscode.cjs
|
|
21
|
-
41:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
|
|
22
|
-
82: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
|
-
|
|
25
|
-
✖ 13 problems (0 errors, 13 warnings)
|
|
26
|
-
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -18,6 +18,7 @@ We’ve tried these locations:
|
|
|
18
18
|
[36mRunning gitignore...[39m
|
|
19
19
|
[32mCreate .gitignore[39m
|
|
20
20
|
|
|
21
|
+
|
|
21
22
|
[1m[31mTask “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[22m[39m
|
|
33
|
-
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
|
|
6
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)
|
|
7
11
|
|
|
8
12
|
**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:
|
|
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,
|
|
24
|
-
* on?:
|
|
23
|
+
* jobs?: Record<string, unknown>
|
|
24
|
+
* on?: string | string[] | Record<string, unknown>,
|
|
25
25
|
* env?: Record<string, string>,
|
|
26
|
-
* permissions?:
|
|
27
|
-
* defaults?: Record<string,
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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<
|
|
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,
|
|
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.
|
|
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.
|
|
28
|
-
"@w5s/dev": "^3.
|
|
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": "
|
|
42
|
+
"gitHead": "2d215d8f8c7c57653b9f0ef5674ffc2e7beeea5c"
|
|
43
43
|
}
|
package/package.json.backup
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.5.
|
|
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.
|
|
43
|
-
"@w5s/dev": "^3.
|
|
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": "
|
|
63
|
+
"gitHead": "2d215d8f8c7c57653b9f0ef5674ffc2e7beeea5c"
|
|
64
64
|
}
|