markuplint 4.14.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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
9
+
10
+ # [4.18.0](https://github.com/markuplint/markuplint/compare/v4.14.1...v4.18.0) (2026-04-22)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **deps:** adapt code to breaking changes from upgrade ([ced7fab](https://github.com/markuplint/markuplint/commit/ced7fab5b50ea3effd844e17b1f676fce790b53c))
15
+
16
+ ### Reverts
17
+
18
+ - pin meow and os-locale for Node 18 support ([ed61c88](https://github.com/markuplint/markuplint/commit/ed61c8829aca912b81fd6efb518b4518199db2ca))
19
+
20
+ ## [4.14.2](https://github.com/markuplint/markuplint/compare/markuplint@4.14.1...markuplint@4.14.2) (2026-04-21)
21
+
22
+ ### Bug Fixes
23
+
24
+ - **deps:** adapt code to breaking changes from upgrade ([ced7fab](https://github.com/markuplint/markuplint/commit/ced7fab5b50ea3effd844e17b1f676fce790b53c))
25
+
26
+ ### Reverts
27
+
28
+ - pin meow and os-locale for Node 18 support ([ed61c88](https://github.com/markuplint/markuplint/commit/ed61c8829aca912b81fd6efb518b4518199db2ca))
29
+
6
30
  ## [4.14.1](https://github.com/markuplint/markuplint/compare/markuplint@4.14.0...markuplint@4.14.1) (2026-02-10)
7
31
 
8
32
  **Note:** Version bump only for package markuplint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuplint",
3
- "version": "4.14.1",
3
+ "version": "4.18.1",
4
4
  "description": "An HTML linter for all markup developers",
5
5
  "author": "Yusuke Hirao",
6
6
  "license": "MIT",
@@ -23,25 +23,25 @@
23
23
  "clean": "tsc --build --clean tsconfig.build.json"
24
24
  },
25
25
  "dependencies": {
26
- "@markuplint/cli-utils": "4.4.14",
27
- "@markuplint/file-resolver": "4.9.18",
28
- "@markuplint/html-parser": "4.6.23",
29
- "@markuplint/html-spec": "4.17.0",
30
- "@markuplint/i18n": "4.7.1",
31
- "@markuplint/ml-ast": "4.4.11",
32
- "@markuplint/ml-config": "4.8.15",
33
- "@markuplint/ml-core": "4.13.3",
34
- "@markuplint/ml-spec": "4.10.2",
35
- "@markuplint/rules": "4.12.0",
36
- "@markuplint/shared": "4.4.13",
37
- "@types/debug": "4.1.12",
26
+ "@markuplint/cli-utils": "4.18.0",
27
+ "@markuplint/file-resolver": "4.18.1",
28
+ "@markuplint/html-parser": "4.18.0",
29
+ "@markuplint/html-spec": "4.18.0",
30
+ "@markuplint/i18n": "4.18.0",
31
+ "@markuplint/ml-ast": "4.18.0",
32
+ "@markuplint/ml-config": "4.18.1",
33
+ "@markuplint/ml-core": "4.18.1",
34
+ "@markuplint/ml-spec": "4.18.0",
35
+ "@markuplint/rules": "4.18.1",
36
+ "@markuplint/shared": "4.18.0",
37
+ "@types/debug": "4.1.13",
38
38
  "chokidar": "5.0.0",
39
39
  "debug": "4.4.3",
40
40
  "meow": "13.2.0",
41
41
  "os-locale": "6.0.2",
42
42
  "strict-event-emitter": "0.5.1",
43
- "strip-ansi": "7.1.2",
44
- "type-fest": "4.41.0"
43
+ "strip-ansi": "7.2.0",
44
+ "type-fest": "5.6.0"
45
45
  },
46
- "gitHead": "193ee7c1262bbed95424e38efdf1a8e56ff049f4"
46
+ "gitHead": "68194864bf358ff4763ee8edc578f7a137e60365"
47
47
  }