html-validate 6.11.1 → 7.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "6.11.1",
3
+ "version": "7.1.1",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -144,8 +144,8 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@babel/code-frame": "^7.10.0",
147
- "@html-validate/stylish": "^2.0.0",
148
- "@sidvind/better-ajv-errors": "^1.1.1",
147
+ "@html-validate/stylish": "^3.0.0",
148
+ "@sidvind/better-ajv-errors": "^2.0.0",
149
149
  "acorn-walk": "^8.0.0",
150
150
  "ajv": "^8.0.0",
151
151
  "deepmerge": "^4.2.0",
@@ -158,16 +158,16 @@
158
158
  "semver": "^7.0.0"
159
159
  },
160
160
  "devDependencies": {
161
- "@babel/core": "7.17.10",
162
- "@babel/preset-env": "7.17.10",
163
- "@html-validate/commitlint-config": "2.1.10",
164
- "@html-validate/eslint-config": "5.4.4",
165
- "@html-validate/eslint-config-jest": "5.4.4",
166
- "@html-validate/eslint-config-typescript": "5.4.0",
161
+ "@babel/core": "7.18.0",
162
+ "@babel/preset-env": "7.18.0",
163
+ "@html-validate/commitlint-config": "3.0.1",
164
+ "@html-validate/eslint-config": "5.4.6",
165
+ "@html-validate/eslint-config-jest": "5.4.8",
166
+ "@html-validate/eslint-config-typescript": "5.4.8",
167
167
  "@html-validate/eslint-config-typescript-typeinfo": "5.4.1",
168
168
  "@html-validate/jest-config": "3.3.1",
169
- "@html-validate/prettier-config": "2.1.0",
170
- "@html-validate/release-scripts": "3.4.1",
169
+ "@html-validate/prettier-config": "2.2.0",
170
+ "@html-validate/release-scripts": "3.4.3",
171
171
  "@lodder/grunt-postcss": "3.1.1",
172
172
  "@rollup/plugin-json": "4.1.0",
173
173
  "@rollup/plugin-replace": "4.0.0",
@@ -177,9 +177,9 @@
177
177
  "@types/babel__code-frame": "7.0.3",
178
178
  "@types/estree": "0.0.51",
179
179
  "@types/glob": "7.2.0",
180
- "@types/jest": "27.5.0",
180
+ "@types/jest": "27.5.1",
181
181
  "@types/minimist": "1.2.2",
182
- "@types/node": "12.20.50",
182
+ "@types/node": "14.18.18",
183
183
  "@types/prompts": "2.0.14",
184
184
  "@types/semver": "7.3.9",
185
185
  "autoprefixer": "10.4.7",
@@ -187,39 +187,39 @@
187
187
  "babelify": "10.0.0",
188
188
  "bootstrap-sass": "3.4.3",
189
189
  "canonical-path": "1.0.0",
190
- "cssnano": "5.1.7",
190
+ "cssnano": "5.1.9",
191
191
  "dgeni": "0.4.14",
192
- "dgeni-front-matter": "3.0.0",
192
+ "dgeni-front-matter": "4.0.0",
193
193
  "dgeni-packages": "0.29.3",
194
194
  "font-awesome": "4.7.0",
195
195
  "front-matter": "4.0.2",
196
- "grunt": "1.5.2",
196
+ "grunt": "1.5.3",
197
197
  "grunt-browserify": "6.0.0",
198
198
  "grunt-cli": "1.4.3",
199
199
  "grunt-contrib-connect": "3.0.0",
200
200
  "grunt-contrib-copy": "1.0.0",
201
201
  "grunt-sass": "3.1.0",
202
202
  "highlight.js": "11.5.1",
203
- "husky": "7.0.4",
204
- "jest": "28.0.3",
205
- "jest-diff": "28.0.2",
206
- "jest-environment-jsdom": "28.0.2",
207
- "jest-snapshot": "28.0.3",
203
+ "husky": "8.0.1",
204
+ "jest": "28.1.0",
205
+ "jest-diff": "28.1.0",
206
+ "jest-environment-jsdom": "28.1.0",
207
+ "jest-snapshot": "28.1.0",
208
208
  "jquery": "3.6.0",
209
209
  "lint-staged": "12.4.1",
210
210
  "load-grunt-tasks": "5.1.0",
211
211
  "marked": "2.1.3",
212
- "npm-pkg-lint": "1.10.0",
212
+ "npm-pkg-lint": "1.11.0",
213
213
  "npm-run-all": "4.1.5",
214
- "postcss": "8.4.13",
214
+ "postcss": "8.4.14",
215
215
  "prettier": "2.6.2",
216
- "rollup": "2.72.0",
216
+ "rollup": "2.74.1",
217
217
  "rollup-plugin-copy": "3.4.0",
218
218
  "rollup-plugin-dts": "4.2.1",
219
- "sass": "1.51.0",
219
+ "sass": "1.52.1",
220
220
  "serve-static": "1.15.0",
221
221
  "stringmap": "0.2.2",
222
- "ts-jest": "28.0.1",
222
+ "ts-jest": "28.0.2",
223
223
  "typescript": "4.6.4"
224
224
  },
225
225
  "peerDependencies": {
@@ -239,7 +239,7 @@
239
239
  }
240
240
  },
241
241
  "engines": {
242
- "node": ">= 12.22"
242
+ "node": ">= 14.0"
243
243
  },
244
244
  "renovate": {
245
245
  "extends": [