From fc3daa4a0fb588b0c9cd9b5fd0d700fa31afdb70 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 May 2019 05:32:44 +0000 Subject: [PATCH] fix(deps): update gatsby --- package.json | 4 +- yarn.lock | 123 ++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 110 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 733bbf1..685d212 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "bluebird": "^3.5.4", "classnames": "^2.2.6", "codecov": "^3.5.0", - "gatsby": "^2.5.5", + "gatsby": "^2.6.0", "gatsby-link": "^2.1.1", "gatsby-plugin-catch-links": "^2.0.14", "gatsby-plugin-feed": "^2.2.0", @@ -65,7 +65,7 @@ "gatsby-remark-relative-images": "^0.2.2", "gatsby-remark-responsive-iframe": "^2.1.1", "gatsby-remark-smartypants": "^2.0.9", - "gatsby-source-filesystem": "^2.0.36", + "gatsby-source-filesystem": "^2.0.37", "gatsby-transformer-remark": "^2.3.12", "gatsby-transformer-sharp": "^2.1.19", "invariant": "^2.2.4", diff --git a/yarn.lock b/yarn.lock index db1a63c..100e827 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1152,6 +1152,13 @@ "@types/prop-types" "*" csstype "^2.2.0" +"@types/react@^16.8.12", "@types/react@^16.8.6": + version "16.8.18" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.18.tgz#fe66fb748b0b6ca9709d38b87b2d1356d960a511" + dependencies: + "@types/prop-types" "*" + csstype "^2.2.0" + "@types/stack-utils@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" @@ -1793,6 +1800,12 @@ atob@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" +auto-bind@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-2.1.0.tgz#254e12d53063d7cab90446ce021accfb3faa1464" + dependencies: + "@types/react" "^16.8.12" + autoprefixer@9.5.1, autoprefixer@^9.4.3, autoprefixer@^9.5.1: version "9.5.1" resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.5.1.tgz#243b1267b67e7e947f28919d786b50d3bb0fb357" @@ -2814,6 +2827,10 @@ cli-cursor@^2.1.0: dependencies: restore-cursor "^2.0.0" +cli-spinners@^1.0.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a" + cli-table3@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.1.tgz#0252372d94dfc40dbd8df06005f48f31f656f202" @@ -2823,6 +2840,13 @@ cli-table3@^0.5.1: optionalDependencies: colors "^1.1.2" +cli-truncate@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-1.1.0.tgz#2b2dfd83c53cfd3572b87fc4d430a808afb04086" + dependencies: + slice-ansi "^1.0.0" + string-width "^2.0.0" + cli-width@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" @@ -5404,9 +5428,9 @@ fuzzy@^0.1.1: version "0.1.3" resolved "https://registry.yarnpkg.com/fuzzy/-/fuzzy-0.1.3.tgz#4c76ec2ff0ac1a36a9dccf9a00df8623078d4ed8" -gatsby-cli@^2.5.15: - version "2.5.15" - resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.5.15.tgz#9566c32fa768e2a265e169fdffe9d565ca69c910" +gatsby-cli@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.6.0.tgz#dedbf70741c0a992317f1c42552a7310379f873c" dependencies: "@babel/code-frame" "^7.0.0" "@babel/runtime" "^7.0.0" @@ -5424,20 +5448,26 @@ gatsby-cli@^2.5.15: fs-extra "^4.0.1" gatsby-telemetry "^1.0.9" hosted-git-info "^2.6.0" + ink "^2.0.5" + ink-spinner "^3.0.1" is-valid-path "^0.1.1" lodash "^4.17.10" meant "^1.0.1" node-fetch "2.3.0" + object.entries "^1.1.0" opentracing "^0.14.3" pretty-error "^2.1.1" prompts "^2.0.4" + react "^16.8.4" resolve-cwd "^2.0.0" + semver "^6.0.0" source-map "^0.5.7" stack-trace "^0.0.10" + strip-ansi "^5.2.0" update-notifier "^2.3.0" uuid "3.3.2" yargs "^12.0.5" - yurnalist "^1.0.2" + yurnalist "^1.0.5" gatsby-link@^2.1.1: version "2.1.1" @@ -5666,9 +5696,9 @@ gatsby-remark-smartypants@^2.0.9: retext-smartypants "^3.0.0" unist-util-visit "^1.3.0" -gatsby-source-filesystem@^2.0.36: - version "2.0.36" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.36.tgz#7f8930fdd5b90f524b3a0ef12044a54005abc1b3" +gatsby-source-filesystem@^2.0.37: + version "2.0.37" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.37.tgz#f1de0ab81809ce4c1fdd8cdfb573b1fd25731a8e" dependencies: "@babel/runtime" "^7.0.0" better-queue "^3.8.7" @@ -5743,9 +5773,9 @@ gatsby-transformer-sharp@^2.1.19: semver "^5.6.0" sharp "^0.22.1" -gatsby@^2.5.5: - version "2.5.5" - resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.5.5.tgz#08f8ce052fdf8656b995cb3880afcf7a483c222e" +gatsby@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.6.0.tgz#deae99b6db0d6a7860ee15c17871b1c9f5fe69b7" dependencies: "@babel/code-frame" "^7.0.0" "@babel/core" "^7.0.0" @@ -5803,7 +5833,7 @@ gatsby@^2.5.5: flat "^4.0.0" fs-exists-cached "1.0.0" fs-extra "^5.0.0" - gatsby-cli "^2.5.15" + gatsby-cli "^2.6.0" gatsby-link "^2.1.1" gatsby-plugin-page-creator "^2.0.13" gatsby-react-router-scroll "^2.0.7" @@ -7004,6 +7034,36 @@ ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: version "1.3.5" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" +ink-spinner@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ink-spinner/-/ink-spinner-3.0.1.tgz#7b4b206d2b18538701fd92593f9acabbfe308dce" + dependencies: + cli-spinners "^1.0.0" + prop-types "^15.5.10" + +ink@^2.0.5: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ink/-/ink-2.1.1.tgz#efb2adbd30be79b4f640d7c67b524bfb030205ba" + dependencies: + "@types/react" "^16.8.6" + arrify "^1.0.1" + auto-bind "^2.0.0" + chalk "^2.4.1" + cli-cursor "^2.1.0" + cli-truncate "^1.1.0" + is-ci "^2.0.0" + lodash.throttle "^4.1.1" + log-update "^3.0.0" + prop-types "^15.6.2" + react-reconciler "^0.20.0" + scheduler "^0.13.2" + signal-exit "^3.0.2" + slice-ansi "^1.0.0" + string-length "^2.0.0" + widest-line "^2.0.0" + wrap-ansi "^5.0.0" + yoga-layout-prebuilt "^1.9.3" + inquirer@3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9" @@ -8438,6 +8498,10 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "~3.0.0" +lodash.throttle@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + lodash.toarray@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" @@ -8460,6 +8524,14 @@ log-symbols@^2.2.0: dependencies: chalk "^2.0.1" +log-update@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/log-update/-/log-update-3.2.0.tgz#719f24293250d65d0165f4e2ec2ed805ff062eec" + dependencies: + ansi-escapes "^3.2.0" + cli-cursor "^2.1.0" + wrap-ansi "^5.0.0" + logalot@^2.0.0, logalot@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552" @@ -9720,7 +9792,7 @@ object.assign@^4.1.0: has-symbols "^1.0.0" object-keys "^1.0.11" -object.entries@^1.0.4: +object.entries@^1.0.4, object.entries@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519" dependencies: @@ -11249,6 +11321,15 @@ react-portal@^3.1.0: dependencies: prop-types "^15.5.8" +react-reconciler@^0.20.0: + version "0.20.4" + resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.20.4.tgz#3da6a95841592f849cb4edd3d38676c86fd920b2" + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + prop-types "^15.6.2" + scheduler "^0.13.6" + react-redux@^4.0.0: version "4.4.10" resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-4.4.10.tgz#ad57bd1db00c2d0aa7db992b360ce63dd0b80ec5" @@ -12203,7 +12284,7 @@ sax@>=0.6.0, sax@^1.2.4, sax@~1.2.4: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" -scheduler@^0.13.6: +scheduler@^0.13.2, scheduler@^0.13.6: version "0.13.6" resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.6.tgz#466a4ec332467b31a91b9bf74e5347072e4cd889" dependencies: @@ -12580,7 +12661,7 @@ slate@^0.34.0: slate-schema-violations "^0.1.20" type-of "^2.0.1" -slice-ansi@1.0.0: +slice-ansi@1.0.0, slice-ansi@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d" dependencies: @@ -14597,6 +14678,14 @@ wrap-ansi@^2.0.0: string-width "^1.0.1" strip-ansi "^3.0.1" +wrap-ansi@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + dependencies: + ansi-styles "^3.2.0" + string-width "^3.0.0" + strip-ansi "^5.0.0" + wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" @@ -14851,7 +14940,11 @@ yeast@0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" -yurnalist@^1.0.2: +yoga-layout-prebuilt@^1.9.3: + version "1.9.3" + resolved "https://registry.yarnpkg.com/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.9.3.tgz#11e3be29096afe3c284e5d963cc2d628148c1372" + +yurnalist@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/yurnalist/-/yurnalist-1.0.5.tgz#98534ddc1330e1316684981f53cba879ffc07a28" dependencies: