Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @babel/core from 7.0.0 to 7.1.2 #49

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 6, 2018

Bumps @babel/core from 7.0.0 to 7.1.2.

Release notes

Sourced from @babel/core's releases.

v7.1.2

7.1.2

v7.1.1 (2018-09-28)

EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
Also force publish @babel/runtime and @babel/runtime-corejs2. We need to fix the publishing around that since Lerna doesn't pickup the @babel/helpers changes as there is no "dependency"

🐛 Bug Fix

🏠 Internal

Committers: 5

v7.1.0 (2018-09-17)

http://babeljs.io/blog/2018/09/17/7.1.0

🚀 New Feature

... (truncated)
Changelog

Sourced from @babel/core's changelog.

7.1.2 (2018-09-28)

Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had async functions).

v7.1.1 (2018-09-28)

EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
Also force publish @babel/runtime and @babel/runtime-corejs2. We need to fix the publishing around that since Lerna doesn't pickup the @babel/helpers changes as there is no "dependency"

🐛 Bug Fix

🏠 Internal

v7.1.0 (2018-09-17)

Check http://babeljs.io/blog/2018/09/17/7.1.0

🚀 New Feature

🐛 Bug Fix

... (truncated)
Commits

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 6, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/@babel/core-7.1.2 branch from 101317c to 0665415 Compare November 6, 2018 19:04
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/@babel/core-7.1.2 branch from 0665415 to 6d70d8b Compare November 6, 2018 19:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/@babel/core-7.1.2 branch 2 times, most recently from fdee67c to df6ed1f Compare November 6, 2018 19:18
@Kocal Kocal force-pushed the master branch 2 times, most recently from 79ef7ec to 5ca4927 Compare November 6, 2018 19:56
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/@babel/core-7.1.2 branch 2 times, most recently from c41c573 to 25530b5 Compare November 6, 2018 20:02
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/@babel/core-7.1.2 branch from 25530b5 to 1d5bc49 Compare November 6, 2018 20:03
@Kocal Kocal merged commit 8e3bc3e into master Nov 6, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/@babel/core-7.1.2 branch November 6, 2018 20:07
Kocal pushed a commit that referenced this pull request Nov 6, 2018
Bumps [@babel/core](https://github.com/babel/babel) from 7.0.0 to 7.1.2.
<details>
<summary>Release notes</summary>

*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*

> ## v7.1.2
> ## 7.1.2
>
> - Same as https://github.com/babel/babel/releases/tag/v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`).
>
> ## v7.1.1 (2018-09-28)
>
> > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
> > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency"
>
> #### 🐛 Bug Fix
> * `babel-generator`, `babel-parser`, `babel-types`
>   * [#8755](https://github-redirect.dependabot.com/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([[**g-plane**](https://github.com/g-plane)](https://github.com/g-plane))
> * `babel-plugin-transform-destructuring`
>   * [#8535](https://github-redirect.dependabot.com/babel/babel/pull/8535)  Do not unpack array patterns that update a referenced binding. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-plugin-proposal-decorators`
>   * [#8742](https://github-redirect.dependabot.com/babel/babel/pull/8742) [decorators] Support async and generator methods. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-decorators`
>   * [#8761](https://github-redirect.dependabot.com/babel/babel/pull/8761) [decorators] Fields are enumerable. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-generator`
>   * [#8751](https://github-redirect.dependabot.com/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8727](https://github-redirect.dependabot.com/babel/babel/pull/8727) Handle throw expressions in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>
> #### 🏠 Internal
> * Other
>   * [#8780](https://github-redirect.dependabot.com/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-helper-transform-fixture-test-runner`
>   * [#8768](https://github-redirect.dependabot.com/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
>
> #### Committers: 5
> - Brian Ng ([existentialism](https://github.com/existentialism))
> - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth))
> - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> - Pig Fang ([g-plane](https://github.com/g-plane))
> - Sampo Kivistö ([Havunen](https://github.com/Havunen))
>
> ## v7.1.0 (2018-09-17)
>
> > http://babeljs.io/blog/2018/09/17/7.1.0
>
> #### 🚀 New Feature
> * `babel-cli`, `babel-core`
>   * [#8660](https://github-redirect.dependabot.com/babel/babel/pull/8660) Better support monorepos by allowing users to opt into automatically resolving 'root' with `rootMode: "upward"`.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-transform-fixture-test-runner`
>   * [#7582](https://github-redirect.dependabot.com/babel/babel/pull/7582) Allow regular plugins/presets resolution algorithm for packages outsi…. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist))
> * `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`
>   * [#7976](https://github-redirect.dependabot.com/babel/babel/pull/7976) Add support for the new decorators proposal. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-class-properties`
>   * [#8205](https://github-redirect.dependabot.com/babel/babel/pull/8205) Private Static Fields Features: Stage 3. ([[**rricard**](https://github.com/rricard)](https://github.com/rricard))
>
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*

> ## 7.1.2 (2018-09-28)
>
> Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`).
>
> ## v7.1.1 (2018-09-28)
>
> > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
> > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency"
>
> #### 🐛 Bug Fix
> * `babel-generator`, `babel-parser`, `babel-types`
>   * [#8755](https://github-redirect.dependabot.com/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([[**g-plane**](https://github.com/g-plane)](https://github.com/g-plane))
> * `babel-plugin-transform-destructuring`
>   * [#8535](https://github-redirect.dependabot.com/babel/babel/pull/8535)  Do not unpack array patterns that update a referenced binding. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-plugin-proposal-decorators`
>   * [#8742](https://github-redirect.dependabot.com/babel/babel/pull/8742) [decorators] Support async and generator methods. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-decorators`
>   * [#8761](https://github-redirect.dependabot.com/babel/babel/pull/8761) [decorators] Fields are enumerable. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-generator`
>   * [#8751](https://github-redirect.dependabot.com/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8727](https://github-redirect.dependabot.com/babel/babel/pull/8727) Handle throw expressions in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>
> #### 🏠 Internal
> * Other
>   * [#8780](https://github-redirect.dependabot.com/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-helper-transform-fixture-test-runner`
>   * [#8768](https://github-redirect.dependabot.com/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
>
> ## v7.1.0 (2018-09-17)
>
> Check http://babeljs.io/blog/2018/09/17/7.1.0
>
> #### 🚀 New Feature
> * `babel-cli`, `babel-core`
>   * [#8660](https://github-redirect.dependabot.com/babel/babel/pull/8660) Better support monorepos by allowing users to opt into automatically resolving 'root' with `rootMode: "upward"`.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-transform-fixture-test-runner`
>   * [#7582](https://github-redirect.dependabot.com/babel/babel/pull/7582) Allow regular plugins/presets resolution algorithm for packages outsi…. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist))
> * `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`
>   * [#7976](https://github-redirect.dependabot.com/babel/babel/pull/7976) Add support for the new decorators proposal. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-class-properties`
>   * [#8205](https://github-redirect.dependabot.com/babel/babel/pull/8205) Private Static Fields Features: Stage 3. ([[**rricard**](https://github.com/rricard)](https://github.com/rricard))
>
> #### 🐛 Bug Fix
> * `babel-parser`
>   * [#8698](https://github-redirect.dependabot.com/babel/babel/pull/8698) Fix parsing of newline between 'async' and 'function'. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8677](https://github-redirect.dependabot.com/babel/babel/pull/8677) Fix typescript parsing typed object shorthand methods. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-plugin-transform-typescript`
>   * [#8682](https://github-redirect.dependabot.com/babel/babel/pull/8682) Fix TSParameterProperty getting lost with transform-classes. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8695](https://github-redirect.dependabot.com/babel/babel/pull/8695) Adjust TSParameterProperty handling to work with transform-parameters. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8666](https://github-redirect.dependabot.com/babel/babel/pull/8666) Fix typescript import elision. ([[**Retsam**](https://github.com/Retsam)](https://github.com/Retsam))
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`3f5b755`](babel/babel@3f5b755) v7.1.2
- [`ead23d7`](babel/babel@ead23d7) v7.1.1
- [`626f479`](babel/babel@626f479) Do not unpack array patterns that update a referenced binding ([#8535](https://github-redirect.dependabot.com/babel/babel/issues/8535))
- [`55faa27`](babel/babel@55faa27) Run test262 tests for exportNamespaceFrom ([#8780](https://github-redirect.dependabot.com/babel/babel/issues/8780))
- [`090c364`](babel/babel@090c364) Improved build performance by optimizing makeMappingKey method. ([#8744](https://github-redirect.dependabot.com/babel/babel/issues/8744))
- [`f38be13`](babel/babel@f38be13) TypeScript: reserve `unknown` as TSUnknownKeyword ([#8755](https://github-redirect.dependabot.com/babel/babel/issues/8755))
- [`889cdb8`](babel/babel@889cdb8) Use babel-check-duplicated-nodes ([#8768](https://github-redirect.dependabot.com/babel/babel/issues/8768))
- [`af694eb`](babel/babel@af694eb) [decorators] Support async and generator methods ([#8742](https://github-redirect.dependabot.com/babel/babel/issues/8742))
- [`a19b72e`](babel/babel@a19b72e) jest@23.6.0 ([#8764](https://github-redirect.dependabot.com/babel/babel/issues/8764))
- [`38cf318`](babel/babel@38cf318) Bump lint-related deps ([#8765](https://github-redirect.dependabot.com/babel/babel/issues/8765))
- Additional commits viewable in [compare view](babel/babel@v7.0.0...v7.1.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.2)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.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`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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.

</details>
@Kocal Kocal changed the title chore(deps): bump @babel/core from 7.0.0 to 7.1.2 feat(deps): bump @babel/core from 7.0.0 to 7.1.2 Nov 7, 2018
@Kocal Kocal changed the title feat(deps): bump @babel/core from 7.0.0 to 7.1.2 chore(deps): bump @babel/core from 7.0.0 to 7.1.2 Nov 7, 2018
Kocal pushed a commit that referenced this pull request Nov 7, 2018
Bumps [@babel/core](https://github.com/babel/babel) from 7.0.0 to 7.1.2.
<details>
<summary>Release notes</summary>

*Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).*

> ## v7.1.2
> ## 7.1.2
>
> - Same as https://github.com/babel/babel/releases/tag/v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`).
>
> ## v7.1.1 (2018-09-28)
>
> > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
> > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency"
>
> #### 🐛 Bug Fix
> * `babel-generator`, `babel-parser`, `babel-types`
>   * [#8755](https://github-redirect.dependabot.com/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([[**g-plane**](https://github.com/g-plane)](https://github.com/g-plane))
> * `babel-plugin-transform-destructuring`
>   * [#8535](https://github-redirect.dependabot.com/babel/babel/pull/8535)  Do not unpack array patterns that update a referenced binding. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-plugin-proposal-decorators`
>   * [#8742](https://github-redirect.dependabot.com/babel/babel/pull/8742) [decorators] Support async and generator methods. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-decorators`
>   * [#8761](https://github-redirect.dependabot.com/babel/babel/pull/8761) [decorators] Fields are enumerable. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-generator`
>   * [#8751](https://github-redirect.dependabot.com/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8727](https://github-redirect.dependabot.com/babel/babel/pull/8727) Handle throw expressions in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>
> #### 🏠 Internal
> * Other
>   * [#8780](https://github-redirect.dependabot.com/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-helper-transform-fixture-test-runner`
>   * [#8768](https://github-redirect.dependabot.com/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
>
> #### Committers: 5
> - Brian Ng ([existentialism](https://github.com/existentialism))
> - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth))
> - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> - Pig Fang ([g-plane](https://github.com/g-plane))
> - Sampo Kivistö ([Havunen](https://github.com/Havunen))
>
> ## v7.1.0 (2018-09-17)
>
> > http://babeljs.io/blog/2018/09/17/7.1.0
>
> #### 🚀 New Feature
> * `babel-cli`, `babel-core`
>   * [#8660](https://github-redirect.dependabot.com/babel/babel/pull/8660) Better support monorepos by allowing users to opt into automatically resolving 'root' with `rootMode: "upward"`.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-transform-fixture-test-runner`
>   * [#7582](https://github-redirect.dependabot.com/babel/babel/pull/7582) Allow regular plugins/presets resolution algorithm for packages outsi…. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist))
> * `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`
>   * [#7976](https://github-redirect.dependabot.com/babel/babel/pull/7976) Add support for the new decorators proposal. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-class-properties`
>   * [#8205](https://github-redirect.dependabot.com/babel/babel/pull/8205) Private Static Fields Features: Stage 3. ([[**rricard**](https://github.com/rricard)](https://github.com/rricard))
>
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).*

> ## 7.1.2 (2018-09-28)
>
> Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`).
>
> ## v7.1.1 (2018-09-28)
>
> > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this.
> > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency"
>
> #### 🐛 Bug Fix
> * `babel-generator`, `babel-parser`, `babel-types`
>   * [#8755](https://github-redirect.dependabot.com/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([[**g-plane**](https://github.com/g-plane)](https://github.com/g-plane))
> * `babel-plugin-transform-destructuring`
>   * [#8535](https://github-redirect.dependabot.com/babel/babel/pull/8535)  Do not unpack array patterns that update a referenced binding. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-plugin-proposal-decorators`
>   * [#8742](https://github-redirect.dependabot.com/babel/babel/pull/8742) [decorators] Support async and generator methods. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-decorators`
>   * [#8761](https://github-redirect.dependabot.com/babel/babel/pull/8761) [decorators] Fields are enumerable. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-generator`
>   * [#8751](https://github-redirect.dependabot.com/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8727](https://github-redirect.dependabot.com/babel/babel/pull/8727) Handle throw expressions in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>
> #### 🏠 Internal
> * Other
>   * [#8780](https://github-redirect.dependabot.com/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-helper-transform-fixture-test-runner`
>   * [#8768](https://github-redirect.dependabot.com/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
>
> ## v7.1.0 (2018-09-17)
>
> Check http://babeljs.io/blog/2018/09/17/7.1.0
>
> #### 🚀 New Feature
> * `babel-cli`, `babel-core`
>   * [#8660](https://github-redirect.dependabot.com/babel/babel/pull/8660) Better support monorepos by allowing users to opt into automatically resolving 'root' with `rootMode: "upward"`.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
> * `babel-helper-transform-fixture-test-runner`
>   * [#7582](https://github-redirect.dependabot.com/babel/babel/pull/7582) Allow regular plugins/presets resolution algorithm for packages outsi…. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist))
> * `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`
>   * [#7976](https://github-redirect.dependabot.com/babel/babel/pull/7976) Add support for the new decorators proposal. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-helpers`, `babel-plugin-proposal-class-properties`
>   * [#8205](https://github-redirect.dependabot.com/babel/babel/pull/8205) Private Static Fields Features: Stage 3. ([[**rricard**](https://github.com/rricard)](https://github.com/rricard))
>
> #### 🐛 Bug Fix
> * `babel-parser`
>   * [#8698](https://github-redirect.dependabot.com/babel/babel/pull/8698) Fix parsing of newline between 'async' and 'function'. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8677](https://github-redirect.dependabot.com/babel/babel/pull/8677) Fix typescript parsing typed object shorthand methods. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> * `babel-plugin-transform-typescript`
>   * [#8682](https://github-redirect.dependabot.com/babel/babel/pull/8682) Fix TSParameterProperty getting lost with transform-classes. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8695](https://github-redirect.dependabot.com/babel/babel/pull/8695) Adjust TSParameterProperty handling to work with transform-parameters. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
>   * [#8666](https://github-redirect.dependabot.com/babel/babel/pull/8666) Fix typescript import elision. ([[**Retsam**](https://github.com/Retsam)](https://github.com/Retsam))
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`3f5b755`](babel/babel@3f5b755) v7.1.2
- [`ead23d7`](babel/babel@ead23d7) v7.1.1
- [`626f479`](babel/babel@626f479) Do not unpack array patterns that update a referenced binding ([#8535](https://github-redirect.dependabot.com/babel/babel/issues/8535))
- [`55faa27`](babel/babel@55faa27) Run test262 tests for exportNamespaceFrom ([#8780](https://github-redirect.dependabot.com/babel/babel/issues/8780))
- [`090c364`](babel/babel@090c364) Improved build performance by optimizing makeMappingKey method. ([#8744](https://github-redirect.dependabot.com/babel/babel/issues/8744))
- [`f38be13`](babel/babel@f38be13) TypeScript: reserve `unknown` as TSUnknownKeyword ([#8755](https://github-redirect.dependabot.com/babel/babel/issues/8755))
- [`889cdb8`](babel/babel@889cdb8) Use babel-check-duplicated-nodes ([#8768](https://github-redirect.dependabot.com/babel/babel/issues/8768))
- [`af694eb`](babel/babel@af694eb) [decorators] Support async and generator methods ([#8742](https://github-redirect.dependabot.com/babel/babel/issues/8742))
- [`a19b72e`](babel/babel@a19b72e) jest@23.6.0 ([#8764](https://github-redirect.dependabot.com/babel/babel/issues/8764))
- [`38cf318`](babel/babel@38cf318) Bump lint-related deps ([#8765](https://github-redirect.dependabot.com/babel/babel/issues/8765))
- Additional commits viewable in [compare view](babel/babel@v7.0.0...v7.1.2)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.2)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.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`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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.

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants