@w5s/mrm-preset 3.5.22 β†’ 3.5.24

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.
@@ -45,5 +45,5 @@ If you think this is incorrect, verify your comment blocks in your src and the s
45
45
  πŸ’« Results:
46
46
 
47
47
  ──────────────────────────────────────────────────────────
48
-  βœ” Markdown Magic Done. 0.08 seconds
48
+  βœ” Markdown Magic Done. 0.05 seconds
49
49
  ──────────────────────────────────────────────────────────
@@ -1,6 +1,7 @@
1
1
  $ pnpm run "/^test:.*/"
2
2
  $ mkdir -p .temp; cd .temp; mrm bootstrap --dir ..; mrm configure --dir ..
3
3
 
4
+
4
5
  Task β€œbootstrap” not found.
5
6
 
6
7
  We’ve tried these locations:
@@ -13,7 +14,6 @@ We’ve tried these locations:
13
14
  - bootstrap package in local node_modules
14
15
  - mrm-task-bootstrap package on the npm registry
15
16
  - bootstrap package on the npm registry
16
-
17
17
  Running alias configure...
18
18
  Running gitignore...
19
19
  Create .gitignore
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.24](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.24) (2026-08-25)
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.23](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.23) (2026-08-07)
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.22](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.22) (2026-08-06)
7
23
 
8
24
  ### πŸ› Bug Fixes
@@ -13,7 +13,7 @@
13
13
  when: always
14
14
  - when: never
15
15
  image:
16
- name: renovate/renovate@sha256:2d8ba2fb08544d8bab53178888989056eb1edafb0e9c368555fafcb3a2f74bc8
16
+ name: renovate/renovate@sha256:b6bcb741cbdd5e3675f9903a639ba43a74eb9665a0b850ac018acf0b32b59c11
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.22",
3
+ "version": "3.5.24",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -25,8 +25,8 @@
25
25
  "postpack": "clean-package restore"
26
26
  },
27
27
  "dependencies": {
28
- "@w5s/configurator-core": "^1.3.0",
29
- "@w5s/dev": "^3.17.0",
28
+ "@w5s/configurator-core": "^1.5.0",
29
+ "@w5s/dev": "^3.19.0",
30
30
  "debug": "^4.3.3",
31
31
  "glob": "^13.0.0",
32
32
  "mrm-core": "^7.0.0",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "dcf9e4d187060ae2e9c33250078634bd88735d0b"
42
+ "gitHead": "86fbbb9dc5e541529173a897bda1c0aa3efa0ec1"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.22",
3
+ "version": "3.5.24",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -40,8 +40,8 @@
40
40
  "typecheck:src": "pnpm exec tsc --noEmit"
41
41
  },
42
42
  "dependencies": {
43
- "@w5s/configurator-core": "^1.3.0",
44
- "@w5s/dev": "^3.17.0",
43
+ "@w5s/configurator-core": "^1.5.0",
44
+ "@w5s/dev": "^3.19.0",
45
45
  "debug": "^4.3.3",
46
46
  "glob": "^13.0.0",
47
47
  "mrm-core": "^7.0.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "dcf9e4d187060ae2e9c33250078634bd88735d0b"
63
+ "gitHead": "86fbbb9dc5e541529173a897bda1c0aa3efa0ec1"
64
64
  }
package/project/index.cjs CHANGED
@@ -28,9 +28,9 @@ const mrmPackageJson = require('../package.json');
28
28
 
29
29
  /**
30
30
  *
31
- * @param {string} script
31
+ * @param {...string} scripts
32
32
  */
33
- const turboRun = (script) => `turbo run ${script}`;
33
+ const turboRun = (...scripts) => `turbo run ${scripts.join(' ')}`;
34
34
 
