-
Notifications
You must be signed in to change notification settings - Fork 5
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): typescript packages (minor) #106
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/typescript
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.
Open
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/typescript
branch
2 times, most recently
from
September 10, 2019 21:19
3b025a3
to
bcced2e
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
October 9, 2019 20:37
bcced2e
to
f79ed63
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
2 times, most recently
from
November 5, 2019 18:13
8796c7d
to
e5cc05c
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
December 4, 2019 08:14
e5cc05c
to
61d8344
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
December 20, 2019 21:31
61d8344
to
6f14f75
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
January 16, 2020 21:29
6f14f75
to
0bfac85
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
February 20, 2020 23:14
0bfac85
to
f995859
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
February 28, 2020 22:38
f995859
to
c3a046d
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
May 12, 2020 22:51
c3a046d
to
d632d5f
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
May 20, 2020 00:25
d632d5f
to
0424483
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
June 4, 2020 18:54
0424483
to
7101fd1
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
July 1, 2020 18:00
7101fd1
to
268ad4b
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
July 16, 2020 20:16
268ad4b
to
6041b28
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
2 times, most recently
from
February 10, 2021 21:14
1302147
to
80c030b
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
June 16, 2021 23:06
80c030b
to
3b14f0b
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
January 12, 2022 15:00
3b14f0b
to
d50d11b
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
October 24, 2022 13:17
d50d11b
to
fcc9213
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
November 21, 2022 12:04
fcc9213
to
e05cb97
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
November 28, 2022 13:17
e05cb97
to
48f86c6
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
2 times, most recently
from
December 19, 2022 11:26
5412996
to
286a852
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
December 26, 2022 10:08
286a852
to
45d5e09
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
January 9, 2023 14:55
45d5e09
to
e6fc91f
Compare
renovate
bot
force-pushed
the
renovate/typescript
branch
from
January 30, 2023 17:20
e6fc91f
to
833f435
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:
5.17.0
->5.20.1
3.5.3
->3.9.10
Release Notes
palantir/tslint (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!
v5.19.0
Compare Source
promise-function-async
for short parenthesized arrow functions (#4765)no-async-without-await
false positive for abstract methods (#4782)strict-comparisons
false positive fornull
andundefined
literals (#4786)no-angle-bracket-type-assertion
autofix semantics with more parentheses (#4823)restrict-plus-operands
rule (#4814)await-promise
now supports new TypeScript 3.6 AST API symbols for async iterators (#4800)check-strings
andcheck-regex
options formax-line-length
rule (#4798)variable-declaration-ignore-function
option fortypedef
rule (#4769)ignore-blank-lines
option forobject-literal-sort-keys
rule (#4808)no-for-in
(#4747)invalid-void
(#4736)strict-string-expressions
reports errors on type coercions found in string expressions (#4807)no-promise-as-boolean
(#4790)Thanks to our contributors!
v5.18.0
Compare Source
--print-config
CLI flag (#4744)no-unnecessary-type-assertion
no longer flagsx!
non-null assertions if--strictNullChecks
is not enabled (#3724)quotemark
handles unbalanced quotes more gracefully without crashing (#4344)no-magic-numbers
rule ignores arguments passed into default Number methods (#3668)comment-format
(#3583)"allow-trailing-lowercase"
option forcomment-format
rule (#3583)"ignore-accessors"
foradjacent-overload-signatures
to ignore getters / setters overloads (#3718)no-async-without-await
(#3945)strict-comparisons
(#4519)Thanks to our contributors!
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:
Configuration
📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.