html-validate 8.18.0 → 8.18.2

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.43.0"
8
+ "packageVersion": "7.43.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "8.18.0",
3
+ "version": "8.18.2",
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,15 +207,15 @@
201
207
  "semver": "^7.0.0"
202
208
  },
203
209
  "devDependencies": {
204
- "@html-validate/commitlint-config": "3.2.1",
205
- "@html-validate/eslint-config": "5.16.0",
206
- "@html-validate/eslint-config-jest": "5.16.0",
207
- "@html-validate/eslint-config-typescript": "5.16.0",
208
- "@html-validate/eslint-config-typescript-typeinfo": "5.16.0",
209
- "@html-validate/jest-config": "3.9.0",
210
+ "@html-validate/commitlint-config": "3.2.3",
211
+ "@html-validate/eslint-config": "5.18.0",
212
+ "@html-validate/eslint-config-jest": "5.18.0",
213
+ "@html-validate/eslint-config-typescript": "5.18.0",
214
+ "@html-validate/eslint-config-typescript-typeinfo": "5.18.0",
215
+ "@html-validate/jest-config": "3.10.0",
210
216
  "@html-validate/prettier-config": "2.4.12",
211
- "@html-validate/release-scripts": "6.3.0",
212
- "@microsoft/api-extractor": "7.43.0",
217
+ "@html-validate/release-scripts": "6.4.0",
218
+ "@microsoft/api-extractor": "7.43.1",
213
219
  "@rollup/plugin-commonjs": "25.0.7",
214
220
  "@rollup/plugin-json": "6.1.0",
215
221
  "@rollup/plugin-node-resolve": "15.2.3",
@@ -219,7 +225,7 @@
219
225
  "@types/babel__code-frame": "7.0.6",
220
226
  "@types/jest": "29.5.12",
221
227
  "@types/minimist": "1.2.5",
222
- "@types/node": "16.18.91",
228
+ "@types/node": "16.18.96",
223
229
  "@types/prompts": "2.4.9",
224
230
  "@types/semver": "7.5.8",
225
231
  "@types/stream-buffers": "3.0.7",
@@ -231,16 +237,16 @@
231
237
  "jest-environment-jsdom": "29.7.0",
232
238
  "jest-snapshot": "29.7.0",
233
239
  "jsdom": "20.0.3",
234
- "marked": "12.0.1",
235
- "memfs": "4.8.0",
236
- "npm-pkg-lint": "2.2.0",
240
+ "marked": "12.0.2",
241
+ "memfs": "4.8.2",
242
+ "npm-pkg-lint": "2.4.1",
237
243
  "npm-run-all2": "6.1.2",
238
- "rollup": "4.13.0",
244
+ "rollup": "4.14.3",
239
245
  "rollup-plugin-esbuild": "6.1.1",
240
246
  "stream-buffers": "3.0.2",
241
247
  "ts-jest": "29.1.2",
242
- "typescript": "5.4.3",
243
- "vite": "4.5.2"
248
+ "typescript": "5.4.5",
249
+ "vite": "4.5.3"
244
250
  },
245
251
  "peerDependencies": {
246
252
  "jest": "^27.1 || ^28.1.3 || ^29.0.3",
@@ -277,6 +283,6 @@
277
283
  "semver"
278
284
  ],
279
285
  "overrides": {
280
- "marked": "12.0.1"
286
+ "marked": "12.0.2"
281
287
  }
282
288
  }