This repository was archived by the owner on Jan 9, 2021. It is now read-only.
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:
^0.20.0
->^0.22.0
^0.20.0
->^0.22.0
Release Notes
fimbullinter/wotan
v0.22.0
Compare Source
Features:
//@​ts-nocheck
in .ts files now disables rules with type information for that file, as it was already the case in .js filesv0.21.0
Compare Source
Rule.supports
can now return a string respresenting the reason for not supporting the fileLinter#lintAndFix
now requires aProgramFactory
instead ofProgram
Linter#lintAndFix
UpdateFileCallback
is now expected to only return aSourceFile
no-inferred-empty-object
was renamed tono-uninferred-type-parameter
Features:
--project --references
tsconfig.json
files are cached for all project references--project --fix
no-uninferred-type-parameter
properly handles new default constraintunknown
no-uninferred-type-parameter
now detects uninferred type parameters in JS code falling back toany
no-uninferred-type-parameter
correctly handles higher order function typesno-useless-initializer
checks array destructuringBugfixes:
Renovate configuration
📅 Schedule: "after 10pm,before 5am" in timezone Europe/Berlin.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.