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

babel package bumps #2411

Merged
merged 11 commits into from
Jul 11, 2019
Merged

babel package bumps #2411

merged 11 commits into from
Jul 11, 2019

Conversation

jroebu14
Copy link
Contributor

@jroebu14 jroebu14 commented Jul 10, 2019

Overall change: Update babel packages to to the latest versions

Code changes:

Update @babel/preset-env from 7.4.5 to 7.5.4

Release notes

Sourced from @babel/preset-env's releases.

v7.5.4 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.3 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.2 (2019-07-08)

🐛 Bug Fix

Committers: 2

v7.5.1 (2019-07-06)

🐛 Bug Fix

Committers: 2

v7.5.0 (2019-07-04)

... (truncated)
Changelog

Sourced from @babel/preset-env's changelog.

v7.5.4 (2019-07-09)

🐛 Bug Fix

v7.5.3 (2019-07-09)

🐛 Bug Fix

v7.5.2 (2019-07-08)

🐛 Bug Fix

v7.5.1 (2019-07-06)

🐛 Bug Fix

v7.5.0 (2019-07-04)

👓 Spec Compliance

🚀 New Feature

... (truncated)
Commits


Update @babel/core from 7.4.5 to 7.5.4

Release notes

Sourced from @babel/core's releases.

v7.5.4 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.3 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.2 (2019-07-08)

🐛 Bug Fix

Committers: 2

v7.5.1 (2019-07-06)

🐛 Bug Fix

Committers: 2

v7.5.0 (2019-07-04)

... (truncated)
Changelog

Sourced from @babel/core's changelog.

v7.5.4 (2019-07-09)

🐛 Bug Fix

v7.5.3 (2019-07-09)

🐛 Bug Fix

v7.5.2 (2019-07-08)

🐛 Bug Fix

v7.5.1 (2019-07-06)

🐛 Bug Fix

v7.5.0 (2019-07-04)

👓 Spec Compliance

🚀 New Feature

... (truncated)
Commits


Update @babel/plugin-proposal-object-rest-spread from 7.4.4 to 7.5.4

Release notes

Sourced from @babel/plugin-proposal-object-rest-spread's releases.

v7.5.4 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.3 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.2 (2019-07-08)

🐛 Bug Fix

Committers: 2

v7.5.1 (2019-07-06)

🐛 Bug Fix

Committers: 2

v7.5.0 (2019-07-04)

... (truncated)
Changelog

Sourced from @babel/plugin-proposal-object-rest-spread's changelog.

v7.5.4 (2019-07-09)

🐛 Bug Fix

v7.5.3 (2019-07-09)

🐛 Bug Fix

v7.5.2 (2019-07-08)

🐛 Bug Fix

v7.5.1 (2019-07-06)

🐛 Bug Fix

v7.5.0 (2019-07-04)

👓 Spec Compliance

🚀 New Feature

... (truncated)
Commits

Update @babel/runtime from 7.4.5 to 7.5.4

Release notes

Sourced from @babel/runtime's releases.

v7.5.4 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.3 (2019-07-09)

🐛 Bug Fix

Committers: 1

v7.5.2 (2019-07-08)

🐛 Bug Fix

Committers: 2

v7.5.1 (2019-07-06)

🐛 Bug Fix

Committers: 2

v7.5.0 (2019-07-04)

... (truncated)
Changelog

Sourced from @babel/runtime's changelog.

v7.5.4 (2019-07-09)

🐛 Bug Fix

v7.5.3 (2019-07-09)

🐛 Bug Fix

v7.5.2 (2019-07-08)

🐛 Bug Fix

v7.5.1 (2019-07-06)

🐛 Bug Fix

v7.5.0 (2019-07-04)

👓 Spec Compliance

🚀 New Feature

... (truncated)
Commits


  • I have assigned myself to this PR and the corresponding issues
  • Tests added for new features
  • Test engineer approval

update `@babel/preset-env` from `7.4.5` to `7.5.4`
update `@babel/core` from `7.4.5` to `7.5.4`
update `@babel/plugin-proposal-object-rest-spread` from `7.4.4` to `7.5.4`
update `@babel/runtime` from `7.4.5` to `7.5.4`
update `@babel/plugin-transform-modules-commonjs` from `7.4.4` to `7.5.0`
@thekp thekp self-requested a review July 10, 2019 10:30
Copy link
Contributor

@thekp thekp left a comment

Choose a reason for hiding this comment

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

👍 just looked at jenkins and saw the issue with @babel/plugin-transform-modules-commonjs

@thekp thekp self-requested a review July 10, 2019 10:35
dr3
dr3 previously requested changes Jul 10, 2019
Copy link
Contributor

@dr3 dr3 left a comment

Choose a reason for hiding this comment

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

Poping back in pr in progress due to jenkins issue

@jamesbhobbs
Copy link
Contributor

Extensive cross browser testing of major features required on this.

@PriyaKR
Copy link
Contributor

PriyaKR commented Jul 11, 2019

Looks good on desktop browsers once @jamesbrumpton is happy with mobile browsers this can be merged.

@jamesbrumpton
Copy link
Contributor

LGTM

@amywalkerdev amywalkerdev merged commit afc1967 into latest Jul 11, 2019
@amywalkerdev amywalkerdev deleted the babel-package-bumps branch July 11, 2019 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants