markuplint 4.11.0 → 4.11.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 +13 -13
package/CHANGELOG.md CHANGED
@@ -3,23 +3,21 @@
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)
6
+ ## [4.11.1](https://github.com/markuplint/markuplint/compare/markuplint@4.11.0...markuplint@4.11.1) (2024-10-28)
7
7
 
8
+ **Note:** Version bump only for package markuplint
8
9
 
9
- ### Bug Fixes
10
+ # [4.11.0](https://github.com/markuplint/markuplint/compare/markuplint@4.10.1...markuplint@4.11.0) (2024-10-27)
10
11
 
11
- * **markuplint:** remove unnecessary a comma ([dc49a54](https://github.com/markuplint/markuplint/commit/dc49a54359a25ca200edd3928f03ed3ca1f1fe41))
12
+ ### Bug Fixes
12
13
 
14
+ - **markuplint:** remove unnecessary a comma ([dc49a54](https://github.com/markuplint/markuplint/commit/dc49a54359a25ca200edd3928f03ed3ca1f1fe41))
13
15
 
14
16
  ### Features
15
17
 
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))
19
-
20
-
21
-
22
-
18
+ - **markuplint:** add `--show-config` option to CLI ([a836ddb](https://github.com/markuplint/markuplint/commit/a836ddb50159ec45ac4fc0ced9ca1c66a10c90c1))
19
+ - **markuplint:** change `resolveConfig` method to public from private ([f3cadb6](https://github.com/markuplint/markuplint/commit/f3cadb630eca4a4a9b754a3cb904ca0e05665110))
20
+ - **markuplint:** export `package.json` ([c52a5b9](https://github.com/markuplint/markuplint/commit/c52a5b9afd6c5a2a32e9c46af929c28d9673f501))
23
21
 
24
22
  ## [4.10.1](https://github.com/markuplint/markuplint/compare/markuplint@4.10.0...markuplint@4.10.1) (2024-10-15)
25
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuplint",
3
- "version": "4.11.0",
3
+ "version": "4.11.1",
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.6",
31
+ "@markuplint/html-parser": "4.6.11",
32
+ "@markuplint/html-spec": "4.10.1",
33
+ "@markuplint/i18n": "4.5.7",
34
+ "@markuplint/ml-ast": "4.4.8",
35
+ "@markuplint/ml-config": "4.8.3",
36
+ "@markuplint/ml-core": "4.10.3",
37
+ "@markuplint/ml-spec": "4.8.1",
38
+ "@markuplint/rules": "4.10.4",
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": "60a8a7149bd4441e89972ca21b90033afb05b89e"
51
51
  }