html-validate 6.1.3 → 6.1.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # html-validate changelog
2
2
 
3
+ ### [6.1.4](https://gitlab.com/html-validate/html-validate/compare/v6.1.3...v6.1.4) (2021-12-04)
4
+
5
+ ### Bug Fixes
6
+
7
+ - handle multiline `srcset` attribute ([0bb92a7](https://gitlab.com/html-validate/html-validate/commit/0bb92a7c649d44281f530ea105aba55c9f3191ff)), closes [#138](https://gitlab.com/html-validate/html-validate/issues/138)
8
+
3
9
  ### [6.1.3](https://gitlab.com/html-validate/html-validate/compare/v6.1.2...v6.1.3) (2021-11-19)
4
10
 
5
11
  ### Bug Fixes
package/dist/cjs/core.js CHANGED
@@ -2929,7 +2929,7 @@ var TRANSFORMER_API;
2929
2929
  /** @public */
2930
2930
  const name = "html-validate";
2931
2931
  /** @public */
2932
- const version = "6.1.3";
2932
+ const version = "6.1.4";
2933
2933
  /** @public */
2934
2934
  const homepage = "https://html-validate.org";
2935
2935
  /** @public */
package/dist/es/core.js CHANGED
@@ -2917,7 +2917,7 @@ var TRANSFORMER_API;
2917
2917
  /** @public */
2918
2918
  const name = "html-validate";
2919
2919
  /** @public */
2920
- const version = "6.1.3";
2920
+ const version = "6.1.4";
2921
2921
  /** @public */
2922
2922
  const homepage = "https://html-validate.org";
2923
2923
  /** @public */
@@ -777,7 +777,7 @@
777
777
  "enum": ["/.+/"]
778
778
  },
779
779
  "srcset": {
780
- "enum": ["/.+/"]
780
+ "enum": ["/[^]+/"]
781
781
  },
782
782
  "vspace": {
783
783
  "deprecated": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "6.1.3",
3
+ "version": "6.1.4",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -155,10 +155,10 @@
155
155
  "devDependencies": {
156
156
  "@babel/core": "7.16.0",
157
157
  "@babel/preset-env": "7.16.4",
158
- "@html-validate/commitlint-config": "2.1.3",
159
- "@html-validate/eslint-config": "5.1.1",
160
- "@html-validate/eslint-config-jest": "5.1.0",
161
- "@html-validate/eslint-config-typescript": "5.1.0",
158
+ "@html-validate/commitlint-config": "2.1.4",
159
+ "@html-validate/eslint-config": "5.2.1",
160
+ "@html-validate/eslint-config-jest": "5.2.0",
161
+ "@html-validate/eslint-config-typescript": "5.2.0",
162
162
  "@html-validate/jest-config": "3.0.1",
163
163
  "@html-validate/prettier-config": "2.0.0",
164
164
  "@html-validate/semantic-release-config": "3.0.2",
@@ -171,7 +171,7 @@
171
171
  "@types/babel__code-frame": "7.0.3",
172
172
  "@types/estree": "0.0.50",
173
173
  "@types/glob": "7.2.0",
174
- "@types/jest": "27.0.2",
174
+ "@types/jest": "27.0.3",
175
175
  "@types/json-merge-patch": "0.0.5",
176
176
  "@types/minimist": "1.2.2",
177
177
  "@types/node": "12.20.37",
@@ -182,7 +182,7 @@
182
182
  "babelify": "10.0.0",
183
183
  "bootstrap-sass": "3.4.1",
184
184
  "canonical-path": "1.0.0",
185
- "cssnano": "5.0.11",
185
+ "cssnano": "5.0.12",
186
186
  "dgeni": "0.4.14",
187
187
  "dgeni-front-matter": "3.0.0",
188
188
  "dgeni-packages": "0.29.2",
@@ -196,22 +196,22 @@
196
196
  "grunt-sass": "3.1.0",
197
197
  "highlight.js": "11.3.1",
198
198
  "husky": "7.0.4",
199
- "jest": "27.3.1",
200
- "jest-diff": "27.3.1",
199
+ "jest": "27.4.3",
200
+ "jest-diff": "27.4.2",
201
201
  "jquery": "3.6.0",
202
- "lint-staged": "12.0.2",
202
+ "lint-staged": "12.1.2",
203
203
  "load-grunt-tasks": "5.1.0",
204
204
  "marked": "2.1.3",
205
205
  "minimatch": "3.0.4",
206
206
  "npm-pkg-lint": "1.5.0",
207
207
  "npm-run-all": "4.1.5",
208
- "postcss": "8.3.11",
209
- "prettier": "2.4.1",
210
- "rollup": "2.60.0",
208
+ "postcss": "8.4.4",
209
+ "prettier": "2.5.0",
210
+ "rollup": "2.60.2",
211
211
  "rollup-plugin-copy": "3.4.0",
212
212
  "rollup-plugin-dts": "4.0.1",
213
- "sass": "1.43.4",
214
- "semantic-release": "18.0.0",
213
+ "sass": "1.44.0",
214
+ "semantic-release": "18.0.1",
215
215
  "serve-static": "1.14.1",
216
216
  "stringmap": "0.2.2",
217
217
  "ts-jest": "27.0.7",