Skip to content

Commit

Permalink
chore(workspace): upgrade eslint and its configuration
Browse files Browse the repository at this point in the history
eslint@^8.48.0
eslint-config-prettier@^9.0.0
eslint-config-standard-with-typescript@^39.0.0
eslint-import-resolver-typescript@^3.6.0
eslint-plugin-import@^2.28.1
eslint-plugin-n@^16.0.2
eslint-plugin-react@^7.33.2
  • Loading branch information
ascariandrea committed Aug 27, 2023
1 parent c66c3a6 commit d235fed
Show file tree
Hide file tree
Showing 53 changed files with 341 additions and 221 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitest/coverage-v8": "^0.34.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-fp-ts": "^0.3.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-webpack-plugin": "^4.0.1",
"husky": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@liexp/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.28.1",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@liexp/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
"@types/throttle-debounce": "^5.0.0",
"@types/topojson-client": "^3.1.1",
"@types/topojson-specification": "^1.0.2",
"eslint": "^8.46.0",
"eslint-plugin-import": "^2.28.0",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.28.1",
"prettier": "^3.0.1",
"reactflow": "^11.7.4",
"typescript": "^5.1.6"
Expand Down
18 changes: 9 additions & 9 deletions services/admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-webpack-plugin": "^4.0.1",
"page-metadata-parser": "^1.1.4",
"prettier": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
"@types/prompts": "^2.4.4",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.2",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"prettier": "^3.0.1",
"prompts": "^2.4.2",
"supertest": "^6.3.3",
Expand Down
2 changes: 1 addition & 1 deletion services/api/src/routes/groups/group.io.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const toGroupIO = (
startDate: group.startDate?.toISOString() ?? undefined,
endDate: group.endDate?.toISOString() ?? undefined,
color: toColor(group.color),
avatar: group.avatar === null ? undefined : group.avatar,
avatar: group.avatar ?? undefined,
members: group.members ? group.members : [],
subGroups: [],
createdAt: group.createdAt.toISOString(),
Expand Down
2 changes: 1 addition & 1 deletion services/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/babel__preset-env": "^7.9.2",
"@types/eslint": "^8.44.2",
"@types/prettier": "^3.0.0",
"eslint": "^8.46.0",
"eslint": "^8.48.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
Expand Down
18 changes: 9 additions & 9 deletions services/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@
"@types/uuid": "^9.0.2",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-node-externals": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"dotenv": "^16.3.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-webpack-plugin": "^4.0.1",
"prettier": "^3.0.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit d235fed

Please sign in to comment.