AvinZarlez / unity-tools

A Visual Studio Code Extension to provide some tools for Unity development
https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools
MIT License
31 stars 8 forks source link

Update typescript requirement to ^2.8.1 #10

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on typescript to permit the latest version.

Release notes *Sourced from typescript's [releases](https://github.com/Microsoft/TypeScript/releases).* > ## TypeScript 2.8 > For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2018/03/27/announcing-typescript-2-8/) > > For new features, check out the [What's new in TypeScript 2.8](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-28). > > For breaking changes, check out the [Breaking changes in TypeScript 2.8](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-28) page. > > For the complete list of fixed issues, check out the issues fixed in [TypeScript 2.8 RC](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.8%22+label%3A%22fixed%22+) and [after TypeScript 2.8 RC](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+2.8.1%22+label%3A%22fixed%22+). > > Download: > - [npm](https://www.npmjs.com/package/typescript) > - [Visual Studio 2015 plugin](https://www.microsoft.com/en-us/download/details.aspx?id=48593) > - [Visual Studio 2017](https://www.microsoft.com/en-us/download/details.aspx?id=55258) ([Select new version in project options](https://github.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) > - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild/2.8.1) > > Special thanks to all contributors to this release: > > * Aditya Daflapurkar > * Adnan Chowdhury > * Adrian Leonhard > * Alan Agius > * Alex Eagle > * Anders Hejlsberg > * Andrew Casey > * Andy Hanson > * Armando Aguirre > * Benjamin Lichtman > * Daniel Rosenwasser > * Eric Grube > * Esakki Raj > * Herrington Darkholme > * Jack Williams > * Josh Goldberg > * Klaus Meinhardt > * Martyn Janes > * Matt McCutchen > * Mohamed Hegazy > * Nathan Shively-Sanders > * Noj Vek > * Priyantha Lankapura > * Ricardo N Feliciano > * Ron Buckton > * Ryan Cavanaugh > * Sergii Bezliudnyi > * Sheetal Nandi > * Stephan Ginthör > * [**TravCav**](https://github.com/TravCav) > * Wenlu Wang > * Wesley Wigham > * Yuichi Nukiyama > ... (truncated)
Commits - See full diff in [compare view](https://github.com/Microsoft/TypeScript/commits/v2.8.1)


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 commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #11.