@w5s/mrm-preset 3.5.20 → 3.5.22

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.07 seconds
48
+  ✔ Markdown Magic Done. 0.08 seconds
49
49
  ──────────────────────────────────────────────────────────
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.22](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.22) (2026-08-06)
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.21](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.21) (2026-08-06)
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.20](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.20) (2026-07-29)
7
23
 
8
24
  ### 🐛 Bug Fixes
@@ -201,7 +201,7 @@ variables:
201
201
  # IMAGE_NAME: $CI_REGISTRY_IMAGE
202
202
 
203
203
  .autodevops_node_image:
204
- image: node:lts-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd
204
+ image: node:lts-alpine@sha256:d32cdf619f63fe0471182d08996dd516c6275bb5fd31ae06e55a570bd9e1ad43
205
205
 
206
206
  .autodevops_node_install:
207
207
  extends:
@@ -13,7 +13,7 @@
13
13
  when: always
14
14
  - when: never
15
15
  image:
16
- name: renovate/renovate@sha256:0a4208065097ff689f9b22c16fa48568d158a7b76d4143442b54b57c4406541b
16
+ name: renovate/renovate@sha256:2d8ba2fb08544d8bab53178888989056eb1edafb0e9c368555fafcb3a2f74bc8
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.20",
3
+ "version": "3.5.22",
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.1.0",
29
- "@w5s/dev": "^3.15.0",
28
+ "@w5s/configurator-core": "^1.3.0",
29
+ "@w5s/dev": "^3.17.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": "72f48a4954798497b4c927b16f50a291d1c193ff"
42
+ "gitHead": "dcf9e4d187060ae2e9c33250078634bd88735d0b"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.20",
3
+ "version": "3.5.22",
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.1.0",
44
- "@w5s/dev": "^3.15.0",
43
+ "@w5s/configurator-core": "^1.3.0",
44
+ "@w5s/dev": "^3.17.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": "72f48a4954798497b4c927b16f50a291d1c193ff"
63
+ "gitHead": "dcf9e4d187060ae2e9c33250078634bd88735d0b"
64
64
  }