starlight-links-validator 0.14.2 → 0.14.3
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.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# starlight-links-validator
|
|
2
2
|
|
|
3
|
+
## 0.14.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#91](https://github.com/HiDeoo/starlight-links-validator/pull/91) [`1ef31b8`](https://github.com/HiDeoo/starlight-links-validator/commit/1ef31b81e7c5321a7481df6111d9161c4608fd4e) Thanks [@DaniFoldi](https://github.com/DaniFoldi)! - Moves `mdast-util-mdx-jsx` package to non-dev dependencies to prevent issues in monorepos with hoisting disabled.
|
|
8
|
+
|
|
3
9
|
## 0.14.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starlight-links-validator",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Starlight plugin to validate internal links.",
|
|
6
6
|
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"hast-util-has-property": "^3.0.0",
|
|
17
17
|
"is-absolute-url": "^4.0.1",
|
|
18
18
|
"kleur": "^4.1.5",
|
|
19
|
+
"mdast-util-mdx-jsx": "^3.1.3",
|
|
19
20
|
"mdast-util-to-string": "^4.0.0",
|
|
20
21
|
"picomatch": "^4.0.2",
|
|
21
22
|
"unist-util-visit": "^5.0.0"
|
|
@@ -24,7 +25,6 @@
|
|
|
24
25
|
"@types/hast": "^3.0.4",
|
|
25
26
|
"@types/mdast": "^4.0.4",
|
|
26
27
|
"@types/node": "^18.19.68",
|
|
27
|
-
"mdast-util-mdx-jsx": "^3.1.3",
|
|
28
28
|
"remark-custom-heading-id": "^2.0.0",
|
|
29
29
|
"unified": "^11.0.5",
|
|
30
30
|
"vfile": "^6.0.3",
|