Skip to content

Update babel and eslint dependency versions.#114

Merged
dbatiste merged 2 commits into
mainfrom
dbatiste/try-update-babel-stuff
Jun 23, 2026
Merged

Update babel and eslint dependency versions.#114
dbatiste merged 2 commits into
mainfrom
dbatiste/try-update-babel-stuff

Conversation

@dbatiste

@dbatiste dbatiste commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

GAUD-10214

This PR updates to the v8 @babel/cli, @babel/core, and @babel/preset-env dependencies. Unfortunately this also required a migration to use babel-plugin-polyfill-corejs3 and an update to the babel config.

It also removes direct dependencies on @babel/eslint-parser and babel-eslint since we include the parser with our config (our config includes @babel/eslint-parse, and babel-eslint was actually deprecated by @babel/eslint-parse).

@dbatiste dbatiste requested a review from a team as a code owner June 23, 2026 14:02
@dbatiste

Copy link
Copy Markdown
Contributor Author

Just testing that the linting still works. 😆

Comment thread babel.config.js
@@ -1,16 +1,9 @@
module.exports = {
plugins: ['babel-plugin-transform-dynamic-import'],

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is a super old deprecated plugin and its babel version conflicts. I don't think it's needed anymore. If we think we need this, there is @babel/plugin-transform-dynamic-import.

@dbatiste dbatiste merged commit 24552ca into main Jun 23, 2026
2 checks passed
@dbatiste dbatiste deleted the dbatiste/try-update-babel-stuff branch June 23, 2026 15:19
@d2l-github-release-tokens

Copy link
Copy Markdown

🎉 This PR is included in version 3.11.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

2 participants