@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.
@@ -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
@@ -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.18.4",
68
- "@html-validate/eslint-config-jest": "9.18.6",
69
- "@html-validate/eslint-config-typescript": "9.18.3",
70
- "@html-validate/eslint-config-typescript-typeinfo": "9.18.3",
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.14",
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.0",
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.0",
82
+ "cloneman": "1.21.1",
83
83
  "dts-bundle-generator": "9.5.1",
84
84
  "esbuild": "0.28.2",
85
- "html-validate": "11.10.0",
85
+ "html-validate": "11.12.0",
86
86
  "husky": "9.1.7",
87
- "jest": "30.5.0",
88
- "jest-environment-jsdom": "30.5.0",
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.14"
109
+ "version": "1.1.16"
110
110
  },
111
111
  "externalDependencies": [
112
112
  "@html-validate/plugin-utils"
@@ -1,7 +1,5 @@
1
1
  {
2
- "extends": [
3
- "gitlab>html-validate/renovate-config"
4
- ],
2
+ "extends": ["gitlab>html-validate/renovate-config"],
5
3
  "ignoreDeps": [
6
4
  "@arethetypeswrong/cli",
7
5
  "@html-validate/commitlint-config",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/plugin-template",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "description": "cloneman template for html-validate plugins",
5
5
  "keywords": [
6
6
  "cloneman",