markuplint 4.14.1 → 4.18.0

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 +20 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.0](https://github.com/markuplint/markuplint/compare/v4.14.1...v4.18.0) (2026-04-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** adapt code to breaking changes from upgrade ([ced7fab](https://github.com/markuplint/markuplint/commit/ced7fab5b50ea3effd844e17b1f676fce790b53c))
11
+
12
+ ### Reverts
13
+
14
+ - pin meow and os-locale for Node 18 support ([ed61c88](https://github.com/markuplint/markuplint/commit/ed61c8829aca912b81fd6efb518b4518199db2ca))
15
+
16
+ ## [4.14.2](https://github.com/markuplint/markuplint/compare/markuplint@4.14.1...markuplint@4.14.2) (2026-04-21)
17
+
18
+ ### Bug Fixes
19
+
20
+ - **deps:** adapt code to breaking changes from upgrade ([ced7fab](https://github.com/markuplint/markuplint/commit/ced7fab5b50ea3effd844e17b1f676fce790b53c))
21
+
22
+ ### Reverts
23
+
24
+ - pin meow and os-locale for Node 18 support ([ed61c88](https://github.com/markuplint/markuplint/commit/ed61c8829aca912b81fd6efb518b4518199db2ca))
25
+
6
26
  ## [4.14.1](https://github.com/markuplint/markuplint/compare/markuplint@4.14.0...markuplint@4.14.1) (2026-02-10)
7
27
 
8
28
  **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.0",
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.0",
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.0",
33
+ "@markuplint/ml-core": "4.18.0",
34
+ "@markuplint/ml-spec": "4.18.0",
35
+ "@markuplint/rules": "4.18.0",
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": "1885af6349def3f19df975b9e9c399dd47361de1"
47
47
  }