Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*
> ## v7.2.2 (2018-12-15)
>
> Mostrly bug fixes and internal changes.
> Thanks to [**paleite**](https://github.com/paleite), [**saschanaz**](https://github.com/saschanaz) and [**joeldenning**](https://github.com/joeldenning) for their first PRs!
>
> #### :bug: Bug Fix
> * `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread`
> * [#9108](https://github-redirect.dependabot.com/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * `babel-parser`
> * [#9168](https://github-redirect.dependabot.com/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([[**vikr01**](https://github.com/vikr01)](https://github.com/vikr01))
> * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
> * [#9171](https://github-redirect.dependabot.com/babel/babel/pull/9171) Fix transforming empty export statement. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * `babel-node`
> * [#9148](https://github-redirect.dependabot.com/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-plugin-transform-classes`
> * [#9135](https://github-redirect.dependabot.com/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([[**rubennorte**](https://github.com/rubennorte)](https://github.com/rubennorte))
> * `babel-preset-env`
> * [#9140](https://github-redirect.dependabot.com/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([[**saschanaz**](https://github.com/saschanaz)](https://github.com/saschanaz))
> * `babel-plugin-transform-arrow-functions`, `babel-traverse`
> * [#9060](https://github-redirect.dependabot.com/babel/babel/pull/9060) Not depending on return value of super(). Closes [#9020](https://github-redirect.dependabot.com/babel/babel/issues/9020).. ([[**joeldenning**](https://github.com/joeldenning)](https://github.com/joeldenning))
>
> #### :house: Internal
> * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex`
> * [#9176](https://github-redirect.dependabot.com/babel/babel/pull/9176) Fix package.json repository URLs. ([[**paleite**](https://github.com/paleite)](https://github.com/paleite))
> * Other
> * [#9158](https://github-redirect.dependabot.com/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * [#9143](https://github-redirect.dependabot.com/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([[**saschanaz**](https://github.com/saschanaz)](https://github.com/saschanaz))
> * [#9133](https://github-redirect.dependabot.com/babel/babel/pull/9133) Move to travis vm based builds. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * [#9132](https://github-redirect.dependabot.com/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * [#9131](https://github-redirect.dependabot.com/babel/babel/pull/9131) Update issue templates [skip ci]. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo))
> * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`
> * [#9059](https://github-redirect.dependabot.com/babel/babel/pull/9059) Move decorators transform to @babel/helper-create-class-features-plugin. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-core`, `babel-parser`, `babel-template`
> * [#9128](https://github-redirect.dependabot.com/babel/babel/pull/9128) Fix running flow on travis and update flow. ([[**danez**](https://github.com/danez)](https://github.com/danez))
>
> #### Committers: 10
> - Brian Ng ([existentialism](https://github.com/existentialism))
> - Daniel Tschinder ([danez](https://github.com/danez))
> - Henry Zhu ([hzoo](https://github.com/hzoo))
> - Joel Denning ([joeldenning](https://github.com/joeldenning))
> - Kagami Sascha Rosylight ([saschanaz](https://github.com/saschanaz))
> - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> - Patrick Eriksson ([paleite](https://github.com/paleite))
> - Rubén Norte ([rubennorte](https://github.com/rubennorte))
> - Thiago Arrais ([thiagoarrais](https://github.com/thiagoarrais))
> - Vikram Rangaraj ([vikr01](https://github.com/vikr01))
>
> ## v7.2.1 (2018-12-04)
>
> This release fixes a regression introduced in v7.2.0 (https://github-redirect.dependabot.com/babel/babel/issues/9120)
> ... (truncated)
Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> # Changelog
>
> > **Tags:**
> > - :boom: [Breaking Change]
> > - :eyeglasses: [Spec Compliancy]
> > - :rocket: [New Feature]
> > - :bug: [Bug Fix]
> > - :memo: [Documentation]
> > - :house: [Internal]
> > - :nail_care: [Polish]
>
> _Note: Gaps between patch versions are faulty, broken or test releases._
>
> See [CHANGELOG - v4](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v4.md), [CHANGELOG - v5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v6.md) for v4.x-v6.x changes.
> See [CHANGELOG - 6to5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
> See [Babylon's CHANGELOG](https://github.com/babel/babel/blob/master/packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog.
>
> ## v7.2.1 (2018-12-04)
>
> This release fixes a regression introduced in v7.2.0 (https://github-redirect.dependabot.com/babel/babel/issues/9120)
>
> #### :bug: Bug Fix
> * `babel-helper-create-class-features-plugin`
> * [#9121](https://github-redirect.dependabot.com/babel/babel/pull/9121) Don't use isClassPrivateMethod because it isn't supported in <7.2.0. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
>
> ## v7.2.0 (2018-12-03)
>
> You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0.
>
> #### :rocket: New Feature
> * `babel-parser`
> * [#8289](https://github-redirect.dependabot.com/babel/babel/pull/8289) Implement Smart Pipeline proposal in @babel/parser. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah))
> * `babel-core`
> * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([[**kaicataldo**](https://github.com/kaicataldo)](https://github.com/kaicataldo))
> * `babel-node`
> * [#9078](https://github-redirect.dependabot.com/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg))
> * `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types`
> * [#8654](https://github-redirect.dependabot.com/babel/babel/pull/8654) Private class methods stage 3. ([[**tim-mc**](https://github.com/tim-mc)](https://github.com/tim-mc))
> * `babel-preset-env`
> * [#9048](https://github-redirect.dependabot.com/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>
> #### :bug: Bug Fix
> * `babel-parser`
> * [#9114](https://github-redirect.dependabot.com/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * [#9069](https://github-redirect.dependabot.com/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * [#9058](https://github-redirect.dependabot.com/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * [#9035](https://github-redirect.dependabot.com/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([[**danez**](https://github.com/danez)](https://github.com/danez))
> * `babel-helper-fixtures`, `babel-parser`
> ... (truncated)
Commits
- [`c1499b1`](https://github.com/babel/babel/commit/c1499b13ac6e2a6cb0bee1643d67706e7c3f8d23) v7.2.2
- [`7bcd62c`](https://github.com/babel/babel/commit/7bcd62cfee0dcca9a3510b8ba61db7c014078706) Build standalone on prepublish
- [`47da5cf`](https://github.com/babel/babel/commit/47da5cf75a4f67d199422e7f2a2635a71317d478) Correctly transform spreads to use proper concat method ([#9108](https://github-redirect.dependabot.com/babel/babel/issues/9108))
- [`72471af`](https://github.com/babel/babel/commit/72471aff63bc77e63bdc9e414038a5496ec6decb) Handle flow comments with leading spaces ([#9168](https://github-redirect.dependabot.com/babel/babel/issues/9168))
- [`b9340bc`](https://github.com/babel/babel/commit/b9340bc5974528630ec6b94a6d7186699040096b) Fix package.json repository URLs ([#9176](https://github-redirect.dependabot.com/babel/babel/issues/9176))
- [`731182e`](https://github.com/babel/babel/commit/731182eee44a1b47d5232697489a49f09641bccf) Types for pipeline operator (smart proposal) ([#9122](https://github-redirect.dependabot.com/babel/babel/issues/9122))
- [`f4eec5c`](https://github.com/babel/babel/commit/f4eec5ca798c60b705efcd8e99d4745957590000) Add new flag that indicates if a module has exports ([#9171](https://github-redirect.dependabot.com/babel/babel/issues/9171))
- [`b60adce`](https://github.com/babel/babel/commit/b60adce4cb4e0c705cb308b6eacf36605ed61db8) Update CHANGELOG.md
- [`66c4bc8`](https://github.com/babel/babel/commit/66c4bc8f6470f7349535bf0e48d8b17188aed4c5) update list of sponsors [skip ci]
- [`d2dc28e`](https://github.com/babel/babel/commit/d2dc28ed2b398bc5c4e563b7ce8e400d8bb1a453) add triage label to new issues [skip ci] ([#9158](https://github-redirect.dependabot.com/babel/babel/issues/9158))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.6...v7.2.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps @babel/core from 7.1.6 to 7.2.2.
Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.2.2 (2018-12-15) > > Mostrly bug fixes and internal changes. > Thanks to [**paleite**](https://github.com/paleite), [**saschanaz**](https://github.com/saschanaz) and [**joeldenning**](https://github.com/joeldenning) for their first PRs! > > #### :bug: Bug Fix > * `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` > * [#9108](https://github-redirect.dependabot.com/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-parser` > * [#9168](https://github-redirect.dependabot.com/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([[**vikr01**](https://github.com/vikr01)](https://github.com/vikr01)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` > * [#9171](https://github-redirect.dependabot.com/babel/babel/pull/9171) Fix transforming empty export statement. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-node` > * [#9148](https://github-redirect.dependabot.com/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-plugin-transform-classes` > * [#9135](https://github-redirect.dependabot.com/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([[**rubennorte**](https://github.com/rubennorte)](https://github.com/rubennorte)) > * `babel-preset-env` > * [#9140](https://github-redirect.dependabot.com/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([[**saschanaz**](https://github.com/saschanaz)](https://github.com/saschanaz)) > * `babel-plugin-transform-arrow-functions`, `babel-traverse` > * [#9060](https://github-redirect.dependabot.com/babel/babel/pull/9060) Not depending on return value of super(). Closes [#9020](https://github-redirect.dependabot.com/babel/babel/issues/9020).. ([[**joeldenning**](https://github.com/joeldenning)](https://github.com/joeldenning)) > > #### :house: Internal > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` > * [#9176](https://github-redirect.dependabot.com/babel/babel/pull/9176) Fix package.json repository URLs. ([[**paleite**](https://github.com/paleite)](https://github.com/paleite)) > * Other > * [#9158](https://github-redirect.dependabot.com/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9143](https://github-redirect.dependabot.com/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([[**saschanaz**](https://github.com/saschanaz)](https://github.com/saschanaz)) > * [#9133](https://github-redirect.dependabot.com/babel/babel/pull/9133) Move to travis vm based builds. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9132](https://github-redirect.dependabot.com/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9131](https://github-redirect.dependabot.com/babel/babel/pull/9131) Update issue templates [skip ci]. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > * `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` > * [#9059](https://github-redirect.dependabot.com/babel/babel/pull/9059) Move decorators transform to @babel/helper-create-class-features-plugin. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-core`, `babel-parser`, `babel-template` > * [#9128](https://github-redirect.dependabot.com/babel/babel/pull/9128) Fix running flow on travis and update flow. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > > #### Committers: 10 > - Brian Ng ([existentialism](https://github.com/existentialism)) > - Daniel Tschinder ([danez](https://github.com/danez)) > - Henry Zhu ([hzoo](https://github.com/hzoo)) > - Joel Denning ([joeldenning](https://github.com/joeldenning)) > - Kagami Sascha Rosylight ([saschanaz](https://github.com/saschanaz)) > - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > - Patrick Eriksson ([paleite](https://github.com/paleite)) > - Rubén Norte ([rubennorte](https://github.com/rubennorte)) > - Thiago Arrais ([thiagoarrais](https://github.com/thiagoarrais)) > - Vikram Rangaraj ([vikr01](https://github.com/vikr01)) > > ## v7.2.1 (2018-12-04) > > This release fixes a regression introduced in v7.2.0 (https://github-redirect.dependabot.com/babel/babel/issues/9120) > ... (truncated)Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > # Changelog > > > **Tags:** > > - :boom: [Breaking Change] > > - :eyeglasses: [Spec Compliancy] > > - :rocket: [New Feature] > > - :bug: [Bug Fix] > > - :memo: [Documentation] > > - :house: [Internal] > > - :nail_care: [Polish] > > _Note: Gaps between patch versions are faulty, broken or test releases._ > > See [CHANGELOG - v4](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v4.md), [CHANGELOG - v5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](https://github.com/babel/babel/blob/master/.github/CHANGELOG-v6.md) for v4.x-v6.x changes. > See [CHANGELOG - 6to5](https://github.com/babel/babel/blob/master/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. > See [Babylon's CHANGELOG](https://github.com/babel/babel/blob/master/packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog. > > ## v7.2.1 (2018-12-04) > > This release fixes a regression introduced in v7.2.0 (https://github-redirect.dependabot.com/babel/babel/issues/9120) > > #### :bug: Bug Fix > * `babel-helper-create-class-features-plugin` > * [#9121](https://github-redirect.dependabot.com/babel/babel/pull/9121) Don't use isClassPrivateMethod because it isn't supported in <7.2.0. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > ## v7.2.0 (2018-12-03) > > You can read more about this release at https://babeljs.io/blog/2018/12/03/7.2.0. > > #### :rocket: New Feature > * `babel-parser` > * [#8289](https://github-redirect.dependabot.com/babel/babel/pull/8289) Implement Smart Pipeline proposal in @babel/parser. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > * `babel-core` > * [#8986](https://github-redirect.dependabot.com/babel/babel/pull/8986) Export @babel/parser#tokTypes in @babel/core. ([[**kaicataldo**](https://github.com/kaicataldo)](https://github.com/kaicataldo)) > * `babel-node` > * [#9078](https://github-redirect.dependabot.com/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types` > * [#8654](https://github-redirect.dependabot.com/babel/babel/pull/8654) Private class methods stage 3. ([[**tim-mc**](https://github.com/tim-mc)](https://github.com/tim-mc)) > * `babel-preset-env` > * [#9048](https://github-redirect.dependabot.com/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > > #### :bug: Bug Fix > * `babel-parser` > * [#9114](https://github-redirect.dependabot.com/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9074](https://github-redirect.dependabot.com/babel/babel/pull/9074) Disallow await inside arrow functions. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9069](https://github-redirect.dependabot.com/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * [#9058](https://github-redirect.dependabot.com/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#9055](https://github-redirect.dependabot.com/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#9035](https://github-redirect.dependabot.com/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * `babel-helper-fixtures`, `babel-parser` > ... (truncated)Commits
- [`c1499b1`](https://github.com/babel/babel/commit/c1499b13ac6e2a6cb0bee1643d67706e7c3f8d23) v7.2.2 - [`7bcd62c`](https://github.com/babel/babel/commit/7bcd62cfee0dcca9a3510b8ba61db7c014078706) Build standalone on prepublish - [`47da5cf`](https://github.com/babel/babel/commit/47da5cf75a4f67d199422e7f2a2635a71317d478) Correctly transform spreads to use proper concat method ([#9108](https://github-redirect.dependabot.com/babel/babel/issues/9108)) - [`72471af`](https://github.com/babel/babel/commit/72471aff63bc77e63bdc9e414038a5496ec6decb) Handle flow comments with leading spaces ([#9168](https://github-redirect.dependabot.com/babel/babel/issues/9168)) - [`b9340bc`](https://github.com/babel/babel/commit/b9340bc5974528630ec6b94a6d7186699040096b) Fix package.json repository URLs ([#9176](https://github-redirect.dependabot.com/babel/babel/issues/9176)) - [`731182e`](https://github.com/babel/babel/commit/731182eee44a1b47d5232697489a49f09641bccf) Types for pipeline operator (smart proposal) ([#9122](https://github-redirect.dependabot.com/babel/babel/issues/9122)) - [`f4eec5c`](https://github.com/babel/babel/commit/f4eec5ca798c60b705efcd8e99d4745957590000) Add new flag that indicates if a module has exports ([#9171](https://github-redirect.dependabot.com/babel/babel/issues/9171)) - [`b60adce`](https://github.com/babel/babel/commit/b60adce4cb4e0c705cb308b6eacf36605ed61db8) Update CHANGELOG.md - [`66c4bc8`](https://github.com/babel/babel/commit/66c4bc8f6470f7349535bf0e48d8b17188aed4c5) update list of sponsors [skip ci] - [`d2dc28e`](https://github.com/babel/babel/commit/d2dc28ed2b398bc5c4e563b7ce8e400d8bb1a453) add triage label to new issues [skip ci] ([#9158](https://github-redirect.dependabot.com/babel/babel/issues/9158)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.1.6...v7.2.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.