@html-validate/plugin-template 1.1.14 → 1.1.16
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/files/CHANGELOG.md +12 -0
- package/files/package.json +11 -11
- package/files/renovate.json +1 -3
- package/package.json +1 -1
package/files/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @html-validate/plugin-template changelog
|
|
2
2
|
|
|
3
|
+
## 1.1.16 (2026-09-02)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- **deps:** update jest monorepo to v30.5.1 ([126bb12](https://gitlab.com/html-validate/plugin-template/commit/126bb12a784ab4f7fdc59f7219f6bb6e4cb4d680))
|
|
8
|
+
|
|
9
|
+
## 1.1.15 (2026-08-30)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **deps:** update dependency cloneman to v1.21.1 ([5328d07](https://gitlab.com/html-validate/plugin-template/commit/5328d077a79760cf11e2917d49dc5b684542c1fc))
|
|
14
|
+
|
|
3
15
|
## 1.1.14 (2026-08-29)
|
|
4
16
|
|
|
5
17
|
### Bug Fixes
|
package/files/package.json
CHANGED
|
@@ -64,28 +64,28 @@
|
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@arethetypeswrong/cli": "0.18.5",
|
|
66
66
|
"@html-validate/commitlint-config": "4.3.3",
|
|
67
|
-
"@html-validate/eslint-config": "9.
|
|
68
|
-
"@html-validate/eslint-config-jest": "9.
|
|
69
|
-
"@html-validate/eslint-config-typescript": "9.
|
|
70
|
-
"@html-validate/eslint-config-typescript-typeinfo": "9.
|
|
67
|
+
"@html-validate/eslint-config": "9.19.0",
|
|
68
|
+
"@html-validate/eslint-config-jest": "9.19.1",
|
|
69
|
+
"@html-validate/eslint-config-typescript": "9.19.2",
|
|
70
|
+
"@html-validate/eslint-config-typescript-typeinfo": "9.19.2",
|
|
71
71
|
"@html-validate/jest-config": "3.18.2",
|
|
72
|
-
"@html-validate/plugin-template": "1.1.
|
|
72
|
+
"@html-validate/plugin-template": "1.1.16",
|
|
73
73
|
"@html-validate/prettier-config": "4.1.12",
|
|
74
74
|
"@html-validate/release-scripts": "7.6.8",
|
|
75
|
-
"@jest/globals": "30.5.
|
|
75
|
+
"@jest/globals": "30.5.1",
|
|
76
76
|
"@tsconfig/node22": "22.0.6",
|
|
77
77
|
"@tsconfig/strictest": "2.0.8",
|
|
78
78
|
"@types/estree": "1.0.9",
|
|
79
79
|
"@types/node": "22.20.1",
|
|
80
80
|
"@types/semver": "7.8.0",
|
|
81
81
|
"@typescript/native": "npm:typescript@7.0.2",
|
|
82
|
-
"cloneman": "1.21.
|
|
82
|
+
"cloneman": "1.21.1",
|
|
83
83
|
"dts-bundle-generator": "9.5.1",
|
|
84
84
|
"esbuild": "0.28.2",
|
|
85
|
-
"html-validate": "11.
|
|
85
|
+
"html-validate": "11.12.0",
|
|
86
86
|
"husky": "9.1.7",
|
|
87
|
-
"jest": "30.5.
|
|
88
|
-
"jest-environment-jsdom": "30.5.
|
|
87
|
+
"jest": "30.5.1",
|
|
88
|
+
"jest-environment-jsdom": "30.5.1",
|
|
89
89
|
"npm-pkg-lint": "5.2.4",
|
|
90
90
|
"semver": "7.8.5",
|
|
91
91
|
"ts-jest": "29.4.12",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"cloneman": {
|
|
108
108
|
"template": "@html-validate/plugin-template",
|
|
109
|
-
"version": "1.1.
|
|
109
|
+
"version": "1.1.16"
|
|
110
110
|
},
|
|
111
111
|
"externalDependencies": [
|
|
112
112
|
"@html-validate/plugin-utils"
|
package/files/renovate.json
CHANGED