Skip to content

Commit

Permalink
Update ESLint to v8.56.0 (#3369)
Browse files Browse the repository at this point in the history
* chore: update eslint to v8.56.0

* chore: add changeset
  • Loading branch information
tdeekens authored Jan 11, 2024
1 parent 73a257a commit a4f1d88
Show file tree
Hide file tree
Showing 9 changed files with 185 additions and 202 deletions.
10 changes: 10 additions & 0 deletions .changeset/cuddly-zoos-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@commercetools-applications/merchant-center-custom-view-template-starter-typescript': patch
'@commercetools-applications/merchant-center-template-starter-typescript': patch
'@commercetools-backend/eslint-config-node': patch
'@commercetools-applications/merchant-center-custom-view-template-starter': patch
'@commercetools-applications/merchant-center-template-starter': patch
'@commercetools-frontend/eslint-config-mc-app': patch
---

Update eslint to 8.56.0.
2 changes: 1 addition & 1 deletion application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.40.0",
"eslint": "8.56.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.40.0",
"eslint": "8.56.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.40.0",
"eslint": "8.56.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion custom-views-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.40.0",
"eslint": "8.56.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"cross-env": "7.0.3",
"cypress": "12.12.0",
"dotenv": "16.0.3",
"eslint": "8.40.0",
"eslint": "8.56.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"find-up": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"eslint": "8.40.0"
"eslint": "8.56.0"
},
"engines": {
"node": "16.x || >=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint": "8.x"
},
"devDependencies": {
"eslint": "8.40.0"
"eslint": "8.56.0"
},
"engines": {
"node": "16.x || >=18.0.0"
Expand Down
Loading

2 comments on commit a4f1d88

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-95vlmiwn6-commercetools.vercel.app

Built with commit a4f1d88.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Deploy preview for application-kit-custom-views ready!

✅ Preview
https://application-kit-custom-views-37hbw2040-commercetools.vercel.app

Built with commit a4f1d88.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.