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-core to version 6.26.3 #226

Merged
merged 1 commit into from
Oct 30, 2018

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Oct 30, 2018

We've upgraded a dependency and all tests pass. \o/

name version specification new version
babel-core 6.26.0 6.26.3

You should probably take a good look at this before merging this pull request, of course.

What changed?

✳️ babel-core ( → 6.26.3) · Repo · Changelog

Release Notes

6.26.3

Summary

  • Fixed a small regression from the backport of #7761 from #7812 if the output file contains no JS content

6.26.2

Summary

  • Landed #7812 which backported several fixes to make sourcemaps behave better
    • #7312 - Include better mappings for arrow-transformed 'this' and 'arguments'
    • #7378 - Include better mappings for import bindings transformed to member expressions
    • #7761 - Re-implement inputSourceMap merging logic to more accurately reflect mappings

6.26.0

6.26.0 (2017-08-16)

Backports for some folks (also others when we accidentally merged PRs from both 6.x/master)
Lesson learned: just use master and backport on another branch.
7.x beta is next: https://github.com/babel/babel/milestone/9, not planning on further 6.x releases (we say this every time)

👓 Spec Compliancy

  • babel-core, babel-generator, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-traverse, babel-types

🚀 New Feature

  • babel-cli
    • #5796 Allow --inspect-brk option to be used with babel-node [6.x backport]. (@noinkling)

🐛 Bug Fix

📝 Documentation

  • babel-plugin-transform-class-properties
  • babel-plugin-transform-runtime
  • babel-plugin-transform-regenerator
    • #5852 Fix babel-plugin-transform-regenerator README. (@k15a)
  • Other
  • babel-generator, babel-plugin-transform-es2015-arrow-functions, babel-plugin-transform-es2015-modules-commonjs, babel-plugin-transform-es2015-spread, babel-plugin-transform-runtime, babel-register

🏠 Internal

  • babel-traverse
    • #5965 Remove unused functions from renamer.js.. (@mcav)
    • #5363 Increase the code coverage for traverse evaluation. (@ssuman)
  • Other

Committers: 19


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Oct 30, 2018
@coveralls
Copy link

coveralls commented Oct 30, 2018

Pull Request Test Coverage Report for Build 880

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.177%

Totals Coverage Status
Change from base Build 877: 0.0%
Covered Lines: 520
Relevant Lines: 547

💛 - Coveralls

@papandreou papandreou merged commit 7ea0023 into master Oct 30, 2018
@depfu depfu bot deleted the depfu/update/npm/babel-core-6.26.3 branch October 30, 2018 23:55
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