Skip to content

Commit

Permalink
fix(deps): update dependency @commercetools-frontend/eslint-config-mc…
Browse files Browse the repository at this point in the history
…-app to v21 (#2106)

* fix(deps): update dependency @commercetools-frontend/eslint-config-mc-app to v21

* chore: upgrade eslint to v8

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Nicola Molinari <[email protected]>
  • Loading branch information
3 people authored Feb 22, 2022
1 parent 767a441 commit a0c5d9a
Show file tree
Hide file tree
Showing 3 changed files with 721 additions and 1,031 deletions.
3 changes: 0 additions & 3 deletions jest-runner-eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ module.exports = {
{ trailingComma: 'es5', singleQuote: true },
],
},
resolvePluginsRelativeTo: require.resolve(
'@commercetools-frontend/eslint-config-mc-app'
),
},
};
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@changesets/changelog-github": "0.4.3",
"@changesets/cli": "2.21.0",
"@commercetools-frontend/babel-preset-mc-app": "21.0.0",
"@commercetools-frontend/eslint-config-mc-app": "20.12.3",
"@commercetools-frontend/eslint-config-mc-app": "21.0.0",
"@commercetools-local/generator-package-json": "*",
"@commercetools-local/generator-readme": "*",
"@commercetools/github-labels": "1.1.0",
Expand All @@ -90,8 +90,8 @@
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.4.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3",
"babel-plugin-typescript-to-proptypes": "1.4.2",
Expand All @@ -101,7 +101,7 @@
"common-tags": "1.8.2",
"conventional-changelog-cli": "2.2.2",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint": "8.9.0",
"eslint-formatter-pretty": "4.1.0",
"execa": "6.1.0",
"formik": "^2.2.9",
Expand Down
Loading

1 comment on commit a0c5d9a

@vercel
Copy link

@vercel vercel bot commented on a0c5d9a Feb 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.