This repository was archived by the owner on Jan 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency typescript to v3.9.7 #5
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/typescript-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
d5c9c54
to
13c5c1c
Compare
13c5c1c
to
4d7d617
Compare
4d7d617
to
af9b275
Compare
af9b275
to
c07a53e
Compare
c07a53e
to
c45d3b2
Compare
c45d3b2
to
a7eb585
Compare
a7eb585
to
894288a
Compare
894288a
to
a5c4ca3
Compare
a5c4ca3
to
8b2a3d1
Compare
8b2a3d1
to
978ef1e
Compare
978ef1e
to
23ebba4
Compare
23ebba4
to
94e737c
Compare
94e737c
to
e4bcbca
Compare
e4bcbca
to
9cca733
Compare
9cca733
to
4f81d2a
Compare
4f81d2a
to
307c5da
Compare
307c5da
to
835ae93
Compare
835ae93
to
e0123d6
Compare
e0123d6
to
6cefb1a
Compare
6cefb1a
to
2db773e
Compare
2db773e
to
9821c20
Compare
9821c20
to
afb09bd
Compare
afb09bd
to
1e4a3fb
Compare
1e4a3fb
to
e88c4ec
Compare
e88c4ec
to
4b59b2c
Compare
4b59b2c
to
77fa1cd
Compare
77fa1cd
to
fccb2fc
Compare
fccb2fc
to
6cceb50
Compare
6cceb50
to
5b6768d
Compare
5b6768d
to
ea31905
Compare
ea31905
to
1f3fd07
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.4.0-dev.20190227
->3.9.7
Release Notes
Microsoft/TypeScript
v3.9.7
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
v3.9.6
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
v3.9.5
This release contains bug fixes in type-checking, emit, and editor scenarios.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
v3.9.3
Compare Source
This release contains bug fixes in type-checking, APIs, emit, and editor scenarios.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.9.2
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.8.3
Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.8.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.8.2
Compare Source
For release notes, check out the release announcement.
For new features, check out the What's new in TypeScript v3.8.2.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.5
Compare Source
For the complete list of fixed issues, check out the
v3.7.4
Compare Source
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.3
Compare Source
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.2
Compare 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.5
Compare Source
This patch fixes an issue where TypeScript would erroneously report the following error under
noImplicitAny
when encountering aprivate
get
accessor in a.d.ts
file.This is an issue when using packages published from TypeScript 3.7 and newer. Users can upgrade to 3.6.5 to fix the issue.
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v3.6.4
Compare 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.3
Compare 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.2
Compare 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.3
Compare Source
This update fixes an issue with declaration emit when exported entities have function properties assigned to them.
Downloads are available on:
v3.5.2
Compare 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:
7f47a08
Update LKGfbe2f2f
Update version to '3.5.2'857873b
Merge pull request #31877 from uniqueiniquity/port31685 [ #31685 ]a2cd10b
Merge pull request #31685 from uniqueiniquity/stopInvalidatingOnOpenFileSavea1a2bd6
Merge pull request #31866 from amcasey/FunctionHintSpan35caa66f6
Add regression testfdacf7f
Correct outline hint spans for functionscf7b19a
🤖 Cherry-pick PR #31688 into release-3.5 (#31707)This list of changes was auto generated.
v3.5.1
Compare 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.5
Compare Source
This release fixes an issue when running on
node
installations withoutnpm
.For the complete list of fixed issues, check out the
Downloads are available on:
v3.4.4
Compare Source
This release fixes the following issues:
For the complete list of fixed issues, check out the
Downloads are available on:
v3.4.3
Compare 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.ts
files that can hang the language service.For the complete list of fixed issues, check out the
Downloads are available on:
v3.4.2
Compare Source
This update solely changes TSServer to provide responses to
configurePlugin
requests, 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.1
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.4.0-dev.20190403
Compare Source
v3.4.0-dev.20190330
Compare Source
v3.4.0-dev.20190329
Compare Source
v3.4.0-dev.20190328
Compare Source
v3.4.0-dev.20190327
Compare Source
v3.4.0-dev.20190326
Compare Source
v3.4.0-dev.20190323
Compare Source
v3.4.0-dev.20190322
Compare Source
v3.4.0-dev.20190321
Compare Source
v3.4.0-dev.20190320
Compare Source
v3.4.0-dev.20190319
Compare Source
v3.4.0-dev.20190316
Compare Source
v3.4.0-dev.20190315
Compare Source
v3.4.0-dev.20190314
Compare Source
v3.4.0-dev.20190313
Compare Source
v3.4.0-dev.20190312
Compare Source
v3.4.0-dev.20190311
Compare Source
v3.4.0-dev.20190310
Compare Source
v3.4.0-dev.20190309
Compare Source
v3.4.0-dev.20190308
Compare Source
v3.4.0-dev.20190307
Compare Source
v3.4.0-dev.20190306
Compare Source
v3.4.0-dev.20190305
Compare Source
v3.4.0-dev.20190302
Compare Source
v3.4.0-dev.20190301
Compare Source
v3.4.0-dev.20190228
Compare Source
Renovate configuration
📅 Schedule: "after 10pm,before 5am" in timezone Europe/Berlin.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.