1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-12 22:20:11 +02:00
Commit Graph

43 Commits

Author SHA1 Message Date
e53c80d578
fix: update dependencies to latest 2024-05-23 21:21:34 +02:00
5f63d749e8
docs: fix wrong link for .html-w3c-validatorrc.json JSON schema 2024-02-02 17:28:44 +01:00
67b70feb15
fix: wrong husky config 2024-02-02 17:10:44 +01:00
6b28c6d224
perf: remove usage of html-validator dependency
Allows to have better control of the implementation.
Also reduce package size by removing needed dependencies to install.
2024-02-02 17:02:19 +01:00
a1340b2729
fix: improve config schema 2024-02-02 15:56:32 +01:00
92320385b5
docs: update description 2024-02-02 15:44:03 +01:00
8934ac1b7a
feat: add config JSON schema 2024-02-02 15:35:18 +01:00
09731d4749
refactor: simplify logic 2024-02-02 14:47:31 +01:00
2e0e136355
docs: add CLI option --current-working-directory 2024-02-02 08:22:57 +01:00
04a2742e46
chore: cleaner configs 2024-01-30 01:16:56 +01:00
75f862d0fd
docs(license): add email address 2024-01-29 21:57:54 +01:00
7dafa2401b
fix: update dependencies to latest 2023-12-26 22:43:05 +01:00
02a5010340
chore: better Prettier config for easier reviews 2023-10-23 23:21:05 +02:00
e3cd809e56
fix: only show error messages related to configured severities 2023-08-09 17:04:03 +02:00
284b9fb057
test: add automated tests 2023-08-09 16:51:34 +02:00
1ae47aa197
feat: add --current-working-directory option 2023-08-09 15:36:05 +02:00
d4424036c5
fix: update dependencies to latest 2023-08-09 15:01:28 +02:00
82e32f26ff
chore: simplify .swcrc config 2023-07-22 12:28:45 +02:00
5abdb8a1f1
style: fix prettier issues
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 44s
Test / test (push) Successful in 40s
2023-07-18 23:53:21 +02:00
aab0c3f502
build(deps): update latest 2023-07-18 23:17:31 +02:00
5fa068b9f8
chore: remove unneeded @types/tap dependency 2023-07-02 15:33:41 +02:00
c7bf82135b
chore: enable source maps for easier debugging 2023-07-02 15:23:04 +02:00
eb970f1823
BREAKING CHANGE: change default validator severities: "warning" and "error" 2023-07-02 13:07:45 +02:00
29203985e4
feat: ability to specify the severity of the validator
fixes #4
2023-07-02 13:05:33 +02:00
a8841b24fd
perf: ignore test files in published package (reduce package size) 2023-07-02 12:27:18 +02:00
bda82b39a3
fix: update author - Théo LUDWIG 2023-07-02 12:22:39 +02:00
f7a4edc46a
build(deps): update latest 2023-07-02 12:19:45 +02:00
67806866ee
refactor: usage of node:test instead of tap 2023-07-02 12:18:21 +02:00
Divlo
3d24ffe971
feat: add npm package provenance
Ref: https://github.blog/2023-04-19-introducing-npm-package-provenance/
2023-05-13 16:21:58 +02:00
Divlo
e818556c5b
build(deps): update latest 2023-05-13 16:19:21 +02:00
Divlo
2cb7967bc7
build(deps): update latest 2023-04-02 21:27:42 +02:00
Divlo
943b3d1fd6
fix: update dependencies to latest 2023-01-10 22:15:14 +01:00
Divlo
6ca7722fcf
perf: run validations in parallel
fixes #3
2022-10-20 23:46:36 +02:00
Divlo
3a44eca5b1
fix: only consider errors (excluding warning/info messages) 2022-10-20 23:30:41 +02:00
Divlo
e762c0fad5
feat: usage of ESM modules imports (instead of CommonJS) 2022-04-06 19:59:31 +02:00
Divlo
e032bbe637
feat: support plain HTML files (not served)
fixes #2
2022-02-24 11:55:32 +01:00
Divlo
d92235d79d
chore: maintenance 2022-02-19 16:55:36 +01:00
Divlo
29801ac6f9
feat: first release 2022-01-06 22:46:08 +01:00
Divlo
ed21857b55
docs(readme): remove dependabot badge [skip ci] 2022-01-06 22:40:03 +01:00
Divlo
59d2090282
chore: fix test and lint 2022-01-06 22:38:49 +01:00
Divlo
77cefcd53f
feat: add html-w3c-validator command 2022-01-06 22:34:58 +01:00
dependabot[bot]
39b05c66a7
chore(deps): bump actions/setup-node from 2.4.1 to 2.5.1 (#1) 2022-01-06 19:58:51 +01:00
Divlo
dc971f54ea
chore: initial commit 2022-01-06 19:52:25 +01:00