From 2985e06a41ae43c921d38e414d92196df09b7da8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:52:06 +0000 Subject: [PATCH 1/2] Update dependency eslint-plugin-deprecate to v0.8.4 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7995b16d..097d31bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5320,9 +5320,9 @@ eslint-module-utils@^2.8.0: debug "^3.2.7" eslint-plugin-deprecate@^0.8.2: - version "0.8.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-deprecate/-/eslint-plugin-deprecate-0.8.3.tgz#99e583c1facc99e99d97a9f795bdfd400232af0f" - integrity sha512-OCbDN5xNIdGt/Y1T5u44SJXbo/dmYebiMcBgxda7w8CDRNjat4cyBSbPQC3y9BYbJjM9JWkYgX5xlfMA+H95TA== + version "0.8.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-deprecate/-/eslint-plugin-deprecate-0.8.4.tgz#1bbedca80f763cadf228c66a4cf639eb16aeca68" + integrity sha512-bzpQTyXNWXbMWRH77XiuzfAthOhQhizEZrTf7krRiMYrq6ENUsWfbCe8A3SeRNa4eW8T2QrHsg/lXmxLq9xXXA== eslint-plugin-import@^2.26.0: version "2.28.1" From b09d8ce8c297b68fc5cd9f9903f6acce84ab9bb8 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 12 Oct 2023 11:56:01 -0400 Subject: [PATCH 2/2] Remove workaround for linter crash --- .eslintrc.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 7f0dd576..29a4a4e4 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -36,7 +36,6 @@ module.exports = { rules: { "matrix-org/require-copyright-header": ["error", COPYRIGHT_HEADER], "jsx-a11y/media-has-caption": "off", - "deprecate/import": "off", // Disabled because it crashes the linter // We should use the js-sdk logger, never console directly. "no-console": ["error"], },