Commits (35)
-
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
e320c0b7 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
64ec2f18 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
4e7ab39c -
David Sveningsson authored
fix(rollup): automatically find external dependencies See merge request !547
7c71949b -
David Sveningsson authored
fix: import semver correctly See merge request !548
fd4fc63b -
Stefan Kalscheuer authored
The prefer-button rule should detect <input> elements of button-like types. Searching all attribute values for these types, e.g. "submit", yields false positives if this string in other places. We now only check the value of the "type" attribute to prevent false positives with this rule.
2e46586b -
Stefan Kalscheuer authored95e77486
-
David Sveningsson authored
fix: only check value of type attribute in prefer-button rule See merge request !549
4a6b34a3 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
b1620ada -
David Sveningsson authored
fix: ES build Closes #124 See merge request !550
71a9c10d -
David Sveningsson authored
fixes #124
23641855 -
David Sveningsson authored
test: add integration tests for cjs/esm build Closes #124 See merge request !551
44c9dad4 -
David Sveningsson authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
5bc431e3 -
David Sveningsson authored
chore(deps): update dependency husky to v7 See merge request !546
c20d1715 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
a7aca9f4 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
5d439270 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
c7885d08 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
3aa41d0f -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
780d484d -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
dc2f7ac4 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
54618b2a -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
ba260862 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
cdb75050 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
3e203b23 -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
492fb32c -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
c7c5a51f -
HTML-validate authored
Signed-off-by:
HTML-validate <gitlab@html-validate.org>
5c1ef9ea -
David Sveningsson authored0979798a
-
David Sveningsson authored
fixes #126
eb984615 -
David Sveningsson authored
feat(rules): new rule `attr-delimiter` Closes #126 See merge request !552
1eae8022 -
## [5.1.0](v5.0.2...v5.1.0) (2021-07-11) ### Features * **lexer:** add attribute key-value delimiter to attribute value token ([0979798a](0979798a)) * **rules:** new rule `attr-delimiter` ([eb984615](eb984615)), closes [#126](#126) * support .cjs configuration files ([cd458e3e](cd458e3e)) ### Bug Fixes * automatically find external dependencies ([62af8c5c](62af8c5c)) * es build ([6b1cec5b](6b1cec5b)) * import semver correctly ([4ed8eac2](4ed8eac2)) * make prefer-button tag and attribute checks case-insensitive ([95e77486](95e77486)) * only check value of type attribute in prefer-button rule ([2e46586b](2e46586b))
docs/rules/attr-delimiter.md
0 → 100644
This diff is collapsed.
{ | ||
"name": "html-validate", | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"description": "Offline html5 validator", | ||
"keywords": [ | ||
"html", | ||
... | ... | @@ -49,11 +49,15 @@ |
"!**/*.snap", | ||
"!**/*.spec.{js,ts,d.ts}" | ||
], | ||
"workspaces": [ | ||
"tests/integration/*" | ||
], | ||
"scripts": { | ||
"prebuild": "tsc", | ||
"prebuild": "tsc --build src", | ||
"build": "rollup --config rollup.config.js", | ||
"postbuild": "scripts/pkg", | ||
"build:docs": "grunt docs", | ||
"prepack": "npm run build", | ||
"clean": "rm -rf dist public", | ||
"compatibility": "scripts/compatibility.sh", | ||
"debug": "node --inspect ./node_modules/.bin/jest --runInBand --watch --no-coverage", | ||
... | ... | @@ -158,17 +162,17 @@ |
"@rollup/plugin-replace": "2.4.2", | ||
"@rollup/plugin-typescript": "8.2.1", | ||
"@rollup/plugin-virtual": "2.0.3", | ||
"@types/babar": "0.2.0", | ||
"@types/babel__code-frame": "7.0.2", | ||
"@types/babar": "0.2.1", | ||
"@types/babel__code-frame": "7.0.3", | ||
"@types/estree": "0.0.47", | ||
"@types/glob": "7.1.3", | ||
"@types/inquirer": "7.3.2", | ||
"@types/jest": "26.0.23", | ||
"@types/glob": "7.1.4", | ||
"@types/inquirer": "7.3.3", | ||
"@types/jest": "26.0.24", | ||
"@types/json-merge-patch": "0.0.5", | ||
"@types/minimist": "1.2.1", | ||
"@types/minimist": "1.2.2", | ||
"@types/node": "11.15.54", | ||
"@types/prompts": "2.0.13", | ||
"@types/semver": "7.3.6", | ||
"@types/prompts": "2.0.14", | ||
"@types/semver": "7.3.7", | ||
"autoprefixer": "10.2.6", | ||
"babar": "0.2.0", | ||
"babelify": "10.0.0", | ||
... | ... | @@ -178,7 +182,7 @@ |
"dgeni": "0.4.14", | ||
"dgeni-front-matter": "3.0.0", | ||
"dgeni-packages": "0.29.1", | ||
"eslint": "7.29.0", | ||
"eslint": "7.30.0", | ||
"font-awesome": "4.7.0", | ||
"front-matter": "4.0.2", | ||
"grunt": "1.4.1", | ||
... | ... | @@ -187,10 +191,10 @@ |
"grunt-contrib-connect": "3.0.0", | ||
"grunt-contrib-copy": "1.0.0", | ||
"grunt-sass": "3.1.0", | ||
"highlight.js": "11.0.1", | ||
"husky": "6.0.0", | ||
"jest": "27.0.5", | ||
"jest-diff": "27.0.2", | ||
"highlight.js": "11.1.0", | ||
"husky": "7.0.1", | ||
"jest": "27.0.6", | ||
"jest-diff": "27.0.6", | ||
"jquery": "3.6.0", | ||
"lint-staged": "11.0.0", | ||
"load-grunt-tasks": "5.1.0", | ||
... | ... | @@ -199,22 +203,26 @@ |
"npm-pkg-lint": "1.4.0", | ||
"postcss": "8.3.5", | ||
"prettier": "2.3.2", | ||
"rollup": "2.52.3", | ||
"rollup": "2.53.0", | ||
"rollup-plugin-copy": "3.4.0", | ||
"rollup-plugin-dts": "3.0.2", | ||
"sass": "1.35.1", | ||
"sass": "1.35.2", | ||
"semantic-release": "17.4.4", | ||
"serve-static": "1.14.1", | ||
"stringmap": "0.2.2", | ||
"ts-jest": "27.0.3", | ||
"typescript": "4.3.4" | ||
"typescript": "4.3.5" | ||
}, | ||
"peerDependencies": { | ||
"jest": "^24 || ^25 || ^26 || ^27" | ||
"jest": "^24 || ^25 || ^26 || ^27", | ||
"jest-diff": "^24 || ^25 || ^26 || ^27" | ||
}, | ||
"peerDependenciesMeta": { | ||
"jest": { | ||
"optional": true | ||
}, | ||
"jest-diff": { | ||
"optional": true | ||
} | ||
}, | ||
"engines": { | ||
... | ... |
scripts/.gitignore
deleted
100644 → 0