Skip to content

Commit

Permalink
chore(deps): bump @babel/core from 7.0.0 to 7.1.2 (#49)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and Kocal committed Nov 6, 2018
1 parent 7c83297 commit 8e3bc3e
Showing 1 changed file with 2 additions and 80 deletions.
82 changes: 2 additions & 80 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,7 @@
dependencies:
"@babel/highlight" "^7.0.0"

"@babel/core@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0.tgz#0cb0c0fd2e78a0a2bec97698f549ae9ce0b99515"
integrity sha512-nrvxS5u6QUN5gLl1GEakIcmOeoUHT1/gQtdMRq18WFURJ5osn4ppJLVSseMQo4zVWKJfBTF4muIYijXUnKlRLQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.0.0"
"@babel/helpers" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/template" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
convert-source-map "^1.1.0"
debug "^3.1.0"
json5 "^0.5.0"
lodash "^4.17.10"
resolve "^1.3.2"
semver "^5.4.1"
source-map "^0.5.0"

"@babel/core@^7.1.2":
"@babel/core@^7.0.0", "@babel/core@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw==
Expand All @@ -49,17 +29,6 @@
semver "^5.4.1"
source-map "^0.5.0"

"@babel/generator@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
integrity sha512-/BM2vupkpbZXq22l1ALO7MqXJZH2k8bKVv8Y+pABFnzWdztDB/ZLveP5At21vLz5c2YtSE6p7j2FZEsqafMz5Q==
dependencies:
"@babel/types" "^7.0.0"
jsesc "^2.5.1"
lodash "^4.17.10"
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/generator@^7.1.2", "@babel/generator@^7.1.3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673"
Expand Down Expand Up @@ -112,15 +81,6 @@
"@babel/traverse" "^7.1.0"
"@babel/types" "^7.0.0"

"@babel/helper-function-name@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
integrity sha512-Zo+LGvfYp4rMtz84BLF3bavFTdf8y4rJtMPTe2J+rxYmnDOIeH8le++VFI/pRJU+rQhjqiXxE4LMaIau28Tv1Q==
dependencies:
"@babel/helper-get-function-arity" "^7.0.0"
"@babel/template" "^7.0.0"
"@babel/types" "^7.0.0"

"@babel/helper-function-name@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
Expand Down Expand Up @@ -235,15 +195,6 @@
"@babel/traverse" "^7.1.0"
"@babel/types" "^7.0.0"

"@babel/helpers@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0.tgz#7213388341eeb07417f44710fd7e1d00acfa6ac0"
integrity sha512-jbvgR8iLZPnyk6m/UqdXYsSxbVtRi7Pd3CzB4OPwPBnmhNG1DWjiiy777NTuoyIcniszK51R40L5pgfXAfHDtw==
dependencies:
"@babel/template" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"

"@babel/helpers@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5"
Expand All @@ -262,11 +213,6 @@
esutils "^2.0.2"
js-tokens "^4.0.0"

"@babel/parser@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775"
integrity sha512-RgJhNdRinpO8zibnoHbzTTexNs4c8ROkXFBanNDZTLHjwbdLk8J5cJSKulx/bycWTLYmKVNCkxRtVCoJnqPk+g==

"@babel/parser@^7.1.2", "@babel/parser@^7.1.3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
Expand Down Expand Up @@ -632,15 +578,6 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/template@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
integrity sha512-VLQZik/G5mjYJ6u19U3W2u7eM+rA/NGzH+GtHDFFkLTKLW66OasFrxZ/yK7hkyQcswrmvugFyZpDFRW0DjcjCw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/types" "^7.0.0"

"@babel/template@^7.1.0", "@babel/template@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
Expand All @@ -650,21 +587,6 @@
"@babel/parser" "^7.1.2"
"@babel/types" "^7.1.2"

"@babel/traverse@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
integrity sha512-ka/lwaonJZTlJyn97C4g5FYjPOx+Oxd3ab05hbDr1Mx9aP1FclJ+SUHyLx3Tx40sGmOVJApDxE6puJhd3ld2kw==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.0.0"
"@babel/helper-function-name" "^7.0.0"
"@babel/helper-split-export-declaration" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/types" "^7.0.0"
debug "^3.1.0"
globals "^11.1.0"
lodash "^4.17.10"

"@babel/traverse@^7.1.0":
version "7.1.4"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.4.tgz#f4f83b93d649b4b2c91121a9087fa2fa949ec2b4"
Expand Down Expand Up @@ -1645,7 +1567,7 @@ browserslist@^4.0.0:
electron-to-chromium "^1.3.61"
node-releases "^1.0.0-alpha.11"

browserslist@^4.3.3:
browserslist@^4.1.0, browserslist@^4.3.3:
version "4.3.4"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.3.4.tgz#4477b737db6a1b07077275b24791e680d4300425"
integrity sha512-u5iz+ijIMUlmV8blX82VGFrB9ecnUg5qEt55CMZ/YJEhha+d8qpBfOFuutJ6F/VKRXjZoD33b6uvarpPxcl3RA==
Expand Down

0 comments on commit 8e3bc3e

Please sign in to comment.