Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.3 to 3.…
Browse files Browse the repository at this point in the history
…1.4 (#369)

* chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.3 to 3.1.4

Bumps [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/oclif/eslint-config-oclif-typescript/releases)
- [Changelog](https://github.com/oclif/eslint-config-oclif-typescript/blob/main/CHANGELOG.md)
- [Commits](oclif/eslint-config-oclif-typescript@3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: eslint-config-oclif-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: disable rule

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Donnalley <mdonnalley@salesforce.com>
  • Loading branch information
dependabot[bot] and mdonnalley committed Apr 15, 2024
1 parent 1bfff3d commit 8227e9e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"perfectionist/sort-objects": "off",
"@typescript-eslint/no-explicit-any": "off",
"perfectionist/sort-interfaces": "off",
"perfectionist/sort-object-types": "off"
"perfectionist/sort-object-types": "off",
"perfectionist/sort-intersection-types": "off"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"chalk": "^4.1.0",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.1",
"eslint-config-oclif-typescript": "^3.1.3",
"eslint-config-oclif-typescript": "^3.1.4",
"http-call": "^5.2.3",
"markdown-toc": "^1.2.0",
"mocha": "^10.4.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,10 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=

eslint-config-oclif-typescript@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.3.tgz#ddce24ca1b52ebb41887bc2ef3700ad92da03e0d"
integrity sha512-lRSkiSd2AGu/D0EgK5Bz/u92c2t5nK2lAgPPPlAGHUXEL2IhjR+KNWf2REZReMD4IzAGVbCKlVqDNTDybJ11qg==
eslint-config-oclif-typescript@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.4.tgz#2adb5702ce78487bf3481dbf9dd99c59226d35a9"
integrity sha512-sqqAQEmw++8x5b1OOzly11s6s8nlHiH0mYGgTp5kDpzXztVsqUAvK1eQID7ZEEe5jYAd42MMv4T4LIGoUVF//g==
dependencies:
"@typescript-eslint/eslint-plugin" "^6.21.0"
"@typescript-eslint/parser" "^6.21.0"
Expand All @@ -1067,7 +1067,7 @@ eslint-config-oclif-typescript@^3.1.3:
eslint-plugin-import "^2.29.1"
eslint-plugin-mocha "^10.4.1"
eslint-plugin-n "^15"
eslint-plugin-perfectionist "^2.7.0"
eslint-plugin-perfectionist "^2.8.0"

eslint-config-oclif@^5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -1176,10 +1176,10 @@ eslint-plugin-n@^15, eslint-plugin-n@^15.1.0:
resolve "^1.22.1"
semver "^7.3.8"

eslint-plugin-perfectionist@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.7.0.tgz#28ae9d41813677ad5a19b0682c29090d7bbaa871"
integrity sha512-RpSMc0T0DT9DlOj4APzwlAjCqQMxFdsIYlupe73eDkKLn1mMK7fVw2z3nj2y822szKOpvHA7bDa56ySOlr4GXw==
eslint-plugin-perfectionist@^2.8.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.9.0.tgz#f0f48ae37734d0c85f25f2ff117e548c89a30034"
integrity sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw==
dependencies:
"@typescript-eslint/utils" "^6.13.0"
minimatch "^9.0.3"
Expand Down

0 comments on commit 8227e9e

Please sign in to comment.