Skip to content

Commit

Permalink
Bump @babel/core from 7.1.2 to 7.1.5 (#996)
Browse files Browse the repository at this point in the history
Bumps [@babel/core](https://github.com/babel/babel) from 7.1.2 to 7.1.5.
<details>
<summary>Release notes</summary>

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

> ## v7.1.5 (2018-11-06)
> 
> #### 👓 Spec Compliancy
> * `babel-parser`, `babylon`
>   * [#7727](https://github-redirect.dependabot.com/babel/babel/pull/7727) Fix await in function name and parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> 
> #### 🚀 New Feature
> * `babel-parser`
>   * [#8828](https://github-redirect.dependabot.com/babel/babel/pull/8828) Typescript: Validate tuple type element positions. ([[**Retsam**](https://github.com/Retsam)](https://github.com/Retsam))
>   * [#8883](https://github-redirect.dependabot.com/babel/babel/pull/8883) [flow] Add support for parsing `_` as implicit instantiation in call/new. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215))
> * `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-traverse`
>   * [#8448](https://github-redirect.dependabot.com/babel/babel/pull/8448) Remove Babylon plugins for features already merged to the ECMAScript spec. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo))
> * `babel-parser`, `babel-types`
>   * [#8884](https://github-redirect.dependabot.com/babel/babel/pull/8884) [flow] Explicit inexact objects with `...`. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215))
> * `babel-preset-env`
>   * [#8898](https://github-redirect.dependabot.com/babel/babel/pull/8898) Update preset-env data. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism))
> 
> #### 🐛 Bug Fix
> * `babel-parser`
>   * [#8956](https://github-redirect.dependabot.com/babel/babel/pull/8956) Do not allow TypeCastExpressions w/o parens . ([[**danez**](https://github.com/danez)](https://github.com/danez))
>   * [#8954](https://github-redirect.dependabot.com/babel/babel/pull/8954) Allow function types in type params within arrow return types. ([[**danez**](https://github.com/danez)](https://github.com/danez))
>   * [#8866](https://github-redirect.dependabot.com/babel/babel/pull/8866) Closes [#8865](https://github-redirect.dependabot.com/babel/babel/issues/8865). ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk))
> * `babel-core`
>   * [#8910](https://github-redirect.dependabot.com/babel/babel/pull/8910) Resolve babel.config.js 'babelrcRoots' values relative to the config file.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth))
>   * [#8950](https://github-redirect.dependabot.com/babel/babel/pull/8950) Fix message when plugin of a wrong type is passed. ([[**everdimension**](https://github.com/everdimension)](https://github.com/everdimension))
> * `babel-plugin-transform-block-scoping`
>   * [#8937](https://github-redirect.dependabot.com/babel/babel/pull/8937) rename colliding let bindings with for loop init. ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk))
>   * [#8914](https://github-redirect.dependabot.com/babel/babel/pull/8914) Treat break inside block inside loop. ([[**thiagoarrais**](https://github.com/thiagoarrais)](https://github.com/thiagoarrais))
> * `babel-preset-env`
>   * [#8926](https://github-redirect.dependabot.com/babel/babel/pull/8926) preset-env: Edge support for arrow param destructuring. ([[**benmosher**](https://github.com/benmosher)](https://github.com/benmosher))
> * `babel-generator`
>   * [#8868](https://github-redirect.dependabot.com/babel/babel/pull/8868) fix single-arg async arrows when retainLines=true. ([[**ryanwmarsh**](https://github.com/ryanwmarsh)](https://github.com/ryanwmarsh))
> * `babel-traverse`
>   * [#8880](https://github-redirect.dependabot.com/babel/babel/pull/8880) fix: Expression x === 'y' && '' should not evaluate to undefined.. ([[**Cyp**](https://github.com/Cyp)](https://github.com/Cyp))
> 
> #### 💅 Polish
> * [#8873](https://github-redirect.dependabot.com/babel/babel/pull/8873) fixed an extra word. ([[**vvyomjjain**](https://github.com/vvyomjjain)](https://github.com/vvyomjjain))
> 
> #### Committers: 14
> - Ben Mosher ([benmosher](https://github.com/benmosher))
> - Brian Ng ([existentialism](https://github.com/existentialism))
> - Byron Luk ([byronluk](https://github.com/byronluk))
> - Daniel Tschinder ([danez](https://github.com/danez))
> - James Garbutt ([43081j](https://github.com/43081j))
> - Jordan Brown ([jbrown215](https://github.com/jbrown215))
> - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth))
> - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo))
> - Ryan Marsh ([ryanwmarsh](https://github.com/ryanwmarsh))
> - Thiago Arrais ([thiagoarrais](https://github.com/thiagoarrais))
> - Vyom Jain ([vvyomjjain](https://github.com/vvyomjjain))
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

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

> # Changelog
> 
> > **Tags:**
> > - 💥       [Breaking Change]
> > - 👓 [Spec Compliancy]
> > - 🚀     [New Feature]
> > - 🐛        [Bug Fix]
> > - 📝       [Documentation]
> > - 🏠      [Internal]
> > - 💅  [Polish]
> 
> _Note: Gaps between patch versions are faulty, broken or test releases._
> 
> See [CHANGELOG - v4](/.github/CHANGELOG-v4.md), [CHANGELOG - v5](/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](/.github/CHANGELOG-v6.md) for v4.x-v6.x changes.
> See [CHANGELOG - 6to5](/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
> See [Babylon's CHANGELOG](packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog.
</details>
<details>
<summary>Commits</summary>

- [`afe67a7`](babel/babel@afe67a7) v7.1.5
- [`2fa1984`](babel/babel@2fa1984) Fix await in function name and parameters ([#7727](https://github-redirect.dependabot.com/babel/babel/issues/7727))
- [`2194842`](babel/babel@2194842) Typescript: Validate tuple type element positions ([#8828](https://github-redirect.dependabot.com/babel/babel/issues/8828))
- [`e3b2c1a`](babel/babel@e3b2c1a) fix: Do not allow TypeCastExpressions w/o parens ([#8956](https://github-redirect.dependabot.com/babel/babel/issues/8956))
- [`b95cbc4`](babel/babel@b95cbc4) output aliased types in typescript declarations ([#8629](https://github-redirect.dependabot.com/babel/babel/issues/8629))
- [`24c4901`](babel/babel@24c4901) Remove Babylon plugins for features already merged to the ECMAScript spec ([#8](https://github-redirect.dependabot.com/babel/babel/issues/8)...
- [`c125b1d`](babel/babel@c125b1d) Update test262 commit, as old commit broke for some reason
- [`f216a7b`](babel/babel@f216a7b) [flow] Add support for parsing `_` as implicit instantiation in call/new ([#8883](https://github-redirect.dependabot.com/babel/babel/issues/8883))
- [`c6d2f45`](babel/babel@c6d2f45) Resolve babel.config.js 'babelrcRoots' values relative to the config file. (#...
- [`1d4d760`](babel/babel@1d4d760) Update test262 to latest commit and enable mapping for features
- Additional commits viewable in [compare view](babel/babel@v7.1.2...v7.1.5)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.1.2&new-version=7.1.5)](https://dependabot.com/compatibility-score.html?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.1.2&new-version=7.1.5)

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

---

<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 lipis committed Nov 6, 2018
1 parent bc5a931 commit c054441
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/core": "7.1.5",
"@babel/preset-env": "7.1.0",
"bower": "1.8.4",
"browser-sync": "2.26.3",
Expand Down
69 changes: 49 additions & 20 deletions yarn.lock
Expand Up @@ -9,18 +9,18 @@
dependencies:
"@babel/highlight" "^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==
"@babel/core@7.1.5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090"
integrity sha512-vOyH020C56tQvte++i+rX2yokZcRfbv/kKcw+/BCRw/cK6dvsr47aCzm8oC1XHwMSEWbqrZKzZRLzLnq6SFMsg==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.1.2"
"@babel/helpers" "^7.1.2"
"@babel/parser" "^7.1.2"
"@babel/generator" "^7.1.5"
"@babel/helpers" "^7.1.5"
"@babel/parser" "^7.1.5"
"@babel/template" "^7.1.2"
"@babel/traverse" "^7.1.0"
"@babel/types" "^7.1.2"
"@babel/traverse" "^7.1.5"
"@babel/types" "^7.1.5"
convert-source-map "^1.1.0"
debug "^3.1.0"
json5 "^0.5.0"
Expand All @@ -40,12 +40,12 @@
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/generator@^7.1.2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.2.tgz#fde75c072575ce7abbd97322e8fef5bae67e4630"
integrity sha512-70A9HWLS/1RHk3Ck8tNHKxOoKQuSKocYgwDN85Pyl/RBduss6AKxUR7RIZ/lzduQMSYfWEM4DDBu6A+XGbkFig==
"@babel/generator@^7.1.5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.5.tgz#615f064d13d95f8f9157c7261f68eddf32ec15b3"
integrity sha512-IO31r62xfMI+wBJVmgx0JR9ZOHty8HkoYpQAjRWUGG9vykBTlGHdArZ8zoFtpUu2gs17K7qTl/TtPpiSi6t+MA==
dependencies:
"@babel/types" "^7.1.2"
"@babel/types" "^7.1.5"
jsesc "^2.5.1"
lodash "^4.17.10"
source-map "^0.5.0"
Expand Down Expand Up @@ -206,14 +206,14 @@
"@babel/traverse" "^7.1.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"
integrity sha512-Myc3pUE8eswD73aWcartxB16K6CGmHDv9KxOmD2CeOs/FaEAQodr3VYGmlvOmog60vNQ2w8QbatuahepZwrHiA==
"@babel/helpers@^7.1.5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
dependencies:
"@babel/template" "^7.1.2"
"@babel/traverse" "^7.1.0"
"@babel/types" "^7.1.2"
"@babel/traverse" "^7.1.5"
"@babel/types" "^7.1.5"

"@babel/highlight@^7.0.0":
version "7.0.0"
Expand All @@ -234,6 +234,11 @@
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409"
integrity sha512-x5HFsW+E/nQalGMw7hu+fvPqnBeBaIr0lWJ2SG0PPL2j+Pm9lYvCrsZJGIgauPIENx0v10INIyFjmSNUD/gSqQ==

"@babel/parser@^7.1.5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc"
integrity sha512-WXKf5K5HT6X0kKiCOezJZFljsfxKV1FpU8Tf1A7ZpGvyd/Q4hlrJm2EwoH2onaUq3O4tLDp+4gk0hHPsMyxmOg==

"@babel/plugin-proposal-async-generator-functions@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce"
Expand Down Expand Up @@ -599,6 +604,21 @@
globals "^11.1.0"
lodash "^4.17.10"

"@babel/traverse@^7.1.5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9"
integrity sha512-eU6XokWypl0MVJo+MTSPUtlfPePkrqsF26O+l1qFGlCKWwmiYAYy2Sy44Qw8m2u/LbPCsxYt90rghmqhYMGpPA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.1.5"
"@babel/helper-function-name" "^7.1.0"
"@babel/helper-split-export-declaration" "^7.0.0"
"@babel/parser" "^7.1.5"
"@babel/types" "^7.1.5"
debug "^3.1.0"
globals "^11.1.0"
lodash "^4.17.10"

"@babel/types@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
Expand All @@ -617,6 +637,15 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@babel/types@^7.1.5":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081"
integrity sha512-sJeqa/d9eM/bax8Ivg+fXF7FpN3E/ZmTrWbkk6r+g7biVYfALMnLin4dKijsaqEhpd2xvOGfQTkQkD31YCVV4A==
dependencies:
esutils "^2.0.2"
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@gulp-sourcemaps/identity-map@1.X":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@gulp-sourcemaps/identity-map/-/identity-map-1.0.1.tgz#cfa23bc5840f9104ce32a65e74db7e7a974bbee1"
Expand Down

0 comments on commit c054441

Please sign in to comment.