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

Use dgeni to create route data for reference pages #702

Closed
dicarlo2 opened this issue Nov 12, 2018 · 0 comments
Closed

Use dgeni to create route data for reference pages #702

dicarlo2 opened this issue Nov 12, 2018 · 0 comments
Assignees
Labels
area/documentation Categorize issue or PR as documentation related kind/feature Categorizes issue or PR as related to a new feature.

Comments

@dicarlo2
Copy link
Contributor

https://github.com/angular/dgeni

Will require some experimentation and custom work since it's designed to output documentation directly, whereas we just want the processed typescript documentation as a json blob to pass as route data. E.g. we might need to output files as a dummy template using dgeni and then read those files in to pass to the route data (i.e. wasted effort writing to file).

@dicarlo2 dicarlo2 added [zube]: Inbox area/documentation Categorize issue or PR as documentation related kind/feature Categorizes issue or PR as related to a new feature. and removed [zube]: Inbox labels Nov 12, 2018
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 4, 2018
Use dgeni to generate json files from code. Scrape these json files for ingestion into the
neo-one-website.

re neo-one-suite#702
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 4, 2018
Use dgeni to generate json files from code. Scrape these json files for ingestion into the
neo-one-website.

re neo-one-suite#702
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 5, 2018
Use dgeni to generate json files from code. Scrape these json files for ingestion into the
neo-one-website.

re neo-one-suite#702
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 5, 2018
…move double quotes in comments.

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

neo-one-suite#702
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 5, 2018
Use dgeni to generate json files from code. Scrape these json files for ingestion into the
neo-one-website.

re neo-one-suite#702
bors bot added a commit that referenced this issue 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>
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 17, 2018
…ed in the docs.

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

neo-one-suite#702
afragapane added a commit to afragapane/neo-one that referenced this issue Dec 17, 2018
The order in which same-named items are parsed matters for dgeni. This ordering preserves all the
data we need.

neo-one-suite#702
bors bot added a commit that referenced this issue Dec 30, 2018
848: docs(Reference): Give object parameters a name if they will be includ… r=dicarlo2 a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
812: docs(Reference): Combine front-end and dgeni parsing for api reference. r=dicarlo2 a=afragapane

### Description of the Change
Combine front-end and dgeni parsing to create working API reference.  

### Test Plan
View website and confirm things look as expected.

### Applicable Issues
#702

848: docs(Reference): Give object parameters a name if they will be includ… r=dicarlo2 a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

849: docs(Reference): Rearrange sc doc file for better dgeni parsing. r=dicarlo2 a=afragapane

The order in which same-named items are parsed matters for dgeni. This ordering preserves all the
data we need.

#702


Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
812: docs(Reference): Combine front-end and dgeni parsing for api reference. r=dicarlo2 a=afragapane

### Description of the Change
Combine front-end and dgeni parsing to create working API reference.  

### Test Plan
View website and confirm things look as expected.

### Applicable Issues
#702

849: docs(Reference): Rearrange sc doc file for better dgeni parsing. r=dicarlo2 a=afragapane

The order in which same-named items are parsed matters for dgeni. This ordering preserves all the
data we need.

#702


Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=dicarlo2 a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
849: docs(Reference): Rearrange sc doc file for better dgeni parsing. r=dicarlo2 a=afragapane

The order in which same-named items are parsed matters for dgeni. This ordering preserves all the
data we need.

#702


Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
812: docs(Reference): Combine front-end and dgeni parsing for api reference. r=dicarlo2 a=afragapane

### Description of the Change
Combine front-end and dgeni parsing to create working API reference.  

### Test Plan
View website and confirm things look as expected.

### Applicable Issues
#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
849: docs(Reference): Rearrange sc doc file for better dgeni parsing. r=davemneo a=afragapane

The order in which same-named items are parsed matters for dgeni. This ordering preserves all the
data we need.

