Skip to content

Update babel monorepo

Warren Gifford requested to merge renovate/babel-monorepo into master

Created by: renovate[bot]

This PR contains the following updates:

Package Type Update New value References Sourcegraph
@babel/core (source) devDependencies patch ^7.8.4 homepage, source code search for "@babel/core"
@babel/plugin-proposal-class-properties devDependencies patch ^7.8.3 source code search for "@babel/plugin-proposal-class-properties"
@babel/plugin-proposal-decorators devDependencies patch ^7.8.3 source code search for "@babel/plugin-proposal-decorators"
@babel/plugin-proposal-nullish-coalescing-operator devDependencies patch ^7.8.3 source code search for "@babel/plugin-proposal-nullish-coalescing-operator"
@babel/plugin-proposal-optional-chaining devDependencies patch ^7.8.3 source code search for "@babel/plugin-proposal-optional-chaining"
@babel/plugin-syntax-dynamic-import devDependencies patch ^7.8.3 source code search for "@babel/plugin-syntax-dynamic-import"
@babel/preset-env (source) devDependencies patch ^7.8.4 homepage, source code search for "@babel/preset-env"
@babel/preset-react (source) devDependencies patch ^7.8.3 homepage, source code search for "@babel/preset-react"
@babel/preset-typescript devDependencies patch ^7.8.3 source code search for "@babel/preset-typescript"
@babel/runtime (source) devDependencies patch ^7.8.4 homepage, source code search for "@babel/runtime"

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
:running_woman: 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

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

👻 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.

Merge request reports

Loading