Skip to content
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

chore: update babel monorepo #16977

Merged
merged 2 commits into from
Aug 23, 2019
Merged

chore: update babel monorepo #16977

merged 2 commits into from
Aug 23, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2019

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor ^7.0.0 -> ^7.5.5
@babel/code-frame (source) dependencies minor ^7.0.0 -> ^7.5.5
@babel/core (source) devDependencies minor ^7.0.0 -> ^7.5.5
@babel/core (source) dependencies minor ^7.4.3 -> ^7.5.5
@babel/core (source) dependencies minor ^7.0.0 -> ^7.5.5
@babel/node (source) devDependencies minor ^7.0.0 -> ^7.5.5
@babel/parser (source) dependencies minor ^7.0.0 -> ^7.5.5
@babel/plugin-proposal-class-properties dependencies minor ^7.0.0 -> ^7.5.5
@babel/plugin-proposal-class-properties devDependencies minor ^7.0.0 -> ^7.5.5
@babel/plugin-proposal-object-rest-spread dependencies minor ^7.4.3 -> ^7.5.5
@babel/plugin-proposal-optional-chaining dependencies minor ^7.0.0 -> ^7.2.0
@babel/plugin-syntax-dynamic-import dependencies minor ^7.0.0 -> ^7.2.0
@babel/plugin-transform-runtime dependencies minor ^7.0.0 -> ^7.5.5
@babel/plugin-transform-runtime devDependencies minor ^7.0.0 -> ^7.5.5
@babel/polyfill (source) dependencies minor ^7.0.0 -> ^7.4.4
@babel/preset-env (source) devDependencies minor ^7.4.1 -> ^7.5.5
@babel/preset-env (source) dependencies minor ^7.0.0 -> ^7.5.5
@babel/preset-env (source) dependencies minor ^7.4.3 -> ^7.5.5
@babel/preset-env (source) dependencies minor ^7.4.1 -> ^7.5.5
@babel/preset-flow dependencies patch ^7.0.0-rc.1 -> ^7.0.0
@babel/preset-typescript dependencies minor ^7.0.0 -> ^7.3.3
@babel/runtime dependencies minor ^7.0.0 -> ^7.5.5
@babel/runtime devDependencies minor ^7.0.0 -> ^7.5.5
@babel/runtime dependencies minor ^7.4.5 -> ^7.5.5
@babel/traverse (source) dependencies minor ^7.0.0 -> ^7.5.5
@babel/types (source) dependencies minor ^7.0.0 -> ^7.5.5
babel-eslint devDependencies patch ^10.0.1 -> ^10.0.2

Release Notes

babel/babel

v7.5.5

Compare Source

🐛 Bug Fix
  • babel-code-frame
  • babel-plugin-proposal-object-rest-spread
  • babel-types
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super, babel-types
  • babel-plugin-transform-flow-comments
  • babel-core, babel-helpers
  • babel-plugin-transform-runtime
  • babel-helpers, babel-plugin-transform-instanceof
🏠 Internal
  • babel-parser, babel-plugin-transform-typescript
🏃‍♀️ Performance
  • babel-helpers, babel-plugin-proposal-object-rest-spread, babel-preset-env

v7.5.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
  • babel-plugin-proposal-partial-application, babel-plugin-syntax-partial-application

v7.4.4

Compare Source

🐛 Bug Fix

v7.4.3

Compare Source

👓 Spec Compliance
🚀 New Feature
  • babel-plugin-transform-runtime
🐛 Bug Fix
💅 Polish
  • babel-parser
  • babel-core, babel-plugin-transform-for-of
🏠 Internal

v7.2.3

Compare Source

This is a small release, mainly to test Lerna 3.
We force-published @babel/polyfill and @babel/preset-env, since they should have been released respectively in v7.1.0 and v7.2.2 but for different reasons they didn't get updated.

Half of the commits in this release are made by first time contributors! Thanks to @​cameron-martin, @​cphamlet, @​tanhauhau and @​jedwards1211. 🎉

🚀 New Feature
🐛 Bug Fix
🏠 Internal

v7.2.0

Compare Source

You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0.

🚀 New Feature
🐛 Bug Fix
💅 Polish
🏠 Internal

v7.1.5

Compare Source

👓 Spec Compliancy
🚀 New Feature
🐛 Bug Fix
💅 Polish

v7.1.2

Compare Source

Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had async functions).

v7.1.1

Compare Source

EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
Also force publish @babel/runtime and @babel/runtime-corejs2. We need to fix the publishing around that since Lerna doesn't pickup the @babel/helpers changes as there is no "dependency"

🐛 Bug Fix
🏠 Internal

v7.1.0

Compare Source

Check http://babeljs.io/blog/2018/09/17/7.1.0

🚀 New Feature
  • babel-cli, babel-core
    • #​8660 Better support monorepos by allowing users to opt into automatically resolving 'root' with rootMode: "upward".. (@​loganfsmyth)
  • babel-helper-transform-fixture-test-runner
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators
  • babel-helpers, babel-plugin-proposal-class-properties
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
babel/babel-eslint

v10.0.2

Compare Source

Fixes #​772


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested review from a team as code owners August 23, 2019 00:07
@sidharthachatterjee
Copy link
Contributor

Blocked by #16979

@sidharthachatterjee sidharthachatterjee added status: blocked This issue/PR can't be solved at the moment and shouldn't be closed/merged and removed status: blocked This issue/PR can't be solved at the moment and shouldn't be closed/merged labels Aug 23, 2019
Copy link
Contributor

@sidharthachatterjee sidharthachatterjee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sidharthachatterjee sidharthachatterjee added the bot: merge on green Gatsbot will merge these PRs automatically when all tests passes label Aug 23, 2019
Copy link
Contributor

@sidharthachatterjee sidharthachatterjee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed snapshots and #16979 so this should be good to go in now

@renovate
Copy link
Contributor Author

renovate bot commented Aug 23, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@gatsbybot gatsbybot merged commit efb0198 into master Aug 23, 2019
@wardpeet wardpeet deleted the renovate/babel-monorepo branch August 23, 2019 09:01
mwfrost pushed a commit to mwfrost/gatsby that referenced this pull request Apr 20, 2023
* chore: update babel monorepo

* Update snapshots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants