Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency webpack to v4.27.0 #800

Merged
merged 1 commit into from
Dec 5, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2018

This PR contains the following updates:

Package Type Update Change References
webpack dependencies minor 4.26.1 -> 4.27.0 source

Release Notes

webpack/webpack

v4.27.0

Compare Source

Features

  • When using functions as plugins they are now also called with the compiler as parameter
    • This make it possible to use arrow functions as plugins
  • splitChunks.maxSize now emits a warning when minSize > maxSize
  • Loaders have now access to a getResolve method to create their own resolver function with custom options

Bugfixes

  • splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
  • splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
  • fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
    • now conditions are considered per cacheGroup
    • the correct cache group comment is displayed in stats
  • fixes a bug which causes providedExports not to be updated on rebuilds when using export * from

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #800 into master will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #800      +/-   ##
==========================================
- Coverage   73.05%   72.93%   -0.12%     
==========================================
  Files        1503     1503              
  Lines       43088    43088              
  Branches     6563     6563              
==========================================
- Hits        31479    31428      -51     
- Misses      11609    11660      +51
Flag Coverage Δ
#e2e 63.62% <ø> (-0.16%) ⬇️
#unit 62.73% <ø> (ø) ⬆️
Impacted Files Coverage Δ
...ne-node-core/src/transaction/PublishTransaction.ts 22.85% <0%> (-37.15%) ⬇️
...-one-node-protocol/src/payload/GetBlocksPayload.ts 64.7% <0%> (-35.3%) ⬇️
...s/neo-one-node-core/src/transaction/Transaction.ts 76.92% <0%> (-5.13%) ⬇️
packages/neo-one-node-protocol/src/Node.ts 61.59% <0%> (-3.9%) ⬇️
packages/neo-one-node-core/src/Contract.ts 82.35% <0%> (-2.95%) ⬇️
...neo-one-node-http-rpc/src/middleware/checkReady.ts 94.59% <0%> (-2.71%) ⬇️
packages/neo-one-node-protocol/src/Message.ts 50.24% <0%> (-2.47%) ⬇️
...eo-one-node-blockchain/src/WriteBatchBlockchain.ts 87.31% <0%> (-0.89%) ⬇️
...erver-plugin-network/src/node/NEOONENodeAdapter.ts 83.78% <0%> (+1.35%) ⬆️

@dicarlo2 dicarlo2 changed the title fix(deps): update dependency webpack to v4.27.0 rebase! fix(deps): update dependency webpack to v4.27.0 Dec 4, 2018
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 1b85d02 to 40f8ebc Compare December 4, 2018 19:40
@renovate renovate bot changed the title rebase! fix(deps): update dependency webpack to v4.27.0 fix(deps): update dependency webpack to v4.27.0 Dec 4, 2018
@dicarlo2
Copy link
Contributor

dicarlo2 commented Dec 5, 2018

bors r+

