Skip to content

Commit

Permalink
Merge #896 #919 #920
Browse files Browse the repository at this point in the history
896: chore(deps): update dependency all-contributors-cli to v5.7.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| all-contributors-cli | devDependencies | minor | `5.5.0` -> `5.7.0` | [source](https://togithub.com/all-contributors/all-contributors-cli) |

---

### Release Notes

<details>
<summary>all-contributors/all-contributors-cli</summary>

### [`v5.7.0`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.7.0)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.6.1...v5.7.0)

##### Features

-   add node api for AllContributors GitHub bot ([#&#8203;135](https://togithub.com/all-contributors/all-contributors-cli/issues/135)) ([8aa15c9](https://togithub.com/all-contributors/all-contributors-cli/commit/8aa15c9))

### [`v5.6.1`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.6.1)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.6.0...v5.6.1)

##### Bug Fixes

-   switch over to new org all-contributors ([#&#8203;132](https://togithub.com/all-contributors/all-contributors-cli/issues/132)) ([85a9e3a](https://togithub.com/all-contributors/all-contributors-cli/commit/85a9e3a))
-   switch over to new org all-contributors ([#&#8203;133](https://togithub.com/all-contributors/all-contributors-cli/issues/133)) ([8eafcf9](https://togithub.com/all-contributors/all-contributors-cli/commit/8eafcf9))

### [`v5.6.0`](https://togithub.com/all-contributors/all-contributors-cli/releases/v5.6.0)

[Compare Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v5.5.0...v5.6.0)

##### Features

-   add new types ([#&#8203;127](https://togithub.com/jfmengels/all-contributors-cli/issues/127)) ([89bac0f](https://togithub.com/jfmengels/all-contributors-cli/commit/89bac0f))

</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).

919: chore(deps): update babel monorepo r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;babel/core | devDependencies | patch | `7.2.0` -> `7.2.2` | [homepage](https://babeljs.io/), [source](https://togithub.com/babel/babel) |
| @&#8203;babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://togithub.com/babel/babel) |

---

### Release Notes

<details>
<summary>babel/babel</summary>

### [`v7.2.2`](https://togithub.com/babel/babel/releases/v7.2.2)

[Compare Source](https://togithub.com/babel/babel/compare/v7.2.0...v7.2.2)

#### v7.2.2 (2018-12-15)

Mostrly bug fixes and internal changes.
Thanks to [@&#8203;paleite](https://togithub.com/paleite), [@&#8203;saschanaz](https://togithub.com/saschanaz) and [@&#8203;joeldenning](https://togithub.com/joeldenning) for their first PRs!

##### 🐛 Bug Fix

-   `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread`
    -   [#&#8203;9108](https://togithub.com/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@&#8203;danez](https://togithub.com/danez))
-   `babel-parser`
    -   [#&#8203;9168](https://togithub.com/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@&#8203;vikr01](https://togithub.com/vikr01))
-   `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
    -   [#&#8203;9171](https://togithub.com/babel/babel/pull/9171) Fix transforming empty export statement. ([@&#8203;danez](https://togithub.com/danez))
-   `babel-node`
    -   [#&#8203;9148](https://togithub.com/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-plugin-transform-classes`
    -   [#&#8203;9135](https://togithub.com/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@&#8203;rubennorte](https://togithub.com/rubennorte))
-   `babel-preset-env`
    -   [#&#8203;9140](https://togithub.com/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@&#8203;saschanaz](https://togithub.com/saschanaz))
-   `babel-plugin-transform-arrow-functions`, `babel-traverse`
    -   [#&#8203;9060](https://togithub.com/babel/babel/pull/9060) Not depending on return value of super(). Closes [#&#8203;9020](https://togithub.com/babel/babel/issues/9020).. ([@&#8203;joeldenning](https://togithub.com/joeldenning))

##### 🏠 Internal

-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex`
    -   [#&#8203;9176](https://togithub.com/babel/babel/pull/9176) Fix package.json repository URLs. ([@&#8203;paleite](https://togithub.com/paleite))
-   Other
    -   [#&#8203;9158](https://togithub.com/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@&#8203;danez](https://togithub.com/danez))
    -   [#&#8203;9143](https://togithub.com/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@&#8203;saschanaz](https://togithub.com/saschanaz))
    -   [#&#8203;9133](https://togithub.com/babel/babel/pull/9133) Move to travis vm based builds. ([@&#8203;danez](https://togithub.com/danez))
    -   [#&#8203;9132](https://togithub.com/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@&#8203;danez](https://togithub.com/danez))
    -   [#&#8203;9131](https://togithub.com/babel/babel/pull/9131) Update issue templates [skip ci]. ([@&#8203;hzoo](https://togithub.com/hzoo))
-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`
    -   [#&#8203;9059](https://togithub.com/babel/babel/pull/9059) Move decorators transform to [@&#8203;babel/helper-create-class-features-plugin](https://togithub.com/babel/helper-create-class-features-plugin). ([@&#8203;nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   `babel-core`, `babel-parser`, `babel-template`
    -   [#&#8203;9128](https://togithub.com/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@&#8203;danez](https://togithub.com/danez))

##### Committers: 10

-   Brian Ng ([existentialism](https://togithub.com/existentialism))
-   Daniel Tschinder ([danez](https://togithub.com/danez))
-   Henry Zhu ([hzoo](https://togithub.com/hzoo))
-   Joel Denning ([joeldenning](https://togithub.com/joeldenning))
-   Kagami Sascha Rosylight ([saschanaz](https://togithub.com/saschanaz))
-   Nicolò Ribaudo ([nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
-   Patrick Eriksson ([paleite](https://togithub.com/paleite))
-   Rubén Norte ([rubennorte](https://togithub.com/rubennorte))
-   Thiago Arrais ([thiagoarrais](https://togithub.com/thiagoarrais))
-   Vikram Rangaraj ([vikr01](https://togithub.com/vikr01))

</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!`".

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- 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).

920: fix(deps): update dependency webpack to v4.28.4 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| webpack | dependencies | patch | `4.28.3` -> `4.28.4` | [source](https://togithub.com/webpack/webpack) |

---

### Release Notes

<details>
<summary>webpack/webpack</summary>

### [`v4.28.4`](https://togithub.com/webpack/webpack/releases/v4.28.4)

[Compare Source](https://togithub.com/webpack/webpack/compare/v4.28.3...v4.28.4)

### Bugfixes

-   `ProfilingPlugin` creates output path if not existing
-   fixed support for arrow function functions for `optimization.minimizer`
-   failed hooks is now also called when `run()` fails

</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 11, 2019
4 parents c1a8327 + 3ef48ac + 76a5503 + c631eac commit c8c6838
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 57 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@
}
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-async-generator-functions": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-numeric-separator": "7.2.0",
"@babel/plugin-syntax-optional-catch-binding": "7.2.0",
"@babel/plugin-syntax-typescript": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
"@cypress/webpack-preprocessor": "4.0.2",
"@reactivex/ix-esnext-esm": "2.3.5",
Expand All @@ -156,7 +156,7 @@
"@types/webpack": "4.4.22",
"@types/webpack-bundle-analyzer": "2.13.0",
"@types/yargs": "12.0.2",
"all-contributors-cli": "5.5.0",
"all-contributors-cli": "5.7.0",
"app-root-dir": "1.0.2",
"autoprefixer": "9.4.4",
"babel-core": "7.0.0-bridge.0",
Expand Down Expand Up @@ -247,7 +247,7 @@
"typescript": "3.2.2",
"typescript-styled-plugin": "0.13.0",
"url-loader": "1.1.2",
"webpack": "4.28.3",
"webpack": "4.28.4",
"webpack-bundle-analyzer": "3.0.3",
"webpack-node-externals": "1.7.2",
"webpack-serve": "2.0.3",
Expand All @@ -263,7 +263,7 @@
"grpc": "1.16.1",
"regenerator-runtime": "0.13.1",
"styled-components": "4.1.1",
"webpack": "4.28.3"
"webpack": "4.28.4"
},
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neo-one-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typescript": "3.2.2",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^1.0.0",
"webpack": "4.28.3"
"webpack": "4.28.4"
},
"sideEffects": [
"src/engine/test/polyfill.ts",
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 @@ -59,7 +59,7 @@
"ts-node": "^7.0.1",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^1.0.0",
"webpack": "4.28.3"
"webpack": "4.28.4"
},
"sideEffects": [
"src/polyfill.ts",
Expand Down
113 changes: 63 additions & 50 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
dependencies:
"@babel/highlight" "7.0.0-beta.44"

"@babel/core@7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.0.tgz#a4dd3814901998e93340f0086e9867fefa163ada"
"@babel/core@7.2.2", "@babel/core@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.2.0"
"@babel/generator" "^7.2.2"
"@babel/helpers" "^7.2.0"
"@babel/parser" "^7.2.0"
"@babel/template" "^7.1.2"
"@babel/traverse" "^7.1.6"
"@babel/types" "^7.2.0"
"@babel/parser" "^7.2.2"
"@babel/template" "^7.2.2"
"@babel/traverse" "^7.2.2"
"@babel/types" "^7.2.2"
convert-source-map "^1.1.0"
debug "^4.1.0"
json5 "^2.1.0"
Expand Down Expand Up @@ -68,25 +68,6 @@
semver "^5.4.1"
source-map "^0.5.0"

"@babel/core@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/generator" "^7.2.2"
"@babel/helpers" "^7.2.0"
"@babel/parser" "^7.2.2"
"@babel/template" "^7.2.2"
"@babel/traverse" "^7.2.2"
"@babel/types" "^7.2.2"
convert-source-map "^1.1.0"
debug "^4.1.0"
json5 "^2.1.0"
lodash "^4.17.10"
resolve "^1.3.2"
semver "^5.4.1"
source-map "^0.5.0"

"@babel/generator@7.0.0-beta.44":
version "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
Expand Down Expand Up @@ -117,16 +98,6 @@
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/generator@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.0.tgz#eaf3821fa0301d9d4aef88e63d4bcc19b73ba16c"
dependencies:
"@babel/types" "^7.2.0"
jsesc "^2.5.1"
lodash "^4.17.10"
source-map "^0.5.0"
trim-right "^1.0.1"

"@babel/generator@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc"
Expand Down Expand Up @@ -340,10 +311,6 @@
version "7.1.6"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"

"@babel/parser@^7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.0.tgz#02d01dbc330b6cbf36b76ac93c50752c69027065"

"@babel/parser@^7.2.2":
version "7.2.2"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.2.tgz#37ebdbc88a2e1ebc6c8dd3d35ea9436e3e39e477"
Expand Down Expand Up @@ -977,9 +944,9 @@
core-js "^2.5.7"
regenerator-runtime "^0.11.1"

"@babel/preset-env@7.2.0", "@babel/preset-env@^7.1.5":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.0.tgz#a5030e7e4306af5a295dd5d7c78dc5464af3fee2"
"@babel/preset-env@7.2.3":
version "7.2.3"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.3.tgz#948c8df4d4609c99c7e0130169f052ea6a7a8933"
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"
Expand Down Expand Up @@ -1069,6 +1036,52 @@
js-levenshtein "^1.1.3"
semver "^5.3.0"

"@babel/preset-env@^7.1.5":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.0.tgz#a5030e7e4306af5a295dd5d7c78dc5464af3fee2"
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
"@babel/plugin-proposal-json-strings" "^7.2.0"
"@babel/plugin-proposal-object-rest-spread" "^7.2.0"
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
"@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
"@babel/plugin-syntax-async-generators" "^7.2.0"
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
"@babel/plugin-transform-arrow-functions" "^7.2.0"
"@babel/plugin-transform-async-to-generator" "^7.2.0"
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
"@babel/plugin-transform-block-scoping" "^7.2.0"
"@babel/plugin-transform-classes" "^7.2.0"
"@babel/plugin-transform-computed-properties" "^7.2.0"
"@babel/plugin-transform-destructuring" "^7.2.0"
"@babel/plugin-transform-dotall-regex" "^7.2.0"
"@babel/plugin-transform-duplicate-keys" "^7.2.0"
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
"@babel/plugin-transform-for-of" "^7.2.0"
"@babel/plugin-transform-function-name" "^7.2.0"
"@babel/plugin-transform-literals" "^7.2.0"
"@babel/plugin-transform-modules-amd" "^7.2.0"
"@babel/plugin-transform-modules-commonjs" "^7.2.0"
"@babel/plugin-transform-modules-systemjs" "^7.2.0"
"@babel/plugin-transform-modules-umd" "^7.2.0"
"@babel/plugin-transform-new-target" "^7.0.0"
"@babel/plugin-transform-object-super" "^7.2.0"
"@babel/plugin-transform-parameters" "^7.2.0"
"@babel/plugin-transform-regenerator" "^7.0.0"
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
"@babel/plugin-transform-spread" "^7.2.0"
"@babel/plugin-transform-sticky-regex" "^7.2.0"
"@babel/plugin-transform-template-literals" "^7.2.0"
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
"@babel/plugin-transform-unicode-regex" "^7.2.0"
browserslist "^4.3.4"
invariant "^2.2.2"
js-levenshtein "^1.1.3"
semver "^5.3.0"

"@babel/preset-react@7.0.0", "@babel/preset-react@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
Expand Down Expand Up @@ -3583,9 +3596,9 @@ ajv@6.5.3, ajv@6.5.5, ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0, ajv@^6.1.0, ajv@^6.1.1
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

all-contributors-cli@5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.5.0.tgz#e96219a7dab53f2e7303ad0d6f0743113c4b9171"
all-contributors-cli@5.7.0:
version "5.7.0"
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-5.7.0.tgz#84d4495845ba5a8194fbbd1394b841dd10546169"
dependencies:
async "^2.0.0-rc.1"
chalk "^2.3.0"
Expand Down Expand Up @@ -19126,9 +19139,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.3.0:
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@4.28.3, webpack@^4.25.1:
version "4.28.3"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.3.tgz#8acef6e77fad8a01bfd0c2b25aa3636d46511874"
webpack@4.28.4, webpack@^4.25.1:
version "4.28.4"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.4.tgz#1ddae6c89887d7efb752adf0c3cd32b9b07eacd0"
dependencies:
"@webassemblyjs/ast" "1.7.11"
"@webassemblyjs/helper-module-context" "1.7.11"
Expand Down

0 comments on commit c8c6838

Please sign in to comment.