Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit e85c439

Browse files
committed
Release v5.1.1
1 parent d5bfd9f commit e85c439

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2021 individual contributors to gulp-w3c-html-validator
3+
Copyright (c) 2018-2022 individual contributors to gulp-w3c-html-validator
44
Copyright (c) 2013 Callum Macrae
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

dist/html-validator.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.1.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
1+
//! gulp-w3c-html-validator v5.1.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
export declare type AnalyzerOptions = ValidatorOptions;
44
export declare type ReporterOptions = {

dist/html-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.1.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
1+
//! gulp-w3c-html-validator v5.1.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
import { w3cHtmlValidator } from 'w3c-html-validator';
44
import PluginError from 'plugin-error';

dist/html-validator.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.1.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
1+
//! gulp-w3c-html-validator v5.1.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
var __importDefault = (this && this.__importDefault) || function (mod) {
44
return (mod && mod.__esModule) ? mod : { "default": mod };

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-w3c-html-validator",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Gulp plugin to validate HTML using the W3C Markup Validation Service",
55
"license": "MIT",
66
"type": "module",
@@ -85,19 +85,19 @@
8585
"w3c-html-validator": "~0.8"
8686
},
8787
"devDependencies": {
88-
"@types/node": "~16.10",
88+
"@types/node": "~17.0",
8989
"@types/through2": "~2.0",
90-
"@typescript-eslint/eslint-plugin": "^5.0",
91-
"@typescript-eslint/parser": "^5.0",
90+
"@typescript-eslint/eslint-plugin": "~5.8",
91+
"@typescript-eslint/parser": "~5.8",
9292
"add-dist-header": "~0.1",
9393
"assert-deep-strict-equal": "~0.0",
9494
"cpy-cli": "~3.1",
95-
"eslint": "~8.0",
95+
"eslint": "~8.6",
9696
"jshint": "~2.13",
9797
"mocha": "~9.1",
9898
"npm-run-all2": "~5.0",
9999
"rimraf": "~3.0",
100-
"sinon": "~11.1",
101-
"typescript": "~4.4"
100+
"sinon": "~12.0",
101+
"typescript": "~4.5"
102102
}
103103
}

0 commit comments

Comments
 (0)