@w5s/mrm-preset 3.5.12 → 3.5.14
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-build.log +2 -2
- package/.turbo/turbo-docs.log +49 -49
- package/.turbo/turbo-format.log +2 -0
- package/.turbo/turbo-lint.log +2 -2
- package/.turbo/turbo-spellcheck.log +2 -0
- package/.turbo/turbo-test.log +32 -33
- package/.turbo/turbo-typecheck.log +2 -0
- package/CHANGELOG.md +16 -0
- package/ci/_gitlab/Renovate.gitlab-ci.yml +1 -1
- package/contributing/templates/CODE_OF_CONDUCT.md +1 -1
- package/package.json +4 -4
- package/package.json.backup +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
$ pnpm run "/^build:.*/"
|
|
2
|
-
$ pnpm exec tsc
|
|
1
|
+
$ pnpm run "/^build:.*/"
|
|
2
|
+
$ pnpm exec tsc
|
package/.turbo/turbo-docs.log
CHANGED
|
@@ -1,49 +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.
|
|
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.02 seconds[39m
|
|
49
|
+
──────────────────────────────────────────────────────────
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
$ pnpm run "/^lint:.*/"
|
|
2
|
-
$ pnpm exec eslint
|
|
1
|
+
[2m$ pnpm run "/^lint:.*/"[22m
|
|
2
|
+
[2m$ pnpm exec eslint .[22m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,33 +1,32 @@
|
|
|
1
|
-
$ pnpm run "/^test:.*/"
|
|
2
|
-
$ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir
|
|
3
|
-
|
|
4
|
-
[1m[31mTask “bootstrap” not found.
|
|
5
|
-
|
|
6
|
-
We’ve tried these locations:
|
|
7
|
-
|
|
8
|
-
- /
|
|
9
|
-
- /
|
|
10
|
-
- /
|
|
11
|
-
- “bootstrap” in the default mrm tasks
|
|
12
|
-
- mrm-task-bootstrap package in local node_modules
|
|
13
|
-
- bootstrap package in local node_modules
|
|
14
|
-
- mrm-task-bootstrap package on the npm registry
|
|
15
|
-
- bootstrap package on the npm registry[22m[39m
|
|
16
|
-
|
|
17
|
-
[33mRunning alias configure...[39m
|
|
18
|
-
[36mRunning gitignore...[39m
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- /
|
|
26
|
-
- /
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
- project package
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
[2m$ pnpm run "/^test:.*/"[22m
|
|
2
|
+
[2m$ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..[22m
|
|
3
|
+
|
|
4
|
+
[1m[31mTask “bootstrap” not found.
|
|
5
|
+
|
|
6
|
+
We’ve tried these locations:
|
|
7
|
+
|
|
8
|
+
- /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/bootstrap/index.js
|
|
9
|
+
- /Users/julien.polo/dotfiles/mrm/bootstrap/index.js
|
|
10
|
+
- /Users/julien.polo/.mrm/bootstrap/index.js
|
|
11
|
+
- “bootstrap” in the default mrm tasks
|
|
12
|
+
- mrm-task-bootstrap package in local node_modules
|
|
13
|
+
- bootstrap package in local node_modules
|
|
14
|
+
- mrm-task-bootstrap package on the npm registry
|
|
15
|
+
- bootstrap package on the npm registry[22m[39m
|
|
16
|
+
|
|
17
|
+
[33mRunning alias configure...[39m
|
|
18
|
+
[36mRunning gitignore...[39m
|
|
19
|
+
|
|
20
|
+
[1m[31mTask “project” not found.
|
|
21
|
+
|
|
22
|
+
We’ve tried these locations:
|
|
23
|
+
|
|
24
|
+
- /Users/julien.polo/Code/w5s/project-config/packages/mrm-preset/project/index.js
|
|
25
|
+
- /Users/julien.polo/dotfiles/mrm/project/index.js
|
|
26
|
+
- /Users/julien.polo/.mrm/project/index.js
|
|
27
|
+
- “project” in the default mrm tasks
|
|
28
|
+
- mrm-task-project package in local node_modules
|
|
29
|
+
- project package in local node_modules
|
|
30
|
+
- mrm-task-project package on the npm registry
|
|
31
|
+
- project package on the npm registry[22m[39m
|
|
32
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.14](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.14) (2026-07-21)
|
|
7
|
+
|
|
8
|
+
### 🐛 Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Fix ignored changelog files ([104fada](https://github.com/w5s/project-config/commit/104fada))
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
13
|
+
|
|
14
|
+
## [3.5.13](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.13) (2026-07-20)
|
|
15
|
+
|
|
16
|
+
### 🐛 Bug Fixes
|
|
17
|
+
|
|
18
|
+
- Fix ignored changelog files ([104fada](https://github.com/w5s/project-config/commit/104fada))
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
21
|
+
|
|
6
22
|
## [3.5.12](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.12) (2026-07-09)
|
|
7
23
|
|
|
8
24
|
**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:b640a73476ded79cc9bb90fd69dff81876220f1c8a5c454fb7ddf23cd8d1e627
|
|
17
17
|
entrypoint: ['']
|
|
18
18
|
script:
|
|
19
19
|
- >
|
|
@@ -61,7 +61,7 @@ representative at an online or offline event.
|
|
|
61
61
|
|
|
62
62
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
63
63
|
reported to the community leaders responsible for enforcement at
|
|
64
|
-
[
|
|
64
|
+
[Julien Polo](https://github.com/jpolo).
|
|
65
65
|
All complaints will be reviewed and investigated promptly and fairly.
|
|
66
66
|
|
|
67
67
|
All community leaders are obligated to respect the privacy and security of the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.14",
|
|
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.15",
|
|
28
|
+
"@w5s/dev": "^3.9.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": "777b9cf23d9ef48f1c048ccb49e3fa91d1774f1a"
|
|
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.14",
|
|
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.15",
|
|
43
|
+
"@w5s/dev": "^3.9.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": "777b9cf23d9ef48f1c048ccb49e3fa91d1774f1a"
|
|
64
64
|
}
|