feat!: esm, eslint 9, jest 30, vite/vitest opt-in, node 20+#829
Merged
gregmartDOTin merged 17 commits intomasterfrom Mar 10, 2026
Merged
feat!: esm, eslint 9, jest 30, vite/vitest opt-in, node 20+#829gregmartDOTin merged 17 commits intomasterfrom
gregmartDOTin merged 17 commits intomasterfrom
Conversation
dc57c29 to
2dc42be
Compare
BREAKING CHANGE: - Node 18 no longer supported - ESLint flat config only - ESM packages - core-js polyfills no longer injected
…d webpack-dev-server
fec261f to
dc3b749
Compare
…eat/esm-migration
LauRoxx
reviewed
Feb 27, 2026
| matrix: | ||
| os: [ubuntu-latest, macos-latest] | ||
| node: [18, 20, 22] | ||
| node: [20, 22] |
Contributor
|
Do we want more documentation? We could add the vite config info to the Testing libraries page. On a quick glance through the docs that's the main thing that stuck out |
Contributor
Added some docs. |
LauRoxx
previously approved these changes
Mar 9, 2026
LauRoxx
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major modernization of the workflow toolchain.
Changes
jest-environment-jsdomnow bundledbundler: 'vite')workflow-upgraderewritten to use package manager commands and includes ESLint flat config migrationBreaking Changes
.eslintrcno longer loaded)require()will not workBlocked On
eslint-config-availitymajor version publish — version inpackage.jsonneeds updating after mergeTesting
See UPGRADE.md for the full migration guide.