-
Notifications
You must be signed in to change notification settings - Fork 729
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 typescript packages (v1) (minor) #635
Open
renovate
wants to merge
1
commit into
v1
Choose a base branch
from
renovate/v1-typescript
base: v1
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
force-pushed
the
renovate/v1-typescript
branch
from
September 10, 2019 00:48
8c31842
to
8a7faf2
Compare
renovate
bot
changed the title
chore(deps): update dependency typescript to v3.6.2 (v1)
chore(deps): update typescript packages (v1) (minor)
Sep 10, 2019
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
5 times, most recently
from
September 16, 2019 03:00
b3ff7b3
to
5572c20
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
2 times, most recently
from
September 24, 2019 21:17
717eee9
to
36e8a63
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
3 times, most recently
from
October 15, 2019 17:46
a9133e4
to
57801bc
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
2 times, most recently
from
November 5, 2019 18:08
af76f10
to
50a0368
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
December 4, 2019 09:32
50a0368
to
0a139bf
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
December 20, 2019 21:56
0a139bf
to
5399755
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
2 times, most recently
from
January 16, 2020 21:24
c5204c3
to
53cb35d
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
February 11, 2020 12:28
53cb35d
to
6b4923a
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
February 20, 2020 23:18
6b4923a
to
3392543
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
2 times, most recently
from
March 2, 2020 11:00
5970d49
to
379a8f4
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
3 times, most recently
from
March 24, 2020 07:24
6b12082
to
89c0c1d
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
April 5, 2020 03:29
89c0c1d
to
3ce0a57
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
April 20, 2020 22:43
3ce0a57
to
4559079
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
May 12, 2020 22:00
4559079
to
843dd25
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
May 20, 2020 00:53
843dd25
to
c83dea3
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
June 4, 2020 18:50
c83dea3
to
32e8b55
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
July 1, 2020 18:20
32e8b55
to
3068cc4
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
July 16, 2020 20:38
3068cc4
to
8e93064
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
2 times, most recently
from
February 11, 2021 09:07
8d1a2b7
to
4b4db46
Compare
renovate
bot
force-pushed
the
renovate/v1-typescript
branch
from
June 16, 2021 22:56
4b4db46
to
1758cdb
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
5.19.0
->5.20.1
3.5.3
->3.9.10
Release Notes
palantir/tslint
v5.20.1
Compare Source
No changes from v5.20.0, just re-released to correctly mark with the
latest
dist-tag on NPM.v5.20.0
Compare Source
strict-boolean-expressions
false positive with"ignore-rhs"
option (#4833)no-unnecessary-type-assertion
no error when"strict": true
in compiler flags (#4841)file-name-casing
rule works correctly (#4848)array-type
false positive for simple parenthesized types with "array-simple" option (#4844)object-literal-shorthand
supports{"property"?: "never", "method"?: "never"}
as config options (#4842)allow-generics
option forinvalid-void
rule (#4839)check-super-calls
option forunnecessary-constructor
rule (#4813)diff
dependency to v4.0.1 (#4845, #4852)Thanks to our contributors!
Microsoft/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
(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:
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.