Update babel monorepo
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 | |
@babel/plugin-proposal-class-properties | devDependencies | patch | ^7.8.3 | source | |
@babel/plugin-proposal-decorators | devDependencies | patch | ^7.8.3 | source | |
@babel/plugin-proposal-nullish-coalescing-operator | devDependencies | patch | ^7.8.3 | source | |
@babel/plugin-proposal-optional-chaining | devDependencies | patch | ^7.8.3 | source | |
@babel/plugin-syntax-dynamic-import | devDependencies | patch | ^7.8.3 | source | |
@babel/preset-env (source) | devDependencies | patch | ^7.8.4 | homepage, source | |
@babel/preset-react (source) | devDependencies | patch | ^7.8.3 | homepage, source | |
@babel/preset-typescript | devDependencies | patch | ^7.8.3 | source | |
@babel/runtime (source) | devDependencies | patch | ^7.8.4 | homepage, source |
Release Notes
babel/babel
v7.8.4
⚠ In Babel 7.8.0 we introduced the--copy-ignored
option for@babel/cli
, defaulting tofalse
. However, previous versions behaved as if that option was present: for this reason, we changed its default value totrue
(when--copy-files
is provided) and introduced a--no-copy-ignored
option to disable it.
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-cli
- #11063 [@babel/cli] Copy ignored files by default (@nicolo-ribaudo)
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
- #11049 Avoid compiling the _typeof helper with itself (@nicolo-ribaudo)
babel-traverse
- #11011 Bug/missing references after crawl (@regiontog)
babel-plugin-transform-parameters
- #9714 Fix rest parameters indexing with TypeScript 'this parameter' (@BenoitZugmeyer)
babel-plugin-transform-for-of
babel-compat-data
,babel-preset-env
- #11016 Re-generate preset-env fixtures (@nicolo-ribaudo)
babel-generator
- #11014 Fix parentheses removal in nullish-coalescing operation (@sidntrivedi012)
babel-helper-compilation-targets
💅 Polish
babel-core
📝 Documentation
🏠 Internal
babel-compat-data
- #11039 Update compat table (@nicolo-ribaudo)
- #11041 Delete duplicated file in
@babel/compat-data
(@nicolo-ribaudo)- #10814 chore: map mobile browser data to their desktop version (@JLHwung)
- #11024 Check that generated compat-data is up to date on CI (@nicolo-ribaudo)
babel-parser
- #11032 refactor: simplify toAssignable routine (@JLHwung)
- #11026 chore: use @babel/eslint-config-internal (@JLHwung)
babel-preset-env
babel-compat-data
,babel-node
,babel-parser
,babel-preset-env
- Other
- #11021 chore: replace yarn-upgrade by bump-babel-dependencies in vuejs e2e tests (@JLHwung)
- #11004 chore: test against @vue/babel-preset-app (@JLHwung)
babel-core
- #10995 Exclude
import()
tests from pubilsh build (@nicolo-ribaudo):running_woman: Performance
v7.8.3
🐛 Bug Fix
🏠 Internal
-
babel-preset-env-standalone
,babel-standalone
- #10994 Ignore .map files in standalone packages (@nicolo-ribaudo)
-
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
- #10820 Archive syntax plugins enabled by default (@nicolo-ribaudo)
↩ Revert
-
Every package
- #11003 Revert "chore: specify package type (#10849)" (@nicolo-ribaudo)
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.