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

Update babel monorepo #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update babel monorepo #139

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 21, 2019

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor 7.2.3 -> 7.8.4
@babel/core (source) devDependencies minor 7.2.2 -> 7.9.0
@babel/plugin-proposal-class-properties devDependencies minor 7.2.3 -> 7.8.3
@babel/plugin-syntax-flow devDependencies minor 7.2.0 -> 7.8.3
@babel/plugin-syntax-object-rest-spread devDependencies minor 7.2.0 -> 7.8.3
@babel/preset-env (source) devDependencies minor 7.2.3 -> 7.9.5
@babel/preset-flow devDependencies minor 7.0.0 -> 7.9.0
@babel/preset-react (source) devDependencies minor 7.0.0 -> 7.9.4
@babel/register devDependencies minor 7.0.0 -> 7.9.0

Release Notes

babel/babel

v7.8.4

Compare Source

⚠️ 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.

👓 Spec Compliance
🐛 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-compat-data, babel-preset-env
  • babel-generator
  • babel-helper-compilation-targets
💅 Polish
  • babel-core
    • #​10969 polish: throw human-friendly error when item-option pair is incorrectly unwrapped (@​JLHwung)
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
  • babel-parser
    • #​11029 fix(babel-parser): avoid state.clone() to clone the whole token store (@​3cp)

v7.8.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-preset-env-standalone, babel-standalone
  • babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-object-rest-spread, babel-plugin-syntax-async-generators, babel-plugin-syntax-bigint, babel-plugin-syntax-dynamic-import, babel-plugin-syntax-json-strings, babel-plugin-syntax-nullish-coalescing-operator, babel-plugin-syntax-object-rest-spread, babel-plugin-syntax-optional-catch-binding, babel-plugin-syntax-optional-chaining, babel-plugin-transform-flow-strip-types, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-react-constant-elements, babel-preset-env-standalone, babel-preset-env, babel-standalone
↩️ Revert

v7.8.0

Compare Source

👓 Spec Compliance
  • babel-parser
  • babel-plugin-proposal-numeric-separator
  • babel-generator, babel-parser, babel-plugin-proposal-private-methods
💥 Breaking Change
🚀 New Feature
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
↩️ Revert

v7.7.7

Compare Source

👓 Spec Compliance
  • babel-parser
    • #​10576 [parser] validation for parentheses in the left-hand side of assignment expressions (@​boweihan)
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-react-jsx
🏠 Internal
↩️ Revert
  • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env

v7.7.5

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
  • babel-cli
  • babel-parser
  • babel-parser, babel-plugin-proposal-optional-chaining, babel-plugin-transform-modules-amd
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd
💅 Polish
🏠 Internal

v7.7.4

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-nullish-coalescing-operator
🏠 Internal

v7.7.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-function-sent, babel-preset-env
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
  • babel-plugin-transform-modules-systemjs
  • babel-parser
  • babel-plugin-transform-typescript
  • babel-core
  • babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-traverse
  • babel-preset-env
  • babel-generator
  • babel-plugin-transform-async-to-generator, babel-preset-env, babel-traverse
💅 Polish
  • babel-plugin-transform-classes, babel-plugin-transform-regenerator, babel-preset-env
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-preset-env
  • babel-register
🏠 Internal
  • babel-cli, babel-node
  • babel-register
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-unicode-property-regex, babel-plugin-transform-dotall-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-unicode-regex, babel-preset-env
  • babel-preset-env
  • babel-helper-module-imports
  • Other
  • babel-runtime
  • babel-helper-annotate-as-pure, babel-helper-bindify-decorators, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-builder-react-jsx, babel-helper-call-delegate, babel-helper-define-map, babel-helper-explode-assignable-expression, babel-helper-explode-class, babel-helper-function-name, babel-helper-get-function-arity, babel-helper-hoist-variables, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-template
🏃‍♀️ Performance

v7.6.4

Compare Source

👓 Spec Compliance
🐛 Bug Fix

v7.6.3

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-plugin-transform-block-scoping
  • 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
💅 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

v7.6.2

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.6.0

Compare Source

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix

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 you tick the rebase/retry checkbox.

👻 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 WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 21, 2019

Codecov Report

Merging #139 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #139   +/-   ##
======================================
  Coverage    81.1%   81.1%           
======================================
  Files          10      10           
  Lines         381     381           
  Branches       60      60           
======================================
  Hits          309     309           
  Misses         64      64           
  Partials        8       8

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 060e739...407de67. Read the comment docs.

@renovate renovate bot changed the title Update babel monorepo to v7.3.0 Update babel monorepo Jan 22, 2019
@renovate renovate bot changed the title Update babel monorepo Update babel monorepo to v7.3.4 Feb 25, 2019
@renovate renovate bot force-pushed the renovate/babel-monorepo branch from 4e7974a to adf623d Compare March 19, 2019 21:02
@renovate renovate bot changed the title Update babel monorepo to v7.3.4 Update babel monorepo to v7.4.0 Mar 19, 2019
@renovate renovate bot changed the title Update babel monorepo to v7.4.0 Update babel monorepo Mar 19, 2019
@renovate renovate bot force-pushed the renovate/babel-monorepo branch 2 times, most recently from c70c3a4 to 27f88df Compare March 21, 2019 10:50
@renovate renovate bot force-pushed the renovate/babel-monorepo branch from 27f88df to 7f23d6c Compare April 2, 2019 20:20
@renovate renovate bot force-pushed the renovate/babel-monorepo branch from 7f23d6c to bcd6c3a Compare May 4, 2019 08:57
@renovate renovate bot changed the title Update babel monorepo Update babel monorepo to v7.4.4 May 4, 2019
@renovate renovate bot force-pushed the renovate/babel-monorepo branch from bcd6c3a to 2832e50 Compare May 22, 2019 12:55
@renovate renovate bot changed the title Update babel monorepo to v7.4.4 Update babel monorepo May 22, 2019
@renovate renovate bot force-pushed the renovate/babel-monorepo branch from 2832e50 to 9bafccd Compare July 13, 2019 02:56
@renovate renovate bot changed the title Update babel monorepo Update babel monorepo to v7.5.5 Aug 10, 2019
@renovate renovate bot changed the title Update babel monorepo to v7.5.5 Update babel monorepo Sep 6, 2019
@renovate renovate bot changed the title Update babel monorepo Update babel monorepo to v7.8.3 Jan 18, 2020
@renovate renovate bot changed the title Update babel monorepo to v7.8.3 Update babel monorepo Feb 8, 2020
@renovate renovate bot force-pushed the renovate/babel-monorepo branch from a1425db to d547fb8 Compare March 10, 2020 14:59
@renovate renovate bot force-pushed the renovate/babel-monorepo branch from d547fb8 to cda1b91 Compare April 26, 2020 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant