html-validate 7.4.0 → 7.4.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/elements/html5.js CHANGED
@@ -960,7 +960,7 @@ module.exports = {
960
960
  li: {
961
961
  implicitClosed: ["li"],
962
962
  permittedContent: ["@flow"],
963
- permittedParent: ["ul", "ol", "menu"],
963
+ permittedParent: ["ul", "ol", "menu", "template"],
964
964
  attributes: {
965
965
  type: {
966
966
  deprecated: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -156,10 +156,10 @@
156
156
  },
157
157
  "devDependencies": {
158
158
  "@html-validate/commitlint-config": "3.0.6",
159
- "@html-validate/eslint-config": "5.4.22",
160
- "@html-validate/eslint-config-jest": "5.4.23",
161
- "@html-validate/eslint-config-typescript": "5.4.23",
162
- "@html-validate/eslint-config-typescript-typeinfo": "5.4.1",
159
+ "@html-validate/eslint-config": "5.5.0",
160
+ "@html-validate/eslint-config-jest": "5.5.0",
161
+ "@html-validate/eslint-config-typescript": "5.5.0",
162
+ "@html-validate/eslint-config-typescript-typeinfo": "5.5.0",
163
163
  "@html-validate/jest-config": "3.5.1",
164
164
  "@html-validate/prettier-config": "2.3.0",
165
165
  "@html-validate/release-scripts": "3.5.5",
@@ -177,7 +177,7 @@
177
177
  "@types/prompts": "2.0.14",
178
178
  "@types/semver": "7.3.12",
179
179
  "@types/stream-buffers": "3.0.4",
180
- "babar": "0.2.2",
180
+ "babar": "0.2.3",
181
181
  "husky": "8.0.1",
182
182
  "jest": "29.0.3",
183
183
  "jest-diff": "29.0.3",