Release notes
*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*
> ## TypeScript 3.1.1
> For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/announcing-typescript-3-1/)
>
> For new features, check out the [What's new in TypeScript 3.1](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-31).
>
> For breaking changes, check out the [Breaking changes in TypeScript 3.1](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-31) page.
>
> For the complete list of fixed issues, check out the [fixed issues query for Typescript 3.1](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.1%22+label%3A%22fixed%22+).
>
> Download:
> - [npm](https://www.npmjs.com/package/typescript)
> - [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/3.1.0)
>
> Special thanks to all contributors to this release:
>
> * Alexander Tarasyuk
> * Anders Hejlsberg
> * Andrew Casey
> * Andy Hanson
> * Benjamin Lichtman
> * Brian Terlson
> * [**csigs**](https://github.com/csigs)
> * Dan Rollo
> * Daniel Imms
> * Daniel Rosenwasser
> * David Sherret
> * Elizabeth Dinella
> * Frederico Bittencourt
> * Jack Williams
> * James Keane
> * Jordi Oliveras Rovira
> * Klaus Meinhardt
> * Martin Probst
> * Matt McCutchen
> * Mine Starks
> * Minh Nguyen
> * Nathan Day
> * Mohamed Hegazy
> * Nathan Shively-Sanders
> * Ron Buckton
> * Rhys van der Waerden
> * Ryan Cavanaugh
> * Sam Lanning
> * Sheetal Nandi
> * Wenlu Wang
> * Wesley Wigham
> * Tim Schaub
>
> ## TypeScript 3.1 RC
> ... (truncated)
Commits
- [`f4a643f`](https://github.com/Microsoft/TypeScript/commit/f4a643fdf06ff9bf1c99439b2c596c99a7f1306a) Update LKG.
- [`53105b3`](https://github.com/Microsoft/TypeScript/commit/53105b3afff2b3e054d5e3f2ff013d124ae783b4) Fix crash in use-before-def checking of enum tag ([#27350](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27350))
- [`29dbbff`](https://github.com/Microsoft/TypeScript/commit/29dbbff5bffcc7ebc14f28a553c7b1ef644a89d7) Update LKG.
- [`005d202`](https://github.com/Microsoft/TypeScript/commit/005d20225168ac3340d6d49a26cc8d843c73a096) Bump version to 3.1.1
- [`6d1bd97`](https://github.com/Microsoft/TypeScript/commit/6d1bd9757d585628a2d49075f7af07ceeaa5d664) Merge pull request [#27324](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27324) from RyanCavanaugh/3.1-lkg-update
- [`c1fb0e1`](https://github.com/Microsoft/TypeScript/commit/c1fb0e18fc67a0541572dc1f47334407a08964db) Merge remote-tracking branch 'upstream/release-3.1' into 3.1-lkg-update
- [`feda0c7`](https://github.com/Microsoft/TypeScript/commit/feda0c7a5277885b3c97799a952c08c4d3a0e206) Merge pull request [#27330](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27330) from Microsoft/fixTypesVersionsFourslashTest
- [`33b4900`](https://github.com/Microsoft/TypeScript/commit/33b4900816aab010db17eb20d0f2a4c5d3dc37a0) Fixes the completionForStringLiteralNonrelativeImport13 test
- [`0437425`](https://github.com/Microsoft/TypeScript/commit/04374250cc4c182afe4bf2a485c197dde026c37c) 3.1 LKG update
- [`0f17681`](https://github.com/Microsoft/TypeScript/commit/0f176819e4956521ee7691023687465e0a879bf1) Merge pull request [#27248](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27248) from Microsoft/release-3.1_fileToRename_tsserver
- Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.0.3...v3.1.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 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 cancel merge` will cancel a previously requested merge
- `@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.
Bumps typescript from 3.0.3 to 3.1.1.
Release notes
*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).* > ## TypeScript 3.1.1 > For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/announcing-typescript-3-1/) > > For new features, check out the [What's new in TypeScript 3.1](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-31). > > For breaking changes, check out the [Breaking changes in TypeScript 3.1](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-31) page. > > For the complete list of fixed issues, check out the [fixed issues query for Typescript 3.1](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.1%22+label%3A%22fixed%22+). > > Download: > - [npm](https://www.npmjs.com/package/typescript) > - [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/3.1.0) > > Special thanks to all contributors to this release: > > * Alexander Tarasyuk > * Anders Hejlsberg > * Andrew Casey > * Andy Hanson > * Benjamin Lichtman > * Brian Terlson > * [**csigs**](https://github.com/csigs) > * Dan Rollo > * Daniel Imms > * Daniel Rosenwasser > * David Sherret > * Elizabeth Dinella > * Frederico Bittencourt > * Jack Williams > * James Keane > * Jordi Oliveras Rovira > * Klaus Meinhardt > * Martin Probst > * Matt McCutchen > * Mine Starks > * Minh Nguyen > * Nathan Day > * Mohamed Hegazy > * Nathan Shively-Sanders > * Ron Buckton > * Rhys van der Waerden > * Ryan Cavanaugh > * Sam Lanning > * Sheetal Nandi > * Wenlu Wang > * Wesley Wigham > * Tim Schaub > > ## TypeScript 3.1 RC > ... (truncated)Commits
- [`f4a643f`](https://github.com/Microsoft/TypeScript/commit/f4a643fdf06ff9bf1c99439b2c596c99a7f1306a) Update LKG. - [`53105b3`](https://github.com/Microsoft/TypeScript/commit/53105b3afff2b3e054d5e3f2ff013d124ae783b4) Fix crash in use-before-def checking of enum tag ([#27350](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27350)) - [`29dbbff`](https://github.com/Microsoft/TypeScript/commit/29dbbff5bffcc7ebc14f28a553c7b1ef644a89d7) Update LKG. - [`005d202`](https://github.com/Microsoft/TypeScript/commit/005d20225168ac3340d6d49a26cc8d843c73a096) Bump version to 3.1.1 - [`6d1bd97`](https://github.com/Microsoft/TypeScript/commit/6d1bd9757d585628a2d49075f7af07ceeaa5d664) Merge pull request [#27324](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27324) from RyanCavanaugh/3.1-lkg-update - [`c1fb0e1`](https://github.com/Microsoft/TypeScript/commit/c1fb0e18fc67a0541572dc1f47334407a08964db) Merge remote-tracking branch 'upstream/release-3.1' into 3.1-lkg-update - [`feda0c7`](https://github.com/Microsoft/TypeScript/commit/feda0c7a5277885b3c97799a952c08c4d3a0e206) Merge pull request [#27330](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27330) from Microsoft/fixTypesVersionsFourslashTest - [`33b4900`](https://github.com/Microsoft/TypeScript/commit/33b4900816aab010db17eb20d0f2a4c5d3dc37a0) Fixes the completionForStringLiteralNonrelativeImport13 test - [`0437425`](https://github.com/Microsoft/TypeScript/commit/04374250cc4c182afe4bf2a485c197dde026c37c) 3.1 LKG update - [`0f17681`](https://github.com/Microsoft/TypeScript/commit/0f176819e4956521ee7691023687465e0a879bf1) Merge pull request [#27248](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/27248) from Microsoft/release-3.1_fileToRename_tsserver - Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.0.3...v3.1.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 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 cancel merge` will cancel a previously requested merge - `@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.