@markuplint/file-resolver 4.9.0 → 4.9.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 +7 -5
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,21 +3,23 @@
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.9.0](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.8.1...@markuplint/file-resolver@4.9.0) (2024-06-25)
6
+ ## [4.9.1](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.9.0...@markuplint/file-resolver@4.9.1) (2024-09-02)
7
7
 
8
+ **Note:** Version bump only for package @markuplint/file-resolver
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **file-resolver:** catch errors on resolve plugins ([34f4775](https://github.com/markuplint/markuplint/commit/34f47754f2b470c31b9f1215f4072e72b2af6e2a))
12
11
 
13
12
 
14
- ### Features
15
13
 
16
- * **file-resolver:** expose errors within resolving plugins ([35ac3d4](https://github.com/markuplint/markuplint/commit/35ac3d46d0aa8e3483defa66c1239e739c57e060))
14
+ # [4.9.0](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.8.1...@markuplint/file-resolver@4.9.0) (2024-06-25)
17
15
 
16
+ ### Bug Fixes
18
17
 
18
+ - **file-resolver:** catch errors on resolve plugins ([34f4775](https://github.com/markuplint/markuplint/commit/34f47754f2b470c31b9f1215f4072e72b2af6e2a))
19
19
 
20
+ ### Features
20
21
 
22
+ - **file-resolver:** expose errors within resolving plugins ([35ac3d4](https://github.com/markuplint/markuplint/commit/35ac3d46d0aa8e3483defa66c1239e739c57e060))
21
23
 
22
24
  ## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.8.0...@markuplint/file-resolver@4.8.1) (2024-06-09)
23
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/file-resolver",
3
- "version": "4.9.0",
3
+ "version": "4.9.1",
4
4
  "description": "The file resolver of markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -24,24 +24,24 @@
24
24
  "clean": "tsc --build --clean"
25
25
  },
26
26
  "devDependencies": {
27
- "@types/node": "20.14.8"
27
+ "@types/node": "22.5.2"
28
28
  },
29
29
  "dependencies": {
30
- "@markuplint/html-parser": "4.6.5",
31
- "@markuplint/ml-ast": "4.4.2",
32
- "@markuplint/ml-config": "4.7.2",
33
- "@markuplint/ml-core": "4.8.2",
34
- "@markuplint/ml-spec": "4.6.3",
35
- "@markuplint/parser-utils": "4.6.5",
36
- "@markuplint/selector": "4.6.5",
37
- "@markuplint/shared": "4.4.3",
30
+ "@markuplint/html-parser": "4.6.6",
31
+ "@markuplint/ml-ast": "4.4.3",
32
+ "@markuplint/ml-config": "4.7.3",
33
+ "@markuplint/ml-core": "4.8.3",
34
+ "@markuplint/ml-spec": "4.6.4",
35
+ "@markuplint/parser-utils": "4.6.6",
36
+ "@markuplint/selector": "4.6.6",
37
+ "@markuplint/shared": "4.4.4",
38
38
  "cosmiconfig": "9.0.0",
39
- "debug": "4.3.5",
40
- "glob": "10.4.2",
41
- "ignore": "5.3.1",
39
+ "debug": "4.3.6",
40
+ "glob": "11.0.0",
41
+ "ignore": "5.3.2",
42
42
  "import-meta-resolve": "4.1.0",
43
43
  "jsonc": "2.0.0",
44
- "minimatch": "9.0.4"
44
+ "minimatch": "10.0.1"
45
45
  },
46
- "gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
46
+ "gitHead": "77cd5a25d5cf28c83253b7bfe02cd25b54e236b0"
47
47
  }