Release notes
*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).*
> ## TypeScript 3.7.3
> For the complete list of fixed issues, check out the
>
> * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+).
> * [fixed issues query for Typescript v3.7.3](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.3%22+is%3Aclosed+).
>
> Downloads are available on:
>
> * [npm](https://www.npmjs.com/package/typescript)
Commits
- [`79facc0`](https://github.com/microsoft/TypeScript/commit/79facc0d17a3a42241267213bcc2c77daf7cdc91) Update LKG.
- [`e65ce53`](https://github.com/microsoft/TypeScript/commit/e65ce53dd8c5accd9c87113268c009b44a28bedb) Fix `getTypeFromJSDocValueReference`
- [`41d1ce6`](https://github.com/microsoft/TypeScript/commit/41d1ce62cd4fa4b1088218f6afbc8f4eb4721027) Cherry-pick PR [#35335](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35335) into release-3.7 ([#35367](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35367))
- [`c4d6cec`](https://github.com/microsoft/TypeScript/commit/c4d6cec389ed8b0e8e6d8a4b37a700a37ebb139d) Cherry-pick PR [#35366](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35366) into release-3.7 ([#35368](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35368))
- [`38a496a`](https://github.com/microsoft/TypeScript/commit/38a496a4f01a7d12df90844c5a868c5c76e4a6cc) Update user baselines ([#35337](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35337))
- [`9bf4e3a`](https://github.com/microsoft/TypeScript/commit/9bf4e3a24395b92b53d4a2e2281eaa40354a2a25) Update user baselines ([#35302](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35302))
- [`a8b63ef`](https://github.com/microsoft/TypeScript/commit/a8b63ef981f814e99ea78f61635d26928ebd41ec) Update LKG.
- [`c021b28`](https://github.com/microsoft/TypeScript/commit/c021b2859740f76e6da61670d7cf9011989bfc36) Cherry-pick PR [#34987](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34987) into release-3.7 ([#35303](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35303))
- [`d5bcb6f`](https://github.com/microsoft/TypeScript/commit/d5bcb6f90404d129c09faf602e02071350d0361e) Cherry-pick PR [#35058](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35058) into release-3.7 ([#35241](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35241))
- [`b9d5231`](https://github.com/microsoft/TypeScript/commit/b9d52319ef52cbdbb4e0771aed22f4ba54152ec1) Cherry-pick PR [#35198](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35198) into release-3.7 ([#35240](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35240))
- Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v3.7.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.
If all status checks pass Dependabot will automatically merge this pull request.
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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps typescript from 3.7.2 to 3.7.3.
Release notes
*Sourced from [typescript's releases](https://github.com/Microsoft/TypeScript/releases).* > ## TypeScript 3.7.3 > For the complete list of fixed issues, check out the > > * [fixed issues query for Typescript v3.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.0%22+is%3Aclosed+). > * [fixed issues query for Typescript v3.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.1%22+is%3Aclosed+). > * [fixed issues query for Typescript v3.7.2 (Final)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.2%22+is%3Aclosed+). > * [fixed issues query for Typescript v3.7.3](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A%22TypeScript+3.7.3%22+is%3Aclosed+). > > Downloads are available on: > > * [npm](https://www.npmjs.com/package/typescript)Commits
- [`79facc0`](https://github.com/microsoft/TypeScript/commit/79facc0d17a3a42241267213bcc2c77daf7cdc91) Update LKG. - [`e65ce53`](https://github.com/microsoft/TypeScript/commit/e65ce53dd8c5accd9c87113268c009b44a28bedb) Fix `getTypeFromJSDocValueReference` - [`41d1ce6`](https://github.com/microsoft/TypeScript/commit/41d1ce62cd4fa4b1088218f6afbc8f4eb4721027) Cherry-pick PR [#35335](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35335) into release-3.7 ([#35367](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35367)) - [`c4d6cec`](https://github.com/microsoft/TypeScript/commit/c4d6cec389ed8b0e8e6d8a4b37a700a37ebb139d) Cherry-pick PR [#35366](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35366) into release-3.7 ([#35368](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35368)) - [`38a496a`](https://github.com/microsoft/TypeScript/commit/38a496a4f01a7d12df90844c5a868c5c76e4a6cc) Update user baselines ([#35337](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35337)) - [`9bf4e3a`](https://github.com/microsoft/TypeScript/commit/9bf4e3a24395b92b53d4a2e2281eaa40354a2a25) Update user baselines ([#35302](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35302)) - [`a8b63ef`](https://github.com/microsoft/TypeScript/commit/a8b63ef981f814e99ea78f61635d26928ebd41ec) Update LKG. - [`c021b28`](https://github.com/microsoft/TypeScript/commit/c021b2859740f76e6da61670d7cf9011989bfc36) Cherry-pick PR [#34987](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/34987) into release-3.7 ([#35303](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35303)) - [`d5bcb6f`](https://github.com/microsoft/TypeScript/commit/d5bcb6f90404d129c09faf602e02071350d0361e) Cherry-pick PR [#35058](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35058) into release-3.7 ([#35241](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35241)) - [`b9d5231`](https://github.com/microsoft/TypeScript/commit/b9d52319ef52cbdbb4e0771aed22f4ba54152ec1) Cherry-pick PR [#35198](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35198) into release-3.7 ([#35240](https://github-redirect.dependabot.com/Microsoft/TypeScript/issues/35240)) - Additional commits viewable in [compare view](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v3.7.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
.If all status checks pass Dependabot will automatically merge this pull request.
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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)