Update dependency typescript to v3.7.2 - #42
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
December 7, 2018 02:16
3070b7a to
997ab5f
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
January 17, 2019 22:48
997ab5f to
5d8ee58
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
January 31, 2019 20:13
5d8ee58 to
ffd9dcf
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
February 7, 2019 19:29
ffd9dcf to
79827e3
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
February 21, 2019 22:34
79827e3 to
18f8999
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
March 19, 2019 23:52
18f8999 to
ec34173
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
March 29, 2019 18:04
ec34173 to
9a3b666
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
April 5, 2019 21:22
9a3b666 to
02ba906
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
April 9, 2019 23:35
02ba906 to
6fb92ae
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
April 23, 2019 10:59
6fb92ae to
f9c007c
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
April 27, 2019 12:27
f9c007c to
84608d9
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
May 29, 2019 16:27
84608d9 to
c577ccd
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
June 13, 2019 17:38
c577ccd to
667462e
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
July 13, 2019 04:59
667462e to
97d0b94
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
September 5, 2019 00:00
97d0b94 to
37d7f44
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
October 5, 2019 09:49
37d7f44 to
79bd821
Compare
renovate
Bot
force-pushed
the
renovate/typescript-3.x
branch
from
November 11, 2019 16:56
79bd821 to
6f44170
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.6->3.7.2Release Notes
Microsoft/TypeScript
v3.7.2Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.7.2.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.2Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.5.3Compare Source
This update fixes an issue with declaration emit when exported entities have function properties assigned to them.
Downloads are available on:
v3.5.2Compare Source
For new features, check out the What's new in TypeScript v3.5.2.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
7f47a08Update LKGfbe2f2fUpdate version to '3.5.2'857873bMerge pull request #31877 from uniqueiniquity/port31685 [ #31685 ]a2cd10bMerge pull request #31685 from uniqueiniquity/stopInvalidatingOnOpenFileSavea1a2bd6Merge pull request #31866 from amcasey/FunctionHintSpan35caa66f6Add regression testfdacf7fCorrect outline hint spans for functionscf7b19a🤖 Cherry-pick PR #31688 into release-3.5 (#31707)This list of changes was auto generated.
v3.5.1Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.5.1.
For breaking changes, check out the Breaking changes in TypeScript 3.5 page.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.4.5Compare Source
This release fixes an issue when running on
nodeinstallations withoutnpm.For the complete list of fixed issues, check out the
Downloads are available on:
v3.4.4Compare Source
This release fixes the following issues:
For the complete list of fixed issues, check out the
Downloads are available on:
v3.4.3Compare Source
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.tsfiles that can hang the language service.For the complete list of fixed issues, check out the
Downloads are available on:
v3.4.2Compare Source
This update solely changes TSServer to provide responses to
configurePluginrequests, 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
Downloads are available on:
v3.4.1Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript 3.4.
For breaking changes, check out the Breaking changes in TypeScript 3.4 page.
For the complete list of fixed issues, check out the
Downloads are available on:
Special thanks to all of our contributors this release:
v3.3.4000Compare Source
This fix is identical to release 3.3.3333, but omits a non-essential artifact that was previously published to npm which impacted builds using Jenkins.
v3.3.3333Compare Source
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 3.3.
For the complete list of fixed issues, check out the
Downloads are available on:
Special thanks to all our contributors in this release:
v3.3.3Compare Source
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 3.3.
For the complete list of fixed issues, check out the
Downloads are available on:
Special thanks to all our contributors in this release:
v3.3.1Compare Source
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 3.3.
For the complete list of fixed issues, check out the
Downloads are available on:
Special thanks to all our contributors in this release:
v3.2.4Compare Source
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 3.2.
For breaking changes, check out the Breaking changes in TypeScript 3.2 page.
For the complete list of fixed issues, check out the fixed issues query for Typescript 3.2.4.
Download:
v3.2.2Compare Source
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 3.2.
For breaking changes, check out the Breaking changes in TypeScript 3.2 page.
For the complete list of fixed issues, check out the fixed issues query for Typescript 3.2.
Download:
v3.2.1Compare Source
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 3.2.
For breaking changes, check out the Breaking changes in TypeScript 3.2 page.
For the complete list of fixed issues, check out the fixed issues query for Typescript 3.2.
Download:
Special thanks to all our contributors in this release:
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 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.