material-components-vue
material-components-vue copied to clipboard
chore(deps): update babel monorepo
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @babel/core (source) | devDependencies | minor | 7.10.2 -> 7.11.4 |
| @babel/plugin-proposal-object-rest-spread | devDependencies | minor | 7.10.1 -> 7.11.0 |
| @babel/plugin-transform-object-assign | devDependencies | patch | 7.10.1 -> 7.10.4 |
| @babel/preset-env (source) | devDependencies | minor | 7.10.2 -> 7.11.0 |
Release Notes
babel/babel
v7.11.4
:bug: Bug Fix
babel-helper-replace-supers- #11985 fix: declare @babel/traverse as a dependency (@JLHwung)
babel-corebabel-parser- #11979 Throw error on invalid flow async generic arrow syntax (@existentialism)
- #11955 Fix parsing type casted generic flow arrow exprs (@existentialism)
- #11973 fix: do not transform ClassPrivateMethods in estree (@JLHwung)
- #11941 fix: push new token context when braceHashL is seen (@JLHwung)
- #11943 fix: reset EndLocation for catch param (@JLHwung)
- Other
- #11978 fix: do not mutate newTypes (@JLHwung)
- #11970 fix: ensure defaults are set in @babel/eslint-parser (@kaicataldo)
babel-generator
:house: Internal
- Other
babel-parserbabel-helpers- #11953 chore: remove obsolete comment (@jamescdavis)
babel-helper-transform-fixture-test-runnerbabel-core,babel-helper-transform-fixture-test-runner,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-destructuring,babel-plugin-transform-react-jsx-source,babel-plugin-transform-spread- #11531 Isolated exec tests (@jridgewell)
babel-helper-bindify-decorators,babel-helper-call-delegate,babel-helper-explode-assignable-expression,babel-helper-explode-class,babel-helper-remap-async-to-generator,babel-helper-replace-supers- #11937 Move some @babel/traverse from deps to devDeps (@Monchi)
v7.11.1
:bug: Bug Fix
babel-parserbabel-core- #11906 Do not cache non-existent config files forever (@devongovett)
babel-plugin-transform-block-scoping,babel-standalone
:memo: Documentation
:house: Internal
v7.11.0
:eyeglasses: Spec Compliance
babel-parserbabel-plugin-proposal-optional-chaining
:rocket: New Feature
babel-cli,babel-corebabel-compat-data,babel-preset-envbabel-parser- #11863 feat: enable numericSeparator parsing support (@JLHwung)
- #11755 Allow unknown/any in TS catch clause param (@existentialism)
- #11753 TypeScript 4.0: Allow spread in the middle of tuples (@nicolo-ribaudo)
- #11815 eslint-parser: ES2020 features (@JLHwung)
babel-generator,babel-parser,babel-types- #11754 TypeScript 4.0: Support labeled tuple elements (@nicolo-ribaudo)
babel-core,babel-generator,babel-parser,babel-plugin-syntax-decimal,babel-standalone,babel-typesbabel-core- #10241 Add
cloneInputAstoption tobabel.transformFromAst(@coderaiser)
- #10241 Add
:bug: Bug Fix
- Other
- #11896 update: hardcode @babel/eslint-parser min supported version check (@kaicataldo)
babel-helper-skip-transparent-expression-wrappers,babel-plugin-proposal-optional-chaining,babel-plugin-transform-spread- #11404 Skip TSAsExpression when transforming spread in CallExpression (@oliverdunk)
babel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-logical-assignment-operators- #11702 add support for logical assignments with private properties (@ryzokuken)
babel-plugin-transform-typescript- #11747 Typescript: always strip declare from class fields (@jamescdavis)
babel-plugin-transform-runtime- #11893 Fix incorrect module path when absoluteRuntime is specified (@sz-coder)
babel-parserbabel-generator,babel-parser,babel-plugin-transform-typescriptbabel-generator- #11836 Always retain lines for async arrow (@cwohlman)
:nail_care: Polish
babel-traverse- #11791 babel-traverse: prefer clearer, reduced-bias option naming (@jayaddison)
:house: Internal
- Other
- #11688 fix build config to work the same when running on windows (@zxbodya)
- #11894 Prepare to publish
@babel/eslint-*packages (@JLHwung) - #11879 chore: use modules: "auto" (@JLHwung)
- #11875 chore(github): fix issue template typo (@SirWindfield)
- #11706 chore: update
spec-newin CONTRIBUTING.md skip ci
babel-standalonebabel-compat-data,babel-helper-compilation-targets,babel-preset-envbabel-compat-data,babel-core,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-parser,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-classes,babel-preset-env,babel-traverse,babel-typesbabel-typesbabel-compat-data
v7.10.5
:bug: Bug Fix
babel-helper-builder-react-jsx-experimental,babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-transform-fixture-test-runner,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-decorators,babel-plugin-proposal-function-bind,babel-plugin-proposal-partial-application,babel-plugin-proposal-pipeline-operator,babel-plugin-transform-block-scoping,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-systemjs,babel-plugin-transform-parameters,babel-plugin-transform-react-jsx-source,babel-plugin-transform-runtime,babel-plugin-transform-template-literals,babel-plugin-transform-typescriptbabel-parserbabel-plugin-transform-typescript- #11816 Typescript transform now removes generic arguments from optional calls (Closes #11813) (@RafaelSalguero)
babel-plugin-transform-block-scoping- #11802 Fix break/continue when switch is nested inside loop (@existentialism)
babel-generator,babel-plugin-transform-typescript,babel-types- #11582 Refactor generated builder names in @babel/types (@zxbodya)
babel-compat-data
:memo: Documentation
- Other
- #11799 docs: update README example and REPL link (@JLHwung)
- #11761 Add note about running Make targets in Windows 10 (@kaicataldo)
babel-parser
:house: Internal
babel-cli,babel-compat-data,babel-core,babel-helper-define-map,babel-helper-fixtures,babel-helper-module-transforms,babel-helper-regex,babel-helper-transform-fixture-test-runner,babel-node,babel-plugin-transform-proto-to-assign,babel-register,babel-traverse,babel-types- #11818 Bump some deps for audit (@existentialism)
babel-helper-fixtures,babel-traverse- #11811 Replace lodash 'clone' usage with ES6 Spread initializer (@jayaddison)
babel-helper-fixtures,babel-helper-transform-fixture-test-runner- #11812 Replace lodash 'extend' usage with Object.assign (@jayaddison)
babel-plugin-transform-block-scoping- #11798 Reduce dependency on lodash functions: values, extends (@jayaddison)
babel-generator,babel-plugin-transform-typescript,babel-types- #11582 Refactor generated builder names in @babel/types (@zxbodya)
babel-cli,babel-generator,babel-helper-transform-fixture-test-runner,babel-traverse,babel-types- #11790 Reduce dependency on lodash functions: includes, uniq, repeat, isinteger (@jayaddison)
- Other
babel-register
v7.10.4
:eyeglasses: Spec Compliance
babel-helper-member-expression-to-functions,babel-plugin-proposal-class-propertiesbabel-parser,babel-types
:bug: Bug Fix
babel-types- #11752 [regression] Don't validate file.comments in
@babel/types(@nicolo-ribaudo)
- #11752 [regression] Don't validate file.comments in
babel-plugin-proposal-do-expressions,babel-types
:nail_care: Polish
babel-parser- #11722 Add better parser error when using jsx (@penguingovernor)
babel-core
:house: Internal
babel-core,babel-helper-fixtures,babel-standalone,babel-traverse- #11758 Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. (@wojtekmaj)
babel-parserbabel-core
v7.10.3
:eyeglasses: Spec Compliance
babel-parserbabel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-optional-chainingbabel-plugin-proposal-logical-assignment-operators- #11658 Perform NamedEvaluation of Anonymous Functions in Logical Assignment (@jridgewell)
babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-optional-chaining
:bug: Bug Fix
babel-parser,babel-plugin-transform-flow-comments- #11697 Fix innercomments (@shaodahong)
babel-helper-member-expression-to-functions,babel-plugin-proposal-class-propertiesbabel-template- #11695 Allow templates to parse v8intrinsics (@jridgewell)
babel-typesbabel-plugin-transform-react-pure-annotations- #11685 Add React.createContext to @babel/plugin-transform-react-pure-annotat… (@jessethomson)
babel-parserbabel-helper-create-class-features-plugin,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods- #11571 Add a check for privateMap's existence (@AjayPoshak)
:nail_care: Polish
babel-plugin-transform-typescript- #11682 Fix small typo (@sajadtorkamani)
:house: Internal
- Other
- #11730 Revert "chore: pin windows node.js version (#11522)" (@JLHwung)
- #11727 replace whitelist by allowlist in parser-tests (@JLHwung)
- #11677 Bump @babel/* deps (@existentialism)
- #11672 chore: output ascii only standalone minified bundle (@JLHwung)
- #11647 chore: check version lazily in babel-eslint-parser (@kaicataldo)
babel-helper-plugin-utilsbabel-plugin-proposal-class-properties,babel-plugin-proposal-private-property-in-object,babel-preset-env- #11655 Fix some test fixtures (@existentialism)
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: 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.