Skip to content

Commit

Permalink
Merge #875
Browse files Browse the repository at this point in the history
875: fix(deps): update dependency react-static to v6.2.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| react-static | dependencies | minor | `6.0.11` -> `6.2.0` | [source](https://togithub.com/nozzle/react-static) |

---

### Release Notes

<details>
<summary>nozzle/react-static</summary>

### [`v6.2.0`](https://togithub.com/nozzle/react-static/blob/master/CHANGELOG.md#&#8203;620)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.1.5...v6.2.0)

##### New Features

-   Added support for incremental builds

##### Fixes & Optimizations

-   Fixed a security issue where `process.env` variables could be exported and distributed by accident.
-   Remove update-notifier. It was never that reliable and was presenting problems with multi-threading.

### [`v6.1.5`](https://togithub.com/nozzle/react-static/compare/v6.1.4...v6.1.5)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.1.4...v6.1.5)

### [`v6.1.4`](https://togithub.com/nozzle/react-static/compare/v6.1.3...v6.1.4)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.1.3...v6.1.4)

### [`v6.1.3`](https://togithub.com/nozzle/react-static/compare/v6.1.2...v6.1.3)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.1.2...v6.1.3)

### [`v6.1.2`](https://togithub.com/nozzle/react-static/compare/v6.1.1...v6.1.2)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.1.1...v6.1.2)

### [`v6.1.1`](https://togithub.com/nozzle/react-static/compare/v6.0.20...v6.1.1)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.20...v6.1.1)

### [`v6.0.20`](https://togithub.com/nozzle/react-static/blob/master/CHANGELOG.md#&#8203;6020)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.19...v6.0.20)

##### Deprecations

-   Silently deprecated both `config.renderToHtml` and `config.renderToElement` in favor of using the plugin API. Hope this doesn't annoy anyone too much. Better to do it now that later!

### [`v6.0.19`](https://togithub.com/nozzle/react-static/compare/v6.0.18...v6.0.19)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.18...v6.0.19)

### [`v6.0.18`](https://togithub.com/nozzle/react-static/compare/v6.0.17...v6.0.18)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.17...v6.0.18)

### [`v6.0.17`](https://togithub.com/nozzle/react-static/compare/v6.0.16...v6.0.17)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.16...v6.0.17)

### [`v6.0.16`](https://togithub.com/nozzle/react-static/compare/v6.0.15...v6.0.16)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.15...v6.0.16)

### [`v6.0.15`](https://togithub.com/nozzle/react-static/compare/v6.0.14...v6.0.15)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.14...v6.0.15)

### [`v6.0.14`](https://togithub.com/nozzle/react-static/compare/v6.0.13...v6.0.14)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.13...v6.0.14)

### [`v6.0.13`](https://togithub.com/nozzle/react-static/compare/v6.0.12...v6.0.13)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.12...v6.0.13)

### [`v6.0.12`](https://togithub.com/nozzle/react-static/compare/v6.0.11...v6.0.12)

[Compare Source](https://togithub.com/nozzle/react-static/compare/v6.0.11...v6.0.12)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jan 10, 2019
2 parents 57887ce + d40ee19 commit c1a8327
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 162 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"react": "16.7.0",
"react-dom": "16.7.0",
"react-hot-loader": "4.6.3",
"react-static": "6.0.11",
"react-static": "6.2.0",
"rollup": "1.1.0",
"rollup-plugin-string": "2.0.2",
"rollup-plugin-typescript2": "0.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-icons": "^3.2.2",
"react-redux": "^6.0.0",
"react-select": "^2.1.1",
"react-static": "6.0.11",
"react-static": "6.2.0",
"react-transition-group": "^2.5.0",
"react-universal-component": "^3.0.3",
"redux": "^4.0.1",
Expand Down
165 changes: 5 additions & 160 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1274,19 +1274,6 @@
find-root "^1.1.0"
source-map "^0.7.2"

"@emotion/cache@10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.0.tgz#e22eadcb770de4131ec707c84207e9e1ce210413"
dependencies:
"@emotion/sheet" "0.9.2"
"@emotion/stylis" "0.8.3"
"@emotion/utils" "0.11.1"
"@emotion/weak-memoize" "0.2.2"

"@emotion/hash@0.7.1":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.7.1.tgz#9833722341379fb7d67f06a4b00ab3c37913da53"

"@emotion/hash@^0.6.2", "@emotion/hash@^0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.6.6.tgz#62266c5f0eac6941fece302abad69f2ee7e25e44"
Expand All @@ -1297,24 +1284,10 @@
dependencies:
"@emotion/memoize" "^0.6.6"

"@emotion/memoize@0.7.1":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.1.tgz#e93c13942592cf5ef01aa8297444dc192beee52f"

"@emotion/memoize@^0.6.1", "@emotion/memoize@^0.6.6":
version "0.6.6"
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.6.6.tgz#004b98298d04c7ca3b4f50ca2035d4f60d2eed1b"

"@emotion/serialize@^0.11.3":
version "0.11.3"
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.3.tgz#c4af2d96e3ddb9a749b7b567daa7556bcae45af2"
dependencies:
"@emotion/hash" "0.7.1"
"@emotion/memoize" "0.7.1"
"@emotion/unitless" "0.7.3"
"@emotion/utils" "0.11.1"
csstype "^2.5.7"

"@emotion/serialize@^0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.9.1.tgz#a494982a6920730dba6303eb018220a2b629c145"
Expand All @@ -1324,22 +1297,10 @@
"@emotion/unitless" "^0.6.7"
"@emotion/utils" "^0.8.2"

"@emotion/sheet@0.9.2":
version "0.9.2"
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.2.tgz#74e5c6b5e489a1ba30ab246ab5eedd96916487c4"

"@emotion/stylis@0.8.3":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.3.tgz#3ca7e9bcb31b3cb4afbaeb66156d86ee85e23246"

"@emotion/stylis@^0.7.0":
version "0.7.1"
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.7.1.tgz#50f63225e712d99e2b2b39c19c70fff023793ca5"

"@emotion/unitless@0.7.3":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.3.tgz#6310a047f12d21a1036fb031317219892440416f"

"@emotion/unitless@^0.6.2", "@emotion/unitless@^0.6.7":
version "0.6.7"
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.6.7.tgz#53e9f1892f725b194d5e6a1684a7b394df592397"
Expand All @@ -1348,18 +1309,10 @@
version "0.7.2"
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.2.tgz#b180097bb44a40c3b59efea9cf28df2fe542d518"

"@emotion/utils@0.11.1":
version "0.11.1"
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.1.tgz#8529b7412a6eb4b48bdf6e720cc1b8e6e1e17628"

"@emotion/utils@^0.8.2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.8.2.tgz#576ff7fb1230185b619a75d258cbc98f0867a8dc"

"@emotion/weak-memoize@0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.2.tgz#63985d3d8b02530e0869962f4da09142ee8e200e"

"@fimbul/bifrost@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@fimbul/bifrost/-/bifrost-0.17.0.tgz#f0383ba7e40992e3193dc87e2ddfde2ad62a9cf4"
Expand Down Expand Up @@ -4317,21 +4270,6 @@ babel-plugin-check-es2015-constants@^6.8.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-emotion@^10.0.5:
version "10.0.5"
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.5.tgz#05ec47cde94f984b0b2aebdd41f81876cf9cbb24"
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@emotion/hash" "0.7.1"
"@emotion/memoize" "0.7.1"
"@emotion/serialize" "^0.11.3"
babel-plugin-macros "^2.0.0"
babel-plugin-syntax-jsx "^6.18.0"
convert-source-map "^1.5.0"
escape-string-regexp "^1.0.5"
find-root "^1.1.0"
source-map "^0.5.7"

babel-plugin-emotion@^9.2.11:
version "9.2.11"
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.11.tgz#319c005a9ee1d15bb447f59fe504c35fd5807728"
Expand Down Expand Up @@ -4662,14 +4600,6 @@ babel-preset-jest@^23.2.0:
babel-plugin-jest-hoist "^23.2.0"
babel-plugin-syntax-object-rest-spread "^6.13.0"

babel-preset-react-static@^6.0.0-beta.31:
version "6.0.0-beta.31"
resolved "https://registry.yarnpkg.com/babel-preset-react-static/-/babel-preset-react-static-6.0.0-beta.31.tgz#964271ecaa75084347512fc8aba0f334c998dd66"
dependencies:
emotion "^10.0.4"
emotion-server "^10.0.4"
react-emotion "^10.0.0"

babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
Expand Down Expand Up @@ -5147,10 +5077,6 @@ buffer-from@1.x, buffer-from@^1.0.0, buffer-from@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"

buffer-from@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-0.1.2.tgz#15f4b9bcef012044df31142c14333caf6e0260d0"

buffer-indexof@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
Expand Down Expand Up @@ -6303,24 +6229,6 @@ create-ecdh@^4.0.0:
bn.js "^4.1.0"
elliptic "^6.0.0"

create-emotion-server@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/create-emotion-server/-/create-emotion-server-10.0.0.tgz#d7089cbff60f6ba8776601b9a6d22ab39e260633"
dependencies:
"@emotion/utils" "0.11.1"
html-tokenize "^2.0.0"
multipipe "^1.0.2"
through "^2.3.8"

create-emotion@^10.0.5:
version "10.0.5"
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-10.0.5.tgz#22487f19b59a7ed10144f808289eadffebcfab06"
dependencies:
"@emotion/cache" "10.0.0"
"@emotion/serialize" "^0.11.3"
"@emotion/sheet" "0.9.2"
"@emotion/utils" "0.11.1"

create-emotion@^9.2.12:
version "9.2.12"
resolved "https://registry.yarnpkg.com/create-emotion/-/create-emotion-9.2.12.tgz#0fc8e7f92c4f8bb924b0fef6781f66b1d07cb26f"
Expand Down Expand Up @@ -6659,10 +6567,6 @@ csstype@^2.0.0, csstype@^2.2.0, csstype@^2.5.2:
version "2.5.7"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.7.tgz#bf9235d5872141eccfb2d16d82993c6b149179ff"

csstype@^2.5.7:
version "2.5.8"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.8.tgz#4ce5aa16ea0d562ef9105fa3ae2676f199586a35"

currently-unhandled@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
Expand Down Expand Up @@ -7360,12 +7264,6 @@ duplexer2@0.0.2:
dependencies:
readable-stream "~1.1.9"

duplexer2@^0.1.2:
version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
dependencies:
readable-stream "^2.0.2"

duplexer3@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
Expand Down Expand Up @@ -7455,19 +7353,6 @@ emojis-list@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"

emotion-server@^10.0.4:
version "10.0.5"
resolved "https://registry.yarnpkg.com/emotion-server/-/emotion-server-10.0.5.tgz#85f24ba5dd95c37be44a0709ca71f27210f9ba9b"
dependencies:
create-emotion-server "10.0.0"

emotion@^10.0.4:
version "10.0.5"
resolved "https://registry.yarnpkg.com/emotion/-/emotion-10.0.5.tgz#9b22cee820de0a45bc102e4750553c1b81098b00"
dependencies:
babel-plugin-emotion "^10.0.5"
create-emotion "^10.0.5"

emotion@^9.1.2:
version "9.2.12"
resolved "https://registry.yarnpkg.com/emotion/-/emotion-9.2.12.tgz#53925aaa005614e65c6e43db8243c843574d1ea9"
Expand Down Expand Up @@ -9682,16 +9567,6 @@ html-to-react@^1.3.3:
ramda "^0.25.0"
underscore.string.fp "^1.0.4"

html-tokenize@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/html-tokenize/-/html-tokenize-2.0.0.tgz#8b3a9a5deb475cae6a6f9671600d2c20ab298251"
dependencies:
buffer-from "~0.1.1"
inherits "~2.0.1"
minimist "~0.0.8"
readable-stream "~1.0.27-1"
through2 "~0.4.1"

html-webpack-plugin@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b"
Expand Down Expand Up @@ -12987,7 +12862,7 @@ minimist@1.2.0, minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"

minimist@~0.0.1, minimist@~0.0.8:
minimist@~0.0.1:
version "0.0.10"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

Expand Down Expand Up @@ -13144,13 +13019,6 @@ multipipe@^0.1.2:
dependencies:
duplexer2 "0.0.2"

multipipe@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-1.0.2.tgz#cc13efd833c9cda99f224f868461b8e1a3fd939d"
dependencies:
duplexer2 "^0.1.2"
object-assign "^4.1.0"

mutation-observer@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/mutation-observer/-/mutation-observer-1.0.3.tgz#42e9222b101bca82e5ba9d5a7acf4a14c0f263d0"
Expand Down Expand Up @@ -13761,10 +13629,6 @@ object-keys@^1.0.11, object-keys@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"

object-keys@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336"

object-visit@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
Expand Down Expand Up @@ -15487,10 +15351,6 @@ react-draggable@^3.0.5:
classnames "^2.2.5"
prop-types "^15.6.0"

react-emotion@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/react-emotion/-/react-emotion-10.0.0.tgz#03adf5a93f9dc41396401551566adf9668a2418e"

react-error-overlay@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.1.0.tgz#c516995a5652e7bfbed8b497910d5280df74a7e8"
Expand Down Expand Up @@ -15678,9 +15538,9 @@ react-side-effect@^1.1.0:
exenv "^1.2.1"
shallowequal "^1.0.1"

react-static@6.0.11:
version "6.0.11"
resolved "https://registry.yarnpkg.com/react-static/-/react-static-6.0.11.tgz#807f8602e08024e74d732de364143f889f2ed796"
react-static@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/react-static/-/react-static-6.2.0.tgz#3e1a66354f89c5307a9863c8d0a2708d584e187b"
dependencies:
"@babel/cli" "^7.1.5"
"@babel/core" "^7.2.2"
Expand All @@ -15704,7 +15564,6 @@ react-static@6.0.11:
babel-plugin-macros "^2.4.3"
babel-plugin-transform-react-remove-prop-types "^0.4.20"
babel-plugin-universal-import "^3.0.2"
babel-preset-react-static "^6.0.0-beta.31"
case-sensitive-paths-webpack-plugin "^2.1.2"
chalk "^2.4.1"
chokidar "^2.0.4"
Expand Down Expand Up @@ -15753,7 +15612,6 @@ react-static@6.0.11:
thread-loader "^1.2.0"
uglifyjs-webpack-plugin "^2.0.1"
upath "^1.1.0"
update-notifier "^2.5.0"
url-loader "^1.1.2"
webpack "^4.25.1"
webpack-bundle-analyzer "^3.0.3"
Expand Down Expand Up @@ -15915,7 +15773,7 @@ read@1, read@~1.0.1:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"

readable-stream@1.0, readable-stream@~1.0.17, readable-stream@~1.0.27-1:
readable-stream@1.0:
version "1.0.34"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
dependencies:
Expand Down Expand Up @@ -18058,13 +17916,6 @@ through2@3.0.0, through2@^3.0.0:
readable-stream "2 || 3"
xtend "~4.0.1"

through2@~0.4.1:
version "0.4.2"
resolved "https://registry.yarnpkg.com/through2/-/through2-0.4.2.tgz#dbf5866031151ec8352bb6c4db64a2292a840b9b"
dependencies:
readable-stream "~1.0.17"
xtend "~2.1.1"

through@2, "through@>=2.2.7 <3", through@^2.1.0, through@^2.3.4, through@^2.3.6, through@^2.3.8, through@~2.3.4:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
Expand Down Expand Up @@ -19699,12 +19550,6 @@ xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"

xtend@~2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz#6efecc2a4dad8e6962c4901b337ce7ba87b5d28b"
dependencies:
object-keys "~0.4.0"

y18n@^3.2.0, y18n@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
Expand Down

0 comments on commit c1a8327

Please sign in to comment.