Commits (11)
-
WhiteSource Renovate authored31d5fd9c
-
WhiteSource Renovate authoredcbfbf4a7
-
WhiteSource Renovate authored8aa11d53
-
WhiteSource Renovate authored9ff89433
-
David Sveningsson authored80a07988
-
David Sveningsson authored8833a0fc
-
David Sveningsson authored
fixes #72
85c377d1 -
David Sveningsson authored
Deep merge meta Closes #72 See merge request !391
3bc448bf -
David Sveningsson authored1020b920
-
David Sveningsson authored
chore(deps): prettier 2 See merge request !392
06c99b31 -
David Sveningsson authored
# [2.19.0](v2.18.1...v2.19.0) (2020-03-24) ### Bug Fixes * **meta:** deep merge during inheritance ([85c377d1](85c377d1)), closes [#72](#72) ### Features * **meta:** implicit inheritance when overriding existing element ([8833a0fc](8833a0fc))
Showing
.npmrc
0 → 100644
This diff is collapsed.
{ | ||
"name": "html-validate", | ||
"version": "2.18.1", | ||
"version": "2.19.0", | ||
"description": "html linter", | ||
"keywords": [ | ||
"html", | ||
... | ... | @@ -47,8 +47,8 @@ |
"eslint": "eslint --ext js,ts .", | ||
"eslint:fix": "eslint --ext js,ts . --fix", | ||
"htmlvalidate": "./bin/html-validate.js", | ||
"prettier:check": "prettier '**/*.{ts,js,json,md,scss}' --list-different", | ||
"prettier:write": "prettier '**/*.{ts,js,json,md,scss}' --write", | ||
"prettier:check": "prettier . --check", | ||
"prettier:write": "prettier . --write", | ||
"semantic-release": "semantic-release", | ||
"start": "grunt connect", | ||
"test": "jest --ci" | ||
... | ... | @@ -95,10 +95,10 @@ |
"@babel/core": "7.9.0", | ||
"@babel/preset-env": "7.9.0", | ||
"@commitlint/cli": "8.3.5", | ||
"@html-validate/commitlint-config": "1.0.1", | ||
"@html-validate/eslint-config": "1.1.4", | ||
"@html-validate/commitlint-config": "1.0.2", | ||
"@html-validate/eslint-config": "1.2.0", | ||
"@html-validate/prettier-config": "1.0.0", | ||
"@html-validate/semantic-release-config": "1.0.11", | ||
"@html-validate/semantic-release-config": "1.0.12", | ||
"@types/babel__code-frame": "7.0.1", | ||
"@types/estree": "0.0.44", | ||
"@types/glob": "7.1.1", | ||
... | ... | @@ -136,9 +136,9 @@ |
"jquery": "3.4.1", | ||
"lint-staged": "10.0.8", | ||
"load-grunt-tasks": "5.1.0", | ||
"marked": "0.8.1", | ||
"marked": "0.8.2", | ||
"minimatch": "3.0.4", | ||
"prettier": "1.19.1", | ||
"prettier": "2.0.2", | ||
"sass": "1.26.3", | ||
"semantic-release": "17.0.4", | ||
"serve-static": "1.14.1", | ||
... | ... |