Skip to content

Commit

Permalink
fix(deps): update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2023
1 parent e8c5777 commit 1b051ef
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 41 deletions.
12 changes: 6 additions & 6 deletions packages/expo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@types/jest": "29.5.3",
"@types/prettier": "2.7.3",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/utils": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@typescript-eslint/utils": "6.3.0",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-universe": "11.3.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.3",
Expand All @@ -49,11 +49,11 @@
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"expo-router": "2.0.1",
"jest": "^29.4.3",
"jest-expo": "^49.0.0",
"prettier": "2.8.8",
"prettier": "3.0.1",
"react": "18.2.0",
"react-native": "0.72.1",
"react-native-reanimated": "~3.3.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/next-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@types/react": "~18.2.8",
"@types/react-dom": "~18.2.6",
"@types/testing-library__jest-dom": "5.14.8",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/utils": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@typescript-eslint/utils": "6.3.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jsx-a11y": "6.7.1",
Expand All @@ -50,12 +50,12 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "29.6.1",
"jest-extended": "4.0.0",
"next": "13.4.7",
"prettier": "2.8.8",
"prettier": "3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.1.3"
Expand Down
Loading

4 comments on commit 1b051ef

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for packages/utils

St.❔
Category Percentage Covered / Total
🟒 Statements 100% 18/18
🟒 Branches 100% 2/2
🟒 Functions 100% 3/3
🟒 Lines 100% 18/18

Test suite run success

4 tests passing in 2 suites.

Report generated by πŸ§ͺjest coverage report action from 1b051ef

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for apps/app

St.❔
Category Percentage Covered / Total
🟒 Statements 100% 2/2
🟒 Branches 100% 0/0
🟒 Functions 100% 1/1
🟒 Lines 100% 1/1

Test suite run success

1 tests passing in 1 suite.

Report generated by πŸ§ͺjest coverage report action from 1b051ef

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for packages/next-config

St.❔
Category Percentage Covered / Total
🟒 Statements 100% 0/0
🟒 Branches 100% 0/0
🟒 Functions 100% 0/0
🟒 Lines 100% 0/0

Test suite run success

0 tests passing in 0 suite.

Report generated by πŸ§ͺjest coverage report action from 1b051ef

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage report for apps/blog

St.❔
Category Percentage Covered / Total
πŸ”΄ Statements 38.74% 43/111
🟑 Branches 72% 18/25
πŸ”΄ Functions 20% 4/20
πŸ”΄ Lines 43% 43/100

Test suite run success

13 tests passing in 8 suites.

Report generated by πŸ§ͺjest coverage report action from 1b051ef

Please sign in to comment.