Skip to content

Commit

Permalink
chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.8 to 3.1.9
Browse files Browse the repository at this point in the history
Bumps [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) from 3.1.8 to 3.1.9.
- [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.8...3.1.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent e67d4e5 commit 1a642b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"commitlint": "^19",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.2.0",
"eslint-config-oclif-typescript": "^3.1.8",
"eslint-config-oclif-typescript": "^3.1.9",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.4",
"lint-staged": "^15",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3420,17 +3420,17 @@ escodegen@^2.1.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-oclif-typescript@^3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.8.tgz#0e41ed9dc37f80938137325514b480ab35db7138"
integrity sha512-nxEKt95XesuRA+5R1L4weQvmr1U0io+qzRJ8xoRb9C9OXrQTVNgcLJMDxt8XsPsr6z6ZcB3cY8kR8BuF7nBbHQ==
eslint-config-oclif-typescript@^3.1.9:
version "3.1.9"
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.9.tgz#4ca68b49e308b850f4eebb3201a8945f9904a298"
integrity sha512-sQ0PfzhMVhu3+oP/2LMQkcGSdtszwhUdw1Tb01QimEkg5PTVJp+8QlJkTytWp+6yVyVLUL2H/J4TgCtjJ/DQgA==
dependencies:
"@typescript-eslint/eslint-plugin" "^6.21.0"
"@typescript-eslint/parser" "^6.21.0"
eslint-config-xo-space "^0.35.0"
eslint-import-resolver-typescript "^3.6.1"
eslint-plugin-import "^2.29.1"
eslint-plugin-mocha "^10.4.3"
eslint-plugin-mocha "^10.5.0"
eslint-plugin-n "^15"
eslint-plugin-perfectionist "^2.11.0"

Expand Down Expand Up @@ -3523,10 +3523,10 @@ eslint-plugin-import@^2.29.1:
semver "^6.3.1"
tsconfig-paths "^3.15.0"

eslint-plugin-mocha@^10.4.3:
version "10.4.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz#bf641379d9f1c7d6a84646a3fc1a0baa50da8bfd"
integrity sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==
eslint-plugin-mocha@^10.4.3, eslint-plugin-mocha@^10.5.0:
version "10.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.5.0.tgz#0aca8d709e7cddef566e0dc252f6b02e307a2b7e"
integrity sha512-F2ALmQVPT1GoP27O1JTZGrV9Pqg8k79OeIuvw63UxMtQKREZtmkK1NFgkZQ2TW7L2JSSFKHFPTtHu5z8R9QNRw==
dependencies:
eslint-utils "^3.0.0"
globals "^13.24.0"
Expand Down

0 comments on commit 1a642b6

Please sign in to comment.