biotope / biotope-build

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

Update @babel/core: 7.5.5 → 7.6.4 (minor) #368

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.5.5 → 7.6.4) · Repo · Changelog

Release Notes

7.6.4

v7.6.4 (2019-10-10)

👓 Spec Compliance

🐛 Bug Fix

  • babel-cli, babel-core, babel-generator, babel-helper-transform-fixture-test-runner

Committers: 2

7.6.3

v7.6.3 (2019-10-08)

Thanks to @hjdivad, @Basaingeal and @todofixthis for their first PRs!

👓 Spec Compliance

🚀 New Feature

  • babel-types

🐛 Bug Fix

  • babel-plugin-transform-block-scoping
    • #10343 Do not remove let bindings even they are wrapped in closure (@JLHwung)
  • babel-parser
  • babel-plugin-transform-react-constant-elements, babel-traverse
  • babel-generator, babel-parser, babel-plugin-transform-block-scoping, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-typescript
    • #10220 Flow: interface identifier should be declared in the scope (@JLHwung)

💅 Polish

🏠 Internal

  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-transform-react-jsx-source, babel-plugin-transform-runtime, babel-preset-env, babel-preset-react

🏃‍♀ Performance

  • babel-parser
  • Other
    • #10443 perf: only apply lazy cjs module transform on cli and core (@JLHwung)

Committers: 10

7.6.2

v7.6.2 (2019-09-23)

Thanks to @FND, @guywaldman, @vivek12345, @TomerAberbach, @ivandevp and @gonzarodriguezt for their first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser
  • babel-cli
  • babel-core
    • #10402 fix: pass optionLoc when validating plugin object. (@JLHwung)
  • babel-plugin-transform-block-scoping, babel-plugin-transform-spread, babel-traverse
  • babel-plugin-proposal-object-rest-spread, babel-preset-env

🏠 Internal

  • babel-plugin-transform-named-capturing-groups-regex
  • Other
  • babel-helper-fixtures
  • babel-node
    • #10429 Remove babel polyfill dependency of babel-node. (@bdwain)
  • babel-generator, babel-helper-fixtures
  • babel-core, babel-plugin-transform-runtime, babel-register

🏃‍♀ Performance

Committers: 8

7.6.0

v7.6.0 (2019-09-06)

👓 Spec Compliance

  • babel-generator, babel-parser
  • babel-helpers, babel-plugin-transform-block-scoping, babel-traverse

🚀 New Feature

  • babel-core
    • #10181 feat(errors): validate preset when filename is absent (@JLHwung)
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-private-methods
  • babel-generator, babel-parser, babel-types
  • babel-preset-typescript
  • babel-parser
  • babel-types

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-plugin-transform-runtime
    • #10398 Add supports for polyfill computed methods (@rhyzx)
  • babel-preset-env
  • babel-plugin-transform-named-capturing-groups-regex
  • babel-types
  • babel-parser
    • #10380 Refactor trailing comment adjustment (@banga)
    • #10369 Retain trailing comments in array expressions (@banga)
    • #10292 fix: assign trailing comment to ObjectProperty only when inside an ObjectExpression (@JLHwung)
  • babel-parser, babel-types
  • babel-generator, babel-plugin-transform-typescript, babel-types
  • babel-core, babel-types
  • babel-plugin-transform-flow-comments
  • babel-helpers, babel-plugin-transform-react-constant-elements
  • babel-plugin-proposal-decorators
  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helpers, babel-plugin-transform-named-capturing-groups-regex

💅 Polish

  • babel-plugin-transform-runtime, babel-preset-env
    • #10372 Don't allow instance properties transformation on namespace (@rhyzx)

📝 Documentation

🏠 Internal

  • babel-register
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-preset-env
  • babel-parser
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-plugin-proposal-dynamic-import, babel-preset-env
  • babel-runtime-corejs2, babel-runtime, babel-types
  • babel-cli, babel-core, babel-generator, babel-helper-create-class-features-plugin, babel-helper-fixtures, babel-node, babel-parser, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-runtime, babel-preset-env, babel-standalone, babel-template, babel-traverse, babel-types
    • #10228 Update dev dependencies and fix linting errors (@danez)
  • babel-cli

🏃‍♀ Performance

  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
    • #10161 Improves the logic to import objects in helpers (@ifsnow)
  • babel-traverse

Committers: 22

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.


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 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 #378.