chore(deps-dev): bump gulp-eslint-new from 0.6.0 to 1.0.0

Bumps [gulp-eslint-new](https://github.com/fasttime/gulp-eslint-new) from 0.6.0 to 1.0.0.
- [Release notes](https://github.com/fasttime/gulp-eslint-new/releases)
- [Changelog](https://github.com/fasttime/gulp-eslint-new/blob/main/changelog.md)
- [Commits](https://github.com/fasttime/gulp-eslint-new/compare/0.6.0...1.0.0)

---
updated-dependencies:
- dependency-name: gulp-eslint-new
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-25 01:21:03 +00:00 committed by GitHub
parent e858dad585
commit 81ca3f9d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 8 deletions

50
package-lock.json generated
View file

@ -24,7 +24,7 @@
"eslint-plugin-unicorn": "^38.0.1", "eslint-plugin-unicorn": "^38.0.1",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0", "gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^0.6.0", "gulp-eslint-new": "^1.0.0",
"gulp-file-include": "^2.3.0", "gulp-file-include": "^2.3.0",
"gulp-html": "^3.5.0", "gulp-html": "^3.5.0",
"gulp-if": "^3.0.0", "gulp-if": "^3.0.0",
@ -638,6 +638,16 @@
"rollup": "^1.20.0||^2.0.0" "rollup": "^1.20.0||^2.0.0"
} }
}, },
"node_modules/@types/eslint": {
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
"integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
"dev": true,
"dependencies": {
"@types/estree": "*",
"@types/json-schema": "*"
}
},
"node_modules/@types/estree": { "node_modules/@types/estree": {
"version": "0.0.39", "version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
@ -671,6 +681,12 @@
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
"dev": true "dev": true
}, },
"node_modules/@types/node": {
"version": "16.11.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.10.tgz",
"integrity": "sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==",
"dev": true
},
"node_modules/@types/normalize-package-data": { "node_modules/@types/normalize-package-data": {
"version": "2.4.1", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
@ -4929,11 +4945,13 @@
} }
}, },
"node_modules/gulp-eslint-new": { "node_modules/gulp-eslint-new": {
"version": "0.6.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/gulp-eslint-new/-/gulp-eslint-new-0.6.0.tgz", "resolved": "https://registry.npmjs.org/gulp-eslint-new/-/gulp-eslint-new-1.0.0.tgz",
"integrity": "sha512-Yew+ZGcBrVl2lKmJWTigP/iOcTQWzgTjwrkeQ/QzB0bcuVSgIXoVCP4Fl+1cBPb5+8n62kO9z5JxJrBzFL77TA==", "integrity": "sha512-YpE1Dmy2G0SsaLVxpQ9CBT9jdbhCS+EfQP/aIJDbS5Bw2cW50dXIqPSrOsPEs+eahdcAd97yH4uvDNMmN3NH2g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint": "^7.28.2",
"@types/node": "^16.11.7",
"eslint": "^8.2.0", "eslint": "^8.2.0",
"fancy-log": "^1.3.3", "fancy-log": "^1.3.3",
"plugin-error": "^1.0.1" "plugin-error": "^1.0.1"
@ -12289,6 +12307,16 @@
"picomatch": "^2.2.2" "picomatch": "^2.2.2"
} }
}, },
"@types/eslint": {
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz",
"integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==",
"dev": true,
"requires": {
"@types/estree": "*",
"@types/json-schema": "*"
}
},
"@types/estree": { "@types/estree": {
"version": "0.0.39", "version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
@ -12322,6 +12350,12 @@
"integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
"dev": true "dev": true
}, },
"@types/node": {
"version": "16.11.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.10.tgz",
"integrity": "sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==",
"dev": true
},
"@types/normalize-package-data": { "@types/normalize-package-data": {
"version": "2.4.1", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
@ -15711,11 +15745,13 @@
} }
}, },
"gulp-eslint-new": { "gulp-eslint-new": {
"version": "0.6.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/gulp-eslint-new/-/gulp-eslint-new-0.6.0.tgz", "resolved": "https://registry.npmjs.org/gulp-eslint-new/-/gulp-eslint-new-1.0.0.tgz",
"integrity": "sha512-Yew+ZGcBrVl2lKmJWTigP/iOcTQWzgTjwrkeQ/QzB0bcuVSgIXoVCP4Fl+1cBPb5+8n62kO9z5JxJrBzFL77TA==", "integrity": "sha512-YpE1Dmy2G0SsaLVxpQ9CBT9jdbhCS+EfQP/aIJDbS5Bw2cW50dXIqPSrOsPEs+eahdcAd97yH4uvDNMmN3NH2g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint": "^7.28.2",
"@types/node": "^16.11.7",
"eslint": "^8.2.0", "eslint": "^8.2.0",
"fancy-log": "^1.3.3", "fancy-log": "^1.3.3",
"plugin-error": "^1.0.1" "plugin-error": "^1.0.1"

View file

@ -52,7 +52,7 @@
"eslint-plugin-unicorn": "^38.0.1", "eslint-plugin-unicorn": "^38.0.1",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0", "gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^0.6.0", "gulp-eslint-new": "^1.0.0",
"gulp-file-include": "^2.3.0", "gulp-file-include": "^2.3.0",
"gulp-html": "^3.5.0", "gulp-html": "^3.5.0",
"gulp-if": "^3.0.0", "gulp-if": "^3.0.0",