@html-validate/plugin-template 1.0.4 → 1.0.5

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,13 @@
1
1
  # @html-validate/plugin-template changelog
2
2
 
3
+ ## 1.0.5 (2026-06-30)
4
+
5
+ ### Bug Fixes
6
+
7
+ - remove old configuration files ([553ea3f](https://gitlab.com/html-validate/plugin-template/commit/553ea3fb51cf2704e249e27b9dc9259fa8834f34))
8
+ - use `defineConfig()` ([07e0e6c](https://gitlab.com/html-validate/plugin-template/commit/07e0e6cfb521491cac2d6b4accd5c3a4629d96d8))
9
+ - use cjs build for jest for now ([aed4496](https://gitlab.com/html-validate/plugin-template/commit/aed44968e5d139dc86988843cfc9e54f5de1f218))
10
+
3
11
  ## 1.0.4 (2026-06-25)
4
12
 
5
13
  ### Bug Fixes
@@ -1,9 +1,10 @@
1
1
  /* This file is managed by "@html-validate/plugin-template". Changes will be overwritten */
2
2
 
3
- import Plugin from "./dist/esm/index.mjs";
3
+ import { defineConfig } from "html-validate";
4
+ import Plugin from "./dist/cjs/index.cjs";
4
5
 
5
- export default {
6
+ export default defineConfig({
6
7
  plugins: [Plugin],
7
8
  extends: ["html-validate:recommended", `${Plugin.name}:recommended`],
8
9
  elements: ["html5"],
9
- };
10
+ });
@@ -63,14 +63,14 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@arethetypeswrong/cli": "0.18.4",
66
- "@html-validate/commitlint-config": "4.0.3",
67
- "@html-validate/eslint-config": "9.8.2",
68
- "@html-validate/eslint-config-jest": "9.8.0",
69
- "@html-validate/eslint-config-typescript": "9.8.0",
66
+ "@html-validate/commitlint-config": "4.1.0",
67
+ "@html-validate/eslint-config": "9.8.8",
68
+ "@html-validate/eslint-config-jest": "9.8.6",
69
+ "@html-validate/eslint-config-typescript": "9.8.8",
70
70
  "@html-validate/eslint-config-typescript-typeinfo": "9.8.0",
71
71
  "@html-validate/jest-config": "3.18.2",
72
- "@html-validate/plugin-template": "1.0.4",
73
- "@html-validate/prettier-config": "4.1.1",
72
+ "@html-validate/plugin-template": "1.0.5",
73
+ "@html-validate/prettier-config": "4.1.4",
74
74
  "@html-validate/release-scripts": "7.3.1",
75
75
  "@jest/globals": "30.4.1",
76
76
  "@tsconfig/node22": "22.0.5",
@@ -78,14 +78,14 @@
78
78
  "@types/estree": "1.0.9",
79
79
  "@types/node": "22.20.0",
80
80
  "@types/semver": "7.7.1",
81
- "cloneman": "1.18.1",
81
+ "cloneman": "1.19.0",
82
82
  "dts-bundle-generator": "9.5.1",
83
83
  "esbuild": "0.28.1",
84
84
  "html-validate": "11.5.3",
85
85
  "husky": "9.1.7",
86
86
  "jest": "30.4.2",
87
87
  "jest-environment-jsdom": "30.4.1",
88
- "npm-pkg-lint": "5.1.8",
88
+ "npm-pkg-lint": "5.1.10",
89
89
  "semver": "7.8.5",
90
90
  "ts-jest": "29.4.11",
91
91
  "typescript": "6.0.3"
@@ -104,7 +104,7 @@
104
104
  },
105
105
  "cloneman": {
106
106
  "template": "@html-validate/plugin-template",
107
- "version": "1.0.4"
107
+ "version": "1.0.5"
108
108
  },
109
109
  "externalDependencies": [
110
110
  "@html-validate/plugin-utils"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/plugin-template",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "cloneman template for html-validate plugins",
5
5
  "keywords": [
6
6
  "cloneman",
@@ -69,6 +69,9 @@
69
69
  "tsconfig.esm.json",
70
70
  "tsconfig.json"
71
71
  ],
72
+ "removeFiles": [
73
+ ".htmlvalidate.{js,cjs}"
74
+ ],
72
75
  "uninstallDependencies": [],
73
76
  "ignoredDependencies": [
74
77
  "html-validate",