Skip to content

Commit

Permalink
chore(deps): update dependency @sourcegraph/eslint-config to ^0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 14, 2022
1 parent 195459a commit 4cb14b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@sourcegraph/eslint-config": "^0.25.1",
"@sourcegraph/eslint-config": "^0.27.0",
"@sourcegraph/prettierrc": "^3.0.3",
"@sourcegraph/stylelint-config": "^1.4.0",
"@sourcegraph/tsconfig": "^4.0.1",
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1086,10 +1086,10 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@sourcegraph/eslint-config@^0.25.1":
version "0.25.1"
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.25.1.tgz#e6cf1f79cf64d9e3e231aa8160160514b30da98b"
integrity sha512-Txu1ejqe5zGOp28JrfhTy0TutxJGvXr6GdM79K9YAfusq/Eq6mz3p1kfY43byqkzr5aNnXI0xgK8oEcPxLjdaQ==
"@sourcegraph/eslint-config@^0.27.0":
version "0.27.0"
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.27.0.tgz#f892b5ad8c6d975bbeb97dfc40b31d0c41e4f70b"
integrity sha512-WEU77N93mfZB29R9UtFJfGGJ28nMB0gHCM2SqS0jUZDnkSMzJQGARAS7vGRZSrKo+pCUsNxANO4gvwRFvg26xA==
dependencies:
"@sourcegraph/prettierrc" "^3.0.3"
"@typescript-eslint/eslint-plugin" "^4.28.3"
Expand All @@ -1105,6 +1105,7 @@
eslint-plugin-react-hooks "^4.2.0"
eslint-plugin-rxjs "^2.1.5"
eslint-plugin-unicorn "^21.0.0"
eslint-plugin-unused-imports "^1.1.5"

"@sourcegraph/prettierrc@^3.0.3":
version "3.0.3"
Expand Down Expand Up @@ -3168,6 +3169,18 @@ eslint-plugin-unicorn@^21.0.0:
safe-regex "^2.1.1"
semver "^7.3.2"

eslint-plugin-unused-imports@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.5.tgz#a2b992ef0faf6c6c75c3815cc47bde76739513c2"
integrity sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==
dependencies:
eslint-rule-composer "^0.3.0"

eslint-rule-composer@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==

eslint-scope@^5.0.0, eslint-scope@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
Expand Down

0 comments on commit 4cb14b1

Please sign in to comment.