Release notes
*Sourced from [@babel/cli's releases](https://github.com/babel/babel/releases).*
>
> ## v7.4.4 (2019-04-26)
>
> Thanks to [@jpierson](https://github.com/jpierson), [@coreyfarrell](https://github.com/coreyfarrell), [@SamyPesse](https://github.com/SamyPesse) [@evandervalk](https://github.com/evandervalk) and [@nwtgck](https://github.com/nwtgck) for their first PRs :smile:
>
> #### :bug: Bug Fix
> * `babel-plugin-transform-flow-comments`
> * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@tanhauhau](https://github.com/tanhauhau))
> * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@tanhauhau](https://github.com/tanhauhau))
> * `babel-parser`
> * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@existentialism](https://github.com/existentialism))
> * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@tanhauhau](https://github.com/tanhauhau))
> * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@devongovett](https://github.com/devongovett))
> * `babel-traverse`
> * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@danez](https://github.com/danez))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types`
> * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@coreyfarrell](https://github.com/coreyfarrell))
> * `babel-types`
> * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@evandervalk](https://github.com/evandervalk))
>
> #### Committers: 10
> - Brian Ng ([@existentialism](https://github.com/existentialism))
> - Corey Farrell ([@coreyfarrell](https://github.com/coreyfarrell))
> - Daniel Tschinder ([@danez](https://github.com/danez))
> - Devon Govett ([@devongovett](https://github.com/devongovett))
> - E. van der Valk ([@evandervalk](https://github.com/evandervalk))
> - Henry Zhu ([@hzoo](https://github.com/hzoo))
> - Jeff ([@jpierson](https://github.com/jpierson))
> - Nicolò Ribaudo ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> - Samy Pessé ([@SamyPesse](https://github.com/SamyPesse))
> - Tan Li Hau ([@tanhauhau](https://github.com/tanhauhau))
Changelog
*Sourced from [@babel/cli's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.4.4 (2019-04-26)
>
> #### :bug: Bug Fix
> * `babel-plugin-transform-flow-comments`
> * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@tanhauhau](https://github.com/tanhauhau))
> * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@tanhauhau](https://github.com/tanhauhau))
> * `babel-parser`
> * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo))
> * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@existentialism](https://github.com/existentialism))
> * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@tanhauhau](https://github.com/tanhauhau))
> * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@devongovett](https://github.com/devongovett))
> * `babel-traverse`
> * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@danez](https://github.com/danez))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types`
> * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@coreyfarrell](https://github.com/coreyfarrell))
> * `babel-types`
> * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@evandervalk](https://github.com/evandervalk))
Commits
- [`2c88694`](https://github.com/babel/babel/commit/2c88694388831b1e5b88e4bbed6781eb2be1edba) v7.4.4
- [`4b8546c`](https://github.com/babel/babel/commit/4b8546c07dfb15d1d784fe0676f546de9fe78c26) Force publish @babel/runtime-corejs3 [skip ci]
- [`c5b5c83`](https://github.com/babel/babel/commit/c5b5c83398891a7aa4dd48bc3905c30bf02fff60) Disable "Publish to npm" in the Release workflow ([#9911](https://github-redirect.dependabot.com/babel/babel/issues/9911)) [skip ci]
- [`277a262`](https://github.com/babel/babel/commit/277a2620c66914e50e53ccb4b2f484903221a8eb) allow directives and other comments before flow pragma ([#9891](https://github-redirect.dependabot.com/babel/babel/issues/9891))
- [`ca3c53a`](https://github.com/babel/babel/commit/ca3c53ae0b7b17ac467d2b7aeeb5830a76d9b326) fix flow-comments - class type paramters and implements ([#9897](https://github-redirect.dependabot.com/babel/babel/issues/9897))
- [`7101308`](https://github.com/babel/babel/commit/71013088efb3353a01c8f940757c047b4fb7a521) fix flow-comment - object destructuring ([#9893](https://github-redirect.dependabot.com/babel/babel/issues/9893))
- [`80a5a2e`](https://github.com/babel/babel/commit/80a5a2e7ddcaa034991cc46b6342b2be3266f46a) Allow node 12 and test it ([#9907](https://github-redirect.dependabot.com/babel/babel/issues/9907))
- [`8ca323e`](https://github.com/babel/babel/commit/8ca323e810724ff0021633f3bc32c7f4a3d6fc43) Disable chromeforandroid test in preset-env ([#9906](https://github-redirect.dependabot.com/babel/babel/issues/9906))
- [`30d507c`](https://github.com/babel/babel/commit/30d507c915dcdca4cedf50a089025a8b041942f1) Add TS support to @babel/parser's Scope ([#9766](https://github-redirect.dependabot.com/babel/babel/issues/9766))
- [`293f3c9`](https://github.com/babel/babel/commit/293f3c98d26c86f60bdba89ec91751607e3cddf3) Fix spelling of "Expressions" ([#9896](https://github-redirect.dependabot.com/babel/babel/issues/9896))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.3...v7.4.4)
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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/cli from 7.4.3 to 7.4.4.
Release notes
*Sourced from [@babel/cli's releases](https://github.com/babel/babel/releases).* > > ## v7.4.4 (2019-04-26) > > Thanks to [@jpierson](https://github.com/jpierson), [@coreyfarrell](https://github.com/coreyfarrell), [@SamyPesse](https://github.com/SamyPesse) [@evandervalk](https://github.com/evandervalk) and [@nwtgck](https://github.com/nwtgck) for their first PRs :smile: > > #### :bug: Bug Fix > * `babel-plugin-transform-flow-comments` > * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@tanhauhau](https://github.com/tanhauhau)) > * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@tanhauhau](https://github.com/tanhauhau)) > * `babel-parser` > * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@existentialism](https://github.com/existentialism)) > * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@tanhauhau](https://github.com/tanhauhau)) > * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@devongovett](https://github.com/devongovett)) > * `babel-traverse` > * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@danez](https://github.com/danez)) > * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types` > * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@coreyfarrell](https://github.com/coreyfarrell)) > * `babel-types` > * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@evandervalk](https://github.com/evandervalk)) > > #### Committers: 10 > - Brian Ng ([@existentialism](https://github.com/existentialism)) > - Corey Farrell ([@coreyfarrell](https://github.com/coreyfarrell)) > - Daniel Tschinder ([@danez](https://github.com/danez)) > - Devon Govett ([@devongovett](https://github.com/devongovett)) > - E. van der Valk ([@evandervalk](https://github.com/evandervalk)) > - Henry Zhu ([@hzoo](https://github.com/hzoo)) > - Jeff ([@jpierson](https://github.com/jpierson)) > - Nicolò Ribaudo ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > - Samy Pessé ([@SamyPesse](https://github.com/SamyPesse)) > - Tan Li Hau ([@tanhauhau](https://github.com/tanhauhau))Changelog
*Sourced from [@babel/cli's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.4.4 (2019-04-26) > > #### :bug: Bug Fix > * `babel-plugin-transform-flow-comments` > * [#9897](https://github-redirect.dependabot.com/babel/babel/pull/9897) fix flow-comments - class type paramters and implements ([@tanhauhau](https://github.com/tanhauhau)) > * [#9893](https://github-redirect.dependabot.com/babel/babel/pull/9893) fix flow-comment - object destructuring ([@tanhauhau](https://github.com/tanhauhau)) > * `babel-parser` > * [#9766](https://github-redirect.dependabot.com/babel/babel/pull/9766) Add TS support to @babel/parser's Scope ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9865](https://github-redirect.dependabot.com/babel/babel/pull/9865) Always register global bindings as exportable ([[@nicolo](https://github.com/nicolo)-ribaudo](https://github.com/nicolo-ribaudo)) > * [#9887](https://github-redirect.dependabot.com/babel/babel/pull/9887) Fix TypeScript readonly error location ([@existentialism](https://github.com/existentialism)) > * [#9869](https://github-redirect.dependabot.com/babel/babel/pull/9869) ! remove constant context assertions ([@tanhauhau](https://github.com/tanhauhau)) > * [#9890](https://github-redirect.dependabot.com/babel/babel/pull/9890) Fix parsing typescript bodiless methods with the estree plugin also enabled ([@devongovett](https://github.com/devongovett)) > * `babel-traverse` > * [#9870](https://github-redirect.dependabot.com/babel/babel/pull/9870) Fix flow types in traverse/path/family and enable flow ([@danez](https://github.com/danez)) > * `babel-plugin-proposal-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-types` > * [#9861](https://github-redirect.dependabot.com/babel/babel/pull/9861) Fix: PrivateName Identifier should not be isReferenced. ([@coreyfarrell](https://github.com/coreyfarrell)) > * `babel-types` > * [#9832](https://github-redirect.dependabot.com/babel/babel/pull/9832) Fix typo in cloneNode. ([@evandervalk](https://github.com/evandervalk))Commits
- [`2c88694`](https://github.com/babel/babel/commit/2c88694388831b1e5b88e4bbed6781eb2be1edba) v7.4.4 - [`4b8546c`](https://github.com/babel/babel/commit/4b8546c07dfb15d1d784fe0676f546de9fe78c26) Force publish @babel/runtime-corejs3 [skip ci] - [`c5b5c83`](https://github.com/babel/babel/commit/c5b5c83398891a7aa4dd48bc3905c30bf02fff60) Disable "Publish to npm" in the Release workflow ([#9911](https://github-redirect.dependabot.com/babel/babel/issues/9911)) [skip ci] - [`277a262`](https://github.com/babel/babel/commit/277a2620c66914e50e53ccb4b2f484903221a8eb) allow directives and other comments before flow pragma ([#9891](https://github-redirect.dependabot.com/babel/babel/issues/9891)) - [`ca3c53a`](https://github.com/babel/babel/commit/ca3c53ae0b7b17ac467d2b7aeeb5830a76d9b326) fix flow-comments - class type paramters and implements ([#9897](https://github-redirect.dependabot.com/babel/babel/issues/9897)) - [`7101308`](https://github.com/babel/babel/commit/71013088efb3353a01c8f940757c047b4fb7a521) fix flow-comment - object destructuring ([#9893](https://github-redirect.dependabot.com/babel/babel/issues/9893)) - [`80a5a2e`](https://github.com/babel/babel/commit/80a5a2e7ddcaa034991cc46b6342b2be3266f46a) Allow node 12 and test it ([#9907](https://github-redirect.dependabot.com/babel/babel/issues/9907)) - [`8ca323e`](https://github.com/babel/babel/commit/8ca323e810724ff0021633f3bc32c7f4a3d6fc43) Disable chromeforandroid test in preset-env ([#9906](https://github-redirect.dependabot.com/babel/babel/issues/9906)) - [`30d507c`](https://github.com/babel/babel/commit/30d507c915dcdca4cedf50a089025a8b041942f1) Add TS support to @babel/parser's Scope ([#9766](https://github-redirect.dependabot.com/babel/babel/issues/9766)) - [`293f3c9`](https://github.com/babel/babel/commit/293f3c98d26c86f60bdba89ec91751607e3cddf3) Fix spelling of "Expressions" ([#9896](https://github-redirect.dependabot.com/babel/babel/issues/9896)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.4.3...v7.4.4)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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.