Bumps @babel/core from 7.0.0-beta.51 to 7.0.0-beta.52.
Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*
> ## v7.0.0-beta.52 (2018-07-06)
>
> ## Summary
>
> Deprecating the yearly/stage presets in v7 (will remove next beta). Ran `npm deprecate` on `@babel/preset-es2015`, `@babel/preset-es2016`, `@babel/preset-es2017`, `@babel/preset-stage-0`, `@babel/preset-stage-1`, `@babel/preset-stage-2`, `@babel/preset-stage-3` only for versions `>v7.0.0-beta.52`. This means this will only break your build if you are using `^` in Babel v7 beta (which we have recommended against each release). (It is unfortunate that the default behavior of npm is to use `^` when using `npm install` though; haven't made an RFC for it yet).
>
> Also various bugfixes, change to force the pipeline plugin to have an option.
>
> The pipeline plugin must be configured with the `minimal` option. This is so people explicitly know the implementation that is being used, and someone will be able to implement and test out the other proposal options. After all, this proposal is in Stage 1 still and the semantics are being figured out: this is a great opportunity to specify via the config what people are using.
>
> ```js
> {
> "plugins": [["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]]
> }
> ```
>
> #### :boom: Breaking Change
> * `babel-core`
> * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-preset-stage-0`, `babel-preset-stage-1`
> * [#8196](https://github-redirect.dependabot.com/babel/babel/pull/8196) Require proposal flag for pipeline plugin. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah))
>
> #### :bug: Bug Fix
> * `babel-types`
> * [#8273](https://github-redirect.dependabot.com/babel/babel/pull/8273) Add visitor key for Flow typeArguments in call expressions. ([[**rubennorte**](https://github.com/rubennorte)](https://github.com/rubennorte))
> * `babel-core`
> * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * [#8197](https://github-redirect.dependabot.com/babel/babel/pull/8197) Allow @foo/babel-plugin as an unexpanded plugin name, and [**foo**](https://github.com/foo) as a shorthand for it.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-plugin-transform-typescript`
> * [#8238](https://github-redirect.dependabot.com/babel/babel/pull/8238) Typescript: Avoid stripping class properties when a decorator is set. ([[**pmdartus**](https://github.com/pmdartus)](https://github.com/pmdartus))
>
> #### :nail_care: Polish
> * `babel-cli`, `babel-preset-env`
> * [#8250](https://github-redirect.dependabot.com/babel/babel/pull/8250) remove emojis from cli output. ([[**johnbuffington**](https://github.com/johnbuffington)](https://github.com/johnbuffington))
>
> #### :house: Internal
> * `babel-core`, `babel-helpers`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`
> * [#8267](https://github-redirect.dependabot.com/babel/babel/pull/8267) Optimize async to generator. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell))
> * `babel-core`, `babel-parser`
> * [#8259](https://github-redirect.dependabot.com/babel/babel/pull/8259) upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier. ([[**dnalborczyk**](https://github.com/dnalborczyk)](https://github.com/dnalborczyk))
> * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-runtime`
> * [#8265](https://github-redirect.dependabot.com/babel/babel/pull/8265) Rename some test fixtures so they run properly.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`
> * [#8208](https://github-redirect.dependabot.com/babel/babel/pull/8208) Ensure that we don't get unexpected output files for tests that throw.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-transform-fixture-test-runner`
> * [#8220](https://github-redirect.dependabot.com/babel/babel/pull/8220) Remove regenerator hacks in checkDuplicatedNodes. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist))
> * Other
> * [#8158](https://github-redirect.dependabot.com/babel/babel/pull/8158) Compile against beta 51. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-parser`
> * [#8176](https://github-redirect.dependabot.com/babel/babel/pull/8176) babel/parser: use charCodes throughout for improved sourcecode readability in tokenizer/parser.. ([[**GerHobbelt**](https://github.com/GerHobbelt)](https://github.com/GerHobbelt))
> ... (truncated)
Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*
> ## v7.0.0-beta.52 (2018-07-06)
>
> Deprecating the yearly/stage presets in v7 (will remove next beta). Ran `npm deprecate` on `@babel/preset-es2015`, `@babel/preset-es2016`, `@babel/preset-es2017`, `@babel/preset-stage-0`, `@babel/preset-stage-1`, `@babel/preset-stage-2`, `@babel/preset-stage-3` only for versions `>v7.0.0-beta.52`. This means this will only break your build if you are using `^` in Babel v7 beta (which we have recommended against each release). (It is unfortunate that the default behavior of npm is to use `^` when using `npm install` though; haven't made an RFC for it yet).
>
> Also various bugfixes, change to force the pipeline plugin to have an option.
>
> The pipeline plugin must be configured with the `minimal` option. This is so people explicitly know the implementation that is being used, and someone will be able to implement and test out the other proposal options. After all, this proposal is in Stage 1 still and the semantics are being figured out: this is a great opportunity to specify via the config what people are using.
>
> ```js
> {
> "plugins": [["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]]
> }
> ```
>
> #### :boom: Breaking Change
> * `babel-core`
> * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-preset-stage-0`, `babel-preset-stage-1`
> * [#8196](https://github-redirect.dependabot.com/babel/babel/pull/8196) Require proposal flag for pipeline plugin. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah))
>
> #### :bug: Bug Fix
> * `babel-types`
> * [#8273](https://github-redirect.dependabot.com/babel/babel/pull/8273) Add visitor key for Flow typeArguments in call expressions. ([[**rubennorte**](https://github.com/rubennorte)](https://github.com/rubennorte))
> * `babel-core`
> * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * [#8197](https://github-redirect.dependabot.com/babel/babel/pull/8197) Allow @foo/babel-plugin as an unexpanded plugin name, and [**foo**](https://github.com/foo) as a shorthand for it.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-plugin-transform-typescript`
> * [#8238](https://github-redirect.dependabot.com/babel/babel/pull/8238) Typescript: Avoid stripping class properties when a decorator is set. ([[**pmdartus**](https://github.com/pmdartus)](https://github.com/pmdartus))
>
> #### :nail_care: Polish
> * `babel-cli`, `babel-preset-env`
> * [#8250](https://github-redirect.dependabot.com/babel/babel/pull/8250) remove emojis from cli output. ([[**johnbuffington**](https://github.com/johnbuffington)](https://github.com/johnbuffington))
>
> #### :house: Internal
> * `babel-core`, `babel-helpers`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env`
> * [#8267](https://github-redirect.dependabot.com/babel/babel/pull/8267) Optimize async to generator. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell))
> * `babel-core`, `babel-parser`
> * [#8259](https://github-redirect.dependabot.com/babel/babel/pull/8259) upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier. ([[**dnalborczyk**](https://github.com/dnalborczyk)](https://github.com/dnalborczyk))
> * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-runtime`
> * [#8265](https://github-redirect.dependabot.com/babel/babel/pull/8265) Rename some test fixtures so they run properly.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes`
> * [#8208](https://github-redirect.dependabot.com/babel/babel/pull/8208) Ensure that we don't get unexpected output files for tests that throw.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-transform-fixture-test-runner`
> * [#8220](https://github-redirect.dependabot.com/babel/babel/pull/8220) Remove regenerator hacks in checkDuplicatedNodes. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist))
> * Other
> * [#8158](https://github-redirect.dependabot.com/babel/babel/pull/8158) Compile against beta 51. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-parser`
> * [#8176](https://github-redirect.dependabot.com/babel/babel/pull/8176) babel/parser: use charCodes throughout for improved sourcecode readability in tokenizer/parser.. ([[**GerHobbelt**](https://github.com/GerHobbelt)](https://github.com/GerHobbelt))
> * [#8177](https://github-redirect.dependabot.com/babel/babel/pull/8177) babel/parser: remove dead code: constant condition. ([[**GerHobbelt**](https://github.com/GerHobbelt)](https://github.com/GerHobbelt))
Commits
- [`663c96d`](https://github.com/babel/babel/commit/663c96db0417d2e9283ebd0c378f2611f49448c4) v7.0.0-beta.52
- [`85b7154`](https://github.com/babel/babel/commit/85b7154f91c04a50fbaac584897ba7f5bd15bab2) Add visitor key for Flow typeArguments in call expressions ([#8273](https://github-redirect.dependabot.com/babel/babel/issues/8273))
- [`f70d7c8`](https://github.com/babel/babel/commit/f70d7c8dfe69eefa25bac53191ca14285f44fcc5) update template [skip ci]
- [`e229ebb`](https://github.com/babel/babel/commit/e229ebbb8a2bb628942379575e48bd7baa26d44c) Optimize async to generator ([#8267](https://github-redirect.dependabot.com/babel/babel/issues/8267))
- [`db1385f`](https://github.com/babel/babel/commit/db1385fb82a6225d97e6cc916a11e23ffa8ad988) upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plug...
- [`b6eba87`](https://github.com/babel/babel/commit/b6eba87daa76660c7e3e57d5ed4a1d6b095ebe10) Rename some test fixtures so they run properly. ([#8265](https://github-redirect.dependabot.com/babel/babel/issues/8265))
- [`2cf2fd5`](https://github.com/babel/babel/commit/2cf2fd544b8d59bd01529c58f05e021bc57971d3) Ensure that we don't get unexpected output files for tests that throw. ([#8208](https://github-redirect.dependabot.com/babel/babel/issues/8208))
- [`9bd4b46`](https://github.com/babel/babel/commit/9bd4b46fd60ec0b3d83486ffa6b883257fb92c6c) Merge pull request [#8198](https://github-redirect.dependabot.com/babel/babel/issues/8198) from loganfsmyth/sourcemap-loading
- [`4d125c3`](https://github.com/babel/babel/commit/4d125c391a9633ecdcaa0a6c0453170a611e869d) Typescript: Avoid stripping class properties when a decorator is set ([#8238](https://github-redirect.dependabot.com/babel/babel/issues/8238))
- [`afa1207`](https://github.com/babel/babel/commit/afa1207224a500d358b36c9b9a6e7167bb386e3d) upgrade flow to v0.75.0 ([#8256](https://github-redirect.dependabot.com/babel/babel/issues/8256))
- Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0-beta.51...v7.0.0-beta.52)
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 merge` will merge this PR after your CI passes on it
- `@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 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.0.0-beta.51 to 7.0.0-beta.52.
Release notes
*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.0.0-beta.52 (2018-07-06) > > ## Summary > > Deprecating the yearly/stage presets in v7 (will remove next beta). Ran `npm deprecate` on `@babel/preset-es2015`, `@babel/preset-es2016`, `@babel/preset-es2017`, `@babel/preset-stage-0`, `@babel/preset-stage-1`, `@babel/preset-stage-2`, `@babel/preset-stage-3` only for versions `>v7.0.0-beta.52`. This means this will only break your build if you are using `^` in Babel v7 beta (which we have recommended against each release). (It is unfortunate that the default behavior of npm is to use `^` when using `npm install` though; haven't made an RFC for it yet). > > Also various bugfixes, change to force the pipeline plugin to have an option. > > The pipeline plugin must be configured with the `minimal` option. This is so people explicitly know the implementation that is being used, and someone will be able to implement and test out the other proposal options. After all, this proposal is in Stage 1 still and the semantics are being figured out: this is a great opportunity to specify via the config what people are using. > > ```js > { > "plugins": [["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]] > } > ``` > > #### :boom: Breaking Change > * `babel-core` > * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-preset-stage-0`, `babel-preset-stage-1` > * [#8196](https://github-redirect.dependabot.com/babel/babel/pull/8196) Require proposal flag for pipeline plugin. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > > #### :bug: Bug Fix > * `babel-types` > * [#8273](https://github-redirect.dependabot.com/babel/babel/pull/8273) Add visitor key for Flow typeArguments in call expressions. ([[**rubennorte**](https://github.com/rubennorte)](https://github.com/rubennorte)) > * `babel-core` > * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * [#8197](https://github-redirect.dependabot.com/babel/babel/pull/8197) Allow @foo/babel-plugin as an unexpanded plugin name, and [**foo**](https://github.com/foo) as a shorthand for it.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-plugin-transform-typescript` > * [#8238](https://github-redirect.dependabot.com/babel/babel/pull/8238) Typescript: Avoid stripping class properties when a decorator is set. ([[**pmdartus**](https://github.com/pmdartus)](https://github.com/pmdartus)) > > #### :nail_care: Polish > * `babel-cli`, `babel-preset-env` > * [#8250](https://github-redirect.dependabot.com/babel/babel/pull/8250) remove emojis from cli output. ([[**johnbuffington**](https://github.com/johnbuffington)](https://github.com/johnbuffington)) > > #### :house: Internal > * `babel-core`, `babel-helpers`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env` > * [#8267](https://github-redirect.dependabot.com/babel/babel/pull/8267) Optimize async to generator. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell)) > * `babel-core`, `babel-parser` > * [#8259](https://github-redirect.dependabot.com/babel/babel/pull/8259) upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier. ([[**dnalborczyk**](https://github.com/dnalborczyk)](https://github.com/dnalborczyk)) > * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-runtime` > * [#8265](https://github-redirect.dependabot.com/babel/babel/pull/8265) Rename some test fixtures so they run properly.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` > * [#8208](https://github-redirect.dependabot.com/babel/babel/pull/8208) Ensure that we don't get unexpected output files for tests that throw.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-helper-transform-fixture-test-runner` > * [#8220](https://github-redirect.dependabot.com/babel/babel/pull/8220) Remove regenerator hacks in checkDuplicatedNodes. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist)) > * Other > * [#8158](https://github-redirect.dependabot.com/babel/babel/pull/8158) Compile against beta 51. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-parser` > * [#8176](https://github-redirect.dependabot.com/babel/babel/pull/8176) babel/parser: use charCodes throughout for improved sourcecode readability in tokenizer/parser.. ([[**GerHobbelt**](https://github.com/GerHobbelt)](https://github.com/GerHobbelt)) > ... (truncated)Changelog
*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## v7.0.0-beta.52 (2018-07-06) > > Deprecating the yearly/stage presets in v7 (will remove next beta). Ran `npm deprecate` on `@babel/preset-es2015`, `@babel/preset-es2016`, `@babel/preset-es2017`, `@babel/preset-stage-0`, `@babel/preset-stage-1`, `@babel/preset-stage-2`, `@babel/preset-stage-3` only for versions `>v7.0.0-beta.52`. This means this will only break your build if you are using `^` in Babel v7 beta (which we have recommended against each release). (It is unfortunate that the default behavior of npm is to use `^` when using `npm install` though; haven't made an RFC for it yet). > > Also various bugfixes, change to force the pipeline plugin to have an option. > > The pipeline plugin must be configured with the `minimal` option. This is so people explicitly know the implementation that is being used, and someone will be able to implement and test out the other proposal options. After all, this proposal is in Stage 1 still and the semantics are being figured out: this is a great opportunity to specify via the config what people are using. > > ```js > { > "plugins": [["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }]] > } > ``` > > #### :boom: Breaking Change > * `babel-core` > * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-preset-stage-0`, `babel-preset-stage-1` > * [#8196](https://github-redirect.dependabot.com/babel/babel/pull/8196) Require proposal flag for pipeline plugin. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > > #### :bug: Bug Fix > * `babel-types` > * [#8273](https://github-redirect.dependabot.com/babel/babel/pull/8273) Add visitor key for Flow typeArguments in call expressions. ([[**rubennorte**](https://github.com/rubennorte)](https://github.com/rubennorte)) > * `babel-core` > * [#8198](https://github-redirect.dependabot.com/babel/babel/pull/8198) Prefer explicit object maps, and properly load relative maps.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * [#8197](https://github-redirect.dependabot.com/babel/babel/pull/8197) Allow @foo/babel-plugin as an unexpanded plugin name, and [**foo**](https://github.com/foo) as a shorthand for it.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-plugin-transform-typescript` > * [#8238](https://github-redirect.dependabot.com/babel/babel/pull/8238) Typescript: Avoid stripping class properties when a decorator is set. ([[**pmdartus**](https://github.com/pmdartus)](https://github.com/pmdartus)) > > #### :nail_care: Polish > * `babel-cli`, `babel-preset-env` > * [#8250](https://github-redirect.dependabot.com/babel/babel/pull/8250) remove emojis from cli output. ([[**johnbuffington**](https://github.com/johnbuffington)](https://github.com/johnbuffington)) > > #### :house: Internal > * `babel-core`, `babel-helpers`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-preset-env` > * [#8267](https://github-redirect.dependabot.com/babel/babel/pull/8267) Optimize async to generator. ([[**jridgewell**](https://github.com/jridgewell)](https://github.com/jridgewell)) > * `babel-core`, `babel-parser` > * [#8259](https://github-redirect.dependabot.com/babel/babel/pull/8259) upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier. ([[**dnalborczyk**](https://github.com/dnalborczyk)](https://github.com/dnalborczyk)) > * `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-runtime` > * [#8265](https://github-redirect.dependabot.com/babel/babel/pull/8265) Rename some test fixtures so they run properly.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-helper-fixtures`, `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` > * [#8208](https://github-redirect.dependabot.com/babel/babel/pull/8208) Ensure that we don't get unexpected output files for tests that throw.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-helper-transform-fixture-test-runner` > * [#8220](https://github-redirect.dependabot.com/babel/babel/pull/8220) Remove regenerator hacks in checkDuplicatedNodes. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist)) > * Other > * [#8158](https://github-redirect.dependabot.com/babel/babel/pull/8158) Compile against beta 51. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-parser` > * [#8176](https://github-redirect.dependabot.com/babel/babel/pull/8176) babel/parser: use charCodes throughout for improved sourcecode readability in tokenizer/parser.. ([[**GerHobbelt**](https://github.com/GerHobbelt)](https://github.com/GerHobbelt)) > * [#8177](https://github-redirect.dependabot.com/babel/babel/pull/8177) babel/parser: remove dead code: constant condition. ([[**GerHobbelt**](https://github.com/GerHobbelt)](https://github.com/GerHobbelt))Commits
- [`663c96d`](https://github.com/babel/babel/commit/663c96db0417d2e9283ebd0c378f2611f49448c4) v7.0.0-beta.52 - [`85b7154`](https://github.com/babel/babel/commit/85b7154f91c04a50fbaac584897ba7f5bd15bab2) Add visitor key for Flow typeArguments in call expressions ([#8273](https://github-redirect.dependabot.com/babel/babel/issues/8273)) - [`f70d7c8`](https://github.com/babel/babel/commit/f70d7c8dfe69eefa25bac53191ca14285f44fcc5) update template [skip ci] - [`e229ebb`](https://github.com/babel/babel/commit/e229ebbb8a2bb628942379575e48bd7baa26d44c) Optimize async to generator ([#8267](https://github-redirect.dependabot.com/babel/babel/issues/8267)) - [`db1385f`](https://github.com/babel/babel/commit/db1385fb82a6225d97e6cc916a11e23ffa8ad988) upgrades eslint v5 (major), babel-eslint, eslint-plugin-flowtype, eslint-plug... - [`b6eba87`](https://github.com/babel/babel/commit/b6eba87daa76660c7e3e57d5ed4a1d6b095ebe10) Rename some test fixtures so they run properly. ([#8265](https://github-redirect.dependabot.com/babel/babel/issues/8265)) - [`2cf2fd5`](https://github.com/babel/babel/commit/2cf2fd544b8d59bd01529c58f05e021bc57971d3) Ensure that we don't get unexpected output files for tests that throw. ([#8208](https://github-redirect.dependabot.com/babel/babel/issues/8208)) - [`9bd4b46`](https://github.com/babel/babel/commit/9bd4b46fd60ec0b3d83486ffa6b883257fb92c6c) Merge pull request [#8198](https://github-redirect.dependabot.com/babel/babel/issues/8198) from loganfsmyth/sourcemap-loading - [`4d125c3`](https://github.com/babel/babel/commit/4d125c391a9633ecdcaa0a6c0453170a611e869d) Typescript: Avoid stripping class properties when a decorator is set ([#8238](https://github-redirect.dependabot.com/babel/babel/issues/8238)) - [`afa1207`](https://github.com/babel/babel/commit/afa1207224a500d358b36c9b9a6e7167bb386e3d) upgrade flow to v0.75.0 ([#8256](https://github-redirect.dependabot.com/babel/babel/issues/8256)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0-beta.51...v7.0.0-beta.52)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 merge` will merge this PR after your CI passes on it - `@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 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.