@markuplint/types 4.8.0 → 4.8.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.
- package/CHANGELOG.md +9 -7
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,23 +3,25 @@
|
|
|
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
|
-
|
|
6
|
+
## [4.8.1](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.8.0...@markuplint/types@4.8.1) (2025-11-05)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @markuplint/types
|
|
8
9
|
|
|
9
|
-
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* **types:** adjust type checking for css-tree update ([7fff913](https://github.com/markuplint/markuplint/commit/7fff913f4630eab6017861934142636d3c267336))
|
|
12
|
-
* **types:** fix bug that spaces are invalid even if separator is 'space' when disallowToSurroundBySpaces is enabled ([3b81c3b](https://github.com/markuplint/markuplint/commit/3b81c3b525cd406275936236f8b793efed8864d7))
|
|
13
11
|
|
|
14
12
|
|
|
15
|
-
### Features
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
* **types:** add link type validation for HTML elements ([ed7cc6c](https://github.com/markuplint/markuplint/commit/ed7cc6c2b703e14b8572087eb07c63a97d864187))
|
|
14
|
+
# [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.7.7...@markuplint/types@4.8.0) (2025-08-24)
|
|
19
15
|
|
|
16
|
+
### Bug Fixes
|
|
20
17
|
|
|
18
|
+
- **types:** adjust type checking for css-tree update ([7fff913](https://github.com/markuplint/markuplint/commit/7fff913f4630eab6017861934142636d3c267336))
|
|
19
|
+
- **types:** fix bug that spaces are invalid even if separator is 'space' when disallowToSurroundBySpaces is enabled ([3b81c3b](https://github.com/markuplint/markuplint/commit/3b81c3b525cd406275936236f8b793efed8864d7))
|
|
21
20
|
|
|
21
|
+
### Features
|
|
22
22
|
|
|
23
|
+
- **types:** add link type definitions for specific HTML elements ([7199a8e](https://github.com/markuplint/markuplint/commit/7199a8eb4eaf334855ba78064c4340e040d8614c))
|
|
24
|
+
- **types:** add link type validation for HTML elements ([ed7cc6c](https://github.com/markuplint/markuplint/commit/ed7cc6c2b703e14b8572087eb07c63a97d864187))
|
|
23
25
|
|
|
24
26
|
## [4.7.7](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.7.6...@markuplint/types@4.7.7) (2025-08-13)
|
|
25
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/types",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.1",
|
|
4
4
|
"description": "Type declaration and value checker",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@markuplint/shared": "4.4.12",
|
|
33
|
-
"@types/css-tree": "2.3.
|
|
33
|
+
"@types/css-tree": "2.3.11",
|
|
34
34
|
"@types/debug": "4.1.12",
|
|
35
35
|
"@types/whatwg-mimetype": "3.0.2",
|
|
36
36
|
"bcp-47": "2.1.0",
|
|
37
37
|
"css-tree": "3.1.0",
|
|
38
|
-
"debug": "4.4.
|
|
39
|
-
"leven": "4.
|
|
38
|
+
"debug": "4.4.3",
|
|
39
|
+
"leven": "4.1.0",
|
|
40
40
|
"type-fest": "4.41.0",
|
|
41
41
|
"whatwg-mimetype": "4.0.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "6213ea30269ef404f030e67bbcc7fc7443ec1060"
|
|
44
44
|
}
|