Skip to content

Babel Preset: Update Babel version to 7.11.x#25351

Merged
mkaz merged 5 commits intoWordPress:masterfrom
mreishus:update/babel-7.11.x
Sep 18, 2020
Merged

Babel Preset: Update Babel version to 7.11.x#25351
mkaz merged 5 commits intoWordPress:masterfrom
mreishus:update/babel-7.11.x

Conversation

@mreishus
Copy link
Copy Markdown
Contributor

Description

It's an upgrade from 7.9.x to 7.11.x for all packages that use Babel in Gutenberg.

Babel 7.11 release post
Babel 7.10 release post

How has this been tested?

Screenshots

Types of changes

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.
  • My code has proper inline documentation.
  • I've included developer documentation if appropriate.
  • I've updated all React Native files affected by any refactorings/renamings in this PR.

Copy link
Copy Markdown
Member

@mkaz mkaz left a comment

Choose a reason for hiding this comment

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

This looks good, tested out the build process and no problems.
Plus builds sizes are reduced 👍

Previous:

  ./build/block-editor/index.js (477 KiB)
  ./build/block-library/index.js (517 KiB)
  ./build/components/index.js (701 KiB)
  ./build/edit-post/index.js (495 KiB)

Updated:

  ./build/block-editor/index.js (475 KiB)
  ./build/block-library/index.js (512 KiB)
  ./build/components/index.js (703 KiB)
  ./build/edit-post/index.js (496 KiB)

@mkaz mkaz merged commit 688b8c3 into WordPress:master Sep 18, 2020
@github-actions github-actions bot added this to the Gutenberg 9.1 milestone Sep 18, 2020
@mreishus mreishus deleted the update/babel-7.11.x branch September 23, 2020 17:42
@gziolo
Copy link
Copy Markdown
Member

gziolo commented Oct 14, 2020

Nice, thank you for landing this Babel update 👍

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.

Scripts: Upgrade Babel to the new minor version (7.10.x)

3 participants