-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ 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
|
1b85d02
to
40f8ebc
Compare
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#​3.1.1) with `requestAnimationFrame` that caused some animations not to run. Fixes [#​2725](https://renovatebot.com/gh/cypress-io/cypress/issues/2725). - Fixed regression introduced in [3.1.2](https://on.cypress.io/changelog#​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 [#​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 [#​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#​3.1.2) did not pass the `windowsHide` argument to the proper options. Fixes [#​2667](https://renovatebot.com/gh/cypress-io/cypress/issues/2667) and [#​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 [#​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 [#​2807](https://renovatebot.com/gh/cypress-io/cypress/pull/2807). - We now expose all jQuery methods and values onto "`Cypress.$`" $. Fixes [#​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 [#​2446](https://renovatebot.com/gh/cypress-io/cypress/issues/2446). **Dependency Updates** - Upgraded nodemon from `^1.8.1` to `^1.8.7`. Fixes [#​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 [#​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#​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#​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>
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:            ### 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#​3.1.1) with `requestAnimationFrame` that caused some animations not to run. Fixes [#​2725](https://renovatebot.com/gh/cypress-io/cypress/issues/2725). - Fixed regression introduced in [3.1.2](https://on.cypress.io/changelog#​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 [#​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 [#​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#​3.1.2) did not pass the `windowsHide` argument to the proper options. Fixes [#​2667](https://renovatebot.com/gh/cypress-io/cypress/issues/2667) and [#​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 [#​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 [#​2807](https://renovatebot.com/gh/cypress-io/cypress/pull/2807). - We now expose all jQuery methods and values onto "`Cypress.$`" $. Fixes [#​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 [#​2446](https://renovatebot.com/gh/cypress-io/cypress/issues/2446). **Dependency Updates** - Upgraded nodemon from `^1.8.1` to `^1.8.7`. Fixes [#​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 [#​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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.26.1
->4.27.0
Release Notes
webpack/webpack
v4.27.0
Compare Source
Features
getResolve
method to create their own resolver function with custom optionsBugfixes
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.
This PR has been generated by Renovate Bot. View repository job log here.