Skip to content

Commit

Permalink
chore(deps): update dependency @book000/eslint-config to v1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent b823326 commit 5e6d99d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fix:prettier": "prettier --write src"
},
"devDependencies": {
"@book000/eslint-config": "1.8.5",
"@book000/eslint-config": "1.8.6",
"@types/node": "22.13.4",
"@types/qs": "6.9.18",
"@vercel/ncc": "0.38.3",
Expand Down
27 changes: 21 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==

"@book000/[email protected].5":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@book000/eslint-config/-/eslint-config-1.8.5.tgz#ca54c808d23c8b3132208a571fe5b85b50e1d37c"
integrity sha512-o3IZUZyxXYaDOpyMI+WnuZ/mnIZ8jb/u5PelyfMk1bAR2xAGScjabKpC57o/9mvHElxfQrw7eCRztAbR7Oyc7g==
"@book000/[email protected].6":
version "1.8.6"
resolved "https://registry.yarnpkg.com/@book000/eslint-config/-/eslint-config-1.8.6.tgz#f933e9a78a3a7d8978ce0f9ff271a7ecd404b3ac"
integrity sha512-sfzLDwfPaGKaUiuFwwC+BoMth9d5gDQvIRfCnVNSK4Tx7bTKIOdFEyIiLuctrTetz67l7peQGy7F9AwG7SNCXw==
dependencies:
"@eslint/eslintrc" "3.2.0"
"@eslint/eslintrc" "3.3.0"
"@typescript-eslint/parser" "8.24.1"
eslint-config-prettier "10.0.1"
eslint-plugin-unicorn "57.0.0"
Expand Down Expand Up @@ -70,7 +70,22 @@
dependencies:
"@types/json-schema" "^7.0.15"

"@eslint/[email protected]", "@eslint/eslintrc@^3.2.0":
"@eslint/[email protected]":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
dependencies:
ajv "^6.12.4"
debug "^4.3.2"
espree "^10.0.1"
globals "^14.0.0"
ignore "^5.2.0"
import-fresh "^3.2.1"
js-yaml "^4.1.0"
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@eslint/eslintrc@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
Expand Down

0 comments on commit 5e6d99d

Please sign in to comment.