Skip to content

Commit

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

Bump typescript-eslint from 8.9.0 to 8.12.0 in /packages/collector
  • Loading branch information
github-actions[bot] authored Oct 29, 2024
2 parents 833065b + b4fa515 commit e030ee7
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 51 deletions.
6 changes: 5 additions & 1 deletion packages/collector/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,12 @@ export default tseslint.config(
},
},
{
extends: [jest.recommended, jest.style],
...jest.configs["flat/recommended"],
...jest.configs["flat/style"],
files: ["__tests__/**/*.test.ts"],
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 Expand Up @@ -208,6 +211,7 @@ export default tseslint.config(
rules: {
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
},
},
);
Expand Down
98 changes: 49 additions & 49 deletions packages/collector/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/collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.12.0"
},
"scripts": {
"lint:typecheck": "tsc --noEmit",
Expand Down

0 comments on commit e030ee7

Please sign in to comment.