#702


Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
812: docs(Reference): Combine front-end and dgeni parsing for api reference. r=davemneo a=afragapane

### Description of the Change
Combine front-end and dgeni parsing to create working API reference.  

### Test Plan
View website and confirm things look as expected.

### Applicable Issues
#702

841: 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://renovatebot.com/gh/babel/babel) |
| @&#8203;babel/preset-env | devDependencies | patch | `7.2.0` -> `7.2.3` | [homepage](https://babeljs.io/), [source](https://renovatebot.com/gh/babel/babel) |

---

### Release Notes

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

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

[Compare Source](https://renovatebot.com/gh/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://renovatebot.com/gh/paleite), [@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz) and [@&#8203;joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs!

##### 🐛 Bug Fix

-   `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread`
    -   [#&#8203;9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-parser`
    -   [#&#8203;9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@&#8203;vikr01](https://renovatebot.com/gh/vikr01))
-   `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
    -   [#&#8203;9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@&#8203;danez](https://renovatebot.com/gh/danez))
-   `babel-node`
    -   [#&#8203;9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-plugin-transform-classes`
    -   [#&#8203;9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@&#8203;rubennorte](https://renovatebot.com/gh/rubennorte))
-   `babel-preset-env`
    -   [#&#8203;9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
-   `babel-plugin-transform-arrow-functions`, `babel-traverse`
    -   [#&#8203;9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#&#8203;9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@&#8203;joeldenning](https://renovatebot.com/gh/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://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@&#8203;paleite](https://renovatebot.com/gh/paleite))
-   Other
    -   [#&#8203;9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@&#8203;saschanaz](https://renovatebot.com/gh/saschanaz))
    -   [#&#8203;9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@&#8203;danez](https://renovatebot.com/gh/danez))
    -   [#&#8203;9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@&#8203;hzoo](https://renovatebot.com/gh/hzoo))
-   `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`
    -   [#&#8203;9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@&#8203;babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@&#8203;nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   `babel-core`, `babel-parser`, `babel-template`
    -   [#&#8203;9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@&#8203;danez](https://renovatebot.com/gh/danez))

##### Committers: 10

-   Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism))
-   Daniel Tschinder ([danez](https://renovatebot.com/gh/danez))
-   Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo))
-   Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning))
-   Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz))
-   Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
-   Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite))
-   Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte))
-   Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais))
-   Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/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://renovatebot.com/gh/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://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#neo-one-suite/neo-one).

848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

876: chore(deps): update dependency rxjs-tslint-rules to v4.14.3 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| rxjs-tslint-rules | devDependencies | patch | `4.14.1` -> `4.14.3` | [source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules) |

---

### Release Notes

<details>
<summary>cartant/rxjs-tslint-rules</summary>

### [`v4.14.3`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#&#8203;4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25)

[Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.2...v4.14.3)

### [`v4.14.2`](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/blob/master/CHANGELOG.md#&#8203;4143httpsgithubcomcartantrxjs-tslint-rulescomparev4142v4143-2018-12-25)

