html-validate 7.2.0 → 7.3.2

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
@@ -530,6 +530,9 @@ module.exports = {
530
530
  flow: true,
531
531
  form: true,
532
532
  attributes: {
533
+ action: {
534
+ enum: ["\\s*\\S+\\s*"],
535
+ },
533
536
  accept: {
534
537
  deprecated: true,
535
538
  },
@@ -537,7 +540,7 @@ module.exports = {
537
540
  enum: ["on", "off"],
538
541
  },
539
542
  method: {
540
- enum: ["get", "post"],
543
+ enum: ["get", "post", "dialog"],
541
544
  },
542
545
  novalidate: {
543
546
  boolean: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "7.2.0",
3
+ "version": "7.3.2",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -157,13 +157,13 @@
157
157
  },
158
158
  "devDependencies": {
159
159
  "@html-validate/commitlint-config": "3.0.5",
160
- "@html-validate/eslint-config": "5.4.17",
161
- "@html-validate/eslint-config-jest": "5.4.18",
162
- "@html-validate/eslint-config-typescript": "5.4.18",
160
+ "@html-validate/eslint-config": "5.4.21",
161
+ "@html-validate/eslint-config-jest": "5.4.21",
162
+ "@html-validate/eslint-config-typescript": "5.4.21",
163
163
  "@html-validate/eslint-config-typescript-typeinfo": "5.4.1",
164
164
  "@html-validate/jest-config": "3.4.0",
165
165
  "@html-validate/prettier-config": "2.3.0",
166
- "@html-validate/release-scripts": "3.5.1",
166
+ "@html-validate/release-scripts": "3.5.5",
167
167
  "@rollup/plugin-json": "4.1.0",
168
168
  "@rollup/plugin-replace": "4.0.0",
169
169
  "@rollup/plugin-typescript": "8.3.4",
@@ -174,9 +174,9 @@
174
174
  "@types/glob": "7.2.0",
175
175
  "@types/jest": "28.1.6",
176
176
  "@types/minimist": "1.2.2",
177
- "@types/node": "14.18.23",
177
+ "@types/node": "14.18.25",
178
178
  "@types/prompts": "2.0.14",
179
- "@types/semver": "7.3.10",
179
+ "@types/semver": "7.3.12",
180
180
  "@types/stream-buffers": "3.0.4",
181
181
  "babar": "0.2.2",
182
182
  "husky": "8.0.1",
@@ -186,11 +186,11 @@
186
186
  "jest-snapshot": "28.1.3",
187
187
  "npm-pkg-lint": "1.11.1",
188
188
  "npm-run-all": "4.1.5",
189
- "rollup": "2.77.2",
189
+ "rollup": "2.78.1",
190
190
  "rollup-plugin-copy": "3.4.0",
191
191
  "rollup-plugin-dts": "4.2.2",
192
192
  "stream-buffers": "3.0.2",
193
- "ts-jest": "28.0.7",
193
+ "ts-jest": "28.0.8",
194
194
  "typescript": "4.7.4"
195
195
  },
196
196
  "peerDependencies": {