Skip to content

Update all of babel7: 7.9.0 → 7.9.6 (patch) #27

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

Merged
merged 1 commit into from
May 4, 2020

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented May 4, 2020

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.9.0 → 7.9.6) · Repo · Changelog

Release Notes

7.9.6

v7.9.6 (2020-04-29)

Thanks to @Beraliv, @ChintanAcharya, @dosentmatter, @jdreesen and @johannes-z for their first PRs!

👓 Spec Compliance

  • babel-plugin-proposal-object-rest-spread
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes

🚀 New Feature

  • babel-traverse, babel-types
    • #11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@Beraliv)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-typescript
  • babel-compat-data
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
  • babel-traverse, babel-types
    • #11378 transform-spread: create TS types (not Flow) when using TS (@Beraliv)
  • babel-standalone
  • babel-plugin-transform-runtime
    • #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator

💅 Polish

  • babel-parser
  • babel-core
    • #11421 polish: recommend preset for js extensions (@JLHwung)
    • #11397 fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (@JLHwung)

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

Committers: 13

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.9.0 → 7.9.6) · Repo · Changelog

Release Notes

7.9.6

v7.9.6 (2020-04-29)

Thanks to @Beraliv, @ChintanAcharya, @dosentmatter, @jdreesen and @johannes-z for their first PRs!

👓 Spec Compliance

  • babel-plugin-proposal-object-rest-spread
  • babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes

🚀 New Feature

  • babel-traverse, babel-types
    • #11448 Adding createFlowUnionType in place of createUnionTypeAnnotation without breaking change (@Beraliv)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-typescript
  • babel-compat-data
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
  • babel-traverse, babel-types
    • #11378 transform-spread: create TS types (not Flow) when using TS (@Beraliv)
  • babel-standalone
  • babel-plugin-transform-runtime
    • #11366 fix: replace backslashes with forward slashes from resolved path for … (@johannes-z)
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-to-generator

💅 Polish

  • babel-parser
  • babel-core
    • #11421 polish: recommend preset for js extensions (@JLHwung)
    • #11397 fix: add classPrivateProperties and classPrivateMethods to missing plugin helper (@JLHwung)

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-plugin-transform-parameters, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env

Committers: 13

7.9.5

v7.9.5 (2020-04-07)

Thanks to @JMarkoski and @Zzzen for their first PRs!

🐛 Bug Fix

  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-parameters
    • #11326 Correctly transpile when default parameter initializer references binding in rest pattern (@vedantroy)
  • babel-traverse
    • #11375 Fixed generateUid creating clashing ids after scope re-crawling (@Andarist)
    • #11323 Fixed issue with programPath.scope.references not being registered back correctly after scope re-crawling (@Andarist)
  • babel-plugin-transform-destructuring
    • #11360 fix Incorrect destructuring compilation of for (let [[x] = [1]] = []… (@Zzzen)
  • babel-preset-env
    • #11373 Fixed useBuiltIns and modules validation when using 'false' as option (@JMarkoski)
  • babel-plugin-transform-classes
  • babel-helper-function-name, babel-plugin-transform-function-name
    • #11361 fix: do not add function name when parent's operator is not = (@JLHwung)
  • babel-helper-builder-react-jsx-experimental, babel-plugin-transform-react-jsx
  • babel-types
    • #11359 fix: allow logical assignment operators in AssignmentExpression (@JLHwung)
  • babel-plugin-transform-parameters
  • babel-helper-create-class-features-plugin

💅 Polish

  • babel-plugin-transform-parameters
  • babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-preset-env
  • babel-generator
    • #11328 polish: align optional chain whitespace behavior to their sibiling (@JLHwung)

🏠 Internal

Committers: 9

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 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 depfu bot added the depfu label May 4, 2020
@pull-assistant
Copy link

pull-assistant bot commented May 4, 2020

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     Update all of babel7 to version 7.9.6

Powered by Pull Assistant. Last update 90e7769 ... 90e7769. Read the comment docs.

@depchecker-bot
Copy link

depchecker-bot bot commented May 4, 2020

4 updated dependencies for you to review.

@babel/core - Babel compiler core.
NPM | GitHub Repo | Homepage
Latest Version: 7.9.6 | Project Version: ^7.9.0 -> ^7.9.6

  • Last publish was 5 days ago
  • 15,896,156 weekly downloads
  • 36,445 stars on Github
  • MIT License
  • 759 open issues and pull requests


@babel/preset-env - A Babel preset for each environment.
NPM | GitHub Repo | Homepage
Latest Version: 7.9.6 | Project Version: ^7.9.0 -> ^7.9.6

  • Last publish was 5 days ago
  • 11,604,323 weekly downloads
  • 36,445 stars on Github
  • MIT License
  • 759 open issues and pull requests


babel-jest - Jest plugin to use babel for transformation.
NPM | GitHub Repo | Homepage
Latest Version: 26.0.0 | Project Version: ^25.5.1 -> ^25.3.0

  • Last publish was 2 hours ago
  • 8,169,430 weekly downloads
  • 30,754 stars on Github
  • MIT License
  • 1,006 open issues and pull requests


jest - Delightful JavaScript Testing.
NPM | GitHub Repo | Homepage
Latest Version: 26.0.0 | Project Version: ^25.5.1 -> ^25.3.0

  • Last publish was 2 hours ago
  • 7,270,199 weekly downloads
  • 30,754 stars on Github
  • MIT License
  • 1,006 open issues and pull requests

@mtdev2 mtdev2 merged commit dcc3546 into master May 4, 2020
@mtdev2 mtdev2 deleted the depfu/update/npm/group/babel7-7.9.6 branch May 4, 2020 20:21
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.

1 participant