Update dependency eslint-config-chase to v1.0.8 (#2)
build Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
lint Details

Reviewed-on: #2
Co-authored-by: Renovate <renovate@noreply.localhost>
Co-committed-by: Renovate <renovate@noreply.localhost>
This commit is contained in:
Renovate 2023-04-21 16:03:47 +00:00 committed by Chase
parent 8116c8d553
commit e5a58222ef
2 changed files with 43 additions and 98 deletions

139
package-lock.json generated
View File

@ -14,7 +14,7 @@
},
"devDependencies": {
"eslint": "8.38.0",
"eslint-config-chase": "1.0.7",
"eslint-config-chase": "1.0.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "41.1.1",
"eslint-plugin-unicorn": "46.0.0"
@ -130,17 +130,17 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.0.tgz",
"integrity": "sha512-hjK0wnsPCYLlF+HHB4R/RbUjOWeLW2SlarB67+Do5WsKILOkmIZvvPJFbtWSmbypxcjpoECLAMzoao0D4Bg5ZQ==",
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz",
"integrity": "sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==",
"dev": true,
"dependencies": {
"comment-parser": "1.3.1",
"esquery": "^1.4.0",
"esquery": "^1.5.0",
"jsdoc-type-pratt-parser": "~4.0.0"
},
"engines": {
"node": "^14 || ^16 || ^17 || ^18 || ^19"
"node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20"
}
},
"node_modules/@eslint-community/eslint-utils": {
@ -829,82 +829,50 @@
}
},
"node_modules/eslint-config-chase": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/eslint-config-chase/-/eslint-config-chase-1.0.7.tgz",
"integrity": "sha512-a7Nppm3s9iVsvt+Xaj2cBVqltCHcKyQCBmwq3b3pdU2f4njTH7Tuxo1CyrLE8UoBI7Qct12Tu1XO57fOKvCsgQ==",
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/eslint-config-chase/-/eslint-config-chase-1.0.8.tgz",
"integrity": "sha512-g7fnBShqmwyJTG7cBw+DYzv77pMalq4XxOQTTUhqEGa10Ewu/+I8btXCSIvm7vVPcsk47fAcf7SbzUbNFNW+Yw==",
"dev": true,
"dependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-unicorn": "^45.0.2"
"eslint-plugin-jsdoc": "^43.0.7",
"eslint-plugin-unicorn": "^46.0.0"
},
"peerDependencies": {
"eslint": "^8.35.0",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-unicorn": "^45.0.2"
"eslint-plugin-jsdoc": "^43.0.7",
"eslint-plugin-unicorn": "^46.0.0"
}
},
"node_modules/eslint-config-chase/node_modules/eslint-plugin-jsdoc": {
"version": "40.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.3.0.tgz",
"integrity": "sha512-EhCqpzRkxoT2DUB4AnrU0ggBYvTh3bWrLZzQTupq6vSVE6XzNwJVKsOHa41GCoevnsWMBNmoDVjXWGqckjuG1g==",
"version": "43.0.7",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.0.7.tgz",
"integrity": "sha512-32Sx5I9VzO/bqbtslCu3L1GHIPo+QEliwqwjWq+qzbUv76wrkH6ifUEE0EbkuNEn+cHlSIOrg/IJ1PGNN72QZA==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.37.0",
"@es-joy/jsdoccomment": "~0.37.1",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.5.0",
"semver": "^7.3.8",
"semver": "^7.5.0",
"spdx-expression-parse": "^3.0.1"
},
"engines": {
"node": "^14 || ^16 || ^17 || ^18 || ^19"
"node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
}
},
"node_modules/eslint-config-chase/node_modules/eslint-plugin-unicorn": {
"version": "45.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-45.0.2.tgz",
"integrity": "sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.19.1",
"@eslint-community/eslint-utils": "^4.1.2",
"ci-info": "^3.6.1",
"clean-regexp": "^1.0.0",
"esquery": "^1.4.0",
"indent-string": "^4.0.0",
"is-builtin-module": "^3.2.0",
"jsesc": "^3.0.2",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.24",
"regjsparser": "^0.9.1",
"safe-regex": "^2.1.1",
"semver": "^7.3.8",
"strip-indent": "^3.0.0"
},
"engines": {
"node": ">=14.18"
},
"funding": {
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
},
"peerDependencies": {
"eslint": ">=8.28.0"
}
},
"node_modules/eslint-config-chase/node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
@ -3025,13 +2993,13 @@
}
},
"@es-joy/jsdoccomment": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.0.tgz",
"integrity": "sha512-hjK0wnsPCYLlF+HHB4R/RbUjOWeLW2SlarB67+Do5WsKILOkmIZvvPJFbtWSmbypxcjpoECLAMzoao0D4Bg5ZQ==",
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz",
"integrity": "sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==",
"dev": true,
"requires": {
"comment-parser": "1.3.1",
"esquery": "^1.4.0",
"esquery": "^1.5.0",
"jsdoc-type-pratt-parser": "~4.0.0"
}
},
@ -3536,60 +3504,37 @@
}
},
"eslint-config-chase": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/eslint-config-chase/-/eslint-config-chase-1.0.7.tgz",
"integrity": "sha512-a7Nppm3s9iVsvt+Xaj2cBVqltCHcKyQCBmwq3b3pdU2f4njTH7Tuxo1CyrLE8UoBI7Qct12Tu1XO57fOKvCsgQ==",
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/eslint-config-chase/-/eslint-config-chase-1.0.8.tgz",
"integrity": "sha512-g7fnBShqmwyJTG7cBw+DYzv77pMalq4XxOQTTUhqEGa10Ewu/+I8btXCSIvm7vVPcsk47fAcf7SbzUbNFNW+Yw==",
"dev": true,
"requires": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-unicorn": "^45.0.2"
"eslint-plugin-jsdoc": "^43.0.7",
"eslint-plugin-unicorn": "^46.0.0"
},
"dependencies": {
"eslint-plugin-jsdoc": {
"version": "40.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.3.0.tgz",
"integrity": "sha512-EhCqpzRkxoT2DUB4AnrU0ggBYvTh3bWrLZzQTupq6vSVE6XzNwJVKsOHa41GCoevnsWMBNmoDVjXWGqckjuG1g==",
"version": "43.0.7",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.0.7.tgz",
"integrity": "sha512-32Sx5I9VzO/bqbtslCu3L1GHIPo+QEliwqwjWq+qzbUv76wrkH6ifUEE0EbkuNEn+cHlSIOrg/IJ1PGNN72QZA==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.37.0",
"@es-joy/jsdoccomment": "~0.37.1",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.5.0",
"semver": "^7.3.8",
"semver": "^7.5.0",
"spdx-expression-parse": "^3.0.1"
}
},
"eslint-plugin-unicorn": {
"version": "45.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-45.0.2.tgz",
"integrity": "sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.19.1",
"@eslint-community/eslint-utils": "^4.1.2",
"ci-info": "^3.6.1",
"clean-regexp": "^1.0.0",
"esquery": "^1.4.0",
"indent-string": "^4.0.0",
"is-builtin-module": "^3.2.0",
"jsesc": "^3.0.2",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.24",
"regjsparser": "^0.9.1",
"safe-regex": "^2.1.1",
"semver": "^7.3.8",
"strip-indent": "^3.0.0"
}
},
"semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
"dev": true,
"requires": {
"lru-cache": "^6.0.0"

View File

@ -31,7 +31,7 @@
},
"devDependencies": {
"eslint": "8.38.0",
"eslint-config-chase": "1.0.7",
"eslint-config-chase": "1.0.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "41.1.1",
"eslint-plugin-unicorn": "46.0.0"