module-federation / federation-dashboard

Dashboard service to command, control, and visualize module federation based systems
federation-dashboard-alpha.vercel.app
Apache License 2.0
19 stars 5 forks source link

Update babel monorepo - autoclosed #355

Closed ScriptedAlchemy closed 3 years ago

ScriptedAlchemy commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.14.8 -> 7.15.5
@babel/plugin-proposal-decorators (source) devDependencies minor 7.14.5 -> 7.15.4
@babel/plugin-transform-react-display-name (source) devDependencies minor 7.14.5 -> 7.15.1
@babel/preset-typescript (source) devDependencies minor 7.14.5 -> 7.15.0

Release Notes

babel/babel ### [`v7.15.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7155-2021-09-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.4...v7.15.5) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13727](https://togithub.com/babel/babel/pull/13727) Disallow `#a in #b in c` and similar expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :leftwards_arrow_with_hook: Revert - `babel-core` - [#​13732](https://togithub.com/babel/babel/pull/13732) Revert "fix: non breaking align options naming" ([@​fedeci](https://togithub.com/fedeci)) ### [`v7.15.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7154-2021-09-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.0...v7.15.4) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13601](https://togithub.com/babel/babel/pull/13601) Disallow reinitializing private elements ([@​komyg](https://togithub.com/komyg)) ##### :bug: Bug Fix - [#​13638](https://togithub.com/babel/babel/pull/13638) \[eslint] Allow `"latest"` as `ecmaVersion` ([@​fisker](https://togithub.com/fisker)) - `babel-traverse`, `babel-types` - [#​13723](https://togithub.com/babel/babel/pull/13723) `getBindingIdentifiers` should return params for private methods ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​13715](https://togithub.com/babel/babel/pull/13715) \[babel 8] fix: stricter rest element builder check ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​13697](https://togithub.com/babel/babel/pull/13697) fix: pass `browserslistEnv` to `resolveTargets` ([@​meskill](https://togithub.com/meskill)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object` - [#​13656](https://togithub.com/babel/babel/pull/13656) fix: fix static private field shadowed by local variable ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-plugin-transform-typescript` - [#​13664](https://togithub.com/babel/babel/pull/13664) \[ts] Fix transform for nested namespaces shorthand syntax ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13680](https://togithub.com/babel/babel/pull/13680) fix(babel-parser): delete `static` property from class static block for TS ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13695](https://togithub.com/babel/babel/pull/13695) fix: assure left bracket is not consumed after dot ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​13532](https://togithub.com/babel/babel/pull/13532) fix: non breaking align options naming ([@​fedeci](https://togithub.com/fedeci)) ##### :memo: Documentation - `babel-parser` - [#​13691](https://togithub.com/babel/babel/pull/13691) add missing ExportNamespaceSpecifier in spec.md ([@​flyinox](https://togithub.com/flyinox)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-top-level-await`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone` - [#​13717](https://togithub.com/babel/babel/pull/13717) archive stage 4 parser plugins ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `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-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-preset-env`, `babel-template`, `babel-traverse` - [#​13685](https://togithub.com/babel/babel/pull/13685) Use named imports for babel types ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-helper-define-map`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-traverse`, `babel-types` - [#​13609](https://togithub.com/babel/babel/pull/13609) perf: partially replace `.concat` with `.push` ([@​fedeci](https://togithub.com/fedeci)) ### [`v7.15.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7150-2021-08-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.8...v7.15.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13523](https://togithub.com/babel/babel/pull/13523) feat(ts): raise error for abstract property with initializer ([@​fedeci](https://togithub.com/fedeci)) ##### :rocket: New Feature - `babel-parser` - [#​13229](https://togithub.com/babel/babel/pull/13229) Add `attachComment` parser option to disable comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​13476](https://togithub.com/babel/babel/pull/13476) standalone: update `preset-stage-*` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13555](https://togithub.com/babel/babel/pull/13555) feat: support hack pipeline in `@babel/standalone` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-preset-env` - [#​13387](https://togithub.com/babel/babel/pull/13387) Enable top-level `await` parsing by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#​13324](https://togithub.com/babel/babel/pull/13324) Support TypeScript const enums ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​13528](https://togithub.com/babel/babel/pull/13528) feat(typescript): implement namespace alias ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​13290](https://togithub.com/babel/babel/pull/13290) feat: add `noIncompleteNsImportDetection` assumption to `plugin-transform-modules-commonjs` ([@​fedeci](https://togithub.com/fedeci)) - `babel-plugin-transform-react-display-name` - [#​13501](https://togithub.com/babel/babel/pull/13501) Add display name after create context ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13416](https://togithub.com/babel/babel/pull/13416) Hack-pipe proposal with `%` topic token ([@​js-choi](https://togithub.com/js-choi)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-traverse`, `babel-types` - [#​13191](https://togithub.com/babel/babel/pull/13191) Add support for the "Hack" pipeline proposal ([@​js-choi](https://togithub.com/js-choi)) - `babel-plugin-transform-runtime` - [#​13398](https://togithub.com/babel/babel/pull/13398) Expose `@babel/eslint-parser/experimental-worker` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​13448](https://togithub.com/babel/babel/pull/13448) Add support for rhino as a compilation target ([@​gausie](https://togithub.com/gausie)) - `babel-compat-data`, `babel-parser`, `babel-preset-env` - [#​13554](https://togithub.com/babel/babel/pull/13554) Enable ergonomic brand checks (`#priv in`) by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​13513](https://togithub.com/babel/babel/pull/13513) \[ts] support optional chain call with generic ([@​lala7573](https://togithub.com/lala7573)) - `babel-plugin-transform-typescript` - [#​13605](https://togithub.com/babel/babel/pull/13605) Handle typescript function overloading in a default export ([@​tony-go](https://togithub.com/tony-go)) - `babel-parser` - [#​13536](https://togithub.com/babel/babel/pull/13536) Fix `%==` parsing in hack pipes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13426](https://togithub.com/babel/babel/pull/13426) parser: Fix Hack/smart-pipe error positions ([@​js-choi](https://togithub.com/js-choi)) - [#​13622](https://togithub.com/babel/babel/pull/13622) fix(ts): raise error for `export default interface {}` ([@​a-tarasyuk](https://togithub.com/a-tarasyuk)) ##### :memo: Documentation - [#​13607](https://togithub.com/babel/babel/pull/13607) chore(doc): add jest specific pckg command ([@​tony-go](https://togithub.com/tony-go))

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.



This PR has been generated by Renovate Bot.

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 52de45191c338d6093ffb9edde4b0dfe092342c7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR