Browse Source

chore(deps): Upgrade `eslint-config-sentry@1.62.0` (#28581)

This includes the upgrade of `@typescript-eslint`
Billy Vong 3 years ago
parent
commit
cd35b803f1

+ 1 - 1
package.json

@@ -156,7 +156,7 @@
     "csstype": "^3.0.8",
     "enzyme": "3.11.0",
     "eslint": "5.11.1",
-    "eslint-config-sentry-app": "1.58.0",
+    "eslint-config-sentry-app": "1.62.0",
     "eslint-plugin-simple-import-sort": "^6.0.0",
     "html-webpack-plugin": "^5.3.2",
     "jest": "27.0.6",

+ 1 - 2
static/app/components/contextData/index.tsx

@@ -44,8 +44,7 @@ class ContextData extends React.Component<Props, State> {
       this.props;
     const maxDepth = maxDefaultDepth ?? 2;
 
-    // TODO(eslint): Remove `no-shadow`
-    // eslint-disable-next-line no-shadow,@typescript-eslint/no-shadow
+    // eslint-disable-next-line @typescript-eslint/no-shadow
     function walk(value: Value, depth: number) {
       let i = 0;
       const children: React.ReactNode[] = [];

+ 1 - 2
static/app/views/settings/project/navigationConfiguration.tsx

@@ -89,8 +89,7 @@ export default function getConfiguration({
         {
           path: `${pathPrefix}/processing-issues/`,
           title: t('Processing Issues'),
-          // TODO(eslint): Remove `no-shadow`
-          // eslint-disable-next-line no-shadow,@typescript-eslint/no-shadow
+          // eslint-disable-next-line @typescript-eslint/no-shadow
           badge: ({project}) => {
             if (!project) {
               return null;

File diff suppressed because it is too large
+ 90 - 559
yarn.lock


Some files were not shown because too many files changed in this diff