Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update to ESLint v9 flat config and TypeScript v5 #576

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

bmish
Copy link
Owner

@bmish bmish commented Dec 6, 2024

This is a big change because:

Similar PR in another repo:

Follow-up to:

Fixes #545.
Fixes #529.

@bmish bmish added the internal label Dec 6, 2024
@bmish bmish force-pushed the update-eslint-typescript branch from 1b03022 to 51dda48 Compare December 6, 2024 22:13
@bmish bmish force-pushed the update-eslint-typescript branch from 51dda48 to 751a5a9 Compare December 6, 2024 22:16
@bmish bmish force-pushed the update-eslint-typescript branch from 728d2a6 to 4dd4a8e Compare December 6, 2024 22:36
@bmish bmish marked this pull request as ready for review December 6, 2024 22:41
@bmish bmish merged commit 083001e into main Dec 6, 2024
8 checks passed
@bmish bmish deleted the update-eslint-typescript branch December 6, 2024 22:43
@bmish bmish changed the title Update to eslint v9 flat config and typescript v5 Update to ESLint v9 flat config and TypeScript v5 Dec 6, 2024
@bmish bmish changed the title Update to ESLint v9 flat config and TypeScript v5 chore(deps): Update to ESLint v9 flat config and TypeScript v5 Dec 6, 2024
JSONSchema4,
JSONSchema4Type,
JSONSchema4TypeName,
} from 'json-schema';
Copy link
Owner Author

Choose a reason for hiding this comment

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

Needed to switch to the types from json-schema, likely because of this PR affecting the typescript-eslint version:

"release-it": "^17.10.0",
"sinon": "^19.0.2",
"sort-package-json": "^2.0.0",
"ts-jest": "^29.2.5",
"typescript": "^4.8.4"
"ts-node": "^10.9.2",
Copy link
Owner Author

Choose a reason for hiding this comment

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

ts-node enables us to switch to jest.config.ts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate @typescript-eslint/* linting to 7.* Migrate to ESLint flat config for CI tests
1 participant