Bump tslint from 5.10.0 to 5.11.0
Bumps tslint from 5.10.0 to 5.11.0.
Release notes
Sourced from tslint's releases.
v5.11.0
⚠ Deprecations
- [deprecation]
no-unused-variable
is deprecated because typescript now covers most of its functionality (#3919)
🎉 Features
- [new-rule]
file-name-casing
(#3978)- [new-fixer] Add fixer for
switch-final-break
(#3615)- [new-fixer] Implemented fixer for
member-ordering
and added corresponding tests. (#3935)- [new-rule-option] Add whitelist for
no-implicit-dependencies
(#3979)
🛠 Bugfixes & enhancements
- [bugfix]
no-use-before-declare
Fixes false positives when using the destructuring syntax (#3761) (#3876)- [bugfix] Fix Copyright: license JSDoc tag was missing (#3879)
- [bugfix] Fix missing newline at end of file (#3896)
- [bugfix] allow-empty-functions option of
no-empty
rule is now properly respecting empty methods (#3897)- [bugfix]
no-magic-numbers
- support for negative zero (#3903)- [bugfix] Handle tsconfig.json errors without using JSON.stringify (#3908)
- [bugfix] Fix CI:
no-implicit-dependencies
test failure; typescript@next failure (#4019)- [bugfix] Fix edge case in
no-console
rule (#4041)- [docs] Fix typos in the
no-floating-promises
rule docs. (#3886)- [docs] Updated
prefer-while
docs to be semantically correct (#3888)- [docs] Fix link to configuration page (#3891)
- [docs] Fix docs typo (#3898)
- [docs] Fix docs typo (#3910)
- [enhancement] Turn on strictPropertyInitialization for src/ and test/ (#3924)
- [enhancement] Use Buffer.allocUnsafe instead of the deprecated new Buffer() (#3985)
- [enhancement] Improve
radix
rule checks (#3901)- [enhancement] Output +/- on diff so added/removed empty lines are visible. (#3973)
- [rule-change]
no-implicit-dependencies
now always considers peer dependencies (#3875)Thanks to our contributors!
... (truncated)
- Bowen Ni
- Peter Safranek
- Saugat Acharya
- Jason Mendes
- Ryan Waskiewicz
- Dariusz Rumiński
- Xinhu Liu
- Rado Kirov
- aervin_
- Josh Goldberg
- mertdeg2
- Jason Killian
- Adrian Leonhard
- david-cannady
- Andy Russell
- Tibor Blenessy
Changelog
Sourced from tslint's changelog.
v5.11.0
⚠ Deprecations
- [deprecation]
no-unused-variable
is deprecated because typescript now covers most of its functionality (#3919)
🎉 Features
- [new-rule]
file-name-casing
(#3978)- [new-fixer] Add fixer for
switch-final-break
(#3615)- [new-fixer] Implemented fixer for
member-ordering
and added corresponding tests. (#3935)- [new-rule-option] Add whitelist for
no-implicit-dependencies
(#3979)
🛠 Bugfixes & enhancements
- [bugfix]
no-use-before-declare
Fixes false positives when using the destructuring syntax (#3761) (#3876)- [bugfix] Fix Copyright: license JSDoc tag was missing (#3879)
- [bugfix] Fix missing newline at end of file (#3896)
- [bugfix] allow-empty-functions option of
no-empty
rule is now properly respecting empty methods (#3897)- [bugfix]
no-magic-numbers
- support for negative zero (#3903)- [bugfix] Handle tsconfig.json errors without using JSON.stringify (#3908)
- [bugfix] Fix CI:
no-implicit-dependencies
test failure; typescript@next failure (#4019)- [bugfix] Fix edge case in
no-console
rule (#4041)- [docs] Fix typos in the
no-floating-promises
rule docs. (#3886)- [docs] Updated
prefer-while
docs to be semantically correct (#3888)- [docs] Fix link to configuration page (#3891)
- [docs] Fix docs typo (#3898)
- [docs] Fix docs typo (#3910)
- [enhancement] Turn on strictPropertyInitialization for src/ and test/ (#3924)
- [enhancement] Use Buffer.allocUnsafe instead of the deprecated new Buffer() (#3985)
- [enhancement] Improve
radix
rule checks (#3901)- [enhancement] Output +/- on diff so added/removed empty lines are visible. (#3973)
- [rule-change]
no-implicit-dependencies
now always considers peer dependencies (#3875)Thanks to our contributors!
... (truncated)
- Bowen Ni
- Peter Safranek
- Saugat Acharya
- Jason Mendes
- Ryan Waskiewicz
- Dariusz Rumiński
- Xinhu Liu
- Rado Kirov
- aervin_
- Josh Goldberg
- mertdeg2
- Jason Killian
- Adrian Leonhard
- david-cannady
Commits
-
4722df4
Prepare release 5.11.0 (#4042) -
1eb6640
no-console: fix #3207 (#4041) -
29fbace
Fix CI: no-implicit-dependencies test failure; typescript@next failure (#4019) -
9d7db47
[new-rule-option] [no-implicit-dependencies] - add whitelist (#3839) (#3979) -
4a11f95
Output +/- on diff so added/removed empty lines are visible. (#3973) -
6989dd7
no-implicit-dependencies should include peer dependencies even with "dev" opt... -
1c31dc0
[New rule] add fileNameCasing rule (#3978) -
d95dd91
Radix rule checks Number.parseInt(), window.Number.parseInt(), global.Number.... -
f82ef3c
Implemented fixer for member-ordering and added corresponding tests. (#3935) -
c01bb2c
Use Buffer.allocUnsafe instead of the deprecated new Buffer() (#3985) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now
in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.