Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 3c25bf1

Browse files
Update dependency @sourcegraph/eslint-config to ^0.26.0 (#725)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 945b78c commit 3c25bf1

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"uuid": "^8.3.2"
4040
},
4141
"devDependencies": {
42-
"@sourcegraph/eslint-config": "^0.25.1",
42+
"@sourcegraph/eslint-config": "^0.26.0",
4343
"@sourcegraph/extension-api-stubs": "^1.6.0",
4444
"@sourcegraph/prettierrc": "^3.0.3",
4545
"@sourcegraph/tsconfig": "^4.0.1",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -968,10 +968,10 @@
968968
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
969969
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
970970

971-
"@sourcegraph/eslint-config@^0.25.1":
972-
version "0.25.1"
973-
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.25.1.tgz#e6cf1f79cf64d9e3e231aa8160160514b30da98b"
974-
integrity sha512-Txu1ejqe5zGOp28JrfhTy0TutxJGvXr6GdM79K9YAfusq/Eq6mz3p1kfY43byqkzr5aNnXI0xgK8oEcPxLjdaQ==
971+
"@sourcegraph/eslint-config@^0.26.0":
972+
version "0.26.0"
973+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.26.0.tgz#73371fe4019d9311ec7fa422e70d92129d57c2bf"
974+
integrity sha512-mjNeGOtzJwsrMr0r+RxS/HA7sZdyZiQfW+t3mE686fwYPINRBeUDeK51tYfAPzzAYtlGA0ENTJsxrUYJfdLpNw==
975975
dependencies:
976976
"@sourcegraph/prettierrc" "^3.0.3"
977977
"@typescript-eslint/eslint-plugin" "^4.28.3"
@@ -987,6 +987,7 @@
987987
eslint-plugin-react-hooks "^4.2.0"
988988
eslint-plugin-rxjs "^2.1.5"
989989
eslint-plugin-unicorn "^21.0.0"
990+
eslint-plugin-unused-imports "^1.1.5"
990991

991992
"@sourcegraph/extension-api-classes@^1.1.0":
992993
version "1.1.0"
@@ -3316,6 +3317,18 @@ eslint-plugin-unicorn@^21.0.0:
33163317
safe-regex "^2.1.1"
33173318
semver "^7.3.2"
33183319

3320+
eslint-plugin-unused-imports@^1.1.5:
3321+
version "1.1.5"
3322+
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-1.1.5.tgz#a2b992ef0faf6c6c75c3815cc47bde76739513c2"
3323+
integrity sha512-TeV8l8zkLQrq9LBeYFCQmYVIXMjfHgdRQLw7dEZp4ZB3PeR10Y5Uif11heCsHRmhdRIYMoewr1d9ouUHLbLHew==
3324+
dependencies:
3325+
eslint-rule-composer "^0.3.0"
3326+
3327+
eslint-rule-composer@^0.3.0:
3328+
version "0.3.0"
3329+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
3330+
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
3331+
33193332
eslint-scope@^5.1.1:
33203333
version "5.1.1"
33213334
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"

0 commit comments

Comments
 (0)