@markuplint/rules 4.10.0 → 4.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -10
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,31 +3,29 @@
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)
6
+ ## [4.10.1](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.10.0...@markuplint/rules@4.10.1) (2024-10-14)
7
7
 
8
+ **Note:** Version bump only for package @markuplint/rules
8
9
 
9
- ### Bug Fixes
10
10
 
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))
13
11
 
14
12
 
15
- ### Features
16
13
 
17
- * **types:** avoid parsing and simply accept any value when the CSS includes `var()` ([5817693](https://github.com/markuplint/markuplint/commit/5817693cfcd1a253c627db323505e4b515f69395))
14
+ # [4.10.0](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.4...@markuplint/rules@4.10.0) (2024-09-23)
18
15
 
16
+ ### Bug Fixes
19
17
 
18
+ - **rules:** excluded cases where the element is palpable from the `no-empty-palpable-content` rule ([6071c51](https://github.com/markuplint/markuplint/commit/6071c5133b7c5d52d8e052ac9f39fb5b10c38b8e))
19
+ - **rules:** fix the message of the `heading-levels` rule and add to translate in Japanese ([ec57e1e](https://github.com/markuplint/markuplint/commit/ec57e1e5ff4549ee5574928ad20fd461d87974a5))
20
20
 
21
+ ### Features
21
22
 
23
+ - **types:** avoid parsing and simply accept any value when the CSS includes `var()` ([5817693](https://github.com/markuplint/markuplint/commit/5817693cfcd1a253c627db323505e4b515f69395))
22
24
 
23
25
  ## [4.9.4](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.3...@markuplint/rules@4.9.4) (2024-09-02)
24
26
 
25
27
  **Note:** Version bump only for package @markuplint/rules
26
28
 
27
-
28
-
29
-
30
-
31
29
  ## [4.9.3](https://github.com/markuplint/markuplint/compare/@markuplint/rules@4.9.2...@markuplint/rules@4.9.3) (2024-06-25)
32
30
 
33
31
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/rules",
3
- "version": "4.10.0",
3
+ "version": "4.10.1",
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.2",
29
+ "@markuplint/ml-core": "4.10.0",
30
+ "@markuplint/ml-spec": "4.7.1",
31
+ "@markuplint/selector": "4.6.8",
32
+ "@markuplint/shared": "4.4.6",
33
+ "@markuplint/types": "4.6.1",
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": "e59d4e8b762c66c7e3fb8b0a0d9d99d5160b0afa"
42
42
  }