biotope / biotope-build

Biotope Build Framework
https://build.biotope.sh
MIT License
24 stars 10 forks source link

Update all of babel7: 7.7.2 → 7.7.7 (patch) #398

Closed depfu[bot] closed 4 years ago

depfu[bot] commented 4 years ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​babel/core (7.7.2 → 7.7.7) · Repo · Changelog

Release Notes

7.7.7

v7.7.7 (2019-12-19)

👓 Spec Compliance

  • babel-parser
    • #10576 [parser] validation for parentheses in the left-hand side of assignment expressions (@boweihan)

🐛 Bug Fix

  • babel-plugin-proposal-object-rest-spread
  • babel-core
  • babel-node
  • babel-plugin-transform-parameters
    • #10053 Check shadow variable to identifier in default parameters (@JLHwung)
  • babel-parser
    • #10828 @babel/eslint-parser: fix ImportExpression node to match ESTree spec (@kaicataldo)
    • #10827 @babel/eslint-parser: fix BigIntLiteral node to match ESTree spec (@kaicataldo)

💅 Polish

  • babel-plugin-transform-react-jsx

🏠 Internal

  • babel-generator, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-unicode-property-regex, babel-plugin-syntax-pipeline-operator, babel-plugin-transform-dotall-regex, babel-preset-env-standalone, babel-preset-typescript, babel-standalone
  • Other
  • babel-preset-env
  • babel-parser
  • babel-cli, babel-node, babel-register

↩️ Revert

  • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env

Committers: 6

7.7.5

v7.7.5 (2019-12-06)

🐛 Bug Fix

  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
  • babel-cli
    • #10283 babel --watch should have equivalent file selection logic with babel (@JLHwung)
  • babel-parser
  • babel-parser, babel-plugin-proposal-optional-chaining, babel-plugin-transform-modules-amd
    • #10806 fix(optional chaining): Optional delete returns true with nullish base (@mpaarating)
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd
    • #10764 fix: rewriteBindingInitVisitor should skip on scopable node (@JLHwung)

💅 Polish

🏠 Internal

  • babel-preset-env-standalone
  • Other
  • babel-helper-transform-fixture-test-runner

Committers: 8

7.7.4

v7.7.4 (2019-11-23)

Thanks @chrishinrichs, @khoumani, @m-ahmadi, @BBlackwo, @SakibulMowla, @4geru, @Shriram-Balaji, @ZYSzys and @arku for their first PRs!

🐛 Bug Fix

  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-env
  • babel-parser
  • babel-preset-env-standalone
    • #10732 fix: add missing available plugins to babel-preset-env-standalone. (@JLHwung)
  • babel-plugin-transform-function-name, babel-plugin-transform-modules-umd, babel-preset-env
    • #10701 Circumvent typeof transform for umd build template. (@JLHwung)
  • babel-cli
    • #10698 Babel should not silently remove unknown options after commander arguments. (@JLHwung)
  • babel-plugin-proposal-optional-chaining
  • babel-parser, babel-types
  • babel-traverse
  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

💅 Polish

  • babel-plugin-proposal-nullish-coalescing-operator
    • #10720 polish: skip creating extra reference for safely re-used node. (@JLHwung)

🏠 Internal

Committers: 15

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​babel/preset-env (7.5.0 → 7.7.7) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


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 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)
depfu[bot] commented 4 years ago

Closed in favor of #402.