Release notes
*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*
> ## TypeScript 3.2
> For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2018/11/29/announcing-typescript-3-2/)
>
> For new features, check out the [What's new in TypeScript 3.2](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-32).
>
> For breaking changes, check out the [Breaking changes in TypeScript 3.2](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-32) page.
>
> For the complete list of fixed issues, check out the [fixed issues query for Typescript 3.2](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.2%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/3.2.0)
>
> Special thanks to all our contributors in this release:
>
> * Alessandro Vergani
> * Alexander
> * Alexander Tarasyuk
> * Anders Hejlsberg
> * Andrew Casey
> * Andy Hanson
> * Aziz Khambati
> * Basarat Ali Syed
> * Benjamin Lichtman
> * Brandon Banks
> * Caleb Sander
> * [**csigs**](https://github.com/csigs)
> * Daiki Nishikawa
> * Daniel Rosenwasser
> * David Sherret
> * Dhruv Rajvanshi
> * Eddie Jaoude
> * [**EECOLOR**](https://github.com/EECOLOR)
> * [**falsandtru**](https://github.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
> ... (truncated)
Commits
- [`9aae7a6`](https://github.com/Microsoft/TypeScript/commit/9aae7a668e68d987d1159cc808b679c1f742b3b4) Update AUTHORS.md
- [`37cbfe2`](https://github.com/Microsoft/TypeScript/commit/37cbfe254cc30f2d9d13c172a66d9a36fed525f0) Update LKG.
- [`e8938a8`](https://github.com/Microsoft/TypeScript/commit/e8938a8a7f51e09da66e48a47bd6da2fff5e929d) Do not lookup name of default property symbols from the symbols value declara...
- [`da78fab`](https://github.com/Microsoft/TypeScript/commit/da78fabdb8e206dc0c07ba94add14fa10767a601) --showConfig files list condition was inverted from what it needed to be ([#28](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/28)...
- [`67a2b89`](https://github.com/Microsoft/TypeScript/commit/67a2b896f61c0e8cf931183a373ef88c3ed5e6ff) Do not lookup name of default property symbols from the symbols value declara...
- [`0576d8d`](https://github.com/Microsoft/TypeScript/commit/0576d8d2d898a6e54b8cb590fa3e1fdaeeca46e4) Update LKG.
- [`df19285`](https://github.com/Microsoft/TypeScript/commit/df19285e306365d4fe507dc9f0c72354140c01bc) Bump to version '3.2.1'
- [`1f34a4e`](https://github.com/Microsoft/TypeScript/commit/1f34a4e25fe4be2d544661b6ae8a619487af0c59) Revert "Don't consider 'typeof a' as using 'a' ([#28528](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/28528))"
- [`21965c1`](https://github.com/Microsoft/TypeScript/commit/21965c16ca7e7a897b342b770a99c0a17cfcb961) Merge pull request [#28672](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/28672) from Microsoft/overlappy-3.2
- [`94e1a59`](https://github.com/Microsoft/TypeScript/commit/94e1a59fa0c2cc02bedbe822bc70612a93ccd016) Accepted baselines.
- Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.0.3...v3.2.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.2.1.
Release notes
*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).* > ## TypeScript 3.2 > For release notes, check out the [release announcement](https://blogs.msdn.microsoft.com/typescript/2018/11/29/announcing-typescript-3-2/) > > For new features, check out the [What's new in TypeScript 3.2](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#typescript-32). > > For breaking changes, check out the [Breaking changes in TypeScript 3.2](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#typescript-32) page. > > For the complete list of fixed issues, check out the [fixed issues query for Typescript 3.2](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.2%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/3.2.0) > > Special thanks to all our contributors in this release: > > * Alessandro Vergani > * Alexander > * Alexander Tarasyuk > * Anders Hejlsberg > * Andrew Casey > * Andy Hanson > * Aziz Khambati > * Basarat Ali Syed > * Benjamin Lichtman > * Brandon Banks > * Caleb Sander > * [**csigs**](https://github.com/csigs) > * Daiki Nishikawa > * Daniel Rosenwasser > * David Sherret > * Dhruv Rajvanshi > * Eddie Jaoude > * [**EECOLOR**](https://github.com/EECOLOR) > * [**falsandtru**](https://github.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 > ... (truncated)Commits
- [`9aae7a6`](https://github.com/Microsoft/TypeScript/commit/9aae7a668e68d987d1159cc808b679c1f742b3b4) Update AUTHORS.md - [`37cbfe2`](https://github.com/Microsoft/TypeScript/commit/37cbfe254cc30f2d9d13c172a66d9a36fed525f0) Update LKG. - [`e8938a8`](https://github.com/Microsoft/TypeScript/commit/e8938a8a7f51e09da66e48a47bd6da2fff5e929d) Do not lookup name of default property symbols from the symbols value declara... - [`da78fab`](https://github.com/Microsoft/TypeScript/commit/da78fabdb8e206dc0c07ba94add14fa10767a601) --showConfig files list condition was inverted from what it needed to be ([#28](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/28)... - [`67a2b89`](https://github.com/Microsoft/TypeScript/commit/67a2b896f61c0e8cf931183a373ef88c3ed5e6ff) Do not lookup name of default property symbols from the symbols value declara... - [`0576d8d`](https://github.com/Microsoft/TypeScript/commit/0576d8d2d898a6e54b8cb590fa3e1fdaeeca46e4) Update LKG. - [`df19285`](https://github.com/Microsoft/TypeScript/commit/df19285e306365d4fe507dc9f0c72354140c01bc) Bump to version '3.2.1' - [`1f34a4e`](https://github.com/Microsoft/TypeScript/commit/1f34a4e25fe4be2d544661b6ae8a619487af0c59) Revert "Don't consider 'typeof a' as using 'a' ([#28528](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/28528))" - [`21965c1`](https://github.com/Microsoft/TypeScript/commit/21965c16ca7e7a897b342b770a99c0a17cfcb961) Merge pull request [#28672](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/28672) from Microsoft/overlappy-3.2 - [`94e1a59`](https://github.com/Microsoft/TypeScript/commit/94e1a59fa0c2cc02bedbe822bc70612a93ccd016) Accepted baselines. - Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.0.3...v3.2.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.