@markuplint/rules 4.10.0 → 4.10.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -10
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,30 +3,32 @@
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.10.0](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.4...@markuplint/rules@4.10.0) (2024-09-23)
7
-
8
-
9
- ### Bug Fixes
6
+ ## [4.10.2](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.10.1...@markuplint/rules@4.10.2) (2024-10-15)
10
7
 
11
- * **rules:** excluded cases where the element is palpable from the `no-empty-palpable-content` rule ([6071c51](https://github.com/markuplint/markuplint/commit/6071c5133b7c5d52d8e052ac9f39fb5b10c38b8e))
12
- * **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5))
8
+ **Note:** Version bump only for package @markuplint/rules
13
9
 
14
10
 
15
- ### Features
16
11
 
17
- * **types:** avoid parsing and simply accept any value when the CSS includes `var()` ([5817693](https://github.com/markuplint/markuplint/commit/5817693cfcd1a253c627db323505e4b515f69395))
18
12
 
19
13
 
14
+ ## [4.10.1](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.10.0...@markuplint/rules@4.10.1) (2024-10-14)
20
15
 
16
+ **Note:** Version bump only for package @markuplint/rules
21
17
 
18
+ # [4.10.0](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.4...@markuplint/rules@4.10.0) (2024-09-23)
22
19
 
23
- ## [4.9.4](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.3...@markuplint/rules@4.9.4) (2024-09-02)
20
+ ### Bug Fixes
24
21
 
25
- **Note:** Version bump only for package @markuplint/rules
22
+ - **rules:** excluded cases where the element is palpable from the `no-empty-palpable-content` rule ([6071c51](https://github.com/markuplint/markuplint/commit/6071c5133b7c5d52d8e052ac9f39fb5b10c38b8e))
23
+ - **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5))
26
24
 
25
+ ### Features
27
26
 
27
+ - **types:** avoid parsing and simply accept any value when the CSS includes `var()` ([5817693](https://github.com/markuplint/markuplint/commit/5817693cfcd1a253c627db323505e4b515f69395))
28
28
 
29
+ ## [4.9.4](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.3...@markuplint/rules@4.9.4) (2024-09-02)
29
30
 
31
+ **Note:** Version bump only for package @markuplint/rules
30
32
 
31
33
  ## [4.9.3](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.2...@markuplint/rules@4.9.3) (2024-06-25)
32
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/rules",
3
- "version": "4.10.0",
3
+ "version": "4.10.2",
4
4
  "description": "Built-in rules of markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -25,12 +25,12 @@
25
25
  "./lib/permitted-contents/debug.js": "./lib/permitted-contents/debug.browser.js"
26
26
  },
27
27
  "dependencies": {
28
- "@markuplint/html-spec": "4.9.1",
29
- "@markuplint/ml-core": "4.9.0",
30
- "@markuplint/ml-spec": "4.7.0",
31
- "@markuplint/selector": "4.6.7",
32
- "@markuplint/shared": "4.4.5",
33
- "@markuplint/types": "4.6.0",
28
+ "@markuplint/html-spec": "4.9.3",
29
+ "@markuplint/ml-core": "4.10.1",
30
+ "@markuplint/ml-spec": "4.7.2",
31
+ "@markuplint/selector": "4.6.9",
32
+ "@markuplint/shared": "4.4.7",
33
+ "@markuplint/types": "4.6.2",
34
34
  "@types/debug": "4.1.12",
35
35
  "@ungap/structured-clone": "1.2.0",
36
36
  "ansi-colors": "4.1.3",
@@ -38,5 +38,5 @@
38
38
  "debug": "4.3.7",
39
39
  "type-fest": "4.26.1"
40
40
  },
41
- "gitHead": "05d2eabfcc41b67847c24049f12dd2b9f5ca6485"
41
+ "gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f"
42
42
  }