markuplint 4.11.0 → 4.11.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 +11 -9
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,23 +3,25 @@
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.11.0](https://github.com/markuplint/markuplint/compare/markuplint@4.10.1...markuplint@4.11.0) (2024-10-27)
7
-
6
+ ## [4.11.2](https://github.com/markuplint/markuplint/compare/markuplint@4.11.1...markuplint@4.11.2) (2024-10-31)
8
7
 
9
- ### Bug Fixes
10
-
11
- * **markuplint:** remove unnecessary a comma ([dc49a54](https://github.com/markuplint/markuplint/commit/dc49a54359a25ca200edd3928f03ed3ca1f1fe41))
8
+ **Note:** Version bump only for package markuplint
12
9
 
10
+ ## [4.11.1](https://github.com/markuplint/markuplint/compare/markuplint@4.11.0...markuplint@4.11.1) (2024-10-28)
13
11
 
14
- ### Features
12
+ **Note:** Version bump only for package markuplint
15
13
 
16
- * **markuplint:** add `--show-config` option to CLI ([a836ddb](https://github.com/markuplint/markuplint/commit/a836ddb50159ec45ac4fc0ced9ca1c66a10c90c1))
17
- * **markuplint:** change `resolveConfig` memthod to public from private ([f3cadb6](https://github.com/markuplint/markuplint/commit/f3cadb630eca4a4a9b754a3cb904ca0e05665110))
18
- * **markuplint:** export `package.json` ([c52a5b9](https://github.com/markuplint/markuplint/commit/c52a5b9afd6c5a2a32e9c46af929c28d9673f501))
14
+ # [4.11.0](https://github.com/markuplint/markuplint/compare/markuplint@4.10.1...markuplint@4.11.0) (2024-10-27)
19
15
 
16
+ ### Bug Fixes
20
17
 
18
+ - **markuplint:** remove unnecessary a comma ([dc49a54](https://github.com/markuplint/markuplint/commit/dc49a54359a25ca200edd3928f03ed3ca1f1fe41))
21
19
 
20
+ ### Features
22
21
 
22
+ - **markuplint:** add `--show-config` option to CLI ([a836ddb](https://github.com/markuplint/markuplint/commit/a836ddb50159ec45ac4fc0ced9ca1c66a10c90c1))
23
+ - **markuplint:** change `resolveConfig` method to public from private ([f3cadb6](https://github.com/markuplint/markuplint/commit/f3cadb630eca4a4a9b754a3cb904ca0e05665110))
24
+ - **markuplint:** export `package.json` ([c52a5b9](https://github.com/markuplint/markuplint/commit/c52a5b9afd6c5a2a32e9c46af929c28d9673f501))
23
25
 
24
26
  ## [4.10.1](https://github.com/markuplint/markuplint/compare/markuplint@4.10.0...markuplint@4.10.1) (2024-10-15)
25
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuplint",
3
- "version": "4.11.0",
3
+ "version": "4.11.2",
4
4
  "description": "An HTML linter for all markup developers",
5
5
  "author": "Yusuke Hirao",
6
6
  "license": "MIT",
@@ -26,17 +26,17 @@
26
26
  "clean": "tsc --build --clean"
27
27
  },
28
28
  "dependencies": {
29
- "@markuplint/cli-utils": "4.4.8",
30
- "@markuplint/file-resolver": "4.9.5",
31
- "@markuplint/html-parser": "4.6.10",
32
- "@markuplint/html-spec": "4.10.0",
33
- "@markuplint/i18n": "4.5.6",
34
- "@markuplint/ml-ast": "4.4.7",
35
- "@markuplint/ml-config": "4.8.2",
36
- "@markuplint/ml-core": "4.10.2",
37
- "@markuplint/ml-spec": "4.8.0",
38
- "@markuplint/rules": "4.10.3",
39
- "@markuplint/shared": "4.4.8",
29
+ "@markuplint/cli-utils": "4.4.9",
30
+ "@markuplint/file-resolver": "4.9.7",
31
+ "@markuplint/html-parser": "4.6.12",
32
+ "@markuplint/html-spec": "4.10.2",
33
+ "@markuplint/i18n": "4.5.7",
34
+ "@markuplint/ml-ast": "4.4.8",
35
+ "@markuplint/ml-config": "4.8.4",
36
+ "@markuplint/ml-core": "4.10.4",
37
+ "@markuplint/ml-spec": "4.8.2",
38
+ "@markuplint/rules": "4.10.5",
39
+ "@markuplint/shared": "4.4.9",
40
40
  "@types/debug": "4.1.12",
41
41
  "chokidar": "4.0.1",
42
42
  "debug": "4.3.7",
@@ -47,5 +47,5 @@
47
47
  "strip-ansi": "7.1.0",
48
48
  "type-fest": "4.26.1"
49
49
  },
50
- "gitHead": "fab5b494f0bdc491aa83cb2c8722738d557fbefd"
50
+ "gitHead": "c35e0beb5e14093a41cee7634221dbe7f7d577f9"
51
51
  }