@html-validate/plugin-template 1.1.15 → 1.1.17

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.17 (2026-09-03)
4
+
5
+ ### Bug Fixes
6
+
7
+ - **deps:** update dependency cloneman to v1.22.0 ([63655e0](https://gitlab.com/html-validate/plugin-template/commit/63655e0887c664d1e35c92fb70c2823bd998919b))
8
+
9
+ ## 1.1.16 (2026-09-02)
10
+
11
+ ### Bug Fixes
12
+
13
+ - **deps:** update jest monorepo to v30.5.1 ([126bb12](https://gitlab.com/html-validate/plugin-template/commit/126bb12a784ab4f7fdc59f7219f6bb6e4cb4d680))
14
+
3
15
  ## 1.1.15 (2026-08-30)
4
16
 
5
17
  ### Bug Fixes
@@ -1,21 +1,6 @@
1
1
  {
2
2
  "name": "${name}",
3
3
  "version": "${version}",
4
- "description": "${description}",
5
- "keywords": [
6
- "cloneman",
7
- "html-validate"
8
- ],
9
- "homepage": "https://gitlab.com/html-validate/plugin-template",
10
- "bugs": {
11
- "url": "https://gitlab.com/html-validate/plugin-template/-/work_items/new?type=Issue"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "git+https://gitlab.com/html-validate/plugin-template.git"
16
- },
17
- "license": "MIT",
18
- "author": "David Sveningsson <ext@sidvind.com>",
19
4
  "exports": {
20
5
  ".": {
21
6
  "import": {
@@ -65,27 +50,27 @@
65
50
  "@arethetypeswrong/cli": "0.18.5",
66
51
  "@html-validate/commitlint-config": "4.3.3",
67
52
  "@html-validate/eslint-config": "9.19.0",
68
- "@html-validate/eslint-config-jest": "9.19.0",
69
- "@html-validate/eslint-config-typescript": "9.19.0",
70
- "@html-validate/eslint-config-typescript-typeinfo": "9.19.0",
53
+ "@html-validate/eslint-config-jest": "9.19.1",
54
+ "@html-validate/eslint-config-typescript": "9.19.2",
55
+ "@html-validate/eslint-config-typescript-typeinfo": "9.19.2",
71
56
  "@html-validate/jest-config": "3.18.2",
72
- "@html-validate/plugin-template": "1.1.15",
57
+ "@html-validate/plugin-template": "1.1.17",
73
58
  "@html-validate/prettier-config": "4.1.12",
74
59
  "@html-validate/release-scripts": "7.6.8",
75
- "@jest/globals": "30.5.0",
60
+ "@jest/globals": "30.5.1",
76
61
  "@tsconfig/node22": "22.0.6",
77
62
  "@tsconfig/strictest": "2.0.8",
78
63
  "@types/estree": "1.0.9",
79
64
  "@types/node": "22.20.1",
80
65
  "@types/semver": "7.8.0",
81
66
  "@typescript/native": "npm:typescript@7.0.2",
82
- "cloneman": "1.21.1",
67
+ "cloneman": "1.22.0",
83
68
  "dts-bundle-generator": "9.5.1",
84
69
  "esbuild": "0.28.2",
85
- "html-validate": "11.10.0",
70
+ "html-validate": "11.12.0",
86
71
  "husky": "9.1.7",
87
- "jest": "30.5.0",
88
- "jest-environment-jsdom": "30.5.0",
72
+ "jest": "30.5.1",
73
+ "jest-environment-jsdom": "30.5.1",
89
74
  "npm-pkg-lint": "5.2.4",
90
75
  "semver": "7.8.5",
91
76
  "ts-jest": "29.4.12",
@@ -104,10 +89,6 @@
104
89
  "fsevents": false,
105
90
  "unrs-resolver": true
106
91
  },
107
- "cloneman": {
108
- "template": "@html-validate/plugin-template",
109
- "version": "1.1.15"
110
- },
111
92
  "externalDependencies": [
112
93
  "@html-validate/plugin-utils"
113
94
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/plugin-template",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "description": "cloneman template for html-validate plugins",
5
5
  "keywords": [
6
6
  "cloneman",
@@ -28,11 +28,11 @@
28
28
  ".htmlvalidate.cjs",
29
29
  ".npmrc",
30
30
  ".prettierignore",
31
+ "build.mjs",
31
32
  "CHANGELOG.md",
33
+ "eslint.config.mjs",
32
34
  "LICENSE",
33
35
  "README.md",
34
- "build.mjs",
35
- "eslint.config.mjs",
36
36
  "renovate.json",
37
37
  "src/__snapshots__/elements.spec.ts.snap",
38
38
  "src/configs/index.ts",
@@ -60,8 +60,8 @@
60
60
  ".htmlvalidate.cjs",
61
61
  ".npmrc",
62
62
  ".prettierignore",
63
- "LICENSE",
64
63
  "build.mjs",
64
+ "LICENSE",
65
65
  "renovate.json",
66
66
  "tsconfig.cjs.json",
67
67
  "tsconfig.esm.json",