Update fimbullinter monorepo to ^0.24.0 #4
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.24.0
^0.20.0
->^0.24.0
Release Notes
fimbullinter/wotan
v0.24.0
Compare Source
🎉 This release contains two major features: caching and code fixes in the LanguageService plugin.
The changes in the LanguageService plugin require that you update the
@fimbul/mithotyn
dependency and thefimbullinter.vscode-plugin
VSCode plugin if you were using one of them.Features:
no-object-spread-of-iterable
warns about spreading an array into an objectno-implicit-tostring
warns about implicit string coercion of certain types--cache
enables caching for fast incremental linting. Read more about cachingv0.23.0
Compare Source
prefer-dot-notation
now requires type informationFeatures:
prefer-dot-notation
no longer reports findings which would cause a compile error when fixedno-writeonly-property-read
never
-returning functionsno-fallthrough
andno-unreachable-code
report better findings if type inforamtion is availablereturn-never-call
only reports calls that TypeScript's control-flow-analysis cannot detectno-restricted-property-access
super
super
this
in constructorBugfixes:
.js(x)
files in composite projectsasync-function-assignability
fixed false-positive on static class membersno-restricted-property-access
this
container for decorators and computed property namesv0.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:
Configuration
📅 Schedule: Branch creation - "after 10pm,before 5am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 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 Mend Renovate. View repository job log here.