Update dependency tslint-microsoft-contrib to v6 #569
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.2.1
->6.2.0
Release Notes
Microsoft/tslint-microsoft-contrib (tslint-microsoft-contrib)
v6.2.0
Compare Source
All Issues
This release doesn't contain any changes since
6.2.0-beta
milestone.Full release notes:
Array
from other namespacev6.1.1
Compare Source
v6.1.0
Compare Source
All Issues
Changes since
6.1.0-beta
milestone:README.md
updatesFull release notes:
react-a11y-input-elements
incorrectly requiring placeholder for radio, checkbox, and file inputsimport "some-name";
walk
function instead of extending AbstractRule in our new-rule templatesv6.0.0
Compare Source
All Issues
The major version
6
comes with all the greatness of the6.0.0-beta
milestone along with:➕ New rules:
use-simple-attributes
☑️ Internal improvements:
Full release notes:
export-name
: fixed overly permissive validatorno-relative-imports
: disallow.
and..
path componentsimport-name
: fixed for long../..
paths and similar.jsx
files to be considered as TSX➕ New rules:
informative docs
react-a11y-required
react-a11y-no-onchange
react-a11y-input-elements
non-literal-fs-path
use-simple-attributes
✅ General changes:
import-name
: better documentation on complex packagesreact-anchor-blank-noopener
: option to avoid redundant rel valuesmocha-no-side-effect-code
: ignore.forEach
setupsimport-name
: option for ignoring node_modulesreact-no-dangerous-html
: suppressions no longer require absolute pathsreact-this-binding-issue
: performance boost from internalSet
sexport-name
: case-insensitive by default.tsx.ts
files as TSXno-function-expression
: exclude generics in.tsx
filesfunction-name
: add options for overlapping private and/or static method typesno-relative-import
: allow same folder importsnewline-before-return
from recommended presetfunction-name
: support symbol properties as namesimport-name
: allow more forms of specifies with hyphensno-suspicious-comment
: allow links to issuesreact-a11y-image-button-has-alt
: no longer throw on input elementsreact-a11y-anchors
: warn when there is no'href'
attributereact-a11y-anchors
: allow children and hidden contentexport-name
: addignore-case
optionimport-name
: clear documentation examplesimport-name
: allow snake_case file namesreact-a11y-anchors
: addignore-case
andignore-whitespace
optionsmax-func-body-length
: allowdefault
classesreact-this-binding
: add detection for@bind
decoratorsimport-name
: ignore modules with dotted pathsno-increment-decrement
: add anallow-for-loop
optionreact-tsx-curly-spacing
: empty{}
node when it only contains commentsreact-a11y-img-has-alt
: alt-text cannot be an image file nameimg-alt-ignored-image-support
: add check for title attribute for images☑️ Internal improvements:
npm-*
andreleases
branchesprefer-readonly
in source codeErrorTolerantWalker
no-any
in source codeErrorTolerantWalker
as deprecatedlaunch.json
for VS Codenull
unnecessarily in source code--strict
mode in source codeConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.