-
Notifications
You must be signed in to change notification settings - Fork 1
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 (major) #201
base: master
Are you sure you want to change the base?
Conversation
210286e
to
88c65c1
Compare
88c65c1
to
d7091d3
Compare
d7091d3
to
6efad43
Compare
6efad43
to
6edcbbe
Compare
cab86c5
to
fadde69
Compare
fadde69
to
7b7fd8a
Compare
7b7fd8a
to
c976b97
Compare
c976b97
to
5965c90
Compare
5965c90
to
c2f2a4b
Compare
2b339c9
to
79688bd
Compare
79688bd
to
847e40d
Compare
847e40d
to
37f99f1
Compare
37f99f1
to
07d12d9
Compare
07d12d9
to
782ffe1
Compare
782ffe1
to
f0f6ea3
Compare
f0f6ea3
to
d23e657
Compare
d23e657
to
4793986
Compare
4793986
to
5f0f1d0
Compare
5f0f1d0
to
29afa9f
Compare
29afa9f
to
caddcaa
Compare
caddcaa
to
601f21e
Compare
601f21e
to
b2127ea
Compare
b2127ea
to
1701d0d
Compare
1701d0d
to
ffe5dd9
Compare
ffe5dd9
to
604b2ce
Compare
604b2ce
to
54b57e1
Compare
54b57e1
to
622b2e5
Compare
75daa90
to
dfa7432
Compare
dfa7432
to
a3ba04c
Compare
a3ba04c
to
3eb75f1
Compare
3eb75f1
to
dc23961
Compare
dc23961
to
c8652aa
Compare
a112392
to
73c8310
Compare
73c8310
to
aba259e
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
aba259e
to
4a365a9
Compare
4a365a9
to
cec110d
Compare
|
cec110d
to
1fc1196
Compare
1fc1196
to
e003b42
Compare
e003b42
to
627a648
Compare
627a648
to
8ac524f
Compare
This PR contains the following updates:
5.11.0
->6.1.3
3.2.4
->5.6.3
Release Notes
palantir/tslint (tslint)
v6.1.3
Compare Source
v6.1.2
Compare Source
v6.1.1
Compare Source
^0.5.3
(#4918)v6.1.0
Compare Source
no-object-literal-type-assertion
fix typo in rule description (#4911)Thanks to our contributors!
v6.0.0
Compare Source
This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.
enforce-trailing-newline
option infile-header
rule (#4890)writeFileSync
on macOS 10.15 (#4887)completed-docs
rule when tag contents are undefined (#4895)[error]
in testing rules documentation (#4903)Thanks to our contributors!
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!
v5.17.0
Compare Source
quotemark
backtic option now ignores enum members, use strict declarations, lookup types, and strings containing octal escape sequences. (#4693)no-redundant-jsdoc
no longer errors onJSDocThisTag
(#4690)no-use-before-declare
rule for typescript >= 2.9.0 (#4695)variable-name
rule metadata (#4731)no-unused-variable
argument count (#4683)no-object-literal-type-assertion
(#4681)unnecessary-constructor
(#4694)Thanks to our contributors!
v5.16.0
Compare Source
quotemark
backtick edge cases and fix behavior for TS < 2.7.1 (#4642)interface-name
rule related to numeric characters in interface names (#4655, #4626)nyc
from v10.2.0 to v13.3.0 (#4633)restrict-plus-operands
rule. (#4635)comment-format
rule now whitelists//region
comments generated by JetBrains IDE (#4609)no-null-undefined-union
rule. (#4625)allow-else-if
option forunnecessary-else
rule (#4599)switch-default
rule (#4650)no-parameter-properties
: fix unclear rule description (#4629)Thanks to our contributors!
v5.15.0
Compare Source
WalkContext
andAbstractWalker
type parameter defaults tovoid
(#2600)no-void-expression
now allows conditional expressions (#4606)ordered-imports
(#4583)static-this
false positive for higher order components (#4580)unnecessary-else
from blankif
statements (#4603)unnecessary-else
after non-jumping statement (#4603)interface-name
now handles interface starting with "I18n" correctly (#4486)no-string-throw
fix inserts whitespace if not present afterthrow
keyword (#4540)quotemark
: fix some edge cases forbacktick
option (#4618)unnecessary-constructor
: don't flag non-private constructors that are actually necessary (#4619)allow-single-line-comments
option forfile-header
rule (#4560)ignore-rest-args
option forno-any
rule (#4581)no-null-undefined-union
(#4589)Thanks to our contributors!
v5.14.0
Compare Source
backtick
option forquotemark
rule no longer incorrectly flags string literals that must use single/double quotes (#4535)whitespace
rule now lints export statements (#4554)no-trailing-whitespace
no longer flags files starting with a byte order mark (#4543)promise-function-async
now allows single statement lamda functions that delegate to another promise-returning function (#4553)whitespace
rule (#4551)underscore
option forno-shadowed-variable
rule to ignore shadowed underscores (#4546)require-const-for-all-caps
option forvariable-name
rule (#2936)overloads
option forcompleted-docs
rule to enforce documentation of each overload signature (#4563)allow-namespace-imports
option forno-duplicate-imports
rule (#4524)allow-arguments
option forno-object-literal-type-assertion
rule to allow type assertions on object literals used inside call expressions (#4521)allow-delete
option forno-unbound-method
rule (#4548)no-tautology-expression
(#4470)static-this
(#4475)unnecessary-else
(#4502)Thanks to our contributors!
v5.13.1
Compare Source
v5.13.0
Compare Source
RuleWalker
andProgramAwareRuleWalker
as deprecated (#4413)--out
CLI flag) does not exist. (#4507)jsRules: true
(#4517)unknown
is recognized as simple type inarray-type
(#4433)ban
: Fix a false positive which would occur when banning method calls nested inside objects. Previously, banning["a", "b", "c"]
would trigger lint failures on the syntaxb.c()
, which was not the intent of this rule. (#4383)trailing-comma
no longer crashes if it cannot find the closing parenthesis of a function declaration (#4457)no-unsafe-any
: allow implicitly downcastingany
tounknown
(#4442)grouped-imports
totslint:all
(#4420)ordered-imports
now supports a groups option to provide custom grouping rules. (#4134)completed-docs
to an untyped rule (#3557)array-type
rule handles Typescript 3.0's unknown type properly (#4219)import-blacklist
now supports regular expression patterns for blacklisting (#3504)no-restricted-globals
(#3824)newline-before-return
rule (#4482)number-literal-format
now includes auto fix (#4496)whitelist
option tono-unbound-method
(#4472)jsx-ignore
option tono-magic-numbers
rule (#4460)object-literal-sort-keys
: Addmatch-declaration-order-only
option (#3748)strict-boolean-expressions
acceptsignore-rhs
option to disable checking the right-hand side of the&&
and||
operators as strictly boolean. (#4159)Thanks to our contributors!
v5.12.1
Compare Source
v5.12.0
Compare Source
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
v5.6.2
Compare Source
v5.5.4
: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.3
: TypeScript 5.5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.2
: TypeScript 5.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.3
: TypeScript 5.4.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.2
: TypeScript 5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.3.3
: TypeScript 5.3.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.3.2
: TypeScript 5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.2.2
: TypeScript 5.2Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.6
: TypeScript 5.1.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on npm
v5.1.5
: TypeScript 5.1.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.1.3
: TypeScript 5.1.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.4
: TypeScript 5.0.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.3
: TypeScript 5.0.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.0.2
: TypeScript 5.0Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v4.9.5
: TypeScript 4.9.5Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
69e88ef
Port ignore deprecations to 4.9 (#52419)daf4e81
Port timestamp fix to 4.9 (#52426)v4.9.4
: TypeScript 4.9.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Changes:
e286821
Bump version to 4.9.4 and LKG.eb5419f
Cherry-pick #51704 to release 4.9 (#51712)b4d382b
Cherry-pick changes for narrowing to tagged literal types.e7a02f4
Port of #51626 and #51689 to release-4.9 (#51627)1727912
Cherry-pick fix aroundvisitEachChild
to release-4.9. (#51544)This list of changes was auto generated.
v4.9.3
: TypeScript 4.9Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Changes:
93bd577
Bump version to 4.9.3 and LKG.107f832
Update LKG.31bee56
Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]1e2fa7a
Update version to 4.9.2-rc and LKG.7ab89e5
Merge remote-tracking branch 'origin/main' into release-4.9e5cd686
Update package-lock.json8d40dc1
Update package-lock.json5cfb3a2
Only call return() for an abrupt completion in user code (#51297)a7a9d15
Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)7f8426f
fix for-in enumeration containing yield in generator (#51295)See More
3d2b401
Fix assertion functions accessed via wildcard imports (#51324)64d0d5a
fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)754eeb2
Update CodeQL workflow and configuration, fix found bugs (#51263)d8aad26
Update package-lock.jsond4f26c8
fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)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 was generated by Mend Renovate. View the repository job log.