-
Notifications
You must be signed in to change notification settings - Fork 108
chore(deps): update typescript packages (major) #331
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-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.
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
44a6675 to
37a4e78
Compare
821bde2 to
5a30c6a
Compare
5a30c6a to
d2fd9e7
Compare
d2fd9e7 to
28a3836
Compare
28a3836 to
a95e224
Compare
a95e224 to
29d2664
Compare
27ba9d1 to
a888eb4
Compare
a888eb4 to
3ecc7ca
Compare
3ecc7ca to
9930bcc
Compare
9930bcc to
8eb9886
Compare
8eb9886 to
ba3efdf
Compare
ae4c38c to
5f6f36f
Compare
5f6f36f to
4b5bb35
Compare
4b5bb35 to
7865a02
Compare
7865a02 to
0ea56c3
Compare
0ea56c3 to
77e9801
Compare
77e9801 to
727b87c
Compare
727b87c to
2a480fd
Compare
2a480fd to
db97912
Compare
0a1d915 to
2960ca9
Compare
2960ca9 to
9254efa
Compare
9254efa to
d3303de
Compare
d3303de to
fb1c15a
Compare
740cd60 to
4d085ad
Compare
4d085ad to
51a654c
Compare
51a654c to
a8bdd82
Compare
a8bdd82 to
a2b0a29
Compare
a2b0a29 to
5dda2c3
Compare
5dda2c3 to
78054d5
Compare
78054d5 to
7eb68f9
Compare
e9f92de to
ba10166
Compare
ba10166 to
65e027d
Compare
65e027d to
73b9ca8
Compare
73b9ca8 to
f8530c0
Compare
f8530c0 to
3d73948
Compare
3d73948 to
2decd82
Compare
2decd82 to
f959dc8
Compare
f959dc8 to
5186c1f
Compare
5186c1f to
0bf8db3
Compare
0bf8db3 to
d17c80a
Compare
d17c80a to
2d546f7
Compare
2d546f7 to
81fa738
Compare
81fa738 to
9d44b67
Compare
9d44b67 to
88c0d06
Compare
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.12.1->6.1.33.3.4000->5.9.3Release Notes
palantir/tslint (tslint)
v6.1.3Compare Source
v6.1.2Compare Source
v6.1.1Compare Source
^0.5.3(#4918)v6.1.0Compare Source
no-object-literal-type-assertionfix typo in rule description (#4911)Thanks to our contributors!
v6.0.0Compare Source
This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.
enforce-trailing-newlineoption infile-headerrule (#4890)writeFileSyncon macOS 10.15 (#4887)completed-docsrule when tag contents are undefined (#4895)[error]in testing rules documentation (#4903)Thanks to our contributors!
v5.20.1Compare Source
No changes from v5.20.0, just re-released to correctly mark with the
latestdist-tag on NPM.v5.20.0Compare Source
strict-boolean-expressionsfalse positive with"ignore-rhs"option (#4833)no-unnecessary-type-assertionno error when"strict": truein compiler flags (#4841)file-name-casingrule works correctly (#4848)array-typefalse positive for simple parenthesized types with "array-simple" option (#4844)object-literal-shorthandsupports{"property"?: "never", "method"?: "never"}as config options (#4842)allow-genericsoption forinvalid-voidrule (#4839)check-super-callsoption forunnecessary-constructorrule (#4813)diffdependency to v4.0.1 (#4845, #4852)Thanks to our contributors!
v5.19.0Compare Source
promise-function-asyncfor short parenthesized arrow functions (#4765)no-async-without-awaitfalse positive for abstract methods (#4782)strict-comparisonsfalse positive fornullandundefinedliterals (#4786)no-angle-bracket-type-assertionautofix semantics with more parentheses (#4823)restrict-plus-operandsrule (#4814)await-promisenow supports new TypeScript 3.6 AST API symbols for async iterators (#4800)check-stringsandcheck-regexoptions formax-line-lengthrule (#4798)variable-declaration-ignore-functionoption fortypedefrule (#4769)ignore-blank-linesoption forobject-literal-sort-keysrule (#4808)no-for-in(#4747)invalid-void(#4736)strict-string-expressionsreports errors on type coercions found in string expressions (#4807)no-promise-as-boolean(#4790)Thanks to our contributors!
v5.18.0Compare Source
--print-configCLI flag (#4744)no-unnecessary-type-assertionno longer flagsx!non-null assertions if--strictNullChecksis not enabled (#3724)quotemarkhandles unbalanced quotes more gracefully without crashing (#4344)no-magic-numbersrule ignores arguments passed into default Number methods (#3668)comment-format(#3583)"allow-trailing-lowercase"option forcomment-formatrule (#3583)"ignore-accessors"foradjacent-overload-signaturesto ignore getters / setters overloads (#3718)no-async-without-await(#3945)strict-comparisons(#4519)Thanks to our contributors!
v5.17.0Compare Source
quotemarkbacktic option now ignores enum members, use strict declarations, lookup types, and strings containing octal escape sequences. (#4693)no-redundant-jsdocno longer errors onJSDocThisTag(#4690)no-use-before-declarerule for typescript >= 2.9.0 (#4695)variable-namerule metadata (#4731)no-unused-variableargument count (#4683)no-object-literal-type-assertion(#4681)unnecessary-constructor(#4694)Thanks to our contributors!
v5.16.0Compare Source
quotemarkbacktick edge cases and fix behavior for TS < 2.7.1 (#4642)interface-namerule related to numeric characters in interface names (#4655, #4626)nycfrom v10.2.0 to v13.3.0 (#4633)restrict-plus-operandsrule. (#4635)comment-formatrule now whitelists//regioncomments generated by JetBrains IDE (#4609)no-null-undefined-unionrule. (#4625)allow-else-ifoption forunnecessary-elserule (#4599)switch-defaultrule (#4650)no-parameter-properties: fix unclear rule description (#4629)Thanks to our contributors!
v5.15.0Compare Source
WalkContextandAbstractWalkertype parameter defaults tovoid(#2600)no-void-expressionnow allows conditional expressions (#4606)ordered-imports(#4583)static-thisfalse positive for higher order components (#4580)unnecessary-elsefrom blankifstatements (#4603)unnecessary-elseafter non-jumping statement (#4603)interface-namenow handles interface starting with "I18n" correctly (#4486)no-string-throwfix inserts whitespace if not present afterthrowkeyword (#4540)quotemark: fix some edge cases forbacktickoption (#4618)unnecessary-constructor: don't flag non-private constructors that are actually necessary (#4619)allow-single-line-commentsoption forfile-headerrule (#4560)ignore-rest-argsoption forno-anyrule (#4581)no-null-undefined-union(#4589)Thanks to our contributors!
v5.14.0Compare Source
backtickoption forquotemarkrule no longer incorrectly flags string literals that must use single/double quotes (#4535)whitespacerule now lints export statements (#4554)no-trailing-whitespaceno longer flags files starting with a byte order mark (#4543)promise-function-asyncnow allows single statement lamda functions that delegate to another promise-returning function (#4553)whitespacerule (#4551)underscoreoption forno-shadowed-variablerule to ignore shadowed underscores (#4546)require-const-for-all-capsoption forvariable-namerule (#2936)overloadsoption forcompleted-docsrule to enforce documentation of each overload signature (#4563)allow-namespace-importsoption forno-duplicate-importsrule (#4524)allow-argumentsoption forno-object-literal-type-assertionrule to allow type assertions on object literals used inside call expressions (#4521)allow-deleteoption forno-unbound-methodrule (#4548)no-tautology-expression(#4470)static-this(#4475)unnecessary-else(#4502)Thanks to our contributors!
v5.13.1Compare Source
v5.13.0Compare Source
RuleWalkerandProgramAwareRuleWalkeras deprecated (#4413)--outCLI flag) does not exist. (#4507)jsRules: true(#4517)unknownis 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-commano longer crashes if it cannot find the closing parenthesis of a function declaration (#4457)no-unsafe-any: allow implicitly downcastinganytounknown(#4442)grouped-importstotslint:all(#4420)ordered-importsnow supports a groups option to provide custom grouping rules. (#4134)completed-docsto an untyped rule (#3557)array-typerule handles Typescript 3.0's unknown type properly (#4219)import-blacklistnow supports regular expression patterns for blacklisting (#3504)no-restricted-globals(#3824)newline-before-returnrule (#4482)number-literal-formatnow includes auto fix (#4496)whitelistoption tono-unbound-method(#4472)jsx-ignoreoption tono-magic-numbersrule (#4460)object-literal-sort-keys: Addmatch-declaration-order-onlyoption (#3748)strict-boolean-expressionsacceptsignore-rhsoption to disable checking the right-hand side of the&&and||operators as strictly boolean. (#4159)Thanks to our contributors!
microsoft/TypeScript (typescript)
v5.9.3: TypeScript 5.9.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.9.2: TypeScript 5.9Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
v5.8.3: TypeScript 5.8.3Compare Source
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
v5.8.2: TypeScript 5.8Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.7.3: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.6.3: TypeScript 5.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:
v5.6.2: TypeScript 5.6Compare 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.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
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.