35
35
  function task() {
36
36
  const rootPackageFile = packageJson();
@@ -95,19 +95,19 @@ function task() {
95
95
  pkg.script(currentPackageFile, {
96
96
  name: project.build,
97
97
  state: 'present',
98
- update: useWorkspace ? turboRun(project.build) : npmRunAll(project.build, true),
98
+ update: useWorkspace ? turboRun(project.build, `${project.build}:root`) : npmRunAll(project.build, true),
99
99
  });
100
100
 
101
101
  // lint
102
102
  pkg.script(currentPackageFile, {
103
103
  name: project.lint,
104
104
  state: 'present',
105
- update: useWorkspace ? turboRun(project.lint) : npmRunAll(project.lint, true),
105
+ update: useWorkspace ? turboRun(project.lint, `${project.lint}:root`) : npmRunAll(project.lint, true),
106
106
  });
107
107
  pkg.script(currentPackageFile, {
108
108
  name: project.format,
109
109
  state: 'present',
110
- update: useWorkspace ? `${turboRun(project.format)} --continue` : npmRunAll(project.format, true),
110
+ update: useWorkspace ? `${turboRun(project.format, `${project.format}:root`)} --continue` : npmRunAll(project.format, true),
111
111
  });
112
112
 
113
113
  // test
@@ -120,13 +120,13 @@ function task() {
120
120
  default: pkg.emptyScript,
121
121
  name: project.test,
122
122
  state: 'present',
123
- update: useWorkspace ? turboRun(project.test) : npmRunAll(project.test, true),
123
+ update: useWorkspace ? turboRun(project.test, `${project.test}:root`) : npmRunAll(project.test, true),
124
124
  });
125
125
  pkg.script(currentPackageFile, {
126
126
  default: pkg.emptyScript,
127
127
  name: project.typecheck,
128
128
  state: 'present',
129
- update: useWorkspace ? turboRun(project.typecheck) : npmRunAll(project.typecheck, true),
129
+ update: useWorkspace ? turboRun(project.typecheck, `${project.typecheck}:root`) : npmRunAll(project.typecheck, true),
130
130
  });
131
131
 
132
132
  // prepare
@@ -140,7 +140,7 @@ function task() {
140
140
  pkg.script(currentPackageFile, {
141
141
  name: project.clean,
142
142
  state: 'present',
143
- update: useWorkspace ? turboRun(project.clean) : npmRunAll(project.clean, true),
143
+ update: useWorkspace ? turboRun(project.clean, `${project.clean}:root`) : npmRunAll(project.clean, true),
144
144
  });
145
145
 
146
146
  // Root
@@ -308,13 +308,12 @@ function task() {
308
308
  inputs: rootInputs,
309
309
  },
310
310
  [project.build]: {
311
- dependsOn: [`^${project.build}`, `//#${project.build}:root`],
311
+ dependsOn: [`^${project.build}`],
312
312
  inputs: packageInputs,
313
313
  outputs: ['dist/**', '.next/**', '!.next/cache/**'],
314
314
  },
315
315
  [project.clean]: {
316
316
  cache: false,
317
- dependsOn: [`//#${project.clean}:root`],
318
317
  },
319
318
  [project.develop]: {
320
319
  cache: false,
@@ -322,20 +321,16 @@ function task() {
322
321
  },
323
322
  [project.docs]: {
324
323
  cache: false,
325
- dependsOn: [`//#${project.docs}:root`],
326
324
  },
327
325
  [project.format]: {
328
- dependsOn: [`//#${project.format}:root`],
329
326
  },
330
327
  [project.lint]: {
331
- dependsOn: [`^${project.build}`, `//#${project.lint}:root`],
328
+ dependsOn: [`^${project.build}`],
332
329
  },
333
330
  [project.prepare]: {},
334
- [project.spellcheck]: {
335
- dependsOn: [`//#${project.spellcheck}:root`],
336
- },
331
+ [project.spellcheck]: {},
337
332
  [project.test]: {
338
- dependsOn: [`^${project.build}`, `//#${project.test}:root`],
333
+ dependsOn: [`^${project.build}`],
339
334
  },
340
335
  [project.typecheck]: {
341
336
  dependsOn: [project.build, `^${project.build}`],