The Wire · Showcase
JEST BUMPS BABEL TRANSFORM ACROSS E2E SUITES
By RepoJournal · Filed · About Meta
Jest's e2e test directories got a routine Babel plugin update — not urgent, but worth noting if you're running the latest from main.
The Jest team bumped @babel/plugin-transform-modules-systemjs across seven directories in a dependency maintenance pass [1]. This touches e2e/babel-plugin-jest-hoist and e2e/coverage-transform-instrumented among others — tooling directories, not the core Jest runtime. If you're consuming Jest as a dependency, this won't affect you. If you're running Jest from source or contributing to the project, it's a standard chore update that keeps the build pipeline in sync with upstream Babel changes.
One email a day. Unsubscribe in one click.
Keep up with Meta in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review if you track Jest main branch closely — otherwise skip facebook/jest [monitor]
References