@markuplint/file-resolver 4.9.0 → 4.9.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 +15 -5
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,21 +3,31 @@
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.2](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.9.1...@markuplint/file-resolver@4.9.2) (2024-09-23)
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.1](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.9.0...@markuplint/file-resolver@4.9.1) (2024-09-02)
15
+
16
+ **Note:** Version bump only for package @markuplint/file-resolver
17
+
17
18
 
18
19
 
19
20
 
20
21
 
22
+ # [4.9.0](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.8.1...@markuplint/file-resolver@4.9.0) (2024-06-25)
23
+
24
+ ### Bug Fixes
25
+
26
+ - **file-resolver:** catch errors on resolve plugins ([34f4775](https://github.com/markuplint/markuplint/commit/34f47754f2b470c31b9f1215f4072e72b2af6e2a))
27
+
28
+ ### Features
29
+
30
+ - **file-resolver:** expose errors within resolving plugins ([35ac3d4](https://github.com/markuplint/markuplint/commit/35ac3d46d0aa8e3483defa66c1239e739c57e060))
21
31
 
22
32
  ## [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
33
 
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.2",
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.5"
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.7",
31
+ "@markuplint/ml-ast": "4.4.4",
32
+ "@markuplint/ml-config": "4.7.4",
33
+ "@markuplint/ml-core": "4.9.0",
34
+ "@markuplint/ml-spec": "4.7.0",
35
+ "@markuplint/parser-utils": "4.6.7",
36
+ "@markuplint/selector": "4.6.7",
37
+ "@markuplint/shared": "4.4.5",
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.7",
40
+ "glob": "11.0.0",
41
+ "ignore": "6.0.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": "05d2eabfcc41b67847c24049f12dd2b9f5ca6485"
47
47
  }