@markuplint/create-rule 4.8.0 → 4.18.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [4.18.1](https://github.com/markuplint/markuplint/compare/v4.18.0...v4.18.1) (2026-04-24)
7
+
8
+ **Note:** Version bump only for package @markuplint/create-rule
9
+
10
+ # [4.18.0](https://github.com/markuplint/markuplint/compare/v4.14.1...v4.18.0) (2026-04-22)
11
+
12
+ **Note:** Version bump only for package @markuplint/create-rule
13
+
14
+ ## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/create-rule@4.8.0...@markuplint/create-rule@4.8.1) (2026-04-21)
15
+
16
+ **Note:** Version bump only for package @markuplint/create-rule
17
+
6
18
  # [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/create-rule@4.7.22...@markuplint/create-rule@4.8.0) (2026-02-10)
7
19
 
8
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/create-rule",
3
- "version": "4.8.0",
3
+ "version": "4.18.1",
4
4
  "description": "Rule generator for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -22,15 +22,15 @@
22
22
  "clean": "tsc --build --clean tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "@markuplint/cli-utils": "4.4.14",
26
- "@markuplint/ml-core": "4.13.3",
27
- "glob": "13.0.1",
28
- "prettier": "3.6.2",
29
- "typescript": "5.9.3"
25
+ "@markuplint/cli-utils": "4.18.0",
26
+ "@markuplint/ml-core": "4.18.1",
27
+ "glob": "13.0.6",
28
+ "prettier": "3.8.3",
29
+ "typescript": "6.0.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/fs-extra": "11.0.4",
33
- "fs-extra": "11.3.3"
33
+ "fs-extra": "11.3.4"
34
34
  },
35
- "gitHead": "193ee7c1262bbed95424e38efdf1a8e56ff049f4"
35
+ "gitHead": "68194864bf358ff4763ee8edc578f7a137e60365"
36
36
  }
@@ -52,8 +52,8 @@ TODO: Write a description
52
52
 
53
53
  | Property | Type | Optional | Default Value | Description |
54
54
  | -------- | ---------- | -------- | ------------- | ------------------------- |
55
- | `foo` | `string` | ✔ | `undefined` | TODO: Write a description |
56
- | `bar` | `number[]` | ✔ | `undefined` | TODO: Write a description |
55
+ | `foo` | `string` | ✔ | `undefined` | TODO: Write a description |
56
+ | `bar` | `number[]` | ✔ | `undefined` | TODO: Write a description |
57
57
 
58
58
  ### Default severity
59
59