bors bot added a commit that referenced this pull request Dec 5, 2018
794: chore(deps): update dependency cypress to v3.1.3 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| cypress | devDependencies | patch | `3.1.2` -> `3.1.3` | [source](https://renovatebot.com/gh/cypress-io/cypress) |

---

### Release Notes

<details>
<summary>cypress-io/cypress</summary>

### [`v3.1.3`](https://renovatebot.com/gh/cypress-io/cypress/releases/v3.1.3)

[Compare Source](https://renovatebot.com/gh/cypress-io/cypress/compare/v3.1.2...v3.1.3)

_Released 12/03/2018_

**Bugfixes:**

-   Fixed regression introduced in [3.1.1](https://on.cypress.io/changelog#&#8203;3.1.1) with `requestAnimationFrame` that caused some animations not to run. Fixes [#&#8203;2725](https://renovatebot.com/gh/cypress-io/cypress/issues/2725).
-   Fixed regression introduced in [3.1.2](https://on.cypress.io/changelog#&#8203;3.1.2) that caused DOM elements passed to [`cy.wrap()`](https://on.cypress.io/wrap) to no longer yield the proper jQuery array instance. Fixes [#&#8203;2820](https://renovatebot.com/gh/cypress-io/cypress/issues/2820).
-   Fixed regression causing invocations of [cy.clock()](https://on.cypress.io/clock) to error on subsequent tests. Fixes [#&#8203;2850](https://renovatebot.com/gh/cypress-io/cypress/issues/2850).
-   Fixed issue where a fix included in [3.1.2](https://on.cypress.io/changelog#&#8203;3.1.2) did not pass the `windowsHide` argument to the proper options. Fixes [#&#8203;2667](https://renovatebot.com/gh/cypress-io/cypress/issues/2667) and [#&#8203;2809](https://renovatebot.com/gh/cypress-io/cypress/issues/2809).
-   Passing [`.check({ force: true })`](https://on.cypress.io/check) no longer requires the checkbox or radio to be visible. Fixes [#&#8203;1376](https://renovatebot.com/gh/cypress-io/cypress/issues/1376).

**Misc**

-   Updated types to support promises as arguments within [`cy.wrap`](https://on.cypress.io/wrap). Fixes [#&#8203;2807](https://renovatebot.com/gh/cypress-io/cypress/pull/2807).
-   We now expose all jQuery methods and values onto "`Cypress.$`" $. Fixes [#&#8203;2830](https://renovatebot.com/gh/cypress-io/cypress/issues/2830).
-   [`cy.wait()`](https://on.cypress.io/wait) now accepts a separate timeout option for `requestTimeout` and `responseTimeout`. Fixes [#&#8203;2446](https://renovatebot.com/gh/cypress-io/cypress/issues/2446).

**Dependency Updates**

-   Upgraded nodemon from `^1.8.1` to `^1.8.7`. Fixes [#&#8203;2864](https://renovatebot.com/gh/cypress-io/cypress/pull/2864).
-   Upgraded request from `^2.27.0` and `^2.28.0` to `^4.0.0`, Fixes [#&#8203;2455](https://renovatebot.com/gh/cypress-io/cypress/issues/2455).

**Documentation Changes:**

-   Added `requestTimeout` and `responseTimeout` options to [`cy.wait()`](https://on.cypress.io/wait)
-   Added 'History' table to [`cy.wait()`](https://on.cypress.io/wait)
-   Added 'Alias' for assertions that are aliases of each other to [`Assertions`](https://on.cypress.io/assertions)

</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://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

800: fix(deps): update dependency webpack to v4.27.0 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| webpack | dependencies | minor | `4.26.1` -> `4.27.0` | [source](https://renovatebot.com/gh/webpack/webpack) |

---

### Release Notes

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

### [`v4.27.0`](https://renovatebot.com/gh/webpack/webpack/releases/v4.27.0)

[Compare Source](https://renovatebot.com/gh/webpack/webpack/compare/v4.26.1...v4.27.0)

### Features

-   When using functions as plugins they are now also called with the compiler as parameter
    -   This make it possible to use arrow functions as plugins
-   splitChunks.maxSize now emits a warning when minSize > maxSize
-   Loaders have now access to a `getResolve` method to create their own resolver function with custom options

### Bugfixes

-   splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
-   splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
-   fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
    -   now conditions are considered per cacheGroup
    -   the correct cache group comment is displayed in stats
-   fixes a bug which causes providedExports not to be updated on rebuilds when using `export * from`

</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://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

801: chore(deps): update dependency autoprefixer to v9.4.2 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| autoprefixer | devDependencies | patch | `9.4.0` -> `9.4.2` | [source](https://renovatebot.com/gh/postcss/autoprefixer) |

---

### Release Notes

<details>
<summary>postcss/autoprefixer</summary>

### [`v9.4.2`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#&#8203;942)

[Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.1...9.4.2)

-   Fix Grid autoplacement warning.

### [`v9.4.1`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#&#8203;941)

[Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.0...9.4.1)

-   Fix unnecessary Flexbox prefixes in Grid elements.

</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://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
@bors
Copy link
Contributor

bors bot commented Dec 5, 2018

Build failed (retrying...)

bors bot added a commit that referenced this pull request Dec 5, 2018
765: docs(Reference): Create pages for all possible types. r=dicarlo2 a=afragapane

### Description of the Change
Create all components necessary to create reference pages for all possible types (Function, Const,
Class, Enum, Interface, Type Alias, Decorator).

### Test Plan
Stage website and confirm it looks as expected:

![image](https://user-images.githubusercontent.com/34611820/49041152-bb490480-f181-11e8-90b2-7176ca1b6893.png)

![image](https://user-images.githubusercontent.com/34611820/49041167-c3a13f80-f181-11e8-8dec-43b314b42bb7.png)

![image](https://user-images.githubusercontent.com/34611820/49041181-cb60e400-f181-11e8-8046-221e3204b4e0.png)

![image](https://user-images.githubusercontent.com/34611820/49041195-d287f200-f181-11e8-9639-2a1594c47cae.png)

![image](https://user-images.githubusercontent.com/34611820/49041219-db78c380-f181-11e8-9f0d-04961a9cd647.png)

![image](https://user-images.githubusercontent.com/34611820/49041229-e29fd180-f181-11e8-99b6-79031e7219ac.png)

![image](https://user-images.githubusercontent.com/34611820/49041236-e7648580-f181-11e8-9557-33e5426ccf54.png)

![image](https://user-images.githubusercontent.com/34611820/49041242-eb90a300-f181-11e8-8047-bf79b0611ca7.png)

![image](https://user-images.githubusercontent.com/34611820/49041247-f0555700-f181-11e8-9a3b-91c9daf0f95d.png)

![image](https://user-images.githubusercontent.com/34611820/49041264-f77c6500-f181-11e8-8b94-b01ae22a6ef4.png)

![image](https://user-images.githubusercontent.com/34611820/49041277-fd724600-f181-11e8-88e4-6177533bf219.png)

### Applicable Issues
re #691, #692, #693, #694, #695, #696, #697


794: chore(deps): update dependency cypress to v3.1.3 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| cypress | devDependencies | patch | `3.1.2` -> `3.1.3` | [source](https://renovatebot.com/gh/cypress-io/cypress) |

---

### Release Notes

<details>
<summary>cypress-io/cypress</summary>

### [`v3.1.3`](https://renovatebot.com/gh/cypress-io/cypress/releases/v3.1.3)

[Compare Source](https://renovatebot.com/gh/cypress-io/cypress/compare/v3.1.2...v3.1.3)

_Released 12/03/2018_

**Bugfixes:**

-   Fixed regression introduced in [3.1.1](https://on.cypress.io/changelog#&#8203;3.1.1) with `requestAnimationFrame` that caused some animations not to run. Fixes [#&#8203;2725](https://renovatebot.com/gh/cypress-io/cypress/issues/2725).
-   Fixed regression introduced in [3.1.2](https://on.cypress.io/changelog#&#8203;3.1.2) that caused DOM elements passed to [`cy.wrap()`](https://on.cypress.io/wrap) to no longer yield the proper jQuery array instance. Fixes [#&#8203;2820](https://renovatebot.com/gh/cypress-io/cypress/issues/2820).
-   Fixed regression causing invocations of [cy.clock()](https://on.cypress.io/clock) to error on subsequent tests. Fixes [#&#8203;2850](https://renovatebot.com/gh/cypress-io/cypress/issues/2850).
-   Fixed issue where a fix included in [3.1.2](https://on.cypress.io/changelog#&#8203;3.1.2) did not pass the `windowsHide` argument to the proper options. Fixes [#&#8203;2667](https://renovatebot.com/gh/cypress-io/cypress/issues/2667) and [#&#8203;2809](https://renovatebot.com/gh/cypress-io/cypress/issues/2809).
-   Passing [`.check({ force: true })`](https://on.cypress.io/check) no longer requires the checkbox or radio to be visible. Fixes [#&#8203;1376](https://renovatebot.com/gh/cypress-io/cypress/issues/1376).

**Misc**

-   Updated types to support promises as arguments within [`cy.wrap`](https://on.cypress.io/wrap). Fixes [#&#8203;2807](https://renovatebot.com/gh/cypress-io/cypress/pull/2807).
-   We now expose all jQuery methods and values onto "`Cypress.$`" $. Fixes [#&#8203;2830](https://renovatebot.com/gh/cypress-io/cypress/issues/2830).
-   [`cy.wait()`](https://on.cypress.io/wait) now accepts a separate timeout option for `requestTimeout` and `responseTimeout`. Fixes [#&#8203;2446](https://renovatebot.com/gh/cypress-io/cypress/issues/2446).

**Dependency Updates**

-   Upgraded nodemon from `^1.8.1` to `^1.8.7`. Fixes [#&#8203;2864](https://renovatebot.com/gh/cypress-io/cypress/pull/2864).
-   Upgraded request from `^2.27.0` and `^2.28.0` to `^4.0.0`, Fixes [#&#8203;2455](https://renovatebot.com/gh/cypress-io/cypress/issues/2455).

**Documentation Changes:**

-   Added `requestTimeout` and `responseTimeout` options to [`cy.wait()`](https://on.cypress.io/wait)
-   Added 'History' table to [`cy.wait()`](https://on.cypress.io/wait)
-   Added 'Alias' for assertions that are aliases of each other to [`Assertions`](https://on.cypress.io/assertions)

</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://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

800: fix(deps): update dependency webpack to v4.27.0 r=dicarlo2 a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| webpack | dependencies | minor | `4.26.1` -> `4.27.0` | [source](https://renovatebot.com/gh/webpack/webpack) |

---

### Release Notes

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

### [`v4.27.0`](https://renovatebot.com/gh/webpack/webpack/releases/v4.27.0)

[Compare Source](https://renovatebot.com/gh/webpack/webpack/compare/v4.26.1...v4.27.0)

### Features

-   When using functions as plugins they are now also called with the compiler as parameter
    -   This make it possible to use arrow functions as plugins
-   splitChunks.maxSize now emits a warning when minSize > maxSize
-   Loaders have now access to a `getResolve` method to create their own resolver function with custom options

### Bugfixes

-   splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation
-   splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize
-   fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name
    -   now conditions are considered per cacheGroup
    -   the correct cache group comment is displayed in stats
-   fixes a bug which causes providedExports not to be updated on rebuilds when using `export * from`

</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://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

802: docs(Reference): Use dgeni to generate docs from code r=dicarlo2 a=afragapane

### Description of the Change
Use dgeni to generate json files from code. Scrape these json files for ingestion into the
neo-one-website.  

### Test Plan
Ensure json files contain expected data and that they are scraped properly. More thorough testing will be done once this is added to the front-end portion.  The website will be staged and confirm that everything looks and works as expected.

### Applicable Issues
#702 

805: refactor(client-common): Export public functions as "function" and re… r=dicarlo2 a=afragapane

Export public functions as "function" instead of const and remove double quotes in comments. These
changes help dgeni recognize functions better for documentation purposes.

#702


Co-authored-by: afragapane <ahfragapane@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
@bors bors bot merged commit 40f8ebc into master Dec 5, 2018
@renovate renovate bot deleted the renovate/webpack-4.x branch December 5, 2018 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants