tacoscript
tacoscript copied to clipboard
Upgrade babel-preset-es2015-loose to version 8.0.0
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ babel-preset-es2015-loose (^7.0.0 → ^8.0.0) · Repo
Release Notes
8.0.0
v8.0.0
Changes
- Updates
modify-babel-presetto v3.1.0, resolving some outstanding bugs.Note: This project is deprecated for users of Babel v6.13 and above, since the 'loose' option can now be set directly in the
babel-preset-es2015config.
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 14 commits:
Promote the RC to final release, since the modify-babel-preset bug has been resolvedUpdate version numbersClarify the deprecation warningDeprecation noticeBump to an RC version7.0.1-0Upgrade to the latest modify-babel-presetExplain the peerDependency a bit moreExplain the peerDependency a bit moreUpdate README.mdUpdate CHANGELOG.mdCreate CHANGELOG.mdMerge pull request #6 from balupton/patch-1Added reference to loose mode so people can learn
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 recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @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)