Skip to content

Conversation

@Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Nov 10, 2025

This is a re-attempt at release 14.1.0, originally attempted here: #411, but failed due to a worklfow bug that has now been fixed (in #420)


Note

Publishes 14.1.0 across base, TypeScript, and Jest configs with TS 5.6–5.8 support and several rule relaxations/adjustments.

  • Release 14.1.0
    • Bump versions in package.json and packages (@metamask/eslint-config, @metamask/eslint-config-typescript, @metamask/eslint-config-jest).
    • Update changelog links to new tags.
  • Base (@metamask/eslint-config)
    • Loosen promise/catch-or-return and promise/param-names.
  • TypeScript (@metamask/eslint-config-typescript)
    • Add support for TypeScript 5.6.x–5.8.x.
    • Disable @typescript-eslint/no-unsafe-enum-comparison.
    • Loosen @typescript-eslint/prefer-promise-reject-errors (allow unknown).
    • Loosen @typescript-eslint/naming-convention for import names.
    • Loosen @typescript-eslint/switch-exhaustiveness-check to allow default.
  • Jest (@metamask/eslint-config-jest)
    • Replace @typescript-eslint/unbound-method with jest/unbound-method in tests.
    • Remove jest/no-conditional-in-test.

Written by Cursor Bugbot for commit 590c1c4. This will update automatically on new commits. Configure here.

@Gudahtt Gudahtt marked this pull request as ready for review November 10, 2025 15:01
@Gudahtt Gudahtt requested a review from a team as a code owner November 10, 2025 15:01
@Gudahtt Gudahtt merged commit a948d02 into main Nov 10, 2025
26 checks passed
@Gudahtt Gudahtt deleted the release/14.1.0 branch November 10, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants