Commit graph

263 commits

Author SHA1 Message Date
dependabot[bot]
4c01c27b09 chore(deps-dev): bump typescript from 3.4.3 to 3.4.4 (#238)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.3 to 3.4.4.
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/Microsoft/TypeScript/commits)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.4.3&new-version=3.4.4)](https://dependabot.com/compatibility-score.html?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=3.4.3&new-version=3.4.4)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2019-04-19 01:30:03 +02:00
dependabot[bot]
7e49262334 chore(deps-dev): bump @types/node from 11.13.4 to 11.13.5 (#237)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.13.4 to 11.13.5.
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=11.13.4&new-version=11.13.5)](https://dependabot.com/compatibility-score.html?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=11.13.4&new-version=11.13.5)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2019-04-18 01:14:45 +02:00
dependabot[bot]
b82f156360 chore(deps-dev): bump tslint from 5.15.0 to 5.16.0 (#235)
Bumps [tslint](https://github.com/palantir/tslint) from 5.15.0 to 5.16.0.
<details>
<summary>Release notes</summary>

*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*

> ## v5.16.0
> - [bugfix] Excuse more [`quotemark`](https://palantir.github.io/tslint/rules/quotemark/) backtick edge cases and fix behavior for TS < 2.7.1 ([#4642](https://github-redirect.dependabot.com/palantir/tslint/issues/4642))
> - [bugfix] Fix regression in [`interface-name`](https://palantir.github.io/tslint/rules/interface-name/) rule related to numeric characters in interface names ([#4655](https://github-redirect.dependabot.com/palantir/tslint/issues/4655), [#4626](https://github-redirect.dependabot.com/palantir/tslint/issues/4626))
> - [enhancement] Update `nyc` from v10.2.0 to v13.3.0 ([#4633](https://github-redirect.dependabot.com/palantir/tslint/issues/4633))
> - [enhancement] Migrate from deprecated [babel-code-frame](https://www.npmjs.com/package/babel-code-frame) package to new [@babel/code-frame](https://www.npmjs.com/package/@babel/code-frame) package ([#4632](https://github-redirect.dependabot.com/palantir/tslint/issues/4632))
> - [enhancement] Improve error message for [`restrict-plus-operands`](https://palantir.github.io/tslint/rules/restrict-plus-operands/) rule. ([#4635](https://github-redirect.dependabot.com/palantir/tslint/issues/4635))
> - [enhancement] [`comment-format`](https://palantir.github.io/tslint/rules/comment-format/) rule now whitelists `//region` comments generated by JetBrains IDE ([#4609](https://github-redirect.dependabot.com/palantir/tslint/issues/4609))
> - [enhancement] Relax [`no-null-undefined-union`](https://palantir.github.io/tslint/rules/no-null-undefined-union/) rule. ([#4625](https://github-redirect.dependabot.com/palantir/tslint/issues/4625))
> - [new-rule-option] `allow-else-if` option for [`unnecessary-else`](https://palantir.github.io/tslint/rules/unnecessary-else/) rule ([#4599](https://github-redirect.dependabot.com/palantir/tslint/issues/4599))
> - [documentation] Fix "identifer" typo in custom rules docs ([#4657](https://github-redirect.dependabot.com/palantir/tslint/issues/4657))
> - [documentation] Fix code example for [`switch-default`](https://palantir.github.io/tslint/rules/switch-default/) rule ([#4650](https://github-redirect.dependabot.com/palantir/tslint/issues/4650))
> - [documentation] Fix documentation example for prose formatter ([#4656](https://github-redirect.dependabot.com/palantir/tslint/issues/4656))
> - [documentation] [`no-parameter-properties`](https://palantir.github.io/tslint/rules/no-parameter-properties/): fix unclear rule description ([#4629](https://github-redirect.dependabot.com/palantir/tslint/issues/4629))
> - [documentation] Fix typo in rule docs generation ([#4638](https://github-redirect.dependabot.com/palantir/tslint/issues/4638))
> 
> Thanks to our contributors!
> 
> - Oleg Artene
> - William Neely
> - Bjorn Stromberg
> - Matthew Barry
> - Neha Rathi
> - Vincent Langlet
> - rarenal
> - Greg Jednaszewski
> - Adam Postma
> - Eric Ferreira
> - Evgeniy Timokhov
> - Martin Probst
</details>
<details>
<summary>Changelog</summary>

*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*

> ## v5.16.0
> 
> - [bugfix] Excuse more [`quotemark`](https://palantir.github.io/tslint/rules/quotemark/) backtick edge cases and fix behavior for TS < 2.7.1 ([#4642](https://github-redirect.dependabot.com/palantir/tslint/issues/4642))
> - [bugfix] Fix regression in [`interface-name`](https://palantir.github.io/tslint/rules/interface-name/) rule related to numeric characters in interface names ([#4655](https://github-redirect.dependabot.com/palantir/tslint/issues/4655), [#4626](https://github-redirect.dependabot.com/palantir/tslint/issues/4626))
> - [enhancement] Update `nyc` from v10.2.0 to v13.3.0 ([#4633](https://github-redirect.dependabot.com/palantir/tslint/issues/4633))
> - [enhancement] Migrate from deprecated [babel-code-frame](https://www.npmjs.com/package/babel-code-frame) package to new [@babel/code-frame](https://www.npmjs.com/package/@babel/code-frame) package ([#4632](https://github-redirect.dependabot.com/palantir/tslint/issues/4632))
> - [enhancement] Improve error message for [`restrict-plus-operands`](https://palantir.github.io/tslint/rules/restrict-plus-operands/) rule. ([#4635](https://github-redirect.dependabot.com/palantir/tslint/issues/4635))
> - [enhancement] [`comment-format`](https://palantir.github.io/tslint/rules/comment-format/) rule now whitelists `//region` comments generated by JetBrains IDE ([#4609](https://github-redirect.dependabot.com/palantir/tslint/issues/4609))
> - [enhancement] Relax [`no-null-undefined-union`](https://palantir.github.io/tslint/rules/no-null-undefined-union/) rule. ([#4625](https://github-redirect.dependabot.com/palantir/tslint/issues/4625))
> - [new-rule-option] `allow-else-if` option for [`unnecessary-else`](https://palantir.github.io/tslint/rules/unnecessary-else/) rule ([#4599](https://github-redirect.dependabot.com/palantir/tslint/issues/4599))
> - [documentation] Fix "identifer" typo in custom rules docs ([#4657](https://github-redirect.dependabot.com/palantir/tslint/issues/4657))
> - [documentation] Fix code example for [`switch-default`](https://palantir.github.io/tslint/rules/switch-default/) rule ([#4650](https://github-redirect.dependabot.com/palantir/tslint/issues/4650))
> - [documentation] Fix documentation example for prose formatter ([#4656](https://github-redirect.dependabot.com/palantir/tslint/issues/4656))
> - [documentation] [`no-parameter-properties`](https://palantir.github.io/tslint/rules/no-parameter-properties/): fix unclear rule description ([#4629](https://github-redirect.dependabot.com/palantir/tslint/issues/4629))
> - [documentation] Fix typo in rule docs generation ([#4638](https://github-redirect.dependabot.com/palantir/tslint/issues/4638))
> 
> Thanks to our contributors!
> 
> - Oleg Artene
> - William Neely
> - Bjorn Stromberg
> - Matthew Barry
> - Neha Rathi
> - Vincent Langlet
> - rarenal
> - Greg Jednaszewski
> - Adam Postma
> - Eric Ferreira
> - Evgeniy Timokhov
> - Martin Probst
</details>
<details>
<summary>Commits</summary>

- [`94f6561`](94f6561c50) Prepare release v5.16.0 ([#4668](https://github-redirect.dependabot.com/palantir/tslint/issues/4668))
- [`6d6a901`](6d6a90154e) [quotemark] Excuse more backtick edge cases ([#4642](https://github-redirect.dependabot.com/palantir/tslint/issues/4642))
- [`cf65288`](cf65288ccb) Refactor CI config, require lockfile to be up to date ([#4667](https://github-redirect.dependabot.com/palantir/tslint/issues/4667))
- [`110afa0`](110afa08ec) Fix lint errors in restrictPlusOperandsRule.ts
- [`3dc40d0`](3dc40d0200) Improve error message for restrict-plus-operands rule ([#4635](https://github-redirect.dependabot.com/palantir/tslint/issues/4635))
- [`e36cc17`](e36cc17740) [unnecessary-else] Allow "else if" statements with new rule option ([#4599](https://github-redirect.dependabot.com/palantir/tslint/issues/4599))
- [`5272262`](527226294f) [no-inferred-empty-object-type] Skip test in TS > 3.4.x ([#4661](https://github-redirect.dependabot.com/palantir/tslint/issues/4661))
- [`2ca2f19`](2ca2f19908) fix identifer to identifier typo - note missing (i) ([#4657](https://github-redirect.dependabot.com/palantir/tslint/issues/4657))
- [`35db430`](35db43043f) Fix interfaceName rule ([#4655](https://github-redirect.dependabot.com/palantir/tslint/issues/4655))
- [`d7c514e`](d7c514e284) 4515 ([#4656](https://github-redirect.dependabot.com/palantir/tslint/issues/4656))
- Additional commits viewable in [compare view](https://github.com/palantir/tslint/compare/5.15.0...5.16.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.15.0&new-version=5.16.0)](https://dependabot.com/compatibility-score.html?dependency-name=tslint&package-manager=npm_and_yarn&previous-version=5.15.0&new-version=5.16.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2019-04-17 00:15:28 +02:00
iCrawl
c5693a9e21
chore: deps 2019-04-11 18:50:06 +02:00
dependabot[bot]
da8b523562 chore(deps-dev): bump @types/node from 11.13.3 to 11.13.4 (#234)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.13.3 to 11.13.4.
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=11.13.3&new-version=11.13.4)](https://dependabot.com/compatibility-score.html?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=11.13.3&new-version=11.13.4)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2019-04-11 18:45:28 +02:00
dependabot[bot]
fd05eedd59 chore(deps-dev): bump @types/node from 11.13.2 to 11.13.3 (#233)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.13.2 to 11.13.3.
<details>
<summary>Commits</summary>

- See full diff in [compare view](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=11.13.2&new-version=11.13.3)](https://dependabot.com/compatibility-score.html?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=11.13.2&new-version=11.13.3)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2019-04-10 19:28:08 +02:00
dependabot[bot]
03945c6abc chore(deps-dev): bump typescript from 3.4.2 to 3.4.3 (#232)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-10 10:11:05 +02:00
dependabot[bot]
f6bcf6bbe8 chore(deps): bump clipboardy from 1.2.3 to 2.0.0 (#231)
Bumps [clipboardy](https://github.com/sindresorhus/clipboardy) from 1.2.3 to 2.0.0.
- [Release notes](https://github.com/sindresorhus/clipboardy/releases)
- [Commits](https://github.com/sindresorhus/clipboardy/compare/v1.2.3...v2.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-09 08:39:14 +02:00
dependabot[bot]
307d621b3c chore(deps-dev): bump @types/node from 11.13.1 to 11.13.2 (#230)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.13.1 to 11.13.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 22:39:26 +02:00
dependabot[bot]
ebae3809df chore(deps-dev): bump @types/node from 11.13.0 to 11.13.1 (#229)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.13.0 to 11.13.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 21:07:15 +02:00
dependabot[bot]
34b5a51a36 chore(deps-dev): bump typescript from 3.4.1 to 3.4.2 (#228)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-05 22:53:16 +02:00
dependabot[bot]
42e8a88c76 chore(deps-dev): bump tslint from 5.14.0 to 5.15.0 (#226)
Bumps [tslint](https://github.com/palantir/tslint) from 5.14.0 to 5.15.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.14.0...5.15.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-02 01:13:45 +02:00
dependabot[bot]
8ab26e3d6c chore(deps-dev): bump @types/node from 11.12.2 to 11.13.0 (#225)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.12.2 to 11.13.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-02 01:13:37 +02:00
dependabot[bot]
3d1b1b0a40 chore(deps-dev): bump @types/node from 11.12.0 to 11.12.2 (#222)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.12.0 to 11.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-31 00:59:32 +01:00
dependabot[bot]
224eb3bc0e chore(deps-dev): bump typescript from 3.3.4000 to 3.4.1 (#221)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.4000 to 3.4.1.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.3.4000...v3.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-31 00:59:23 +01:00
dependabot[bot]
a14982616e chore(deps-dev): bump @types/node from 11.11.8 to 11.12.0 (#217)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.8 to 11.12.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-26 22:15:05 +01:00
dependabot[bot]
3cb39f9ce5 chore(deps-dev): bump @types/node from 11.11.7 to 11.11.8 (#216)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.7 to 11.11.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-26 17:16:05 +01:00
dependabot[bot]
17a05431ed chore(deps-dev): bump @types/node from 11.11.6 to 11.11.7 (#215)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.6 to 11.11.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-26 00:33:58 +01:00
dependabot[bot]
c845962553 chore(deps-dev): bump vscode from 1.1.32 to 1.1.33 (#211)
Bumps [vscode](https://github.com/Microsoft/vscode) from 1.1.32 to 1.1.33.
- [Release notes](https://github.com/Microsoft/vscode/releases)
- [Commits](https://github.com/Microsoft/vscode/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-24 15:42:00 +01:00
dependabot[bot]
b03b1d1e1c chore(deps-dev): bump @types/node from 11.11.4 to 11.11.6 (#213)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.4 to 11.11.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-24 05:13:42 +01:00
dependabot[bot]
846cab328f chore(deps-dev): bump typescript from 3.3.3333 to 3.3.4000 (#207)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.3333 to 3.3.4000.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.3.3333...v3.3.4000)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-20 12:04:36 +01:00
dependabot[bot]
5d988fb4fe chore(deps-dev): bump @types/node from 11.11.3 to 11.11.4 (#208)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.3 to 11.11.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-20 12:01:06 +01:00
dependabot[bot]
a7891d2ea4 chore(deps-dev): bump vscode from 1.1.30 to 1.1.32 (#209)
Bumps [vscode](https://github.com/Microsoft/vscode) from 1.1.30 to 1.1.32.
- [Release notes](https://github.com/Microsoft/vscode/releases)
- [Commits](https://github.com/Microsoft/vscode/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-20 12:00:59 +01:00
dependabot[bot]
7bdc9534f5 chore(deps-dev): bump fs-nextra from 0.4.3 to 0.4.5 (#205)
Bumps [fs-nextra](https://github.com/bdistin/fs-nextra) from 0.4.3 to 0.4.5.
- [Release notes](https://github.com/bdistin/fs-nextra/releases)
- [Commits](https://github.com/bdistin/fs-nextra/commits/v0.4.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-17 17:21:31 +01:00
dependabot[bot]
7b92b0e08a chore(deps-dev): bump gulp-typescript from 5.0.0 to 5.0.1 (#202)
Bumps [gulp-typescript](https://github.com/ivogabe/gulp-typescript) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/ivogabe/gulp-typescript/releases)
- [Commits](https://github.com/ivogabe/gulp-typescript/compare/v5.0.0...v5.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-13 17:10:16 +01:00
dependabot[bot]
946cc68ef1 chore(deps-dev): bump tslint from 5.13.1 to 5.14.0 (#201)
Bumps [tslint](https://github.com/palantir/tslint) from 5.13.1 to 5.14.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.13.1...5.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-13 07:03:40 +01:00
dependabot[bot]
f6cb059dc1 chore(deps-dev): bump @types/node from 11.11.2 to 11.11.3 (#200)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.2 to 11.11.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-13 07:03:28 +01:00
dependabot[bot]
6e4bbc1092 chore(deps-dev): bump @types/node from 11.11.1 to 11.11.2 (#199)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.1 to 11.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-12 20:47:03 +01:00
dependabot[bot]
ad8144fcbc chore(deps-dev): bump @types/node from 11.11.0 to 11.11.1 (#198)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.11.0 to 11.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-11 23:43:09 +01:00
dependabot[bot]
1de42506c9 chore(deps-dev): bump @types/node from 11.10.5 to 11.11.0 (#196)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.10.5 to 11.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-10 10:04:09 +01:00
dependabot[bot]
f66c67df85 chore(deps-dev): bump @types/node from 11.10.4 to 11.10.5 (#194)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.10.4 to 11.10.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-06 21:00:18 +01:00
dependabot[bot]
4548101d39 chore(deps): bump vsls from 0.3.967 to 0.3.1291 (#193)
Bumps [vsls](https://github.com/MicrosoftDocs/live-share) from 0.3.967 to 0.3.1291.
- [Release notes](https://github.com/MicrosoftDocs/live-share/releases)
- [Commits](https://github.com/MicrosoftDocs/live-share/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-06 20:58:26 +01:00
dependabot[bot]
02625dbe72 chore(deps-dev): bump @types/node from 11.9.6 to 11.10.4 (#191)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.9.6 to 11.10.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-02 14:23:37 +01:00
Crawl
c75b9919d9
chore: upgrade yarn.lock 2019-03-01 04:57:46 +01:00
dependabot[bot]
2d546170a0 chore(deps-dev): bump tslint from 5.13.0 to 5.13.1 (#186)
Bumps [tslint](https://github.com/palantir/tslint) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.13.0...5.13.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 04:25:11 +01:00
dependabot[bot]
1f12f97f3a chore(deps-dev): bump @types/node from 11.9.5 to 11.9.6 (#185)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.9.5 to 11.9.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 04:25:02 +01:00
dependabot[bot]
b20e49be3b chore(deps-dev): bump tslint from 5.12.1 to 5.13.0 (#184)
Bumps [tslint](https://github.com/palantir/tslint) from 5.12.1 to 5.13.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.12.1...5.13.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-24 02:40:35 +01:00
dependabot[bot]
042ebf249c chore(deps-dev): bump @types/node from 11.9.4 to 11.9.5 (#183)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 11.9.4 to 11.9.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-22 23:18:48 +01:00
dependabot[bot]
f15514e373 chore(deps-dev): bump vscode from 1.1.29 to 1.1.30 (#181)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.29 to 1.1.30.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/1.1.29...1.1.30)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-21 23:35:44 +01:00
dependabot[bot]
b1338ebdf7 chore(deps-dev): bump typescript from 3.3.3 to 3.3.3333 (#182)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.3 to 3.3.3333.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-21 23:28:40 +01:00
dependabot[bot]
8aafaa7db8 chore(deps-dev): bump gulp-sourcemaps from 2.6.4 to 2.6.5 (#180)
Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps) from 2.6.4 to 2.6.5.
- [Release notes](https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases)
- [Commits](https://github.com/gulp-sourcemaps/gulp-sourcemaps/compare/v2.6.4...v2.6.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 06:59:31 +01:00
Crawl
7fb66d4176
chore: upgrade all other save deps 2019-02-18 19:25:38 +01:00
Crawl
1e46963735
chore: upgrade safe deps 2019-02-18 19:22:42 +01:00
Crawl
eceee05a5b
revert: all deps 2019-02-18 19:05:29 +01:00
Crawl
065d726dcf
revert: deps 2019-02-18 18:45:49 +01:00
Crawl
30c210a202
chore: upgrade deps 2019-02-17 18:55:04 +01:00
dependabot[bot]
0d782eecc9 chore(deps-dev): bump @types/node from 11.9.3 to 11.9.4 (#177)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 11.9.3 to 11.9.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 20:49:17 +01:00
dependabot[bot]
60fc6929e9 chore(deps-dev): bump @types/node from 11.9.2 to 11.9.3 (#176)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 11.9.2 to 11.9.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-13 01:07:59 +01:00
dependabot[bot]
ef81fc66f9 chore(deps-dev): bump @types/node from 11.9.1 to 11.9.2 (#175)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 11.9.1 to 11.9.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 21:48:41 +01:00
dependabot[bot]
38f76809cf chore(deps-dev): bump @types/node from 11.9.0 to 11.9.1 (#174)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 11.9.0 to 11.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 20:49:26 +01:00
dependabot[bot]
8556c6b9c0 chore(deps-dev): bump fs-nextra from 0.4.2 to 0.4.3 (#173)
Bumps [fs-nextra](https://github.com/bdistin/fs-nextra) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/bdistin/fs-nextra/releases)
- [Commits](https://github.com/bdistin/fs-nextra/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 09:19:29 +01:00
dependabot[bot]
558b331f65 chore(deps-dev): bump @types/node from 10.12.24 to 11.9.0 (#172)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.24 to 11.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-12 09:17:11 +01:00
dependabot[bot]
8c467f1031 chore(deps-dev): bump fs-nextra from 0.4.0 to 0.4.2 (#171)
Bumps [fs-nextra](https://github.com/bdistin/fs-nextra) from 0.4.0 to 0.4.2.
- [Release notes](https://github.com/bdistin/fs-nextra/releases)
- [Commits](https://github.com/bdistin/fs-nextra/compare/v0.4.0...v0.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-11 05:53:28 +01:00
dependabot[bot]
5746d2d911 chore(deps-dev): bump fs-nextra from 0.3.8 to 0.4.0 (#169)
Bumps [fs-nextra](https://github.com/bdistin/fs-nextra) from 0.3.8 to 0.4.0.
- [Release notes](https://github.com/bdistin/fs-nextra/releases)
- [Commits](https://github.com/bdistin/fs-nextra/compare/v0.3.8...v0.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-10 21:24:29 +01:00
dependabot[bot]
c22f9ec9b2 chore(deps-dev): bump @types/node from 10.12.23 to 10.12.24 (#168)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.23 to 10.12.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-08 22:26:02 +01:00
dependabot[bot]
7dd679742b chore(deps-dev): bump @types/node from 10.12.21 to 10.12.23 (#166)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.21 to 10.12.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-08 21:10:30 +01:00
dependabot[bot]
4420701155 chore(deps-dev): bump typescript from 3.3.1 to 3.3.3 (#164)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-08 21:10:23 +01:00
dependabot[bot]
1db3589c0a chore(deps-dev): bump vscode from 1.1.28 to 1.1.29 (#163)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.28 to 1.1.29.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/1.1.28...1.1.29)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-07 20:35:07 +01:00
dependabot[bot]
ef42df9f3a chore(deps-dev): bump @types/node from 10.12.20 to 10.12.21 (#162)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.20 to 10.12.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-01 18:52:27 +01:00
dependabot[bot]
d997b9b81d chore(deps-dev): bump typescript from 3.2.4 to 3.3.1 (#161)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.4 to 3.3.1.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-31 21:55:30 +01:00
dependabot[bot]
3900eea623 chore(deps-dev): bump @types/node from 10.12.19 to 10.12.20 (#160)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.19 to 10.12.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-31 18:31:05 +01:00
dependabot[bot]
8872759def chore(deps-dev): bump @types/node from 10.12.18 to 10.12.19 (#159)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.18 to 10.12.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-29 05:34:06 +01:00
dependabot[bot]
e146ffe4ea chore(deps-dev): bump vscode from 1.1.27 to 1.1.28 (#158)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.27 to 1.1.28.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/1.1.27...1.1.28)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-25 18:22:45 +01:00
dependabot[bot]
2485679afd chore(deps-dev): bump vscode from 1.1.26 to 1.1.27 (#156)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.26 to 1.1.27.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/1.1.26...1.1.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-21 22:21:39 +01:00
dependabot[bot]
cfc58803ad chore(deps-dev): bump typescript from 3.2.2 to 3.2.4 (#154)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-18 16:30:50 +01:00
dependabot[bot]
66cbc75068 chore(deps-dev): bump tslint from 5.12.0 to 5.12.1 (#151)
Bumps [tslint](https://github.com/palantir/tslint) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.12.0...5.12.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-11 17:05:11 +01:00
dependabot[bot]
58d333e05e chore(deps-dev): bump @types/node from 10.12.15 to 10.12.18 (#145)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.15 to 10.12.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-19 19:28:01 +01:00
dependabot[bot]
ee73dcae27 chore(deps-dev): bump fs-nextra from 0.3.7 to 0.3.8 (#141)
Bumps [fs-nextra](https://github.com/bdistin/fs-nextra) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/bdistin/fs-nextra/releases)
- [Commits](https://github.com/bdistin/fs-nextra/compare/v0.3.7...v0.3.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-19 19:23:56 +01:00
dependabot[bot]
d44c1150b9 chore(deps-dev): bump tslint from 5.11.0 to 5.12.0 (#142)
Bumps [tslint](https://github.com/palantir/tslint) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.11.0...5.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-18 18:49:42 +01:00
dependabot[bot]
a32af35731 chore(deps-dev): bump @types/node from 10.12.14 to 10.12.15 (#140)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.14 to 10.12.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-13 21:12:22 +01:00
dependabot[bot]
1eda995215 chore(deps-dev): bump @types/node from 10.12.13 to 10.12.14 (#139)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.13 to 10.12.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-13 17:17:39 +01:00
dependabot[bot]
a669981369 chore(deps-dev): bump @types/node from 10.12.12 to 10.12.13 (#138)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.12 to 10.12.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-12 23:22:49 +01:00
dependabot[bot]
dfb7f79b83 chore(deps-dev): bump gulp from 3.9.1 to 4.0.0 (#137)
Bumps [gulp](https://github.com/gulpjs/gulp) from 3.9.1 to 4.0.0.
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-10 18:25:42 +01:00
dependabot[bot]
69ce6ce9f7 chore(deps-dev): bump typescript from 3.2.1 to 3.2.2 (#136)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.2.1...v3.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-09 16:42:53 +01:00
dependabot[bot]
d381629b43 chore(deps-dev): bump vscode from 1.1.25 to 1.1.26 (#135)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.25 to 1.1.26.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/1.1.25...1.1.26)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-06 18:21:54 +01:00
dependabot[bot]
ec0bd409e8 chore(deps-dev): bump vscode from 1.1.24 to 1.1.25 (#134)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.24 to 1.1.25.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/1.1.24...1.1.25)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 18:14:37 +01:00
dependabot[bot]
5c8704d130 chore(deps-dev): bump vscode from 1.1.22 to 1.1.24 (#132)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.22 to 1.1.24.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/v1.1.22...1.1.24)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 14:54:58 +01:00
dependabot[bot]
51b2afdd18 chore(deps-dev): bump @types/node from 10.12.11 to 10.12.12 (#131)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.11 to 10.12.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-03 19:42:51 +01:00
dependabot[bot]
fbf2b304c6 chore(deps-dev): bump gulp-typescript from 5.0.0-alpha.3 to 5.0.0 (#130)
Bumps [gulp-typescript](https://github.com/ivogabe/gulp-typescript) from 5.0.0-alpha.3 to 5.0.0.
- [Release notes](https://github.com/ivogabe/gulp-typescript/releases)
- [Commits](https://github.com/ivogabe/gulp-typescript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-02 21:28:22 +01:00
Crawl
87ab924e65
chore: update yarn.lock 2018-12-01 05:21:59 +01:00
Crawl
eb60a54ac2
feat: join and spectate (#127)
* feat: test join and spectate

* feat: testing spectates

* feat: add spectate command

* fix: change it to spectate secret

* feat: allow and disable spectate

* feat: add join requests

* chore: add commands

* chore: bunch of logs

* chore: use latest vsls version

* chore: more logs

* hack: race conditions and autofilling

* fix: handle accepting and rejecting inside of vscode

* cleanup: remove logs and add comments

* chore: more comments

* feat: dynamically update party size

* feat: encode secrets and add changable partyId

* fix: change encoding

* fix: partyId

* chore: add feature to readme
2018-12-01 05:18:35 +01:00
Crawl
d803e8d8ef
chore: update rpc 2018-11-30 19:47:03 +01:00
dependabot[bot]
e4edd88bbe chore(deps-dev): bump @types/node from 10.12.10 to 10.12.11 (#126)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.10 to 10.12.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-30 01:00:24 +01:00
dependabot[bot]
8f8fb404d6 chore(deps-dev): bump typescript from 3.1.6 to 3.2.1 (#125)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.6 to 3.2.1.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-29 20:10:09 +01:00
dependabot[bot]
4954e9e860 chore(deps-dev): bump vscode from 1.1.21 to 1.1.22 (#124)
Bumps [vscode](https://github.com/Microsoft/vscode-extension-vscode) from 1.1.21 to 1.1.22.
- [Release notes](https://github.com/Microsoft/vscode-extension-vscode/releases)
- [Commits](https://github.com/Microsoft/vscode-extension-vscode/compare/1.1.21...v1.1.22)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-27 10:56:56 +01:00
dependabot[bot]
19306d8419 chore(deps-dev): bump @types/node from 10.12.9 to 10.12.10 (#122)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.9 to 10.12.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-21 17:37:02 +01:00
Crawl
90a255069e
feat: modify statusbar icon instead of showing a message on successful connect 2018-11-20 05:26:48 +01:00
dependabot[bot]
19ccda5a2c chore(deps-dev): bump tslint-config-fire from 1.0.0 to 1.0.1 (#116)
Bumps [tslint-config-fire](https://github.com/iCrawl/tslint-config-fire) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/iCrawl/tslint-config-fire/releases)
- [Commits](https://github.com/iCrawl/tslint-config-fire/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-18 02:08:57 +01:00
dependabot[bot]
71c906ac4e chore(deps-dev): bump @types/node from 10.12.8 to 10.12.9 (#113)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.8 to 10.12.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-15 21:54:15 +01:00
dependabot[bot]
df434f30cd chore(deps-dev): bump @types/node from 10.12.7 to 10.12.8 (#112)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.7 to 10.12.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-15 03:12:25 +01:00
dependabot[bot]
f880592106 chore(deps-dev): bump @types/node from 10.12.6 to 10.12.7 (#110)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.6 to 10.12.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-13 20:17:21 +01:00
Crawl
c5a8eda150
tslint: fix 2018-11-13 03:40:24 +01:00
dependabot[bot]
b7ce3455fd chore(deps-dev): bump @types/node from 10.12.5 to 10.12.6 (#108)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.5 to 10.12.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-13 01:06:01 +01:00
dependabot[bot]
b75b8ad1ca chore(deps-dev): bump @types/node from 10.12.4 to 10.12.5 (#105)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.4 to 10.12.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-09 23:36:03 +01:00
dependabot[bot]
19aad83184 chore(deps-dev): bump @types/node from 10.12.3 to 10.12.4 (#104)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.3 to 10.12.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-09 17:58:31 +01:00
dependabot[bot]
a3d38e4f83 chore(deps-dev): bump @types/node from 10.12.2 to 10.12.3 (#102)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.2 to 10.12.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-07 18:07:41 +01:00
Crawl
0195cde103
rewrite (#101)
* rewrite: initial commit

* feat: add constants for live share

* feat: add first letter uppercase

#88

* chore: remove automatic reconnects

* chore: add troubleshooting to readme
2018-11-07 03:53:18 +01:00
dependabot[bot]
7b1b862704 chore(deps-dev): bump @types/node from 10.12.1 to 10.12.2 (#98)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) from 10.12.1 to 10.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-02 13:39:54 +01:00
dependabot[bot]
a1304b73db chore(deps-dev): bump typescript from 3.1.5 to 3.1.6 (#97)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.1.5...v3.1.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-02 13:35:50 +01:00
Crawl
64c172691c
chore: update deps 2018-11-01 13:10:09 +01:00
Crawl
dd3fa0c2b7
fix: local clients time offset
fixes #92
2018-09-19 19:52:44 +02:00
Crawl
282c9adb78
chore: upgrade packages 2018-09-16 00:22:59 +02:00
Crawl
18fdb08c02
release: patch to clean up deps 2018-08-25 21:18:42 +02:00
Crawl
b818b83f59
release: ubuntu patch 2018-08-25 21:03:36 +02:00
Crawl
42dff4a64f
chore: update packages 2018-08-18 21:14:07 +02:00
Crawl
494672a464
chore: update deps 2018-07-21 20:55:36 +02:00
Crawl
a6bd7df5a4
chore: upgrade packages 2018-07-03 04:44:52 +02:00
Crawl
52c871fb96
chore: upgrade deps 2018-06-18 13:07:17 +02:00
Crawl
481bad2330
release: up version 2018-04-30 11:46:09 +02:00
Crawl
dbb504c1fe
refactor: use interface instead of type 2018-04-30 11:36:49 +02:00
Crawl
16ab8c85c5
release: version up 2018-03-30 08:39:11 +02:00
iCrawl
3cffe70a6e
fix: switch to a peer-dep less version 2017-11-23 20:09:42 +01:00
iCrawl
e5736fc092
chore: initial commit 2017-11-23 14:06:21 +01:00