-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency typescript to v3.9.10 #96
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 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
renovate
bot
changed the title
chore(deps): update dependency typescript to v3.5.2
Update dependency typescript to v3.5.2
Jun 27, 2019
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
June 27, 2019 17:41
acd878a
to
0852766
Compare
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
2 times, most recently
from
July 8, 2019 22:58
6910a25
to
e3c2e8a
Compare
renovate
bot
changed the title
Update dependency typescript to v3.5.2
Update dependency typescript to v3.5.3
Jul 8, 2019
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
August 28, 2019 18:18
e3c2e8a
to
df2938a
Compare
renovate
bot
changed the title
Update dependency typescript to v3.5.3
Update dependency typescript to v3.6.2
Aug 28, 2019
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
September 30, 2019 12:01
df2938a
to
6e713da
Compare
renovate
bot
changed the title
Update dependency typescript to v3.6.2
Update dependency typescript to v3.6.3
Sep 30, 2019
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
November 10, 2019 20:05
6e713da
to
45c1d38
Compare
renovate
bot
changed the title
Update dependency typescript to v3.6.3
Update dependency typescript to v3.7.2
Nov 10, 2019
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
December 14, 2019 17:46
45c1d38
to
97183b1
Compare
renovate
bot
changed the title
Update dependency typescript to v3.7.2
Update dependency typescript to v3.7.3
Dec 14, 2019
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
December 21, 2019 21:59
97183b1
to
b9e4584
Compare
renovate
bot
changed the title
Update dependency typescript to v3.7.3
Update dependency typescript to v3.7.4
Dec 21, 2019
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
January 18, 2020 14:02
b9e4584
to
062e17b
Compare
renovate
bot
changed the title
Update dependency typescript to v3.7.4
Update dependency typescript to v3.7.5
Jan 18, 2020
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
March 10, 2020 15:03
062e17b
to
21c1856
Compare
renovate
bot
changed the title
Update dependency typescript to v3.7.5
Update dependency typescript to v3.8.3
Mar 10, 2020
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
July 1, 2020 23:01
21c1856
to
6cf8c49
Compare
renovate
bot
changed the title
Update dependency typescript to v3.8.3
Update dependency typescript to v3.9.6
Jul 1, 2020
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
August 21, 2020 05:04
6cf8c49
to
2989526
Compare
renovate
bot
changed the title
Update dependency typescript to v3.9.6
Update dependency typescript to v3.9.7
Aug 21, 2020
renovate
bot
changed the title
Update dependency typescript to v3.9.7
chore(deps): update dependency typescript to v3.9.7
Oct 28, 2020
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
February 10, 2021 10:58
2989526
to
71fc95e
Compare
renovate
bot
changed the title
chore(deps): update dependency typescript to v3.9.7
chore(deps): update dependency typescript to v3.9.8
Feb 10, 2021
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
February 11, 2021 09:55
71fc95e
to
39716cd
Compare
renovate
bot
changed the title
chore(deps): update dependency typescript to v3.9.8
chore(deps): update dependency typescript to v3.9.9
Feb 11, 2021
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
October 19, 2021 02:10
39716cd
to
9ef5c1f
Compare
renovate
bot
changed the title
chore(deps): update dependency typescript to v3.9.9
chore(deps): update dependency typescript to v3.9.10
Oct 19, 2021
renovate
bot
force-pushed
the
renovate/typescript-3.x
branch
from
November 20, 2022 09:54
9ef5c1f
to
5b570e1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.5
->3.9.10
Release Notes
microsoft/TypeScript (typescript)
v3.9.10
: TypeScript 3.9.10Compare Source
This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See the change for more details.
v3.9.9
: TypeScript 3.9.9Compare Source
This release contains a fix for an issue when language service plugins have no specified name.
v3.9.8
: TypeScript 3.9.8Compare Source
This release contains fixes for a security risk involving language service plugin loading. More details are available here.
v3.9.7
: TypeScript 3.9.7Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
This release contains a fix for CVE-2020-1416
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
v3.9.6
: TypeScript 3.9.6Compare 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
: TypeScript 3.9.5This 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
: TypeScript 3.9.3Compare 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
: TypeScript 3.9.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.8.3
: TypeScript 3.8.3Compare 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
: TypeScript 3.8.2Compare 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.7
: TypeScript 3.7.7Compare Source
This release contains a fix for an issue when language service plugins have no specified name.
v3.7.6
: TypeScript 3.7.6Compare Source
This release contains fixes for a security risk involving language service plugin loading. More details are available here.
v3.7.5
: TypeScript 3.7.5Compare Source
For the complete list of fixed issues, check out the
v3.7.4
: TypeScript 3.7.4Compare Source
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.3
: TypeScript 3.7.3Compare Source
For the complete list of fixed issues, check out the
Downloads are available on:
v3.7.2
: TypeScript 3.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.5
: TypeScript 3.6.5Compare 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
: TypeScript 3.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.3
: TypeScript 3.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.2
: TypeScript 3.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.3
: TypeScript 3.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.2
: TypeScript 3.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:
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
: TypeScript 3.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:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.