Skip to content

Commit

Permalink
Merge pull request #702 from oclif/dependabot-npm_and_yarn-eslint-con…
Browse files Browse the repository at this point in the history
…fig-oclif-6.0.10

chore(dev-deps): bump eslint-config-oclif from 6.0.5 to 6.0.10
  • Loading branch information
svc-cli-bot authored Feb 16, 2025
2 parents e974b7a + 6a0b601 commit 39a356c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"chai": "^5.1.2",
"commitlint": "^18.6.1",
"eslint": "^9.20.0",
"eslint-config-oclif": "^6.0.5",
"eslint-config-oclif": "^6.0.10",
"eslint-config-prettier": "^10.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==

"@eslint/compat@^1.2.5", "@eslint/compat@^1.2.6":
"@eslint/compat@^1.2.6":
version "1.2.6"
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.6.tgz#747ad2bde060582873cb486e03bfdf2945f0868d"
integrity sha512-k7HNCqApoDHM6XzT30zGoETj+D+uUcZUb+IVAJmar3u6bvHf7hhHJcWx09QHj4/a2qrKZMWU0E16tvkiAdv06Q==
Expand Down Expand Up @@ -497,7 +497,7 @@
estraverse "^5.3.0"
picomatch "^4.0.2"

"@stylistic/eslint-plugin@^3.0.1":
"@stylistic/eslint-plugin@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-3.1.0.tgz#a9f655c518f76bfc5feb46b467d0f06e511b289d"
integrity sha512-pA6VOrOqk0+S8toJYhQGv2MWpQQR0QpeUo9AhNkC49Y26nxBQ/nH1rta9bUU1rPw2fJ1zZEMV5oCX5AazT7J2g==
Expand Down Expand Up @@ -1633,15 +1633,15 @@ eslint-config-oclif@^5.2.2:
eslint-plugin-n "^15.1.0"
eslint-plugin-unicorn "^48.0.1"

eslint-config-oclif@^6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.5.tgz#8b4e687ccb5f79f4563807fd35fdb6dbc5b38b44"
integrity sha512-6wNd69JcUpsvhSXcY+q7gQdEMFKZVICXRxRlLvnfiLzNHk3N5MBURkTFfqdDxp2Yh0nn/NcZdggb6Md8KnOBmw==
eslint-config-oclif@^6.0.10:
version "6.0.10"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.10.tgz#2acdba76d3d14a8a2097b9594524fe40cf205179"
integrity sha512-Q/5T6RM83a9PB+kLzK8868+6RxZQfZmoFppO25Vh64YWO+1ybJl0s3tO2jhiOMOlwmRFctEn/VnRFLqMh5NuDg==
dependencies:
"@eslint/compat" "^1.2.5"
"@eslint/compat" "^1.2.6"
"@eslint/eslintrc" "^3.2.0"
"@eslint/js" "^9.19.0"
"@stylistic/eslint-plugin" "^3.0.1"
"@stylistic/eslint-plugin" "^3.1.0"
"@typescript-eslint/eslint-plugin" "^8"
"@typescript-eslint/parser" "^8"
eslint-config-oclif "^5.2.2"
Expand Down

0 comments on commit 39a356c

Please sign in to comment.