@w5s/mrm-preset 3.5.8 → 3.5.9

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,6 +1,5 @@
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
3
 
5
4
  /home/runner/work/project-config/project-config/packages/mrm-preset/ci/gitlab.cjs
6
5
  4:1 warning Prefer a more specific type to `any` jsdoc/reject-any-type
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.9](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.9) (2026-07-07)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
6
10
  ## [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
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:e607d6ccf264e1ffda617c98d598d55ed7fa620ecd35656d644ed6835a9374ca
16
+ name: renovate/renovate@sha256:979535e4c1fd5479027382c99d1b16b129ee8c6c2e94e647fd9d35f07ae55f4d
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.8",
3
+ "version": "3.5.9",
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.10",
28
+ "@w5s/dev": "^3.4.9",
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": "456aac7a7b05abae48365ae944a31c494ed078cf"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.8",
3
+ "version": "3.5.9",
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.10",
43
+ "@w5s/dev": "^3.4.9",
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": "456aac7a7b05abae48365ae944a31c494ed078cf"
64
64
  }