[Compare Source](https://renovatebot.com/gh/cartant/rxjs-tslint-rules/compare/v4.14.1...v4.14.2)

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

877: chore(deps): update dependency terser-webpack-plugin to v1.2.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| terser-webpack-plugin | devDependencies | minor | `1.1.0` -> `1.2.1` | [source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin) |

---

### Release Notes

<details>
<summary>webpack-contrib/terser-webpack-plugin</summary>

### [`v1.2.1`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#&#8203;121httpsgithubcomwebpack-contribterser-webpack-plugincomparev120v121-2018-12-27)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.2.0...v1.2.1)

##### Bug Fixes

-   don't crash when no extracted comments ([#&#8203;49](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/49)) ([efad586](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/efad586))

### [`v1.2.0`](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md#&#8203;120httpsgithubcomwebpack-contribterser-webpack-plugincomparev110v120-2018-12-22)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/compare/v1.1.0...v1.2.0)

##### Bug Fixes

-   `chunks` is a `Set` in webpack@5 ([#&#8203;19](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/19)) ([df8c425](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/df8c425))
-   catch `work-farm` errors ([#&#8203;35](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/35)) ([2bdcd38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/2bdcd38))
-   dedupe extracted comments ([#&#8203;40](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/40)) ([7f4a159](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7f4a159))
-   more consistent cache ([#&#8203;43](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/43)) ([36f5f3c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/36f5f3c))
-   regenerate `contenthash` when assets was uglified ([#&#8203;44](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/44)) ([7e6f8b1](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7e6f8b1))

##### Features

-   `chunkFilter` option for filtering chunks ([#&#8203;38](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/38)) ([7ffe57c](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/7ffe57c))
-   uglify `mjs` by default ([#&#8203;39](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/issues/39)) ([1644620](https://renovatebot.com/gh/webpack-contrib/terser-webpack-plugin/commit/1644620))

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

878: chore(deps): update dependency levelup to v4 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| levelup | devDependencies | major | `3.1.1` -> `4.0.0` | [source](https://renovatebot.com/gh/level/levelup) |

---

### Release Notes

<details>
<summary>level/levelup</summary>

### [`v4.0.0`](https://renovatebot.com/gh/level/levelup/blob/master/CHANGELOG.md#&#8203;400---2018-12-22)

[Compare Source](https://renovatebot.com/gh/level/levelup/compare/v3.1.1...v4.0.0)

##### Changed

-   Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([@&#8203;ralphtheninja](https://renovatebot.com/gh/ralphtheninja))
-   Upgrade `deferred-leveldown` dependency from `~4.0.0` to `~5.0.0` ([@&#8203;vweevers](https://renovatebot.com/gh/vweevers))
-   Upgrade `concat-stream` devDependency from `~1.6.0` to `~2.0.0` ([@&#8203;ralphtheninja](https://renovatebot.com/gh/ralphtheninja))
-   Upgrade `level-iterator-stream` dependency from `~3.0.0` to `~4.0.0` ([@&#8203;ralphtheninja](https://renovatebot.com/gh/ralphtheninja))
-   Replace `remark-cli` with `hallmark` ([#&#8203;621](https://renovatebot.com/gh/level/levelup/issues/621)) ([@&#8203;vweevers](https://renovatebot.com/gh/vweevers))
-   Upgrade `standard` devDependency from `^11.0.0` to `^12.0.0` ([@&#8203;ralphtheninja](https://renovatebot.com/gh/ralphtheninja))
-   Add `.nyc_output/` to `.npmignore` ([@&#8203;ralphtheninja](https://renovatebot.com/gh/ralphtheninja))

##### Removed

-   Remove `IE10` from `airtap` ([#&#8203;625](https://renovatebot.com/gh/level/levelup/issues/625)) ([@&#8203;ralphtheninja](https://renovatebot.com/gh/ralphtheninja))

</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: afragapane <ahfragapane@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
afragapane added a commit to afragapane/neo-one that referenced this issue Jan 3, 2019
…ed in the docs.

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

neo-one-suite#702
bors bot added a commit that referenced this issue Jan 3, 2019
812: docs(Reference): Combine front-end and dgeni parsing for api reference. r=davemneo a=afragapane

### Description of the Change
Combine front-end and dgeni parsing to create working API reference.  

### Test Plan
View website and confirm things look as expected.

### Applicable Issues
#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 3, 2019
812: docs(Reference): Combine front-end and dgeni parsing for api reference. r=davemneo a=afragapane

### Description of the Change
Combine front-end and dgeni parsing to create working API reference.  

### Test Plan
View website and confirm things look as expected.

### Applicable Issues
#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 4, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

897: chore(deps): update dependency rollup to v1.0.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| rollup | devDependencies | patch | `1.0.0` -> `1.0.1` | [source](https://renovatebot.com/gh/rollup/rollup) |

---

### Release Notes

<details>
<summary>rollup/rollup</summary>

### [`v1.0.1`](https://renovatebot.com/gh/rollup/rollup/blob/master/CHANGELOG.md#&#8203;101)

[Compare Source](https://renovatebot.com/gh/rollup/rollup/compare/v1.0.0...v1.0.1)

_2019-01-03_

##### Bug Fixes

-   Properly handle reexporting an external default export for non-ESM targets when using named exports mode ([#&#8203;2620](https://renovatebot.com/gh/rollup/rollup/issues/2620))
-   Do not (wrongly) re-declare input options in the merged `RollupOptions` type ([#&#8203;2622](https://renovatebot.com/gh/rollup/rollup/issues/2622))

##### Pull Requests

-   [#&#8203;2620](https://renovatebot.com/gh/rollup/rollup/pull/2620): Fixed issue with reexporting default as default with `{exports: named, interop: true}` options ([@&#8203;Andarist](https://renovatebot.com/gh/Andarist))
-   [#&#8203;2622](https://renovatebot.com/gh/rollup/rollup/pull/2622): Simplify RollupOptions ([@&#8203;Kinrany](https://renovatebot.com/gh/Kinrany))
-   [#&#8203;2627](https://renovatebot.com/gh/rollup/rollup/pull/2627): Show how to skip imports for optional plugins ([@&#8203;chris-morgan](https://renovatebot.com/gh/chris-morgan))

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

898: chore(deps): update dependency autoprefixer to v9.4.4 r=davemneo a=renovate[bot]

This PR contains the following updates:

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

---

### Release Notes

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

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

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

-   Use `direction` value for `-ms-writing-mode` (by Denys Kniazevych).
-   Fix warning text (by [@&#8203;zzzzBov](https://renovatebot.com/gh/zzzzBov)).

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

900: chore(dep-update): Updating code style of ReferenceGrid r=dicarlo2 a=davemneo

### Requirements

Update asserted code per new lint rules.

### Description of the Change

remove 'any' type casting from identified file.

### Test Plan

Standard lint test
    yarn lint

### Benefits

Green lint test.

### Applicable Issues

#758

901: chore(deps): update dependency tslint-consistent-codestyle to v1.15.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| tslint-consistent-codestyle | devDependencies | minor | `1.14.1` -> `1.15.0` | [source](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle) |

---

### Release Notes

<details>
<summary>ajafff/tslint-consistent-codestyle</summary>

### [`v1.15.0`](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle/blob/master/CHANGELOG.md#&#8203;1150)

[Compare Source](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle/compare/v1.14.1...v1.15.0)

**Features:**

-   `no-unnecessary-else` and `no-else-after-return` are now automatically fixable

</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: afragapane <ahfragapane@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Dave M <david.mathiesen@neotracker.io>
bors bot added a commit that referenced this issue Jan 4, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

900: chore(dep-update): Updating code style of ReferenceGrid r=dicarlo2 a=davemneo

### Requirements

Update asserted code per new lint rules.

### Description of the Change

remove 'any' type casting from identified file.

### Test Plan

Standard lint test
    yarn lint

### Benefits

Green lint test.

### Applicable Issues

#758

901: chore(deps): update dependency tslint-consistent-codestyle to v1.15.0 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| tslint-consistent-codestyle | devDependencies | minor | `1.14.1` -> `1.15.0` | [source](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle) |

---

### Release Notes

<details>
<summary>ajafff/tslint-consistent-codestyle</summary>

### [`v1.15.0`](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle/blob/master/CHANGELOG.md#&#8203;1150)

[Compare Source](https://renovatebot.com/gh/ajafff/tslint-consistent-codestyle/compare/v1.14.1...v1.15.0)

**Features:**

-   `no-unnecessary-else` and `no-else-after-return` are now automatically fixable

</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: afragapane <ahfragapane@gmail.com>
Co-authored-by: Dave M <david.mathiesen@neotracker.io>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
@dicarlo2 dicarlo2 closed this as completed Jan 4, 2019
bors bot added a commit that referenced this issue Jan 4, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

900: chore(dep-update): Updating code style of ReferenceGrid r=dicarlo2 a=davemneo

### Requirements

Update asserted code per new lint rules.

### Description of the Change

remove 'any' type casting from identified file.

### Test Plan

Standard lint test
    yarn lint

### Benefits

Green lint test.

### Applicable Issues

#758

903: chore(deps): update dependency @reactivex/ix-es2015-cjs to v2.4.3 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;reactivex/ix-es2015-cjs | devDependencies | minor | `2.3.5` -> `2.4.3` | [source](https://renovatebot.com/gh/ReactiveX/IxJS) |

---

### Release Notes

<details>
<summary>ReactiveX/IxJS</summary>

### [`v2.4.3`](https://renovatebot.com/gh/ReactiveX/IxJS/releases/v2.4.3)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.2...v2.4.3)

New release of IxJS is now available.  This includes a number of new features and improvements to existing APIs.

#### New APIs are available

The following APIs have been added to `AsyncIterable`

-   [`batch`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/batch.ts)
-   [`toNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/tonodestream.ts)

The following APIs have been added to `Iterable`

-   [`toNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/iterable/tonodestream.ts)

##### API Fixes

-   [`AsyncIterable.fromNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/fromnodestream.ts) has been optimized for streams and `AsyncIterables`
-   [`AsyncIterable.prototype.pipe`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/Ix.node.ts) now accepts Node.js `WritableStream` values in addition to operators.

##### Bug Fixes

-   **dependencies:** add rxjs to the production dependencies list ([54e5cf7](https://renovatebot.com/gh/ReactiveX/IxJS/commit/54e5cf7))

### [`v2.4.2`](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.0...v2.4.2)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.0...v2.4.2)

### [`v2.4.0`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/CHANGELOG.md#&#8203;240httpsgithubcomReactiveXIxJScomparev235v240-2019-01-03)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.5...v2.4.0)

##### Bug Fixes

-   **toObservable:** adds symbol-observable for rxjs interop ([273e697](https://renovatebot.com/gh/ReactiveX/IxJS/commit/273e697)), closes [#&#8203;245](https://renovatebot.com/gh/ReactiveX/IxJS/issues/245)

##### Features

-   add support for passing Node WritableStreams to `AsyncIterableX#pipe()` ([#&#8203;257](https://renovatebot.com/gh/ReactiveX/IxJS/issues/257)) ([9a1c5cc](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9a1c5cc))

-   add `AsyncIterableX#toNodeStream()` ([#&#8203;257](https://renovatebot.com/gh/ReactiveX/IxJS/issues/257)) ([9a1c5cc](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9a1c5cc))

-   add `AsyncIterableX#batch()` ([#&#8203;222](https://renovatebot.com/gh/ReactiveX/IxJS/issues/222)) ([9c9bd7e](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9c9bd7e))

#### [2.3.5](https://renovatebot.com/gh/ReactiveX/IxJS/compare/9.2.0...v2.3.5) (2018-02-19)

##### Bug Fixes

-   **compile:** adding some missing exports to deal with typescript 2.7.x compat issue ([0b0c837](https://renovatebot.com/gh/ReactiveX/IxJS/commit/0b0c837)), closes [#&#8203;214](https://renovatebot.com/gh/ReactiveX/IxJS/issues/214)

##### Features

-   **orderby:** add piped orderby ([#&#8203;190](https://renovatebot.com/gh/ReactiveX/IxJS/issues/190)) ([aaa527a](https://renovatebot.com/gh/ReactiveX/IxJS/commit/aaa527a))

#### [2.3.4](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.3...v2.3.4) (2017-11-29)

##### Bug Fixes

-   **typings:** Fix optional predicate typings for user-defined typeguard predicates ([fedd563](https://renovatebot.com/gh/ReactiveX/IxJS/commit/fedd563))
-   **typings:** workaround typescript bugs when noImplicitAny or strictNullChecks are not true ([ce03239](https://renovatebot.com/gh/ReactiveX/IxJS/commit/ce03239))

#### [2.3.3](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.2...v2.3.3) (2017-11-21)

##### Reverts

-   **npm:** revert [`4493754`](https://renovatebot.com/gh/ReactiveX/IxJS/commit/4493754d9fbbc061347d8ef785704b61ecb486c5) ([564c600](https://renovatebot.com/gh/ReactiveX/IxJS/commit/564c600)), closes [#&#8203;163](https://renovatebot.com/gh/ReactiveX/IxJS/issues/163)

#### [2.3.2](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.1...v2.3.2) (2017-11-21)

##### Bug Fixes

-   **fromnodestream:** enable fromnodestream tests, fix minification problems ([#&#8203;156](https://renovatebot.com/gh/ReactiveX/IxJS/issues/156)) ([745d763](https://renovatebot.com/gh/ReactiveX/IxJS/commit/745d763))
-   **fromnodestream:** type fromNodeStream to accept NodeJS.ReadableStream interface ([3cbf2dd](https://renovatebot.com/gh/ReactiveX/IxJS/commit/3cbf2dd))
-   **FromObservableAsyncIterable:** Fix handling of asynchronously emitting Observables ([#&#8203;150](https://renovatebot.com/gh/ReactiveX/IxJS/issues/150)) ([2c7222c](https://renovatebot.com/gh/ReactiveX/IxJS/commit/2c7222c))
-   **readme:** fix lettable syntax ([0e46181](https://renovatebot.com/gh/ReactiveX/IxJS/commit/0e46181))

##### Features

-   **as:** Add static as convenience methods to wrap values as Async/Iterables ([#&#8203;154](https://renovatebot.com/gh/ReactiveX/IxJS/issues/154)) ([79a14c5](https://renovatebot.com/gh/ReactiveX/IxJS/commit/79a14c5))

#### [2.3.1](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.0...v2.3.1) (2017-11-08)

##### Bug Fixes

-   **single:** make iterable prototype single predicate an optional parameter again ([2bea5ab](https://renovatebot.com/gh/ReactiveX/IxJS/commit/2bea5ab)), closes [/github.com/ReactiveX/IxJS/pull/83#issuecomment-341832266](https://renovatebot.com/gh//github.com/ReactiveX/IxJS/pull/83/issues/issuecomment-341832266)

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

906: chore(deps): update dependency cache-loader to v2.0.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| cache-loader | devDependencies | patch | `2.0.0` -> `2.0.1` | [source](https://renovatebot.com/gh/webpack-contrib/cache-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/cache-loader</summary>

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/cache-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribcache-loadercomparev200v201-2019-01-04)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/cache-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   generate normalized cache context relative paths ([#&#8203;54](https://renovatebot.com/gh/webpack-contrib/cache-loader/issues/54)) ([5b37474](https://renovatebot.com/gh/webpack-contrib/cache-loader/commit/5b37474))

</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: afragapane <ahfragapane@gmail.com>
Co-authored-by: Dave M <david.mathiesen@neotracker.io>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
bors bot added a commit that referenced this issue Jan 5, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

900: chore(dep-update): Updating code style of ReferenceGrid r=dicarlo2 a=davemneo

### Requirements

Update asserted code per new lint rules.

### Description of the Change

remove 'any' type casting from identified file.

### Test Plan

Standard lint test
    yarn lint

### Benefits

Green lint test.

### Applicable Issues

#758

903: chore(deps): update dependency @reactivex/ix-es2015-cjs to v2.4.3 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| @&#8203;reactivex/ix-es2015-cjs | devDependencies | minor | `2.3.5` -> `2.4.3` | [source](https://renovatebot.com/gh/ReactiveX/IxJS) |

---

### Release Notes

<details>
<summary>ReactiveX/IxJS</summary>

### [`v2.4.3`](https://renovatebot.com/gh/ReactiveX/IxJS/releases/v2.4.3)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.2...v2.4.3)

New release of IxJS is now available.  This includes a number of new features and improvements to existing APIs.

#### New APIs are available

The following APIs have been added to `AsyncIterable`

-   [`batch`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/batch.ts)
-   [`toNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/tonodestream.ts)

The following APIs have been added to `Iterable`

-   [`toNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/iterable/tonodestream.ts)

##### API Fixes

-   [`AsyncIterable.fromNodeStream`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/asynciterable/fromnodestream.ts) has been optimized for streams and `AsyncIterables`
-   [`AsyncIterable.prototype.pipe`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/src/Ix.node.ts) now accepts Node.js `WritableStream` values in addition to operators.

##### Bug Fixes

-   **dependencies:** add rxjs to the production dependencies list ([54e5cf7](https://renovatebot.com/gh/ReactiveX/IxJS/commit/54e5cf7))

### [`v2.4.2`](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.0...v2.4.2)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.4.0...v2.4.2)

### [`v2.4.0`](https://renovatebot.com/gh/ReactiveX/IxJS/blob/master/CHANGELOG.md#&#8203;240httpsgithubcomReactiveXIxJScomparev235v240-2019-01-03)

[Compare Source](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.5...v2.4.0)

##### Bug Fixes

-   **toObservable:** adds symbol-observable for rxjs interop ([273e697](https://renovatebot.com/gh/ReactiveX/IxJS/commit/273e697)), closes [#&#8203;245](https://renovatebot.com/gh/ReactiveX/IxJS/issues/245)

##### Features

-   add support for passing Node WritableStreams to `AsyncIterableX#pipe()` ([#&#8203;257](https://renovatebot.com/gh/ReactiveX/IxJS/issues/257)) ([9a1c5cc](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9a1c5cc))

-   add `AsyncIterableX#toNodeStream()` ([#&#8203;257](https://renovatebot.com/gh/ReactiveX/IxJS/issues/257)) ([9a1c5cc](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9a1c5cc))

-   add `AsyncIterableX#batch()` ([#&#8203;222](https://renovatebot.com/gh/ReactiveX/IxJS/issues/222)) ([9c9bd7e](https://renovatebot.com/gh/ReactiveX/IxJS/commit/9c9bd7e))

#### [2.3.5](https://renovatebot.com/gh/ReactiveX/IxJS/compare/9.2.0...v2.3.5) (2018-02-19)

##### Bug Fixes

-   **compile:** adding some missing exports to deal with typescript 2.7.x compat issue ([0b0c837](https://renovatebot.com/gh/ReactiveX/IxJS/commit/0b0c837)), closes [#&#8203;214](https://renovatebot.com/gh/ReactiveX/IxJS/issues/214)

##### Features

-   **orderby:** add piped orderby ([#&#8203;190](https://renovatebot.com/gh/ReactiveX/IxJS/issues/190)) ([aaa527a](https://renovatebot.com/gh/ReactiveX/IxJS/commit/aaa527a))

#### [2.3.4](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.3...v2.3.4) (2017-11-29)

##### Bug Fixes

-   **typings:** Fix optional predicate typings for user-defined typeguard predicates ([fedd563](https://renovatebot.com/gh/ReactiveX/IxJS/commit/fedd563))
-   **typings:** workaround typescript bugs when noImplicitAny or strictNullChecks are not true ([ce03239](https://renovatebot.com/gh/ReactiveX/IxJS/commit/ce03239))

#### [2.3.3](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.2...v2.3.3) (2017-11-21)

##### Reverts

-   **npm:** revert [`4493754`](https://renovatebot.com/gh/ReactiveX/IxJS/commit/4493754d9fbbc061347d8ef785704b61ecb486c5) ([564c600](https://renovatebot.com/gh/ReactiveX/IxJS/commit/564c600)), closes [#&#8203;163](https://renovatebot.com/gh/ReactiveX/IxJS/issues/163)

#### [2.3.2](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.1...v2.3.2) (2017-11-21)

##### Bug Fixes

-   **fromnodestream:** enable fromnodestream tests, fix minification problems ([#&#8203;156](https://renovatebot.com/gh/ReactiveX/IxJS/issues/156)) ([745d763](https://renovatebot.com/gh/ReactiveX/IxJS/commit/745d763))
-   **fromnodestream:** type fromNodeStream to accept NodeJS.ReadableStream interface ([3cbf2dd](https://renovatebot.com/gh/ReactiveX/IxJS/commit/3cbf2dd))
-   **FromObservableAsyncIterable:** Fix handling of asynchronously emitting Observables ([#&#8203;150](https://renovatebot.com/gh/ReactiveX/IxJS/issues/150)) ([2c7222c](https://renovatebot.com/gh/ReactiveX/IxJS/commit/2c7222c))
-   **readme:** fix lettable syntax ([0e46181](https://renovatebot.com/gh/ReactiveX/IxJS/commit/0e46181))

##### Features

-   **as:** Add static as convenience methods to wrap values as Async/Iterables ([#&#8203;154](https://renovatebot.com/gh/ReactiveX/IxJS/issues/154)) ([79a14c5](https://renovatebot.com/gh/ReactiveX/IxJS/commit/79a14c5))

#### [2.3.1](https://renovatebot.com/gh/ReactiveX/IxJS/compare/v2.3.0...v2.3.1) (2017-11-08)

##### Bug Fixes

-   **single:** make iterable prototype single predicate an optional parameter again ([2bea5ab](https://renovatebot.com/gh/ReactiveX/IxJS/commit/2bea5ab)), closes [/github.com/ReactiveX/IxJS/pull/83#issuecomment-341832266](https://renovatebot.com/gh//github.com/ReactiveX/IxJS/pull/83/issues/issuecomment-341832266)

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

906: chore(deps): update dependency cache-loader to v2.0.1 r=davemneo a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| cache-loader | devDependencies | patch | `2.0.0` -> `2.0.1` | [source](https://renovatebot.com/gh/webpack-contrib/cache-loader) |

---

### Release Notes

<details>
<summary>webpack-contrib/cache-loader</summary>

### [`v2.0.1`](https://renovatebot.com/gh/webpack-contrib/cache-loader/blob/master/CHANGELOG.md#&#8203;201httpsgithubcomwebpack-contribcache-loadercomparev200v201-2019-01-04)

[Compare Source](https://renovatebot.com/gh/webpack-contrib/cache-loader/compare/v2.0.0...v2.0.1)

##### Bug Fixes

-   generate normalized cache context relative paths ([#&#8203;54](https://renovatebot.com/gh/webpack-contrib/cache-loader/issues/54)) ([5b37474](https://renovatebot.com/gh/webpack-contrib/cache-loader/commit/5b37474))

</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: afragapane <ahfragapane@gmail.com>
Co-authored-by: Dave M <david.mathiesen@neotracker.io>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
bors bot added a commit that referenced this issue Jan 6, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
bors bot added a commit that referenced this issue Jan 7, 2019
848: docs(Reference): Give object parameters a name if they will be includ… r=davemneo a=afragapane

With dgeni typescript parsing, function parameters display awkwardly if they are unnamed objects.
Giving them a name like "options" fixes the issue and displays them properly.

#702

Co-authored-by: afragapane <ahfragapane@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Categorize issue or PR as documentation related kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants