Skip to content

Commit

Permalink
Merge pull request #1683 from skaut/dependabot/npm_and_yarn/packages/…
Browse files Browse the repository at this point in the history
…frontend/typescript-eslint-8.12.0

Bump typescript-eslint from 8.9.0 to 8.12.0 in /packages/frontend
  • Loading branch information
github-actions[bot] authored Oct 29, 2024
2 parents e030ee7 + 5756ab8 commit 1837b15
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 51 deletions.
5 changes: 4 additions & 1 deletion packages/frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,12 @@ export default tseslint.config(
},
},
{
extends: [jest.recommended, jest.style],
...jest.configs["flat/recommended"],
...jest.configs["flat/style"],
files: ["__tests__/**/*.test.ts", "__test__/**/*.test.tsx"],
rules: {
...jest.configs["flat/recommended"].rules,
...jest.configs["flat/style"].rules,
"jest/consistent-test-it": ["error", { withinDescribe: "test" }],
"jest/no-conditional-in-test": "error",
"jest/no-confusing-set-timeout": "error",
Expand Down
98 changes: 49 additions & 49 deletions packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.9.0",
"typescript-eslint": "^8.12.0",
"vite": "^5.4.10"
},
"browserslist": {
Expand Down

0 comments on commit 1837b15

Please sign in to comment.