ngxs-labs / async-storage-plugin

⏱ WIP: Async Storage Plugin
MIT License
34 stars 13 forks source link

chore(deps): update dependency typescript to v3.4.4 #39

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
typescript devDependencies minor 3.2.4 -> 3.4.4 homepage, source

Release Notes

Microsoft/TypeScript ### [`v3.4.3`](https://togithub.com/Microsoft/TypeScript/releases/v3.4.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.4.2...v3.4.3) This release forces TypeScript to clear its automatic type acquisition (ATA) cache based on patch versions. This means all consumers of TSServer can update to newer patch releases of TypeScript to clear the ATA cache if ATA has downloaded stale `.d.ts` files that can hang the language service. For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.4 RC](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript v3.4.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4.1%22+is%3Aclosed+). - [relevant changes in 3.4.2](https://togithub.com/Microsoft/TypeScript/pull/30731) - [relevant changes in 3.4.3](https://togithub.com/Microsoft/TypeScript/pull/30814) Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-343-vs2017) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v3.4.2`](https://togithub.com/Microsoft/TypeScript/releases/v3.4.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.4.1...v3.4.2) This update solely changes TSServer to provide responses to `configurePlugin` requests, and allows global plugins to be loaded by external projects during project creation. This enables TSServer plugins (like IntelliCode) to be used in editors like Visual Studio. For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.4 RC](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript v3.4.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4.1%22+is%3Aclosed+). - [relevant change for 3.4.2](https://togithub.com/Microsoft/TypeScript/pull/30731) Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-342-vs2017) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v3.4.1`](https://togithub.com/Microsoft/TypeScript/releases/v3.4.1) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.3.4000...v3.4.1) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-3-4/). For new features, check out the [What's new in TypeScript 3.4](https://togithub.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-34). For breaking changes, check out the [Breaking changes in TypeScript 3.4](https://togithub.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-34) page. For the complete list of fixed issues, check out the - [fixed issues query for Typescript v3.4 RC](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4%22+is%3Aclosed+). - [fixed issues query for Typescript v3.4.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.4.1%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-341-vs2017) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) Special thanks to all of our contributors this release: - [@​AnyhowStep](https://togithub.com/AnyhowStep) - Alan Pierce - Alexander Tarasyuk - Anders Hejlsberg - Andy Hanson - Benedikt Meurer - Benjamin Lichtman - Collins Abitekaniza - Daniel Krom - Daniel Rosenwasser - [@​fullheightcoding](https://togithub.com/fullheightcoding) - Gabriela Araujo Britto - [@​ispedals](https://togithub.com/ispedals) - Jack Williams - Jesse Trinity - Jordi Oliveras Rovira - Joseph Wunderlich - K. Preißer - Kagami Sascha Rosylight - Klaus Meinhardt - Masahiro Wakame - Matt McCutchen - Matthew Aynalem - Mine Starks - Nathan Shively-Sanders - Ron Buckton - Ryan Cavanaugh - Sheetal Nandi - Titian Cernicova-Dragomir - [@​tomholub](https://togithub.com/tomholub) - Wenlu Wang - Wesley Wigham ### [`v3.3.4000`](https://togithub.com/Microsoft/TypeScript/releases/v3.3.4000) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.3.3333...v3.3.4000) This fix is identical to [release 3.3.3333](https://togithub.com/Microsoft/TypeScript/releases/tag/v3.3.3333), but [omits a non-essential artifact that was previously published to npm which impacted builds using Jenkins](https://togithub.com/Microsoft/TypeScript/issues/30077). ### [`v3.3.3333`](https://togithub.com/Microsoft/TypeScript/releases/v3.3.3333) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.3.3...v3.3.3333) For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2019/01/31/announcing-typescript-3-3/) For new features, check out the [What's new in TypeScript 3.3](https://togithub.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-33). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 3.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+). - [fixed issues query for Typescript 3.3.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 3.3.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3.3%22+is%3Aclosed+). - [fixed issues query for Typescript 3.3.3333](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3.3333%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-331-vs2017) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/3.3.1) Special thanks to all our contributors in this release: - Alessandro Vergani - Alexander Tarasyuk - Anders Hejlsberg - Andrew Casey - Andy Hanson - Aziz Khambati - Basarat Ali Syed - Benjamin Lichtman - Brandon Banks - Caleb Sander - [@​csigs](https://togithub.com/csigs) - Daiki Nishikawa - Daniel Rosenwasser - David Sherret - Dhruv Rajvanshi - Eddie Jaoude - [@​EECOLOR](https://togithub.com/EECOLOR) - [@​falsandtru](https://togithub.com/falsandtru) - Igor Oleinikov - iliashkolyar - IllusionMH - Jack Williams - Jordi Oliveras Rovira - Kagami Sascha Rosylight - Klaus Meinhardt - Leon Aves - Limon Monte - Marcus Noble - Markus Wolf - Martin Probst - Matt McCutchen - Michael Tang - Mine Starks - Nathan Shively-Sanders - Noel Yoo - Patrick McCartney - Philip Pesca - Prateek Goel - Prateek Nayak - Roger Spratley - Ron Buckton - Ryan Cavanaugh - Ryan Clarke - Sam Drugan - Sergio Baidon - Sheetal Nandi - [@​surlymrz](https://togithub.com/surlymrz) - Valera Rozuvan - Wenlu Wang - Wesley Wigham ### [`v3.3.3`](https://togithub.com/Microsoft/TypeScript/releases/v3.3.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.3.1...v3.3.3) For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2019/01/31/announcing-typescript-3-3/) For new features, check out the [What's new in TypeScript 3.3](https://togithub.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-33). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 3.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+). - [fixed issues query for Typescript 3.3.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 3.3.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-331-vs2017) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/3.3.1) Special thanks to all our contributors in this release: - Alessandro Vergani - Alexander Tarasyuk - Anders Hejlsberg - Andrew Casey - Andy Hanson - Aziz Khambati - Basarat Ali Syed - Benjamin Lichtman - Brandon Banks - Caleb Sander - [@​csigs](https://togithub.com/csigs) - Daiki Nishikawa - Daniel Rosenwasser - David Sherret - Dhruv Rajvanshi - Eddie Jaoude - [@​EECOLOR](https://togithub.com/EECOLOR) - [@​falsandtru](https://togithub.com/falsandtru) - Igor Oleinikov - iliashkolyar - IllusionMH - Jack Williams - Jordi Oliveras Rovira - Kagami Sascha Rosylight - Klaus Meinhardt - Leon Aves - Limon Monte - Marcus Noble - Markus Wolf - Martin Probst - Matt McCutchen - Michael Tang - Mine Starks - Nathan Shively-Sanders - Noel Yoo - Patrick McCartney - Philip Pesca - Prateek Goel - Prateek Nayak - Roger Spratley - Ron Buckton - Ryan Cavanaugh - Ryan Clarke - Sam Drugan - Sergio Baidon - Sheetal Nandi - [@​surlymrz](https://togithub.com/surlymrz) - Valera Rozuvan - Wenlu Wang - Wesley Wigham ### [`v3.3.1`](https://togithub.com/Microsoft/TypeScript/releases/v3.3.1) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v3.2.4...v3.3.1) For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2019/01/31/announcing-typescript-3-3/) For new features, check out the [What's new in TypeScript 3.3](https://togithub.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-33). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 3.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+). - [fixed issues query for Typescript 3.3.1](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-331-vs2017) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/3.3.1) Special thanks to all our contributors in this release: - Alessandro Vergani - Alexander Tarasyuk - Anders Hejlsberg - Andrew Casey - Andy Hanson - Aziz Khambati - Basarat Ali Syed - Benjamin Lichtman - Brandon Banks - Caleb Sander - [@​csigs](https://togithub.com/csigs) - Daiki Nishikawa - Daniel Rosenwasser - David Sherret - Dhruv Rajvanshi - Eddie Jaoude - [@​EECOLOR](https://togithub.com/EECOLOR) - [@​falsandtru](https://togithub.com/falsandtru) - Igor Oleinikov - iliashkolyar - IllusionMH - Jack Williams - Jordi Oliveras Rovira - Kagami Sascha Rosylight - Klaus Meinhardt - Leon Aves - Limon Monte - Marcus Noble - Markus Wolf - Martin Probst - Matt McCutchen - Michael Tang - Mine Starks - Nathan Shively-Sanders - Noel Yoo - Patrick McCartney - Philip Pesca - Prateek Goel - Prateek Nayak - Roger Spratley - Ron Buckton - Ryan Cavanaugh - Ryan Clarke - Sam Drugan - Sergio Baidon - Sheetal Nandi - [@​surlymrz](https://togithub.com/surlymrz) - Valera Rozuvan - Wenlu Wang - Wesley Wigham

Renovate configuration

:date: Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone UTC.

: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.



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

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (3.4.4). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.