html-validate 8.18.0 → 8.18.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": "8.18.0",
3
+ "version": "8.18.1",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -16,6 +16,12 @@
16
16
  "type": "git",
17
17
  "url": "https://gitlab.com/html-validate/html-validate.git"
18
18
  },
19
+ "funding": [
20
+ {
21
+ "type": "github",
22
+ "url": "https://github.com/sponsors/html-validate"
23
+ }
24
+ ],
19
25
  "license": "MIT",
20
26
  "author": "David Sveningsson <ext@sidvind.com>",
21
27
  "sideEffects": [
@@ -201,14 +207,14 @@
201
207
  "semver": "^7.0.0"
202
208
  },
203
209
  "devDependencies": {
204
- "@html-validate/commitlint-config": "3.2.1",
210
+ "@html-validate/commitlint-config": "3.2.2",
205
211
  "@html-validate/eslint-config": "5.16.0",
206
212
  "@html-validate/eslint-config-jest": "5.16.0",
207
213
  "@html-validate/eslint-config-typescript": "5.16.0",
208
214
  "@html-validate/eslint-config-typescript-typeinfo": "5.16.0",
209
215
  "@html-validate/jest-config": "3.9.0",
210
216
  "@html-validate/prettier-config": "2.4.12",
211
- "@html-validate/release-scripts": "6.3.0",
217
+ "@html-validate/release-scripts": "6.3.1",
212
218
  "@microsoft/api-extractor": "7.43.0",
213
219
  "@rollup/plugin-commonjs": "25.0.7",
214
220
  "@rollup/plugin-json": "6.1.0",
@@ -235,12 +241,12 @@
235
241
  "memfs": "4.8.0",
236
242
  "npm-pkg-lint": "2.2.0",
237
243
  "npm-run-all2": "6.1.2",
238
- "rollup": "4.13.0",
244
+ "rollup": "4.13.2",
239
245
  "rollup-plugin-esbuild": "6.1.1",
240
246
  "stream-buffers": "3.0.2",
241
247
  "ts-jest": "29.1.2",
242
248
  "typescript": "5.4.3",
243
- "vite": "4.5.2"
249
+ "vite": "4.5.3"
244
250
  },
245
251
  "peerDependencies": {
246
252
  "jest": "^27.1 || ^28.1.3 || ^29.0.3",