Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Update all of babel7: 7.8.3 → 7.8.4 (patch) #12

Merged
merged 1 commit into from
Feb 1, 2020

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jan 31, 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/cli (7.8.3 → 7.8.4) · Repo · Changelog

Release Notes

7.8.4

v7.8.4 (2020-01-30)

⚠️ In Babel 7.8.0 we introduced the --copy-ignored option for @babel/cli, defaulting to false. However, previous versions behaved as if that option was present: for this reason, we changed its default value to true (when --copy-files is provided) and introduced a --no-copy-ignored option to disable it.

Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-cli
  • babel-compat-data
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-typeof-symbol, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-parameters
  • babel-plugin-transform-for-of
  • babel-generator
  • babel-helper-compilation-targets
    • #11006 fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 (@JLHwung)

💅 Polish

  • babel-core
    • #10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@JLHwung)

📝 Documentation

  • babel-parser
    • #11015 add AST for the module attribute proposal (@xtuc)
  • babel-preset-env

🏠 Internal

🏃‍♀ Performance

  • babel-parser
    • #11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@3cp)

Committers: 11

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

Commits

See the full diff on Github. The new version differs by 34 commits:

✳️ @​babel/core (7.8.3 → 7.8.4) · Repo · Changelog

Release Notes

7.8.4

v7.8.4 (2020-01-30)

⚠️ In Babel 7.8.0 we introduced the --copy-ignored option for @babel/cli, defaulting to false. However, previous versions behaved as if that option was present: for this reason, we changed its default value to true (when --copy-files is provided) and introduced a --no-copy-ignored option to disable it.

Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-cli
  • babel-compat-data
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-typeof-symbol, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-parameters
  • babel-plugin-transform-for-of
  • babel-generator
  • babel-helper-compilation-targets
    • #11006 fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 (@JLHwung)

💅 Polish

  • babel-core
    • #10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@JLHwung)

📝 Documentation

  • babel-parser
    • #11015 add AST for the module attribute proposal (@xtuc)
  • babel-preset-env

🏠 Internal

🏃‍♀ Performance

  • babel-parser
    • #11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@3cp)

Committers: 11

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

Commits

See the full diff on Github. The new version differs by 34 commits:

✳️ @​babel/preset-env (7.8.3 → 7.8.4) · Repo · Changelog

Release Notes

7.8.4

v7.8.4 (2020-01-30)

⚠️ In Babel 7.8.0 we introduced the --copy-ignored option for @babel/cli, defaulting to false. However, previous versions behaved as if that option was present: for this reason, we changed its default value to true (when --copy-files is provided) and introduced a --no-copy-ignored option to disable it.

Thanks to @3cp, @BenoitZugmeyer, @pustovalov, @regiontog, and @vedantroy for their first PRs!

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-cli
  • babel-compat-data
  • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-typeof-symbol, babel-preset-env
  • babel-traverse
  • babel-plugin-transform-parameters
  • babel-plugin-transform-for-of
  • babel-generator
  • babel-helper-compilation-targets
    • #11006 fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 (@JLHwung)

💅 Polish

  • babel-core
    • #10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@JLHwung)

📝 Documentation

  • babel-parser
    • #11015 add AST for the module attribute proposal (@xtuc)
  • babel-preset-env

🏠 Internal

🏃‍♀ Performance

  • babel-parser
    • #11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@3cp)

Committers: 11

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

Commits

See the full diff on Github. The new version differs by 34 commits:


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 Jan 31, 2020
@depfu depfu bot requested a review from gregfletch January 31, 2020 14:44
@gregfletch gregfletch merged commit 8ea6537 into master Feb 1, 2020
@depfu depfu bot deleted the depfu/update/npm/group/babel7-7.8.4 branch February 1, 2020 23:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant