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

Upgrade babel and plugins to v7.22 #484

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Conversation

paulsmirnov
Copy link
Member

Description

Implements #442.

  • Upgrade babel and plugins to v7.22. Old plugins (less than 7.22) were removed as they are no longer necessary (and not maintained).
  • Update browserslist settings. Otherwise, babel can try to support something old and generate
    backward-compatible code. Note: no changes in the generated code were detected for some reason.

Type of changes

  • Dependency update

Checklist

  • I have read CONTRIBUTING and CODE_OF_CONDUCT guides.
  • I have followed the code style of this project.
  • I have run yarn run ci: lint and tests pass locally with my changes.
  • The changes do not need test updates.
  • The changes do not need doc updates.

Old plugins were removed as they are no longer necessary
(and not maintained).
Otherwise babel can try to support something old and generate
backward-compatible code.
@paulsmirnov paulsmirnov added the dependencies Pull requests that update a dependency file label Sep 22, 2023
@paulsmirnov paulsmirnov self-assigned this Sep 22, 2023
@paulsmirnov paulsmirnov linked an issue Sep 22, 2023 that may be closed by this pull request
Copy link
Collaborator

@NataliaDSmirnova NataliaDSmirnova left a comment

Choose a reason for hiding this comment

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

Great!

@paulsmirnov paulsmirnov merged commit 4ea0ba2 into main Sep 25, 2023
@paulsmirnov paulsmirnov deleted the 442-bump-babel-version-to-722 branch September 25, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump babel version to 7.22 (+plugins)
2 participants