Release notes
*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).*
> ## v5.11.0
> ## :warning: Deprecations
>
> - [deprecation] [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) is deprecated because typescript now covers most of its functionality ([#3919](https://github-redirect.dependabot.com/palantir/tslint/issues/3919))
>
> ## :tada: Features
> - [new-rule] [`file-name-casing`](https://palantir.github.io/tslint/rules/file-name-casing/) ([#3978](https://github-redirect.dependabot.com/palantir/tslint/issues/3978))
> - [new-fixer] Add fixer for [`switch-final-break`](https://palantir.github.io/tslint/rules/switch-final-break/) ([#3615](https://github-redirect.dependabot.com/palantir/tslint/issues/3615))
> - [new-fixer] Implemented fixer for [`member-ordering`](https://palantir.github.io/tslint/rules/member-ordering/) and added corresponding tests. ([#3935](https://github-redirect.dependabot.com/palantir/tslint/issues/3935))
> - [new-rule-option] Add whitelist for [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) ([#3979](https://github-redirect.dependabot.com/palantir/tslint/issues/3979))
>
> ## :hammer_and_wrench: Bugfixes & enhancements
>
> - [bugfix] [`no-use-before-declare`](https://palantir.github.io/tslint/rules/no-use-before-declare/) Fixes false positives when using the destructuring syntax ([#3761](https://github-redirect.dependabot.com/palantir/tslint/issues/3761)) ([#3876](https://github-redirect.dependabot.com/palantir/tslint/issues/3876))
> - [bugfix] Fix Copyright: [**license**](https://github.com/license) JSDoc tag was missing ([#3879](https://github-redirect.dependabot.com/palantir/tslint/issues/3879))
> - [bugfix] Fix missing newline at end of file ([#3896](https://github-redirect.dependabot.com/palantir/tslint/issues/3896))
> - [bugfix] allow-empty-functions option of [`no-empty`](https://palantir.github.io/tslint/rules/no-empty/) rule is now properly respecting empty methods ([#3897](https://github-redirect.dependabot.com/palantir/tslint/issues/3897))
> - [bugfix] [`no-magic-numbers`](https://palantir.github.io/tslint/rules/no-magic-numbers/) - support for negative zero ([#3903](https://github-redirect.dependabot.com/palantir/tslint/issues/3903))
> - [bugfix] Handle tsconfig.json errors without using JSON.stringify ([#3908](https://github-redirect.dependabot.com/palantir/tslint/issues/3908))
> - [bugfix] Fix CI: [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) test failure; typescript@next failure ([#4019](https://github-redirect.dependabot.com/palantir/tslint/issues/4019))
> - [bugfix] Fix edge case in [`no-console`](https://palantir.github.io/tslint/rules/no-console/) rule ([#4041](https://github-redirect.dependabot.com/palantir/tslint/issues/4041))
> - [docs] Fix typos in the [`no-floating-promises`](https://palantir.github.io/tslint/rules/no-floating-promises/) rule docs. ([#3886](https://github-redirect.dependabot.com/palantir/tslint/issues/3886))
> - [docs] Updated [`prefer-while`](https://palantir.github.io/tslint/rules/prefer-while/) docs to be semantically correct ([#3888](https://github-redirect.dependabot.com/palantir/tslint/issues/3888))
> - [docs] Fix link to configuration page ([#3891](https://github-redirect.dependabot.com/palantir/tslint/issues/3891))
> - [docs] Fix docs typo ([#3898](https://github-redirect.dependabot.com/palantir/tslint/issues/3898))
> - [docs] Fix docs typo ([#3910](https://github-redirect.dependabot.com/palantir/tslint/issues/3910))
> - [enhancement] Turn on strictPropertyInitialization for src/ and test/ ([#3924](https://github-redirect.dependabot.com/palantir/tslint/issues/3924))
> - [enhancement] Use Buffer.allocUnsafe instead of the deprecated new Buffer() ([#3985](https://github-redirect.dependabot.com/palantir/tslint/issues/3985))
> - [enhancement] Improve [`radix`](https://palantir.github.io/tslint/rules/radix/) rule checks ([#3901](https://github-redirect.dependabot.com/palantir/tslint/issues/3901))
> - [enhancement] Output +/- on diff so added/removed empty lines are visible. ([#3973](https://github-redirect.dependabot.com/palantir/tslint/issues/3973))
> - [rule-change] [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) now always considers peer dependencies ([#3875](https://github-redirect.dependabot.com/palantir/tslint/issues/3875))
>
> Thanks to our contributors!
>
> - 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
> ... (truncated)
Changelog
*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).*
> v5.11.0
> ---
>
> ## :warning: Deprecations
>
> - [deprecation] [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) is deprecated because typescript now covers most of its functionality ([#3919](https://github-redirect.dependabot.com/palantir/tslint/issues/3919))
>
> ## :tada: Features
> - [new-rule] [`file-name-casing`](https://palantir.github.io/tslint/rules/file-name-casing/) ([#3978](https://github-redirect.dependabot.com/palantir/tslint/issues/3978))
> - [new-fixer] Add fixer for [`switch-final-break`](https://palantir.github.io/tslint/rules/switch-final-break/) ([#3615](https://github-redirect.dependabot.com/palantir/tslint/issues/3615))
> - [new-fixer] Implemented fixer for [`member-ordering`](https://palantir.github.io/tslint/rules/member-ordering/) and added corresponding tests. ([#3935](https://github-redirect.dependabot.com/palantir/tslint/issues/3935))
> - [new-rule-option] Add whitelist for [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) ([#3979](https://github-redirect.dependabot.com/palantir/tslint/issues/3979))
>
> ## :hammer_and_wrench: Bugfixes & enhancements
>
> - [bugfix] [`no-use-before-declare`](https://palantir.github.io/tslint/rules/no-use-before-declare/) Fixes false positives when using the destructuring syntax ([#3761](https://github-redirect.dependabot.com/palantir/tslint/issues/3761)) ([#3876](https://github-redirect.dependabot.com/palantir/tslint/issues/3876))
> - [bugfix] Fix Copyright: [**license**](https://github.com/license) JSDoc tag was missing ([#3879](https://github-redirect.dependabot.com/palantir/tslint/issues/3879))
> - [bugfix] Fix missing newline at end of file ([#3896](https://github-redirect.dependabot.com/palantir/tslint/issues/3896))
> - [bugfix] allow-empty-functions option of [`no-empty`](https://palantir.github.io/tslint/rules/no-empty/) rule is now properly respecting empty methods ([#3897](https://github-redirect.dependabot.com/palantir/tslint/issues/3897))
> - [bugfix] [`no-magic-numbers`](https://palantir.github.io/tslint/rules/no-magic-numbers/) - support for negative zero ([#3903](https://github-redirect.dependabot.com/palantir/tslint/issues/3903))
> - [bugfix] Handle tsconfig.json errors without using JSON.stringify ([#3908](https://github-redirect.dependabot.com/palantir/tslint/issues/3908))
> - [bugfix] Fix CI: [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) test failure; typescript@next failure ([#4019](https://github-redirect.dependabot.com/palantir/tslint/issues/4019))
> - [bugfix] Fix edge case in [`no-console`](https://palantir.github.io/tslint/rules/no-console/) rule ([#4041](https://github-redirect.dependabot.com/palantir/tslint/issues/4041))
> - [docs] Fix typos in the [`no-floating-promises`](https://palantir.github.io/tslint/rules/no-floating-promises/) rule docs. ([#3886](https://github-redirect.dependabot.com/palantir/tslint/issues/3886))
> - [docs] Updated [`prefer-while`](https://palantir.github.io/tslint/rules/prefer-while/) docs to be semantically correct ([#3888](https://github-redirect.dependabot.com/palantir/tslint/issues/3888))
> - [docs] Fix link to configuration page ([#3891](https://github-redirect.dependabot.com/palantir/tslint/issues/3891))
> - [docs] Fix docs typo ([#3898](https://github-redirect.dependabot.com/palantir/tslint/issues/3898))
> - [docs] Fix docs typo ([#3910](https://github-redirect.dependabot.com/palantir/tslint/issues/3910))
> - [enhancement] Turn on strictPropertyInitialization for src/ and test/ ([#3924](https://github-redirect.dependabot.com/palantir/tslint/issues/3924))
> - [enhancement] Use Buffer.allocUnsafe instead of the deprecated new Buffer() ([#3985](https://github-redirect.dependabot.com/palantir/tslint/issues/3985))
> - [enhancement] Improve [`radix`](https://palantir.github.io/tslint/rules/radix/) rule checks ([#3901](https://github-redirect.dependabot.com/palantir/tslint/issues/3901))
> - [enhancement] Output +/- on diff so added/removed empty lines are visible. ([#3973](https://github-redirect.dependabot.com/palantir/tslint/issues/3973))
> - [rule-change] [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) now always considers peer dependencies ([#3875](https://github-redirect.dependabot.com/palantir/tslint/issues/3875))
>
> Thanks to our contributors!
>
> - 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
> ... (truncated)
Commits
- [`4722df4`](https://github.com/palantir/tslint/commit/4722df460d4571627ac2762daebf27283487a01d) Prepare release 5.11.0 ([#4042](https://github-redirect.dependabot.com/palantir/tslint/issues/4042))
- [`1eb6640`](https://github.com/palantir/tslint/commit/1eb6640cb1b480ddd29ca609f561674e954b9dc8) no-console: fix [#3207](https://github-redirect.dependabot.com/palantir/tslint/issues/3207) ([#4041](https://github-redirect.dependabot.com/palantir/tslint/issues/4041))
- [`29fbace`](https://github.com/palantir/tslint/commit/29fbace7bd67195c7e7f1f115a3170e092f4e78c) Fix CI: no-implicit-dependencies test failure; typescript@next failure ([#4019](https://github-redirect.dependabot.com/palantir/tslint/issues/4019))
- [`9d7db47`](https://github.com/palantir/tslint/commit/9d7db479596c50bbf89fa87d498ab927763a6eec) [new-rule-option] [no-implicit-dependencies] - add whitelist ([#3839](https://github-redirect.dependabot.com/palantir/tslint/issues/3839)) ([#3979](https://github-redirect.dependabot.com/palantir/tslint/issues/3979))
- [`4a11f95`](https://github.com/palantir/tslint/commit/4a11f952641bd6b686644fda2117786a13283650) Output +/- on diff so added/removed empty lines are visible. ([#3973](https://github-redirect.dependabot.com/palantir/tslint/issues/3973))
- [`6989dd7`](https://github.com/palantir/tslint/commit/6989dd7c24ca9b27711a20b6057a293b0fb2a78d) no-implicit-dependencies should include peer dependencies even with "dev" opt...
- [`1c31dc0`](https://github.com/palantir/tslint/commit/1c31dc02a88a2c012cc264ce9b3968a036750d6c) [New rule] add fileNameCasing rule ([#3978](https://github-redirect.dependabot.com/palantir/tslint/issues/3978))
- [`d95dd91`](https://github.com/palantir/tslint/commit/d95dd9170bb6b8001726423e5dc5d6c8255a8a04) Radix rule checks Number.parseInt(), window.Number.parseInt(), global.Number....
- [`f82ef3c`](https://github.com/palantir/tslint/commit/f82ef3cdd81176a987fc31211dc986246587b306) Implemented fixer for member-ordering and added corresponding tests. ([#3935](https://github-redirect.dependabot.com/palantir/tslint/issues/3935))
- [`c01bb2c`](https://github.com/palantir/tslint/commit/c01bb2cdc258da4f9727781151d91773fba3e283) Use Buffer.allocUnsafe instead of the deprecated new Buffer() ([#3985](https://github-redirect.dependabot.com/palantir/tslint/issues/3985))
- Additional commits viewable in [compare view](https://github.com/palantir/tslint/compare/5.10.0...5.11.0)
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@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 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](https://app.dependabot.com):
- 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.
Bumps tslint from 5.10.0 to 5.11.0.
Release notes
*Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).* > ## v5.11.0 > ## :warning: Deprecations > > - [deprecation] [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) is deprecated because typescript now covers most of its functionality ([#3919](https://github-redirect.dependabot.com/palantir/tslint/issues/3919)) > > ## :tada: Features > - [new-rule] [`file-name-casing`](https://palantir.github.io/tslint/rules/file-name-casing/) ([#3978](https://github-redirect.dependabot.com/palantir/tslint/issues/3978)) > - [new-fixer] Add fixer for [`switch-final-break`](https://palantir.github.io/tslint/rules/switch-final-break/) ([#3615](https://github-redirect.dependabot.com/palantir/tslint/issues/3615)) > - [new-fixer] Implemented fixer for [`member-ordering`](https://palantir.github.io/tslint/rules/member-ordering/) and added corresponding tests. ([#3935](https://github-redirect.dependabot.com/palantir/tslint/issues/3935)) > - [new-rule-option] Add whitelist for [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) ([#3979](https://github-redirect.dependabot.com/palantir/tslint/issues/3979)) > > ## :hammer_and_wrench: Bugfixes & enhancements > > - [bugfix] [`no-use-before-declare`](https://palantir.github.io/tslint/rules/no-use-before-declare/) Fixes false positives when using the destructuring syntax ([#3761](https://github-redirect.dependabot.com/palantir/tslint/issues/3761)) ([#3876](https://github-redirect.dependabot.com/palantir/tslint/issues/3876)) > - [bugfix] Fix Copyright: [**license**](https://github.com/license) JSDoc tag was missing ([#3879](https://github-redirect.dependabot.com/palantir/tslint/issues/3879)) > - [bugfix] Fix missing newline at end of file ([#3896](https://github-redirect.dependabot.com/palantir/tslint/issues/3896)) > - [bugfix] allow-empty-functions option of [`no-empty`](https://palantir.github.io/tslint/rules/no-empty/) rule is now properly respecting empty methods ([#3897](https://github-redirect.dependabot.com/palantir/tslint/issues/3897)) > - [bugfix] [`no-magic-numbers`](https://palantir.github.io/tslint/rules/no-magic-numbers/) - support for negative zero ([#3903](https://github-redirect.dependabot.com/palantir/tslint/issues/3903)) > - [bugfix] Handle tsconfig.json errors without using JSON.stringify ([#3908](https://github-redirect.dependabot.com/palantir/tslint/issues/3908)) > - [bugfix] Fix CI: [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) test failure; typescript@next failure ([#4019](https://github-redirect.dependabot.com/palantir/tslint/issues/4019)) > - [bugfix] Fix edge case in [`no-console`](https://palantir.github.io/tslint/rules/no-console/) rule ([#4041](https://github-redirect.dependabot.com/palantir/tslint/issues/4041)) > - [docs] Fix typos in the [`no-floating-promises`](https://palantir.github.io/tslint/rules/no-floating-promises/) rule docs. ([#3886](https://github-redirect.dependabot.com/palantir/tslint/issues/3886)) > - [docs] Updated [`prefer-while`](https://palantir.github.io/tslint/rules/prefer-while/) docs to be semantically correct ([#3888](https://github-redirect.dependabot.com/palantir/tslint/issues/3888)) > - [docs] Fix link to configuration page ([#3891](https://github-redirect.dependabot.com/palantir/tslint/issues/3891)) > - [docs] Fix docs typo ([#3898](https://github-redirect.dependabot.com/palantir/tslint/issues/3898)) > - [docs] Fix docs typo ([#3910](https://github-redirect.dependabot.com/palantir/tslint/issues/3910)) > - [enhancement] Turn on strictPropertyInitialization for src/ and test/ ([#3924](https://github-redirect.dependabot.com/palantir/tslint/issues/3924)) > - [enhancement] Use Buffer.allocUnsafe instead of the deprecated new Buffer() ([#3985](https://github-redirect.dependabot.com/palantir/tslint/issues/3985)) > - [enhancement] Improve [`radix`](https://palantir.github.io/tslint/rules/radix/) rule checks ([#3901](https://github-redirect.dependabot.com/palantir/tslint/issues/3901)) > - [enhancement] Output +/- on diff so added/removed empty lines are visible. ([#3973](https://github-redirect.dependabot.com/palantir/tslint/issues/3973)) > - [rule-change] [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) now always considers peer dependencies ([#3875](https://github-redirect.dependabot.com/palantir/tslint/issues/3875)) > > Thanks to our contributors! > > - 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 > ... (truncated)Changelog
*Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).* > v5.11.0 > --- > > ## :warning: Deprecations > > - [deprecation] [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) is deprecated because typescript now covers most of its functionality ([#3919](https://github-redirect.dependabot.com/palantir/tslint/issues/3919)) > > ## :tada: Features > - [new-rule] [`file-name-casing`](https://palantir.github.io/tslint/rules/file-name-casing/) ([#3978](https://github-redirect.dependabot.com/palantir/tslint/issues/3978)) > - [new-fixer] Add fixer for [`switch-final-break`](https://palantir.github.io/tslint/rules/switch-final-break/) ([#3615](https://github-redirect.dependabot.com/palantir/tslint/issues/3615)) > - [new-fixer] Implemented fixer for [`member-ordering`](https://palantir.github.io/tslint/rules/member-ordering/) and added corresponding tests. ([#3935](https://github-redirect.dependabot.com/palantir/tslint/issues/3935)) > - [new-rule-option] Add whitelist for [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) ([#3979](https://github-redirect.dependabot.com/palantir/tslint/issues/3979)) > > ## :hammer_and_wrench: Bugfixes & enhancements > > - [bugfix] [`no-use-before-declare`](https://palantir.github.io/tslint/rules/no-use-before-declare/) Fixes false positives when using the destructuring syntax ([#3761](https://github-redirect.dependabot.com/palantir/tslint/issues/3761)) ([#3876](https://github-redirect.dependabot.com/palantir/tslint/issues/3876)) > - [bugfix] Fix Copyright: [**license**](https://github.com/license) JSDoc tag was missing ([#3879](https://github-redirect.dependabot.com/palantir/tslint/issues/3879)) > - [bugfix] Fix missing newline at end of file ([#3896](https://github-redirect.dependabot.com/palantir/tslint/issues/3896)) > - [bugfix] allow-empty-functions option of [`no-empty`](https://palantir.github.io/tslint/rules/no-empty/) rule is now properly respecting empty methods ([#3897](https://github-redirect.dependabot.com/palantir/tslint/issues/3897)) > - [bugfix] [`no-magic-numbers`](https://palantir.github.io/tslint/rules/no-magic-numbers/) - support for negative zero ([#3903](https://github-redirect.dependabot.com/palantir/tslint/issues/3903)) > - [bugfix] Handle tsconfig.json errors without using JSON.stringify ([#3908](https://github-redirect.dependabot.com/palantir/tslint/issues/3908)) > - [bugfix] Fix CI: [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) test failure; typescript@next failure ([#4019](https://github-redirect.dependabot.com/palantir/tslint/issues/4019)) > - [bugfix] Fix edge case in [`no-console`](https://palantir.github.io/tslint/rules/no-console/) rule ([#4041](https://github-redirect.dependabot.com/palantir/tslint/issues/4041)) > - [docs] Fix typos in the [`no-floating-promises`](https://palantir.github.io/tslint/rules/no-floating-promises/) rule docs. ([#3886](https://github-redirect.dependabot.com/palantir/tslint/issues/3886)) > - [docs] Updated [`prefer-while`](https://palantir.github.io/tslint/rules/prefer-while/) docs to be semantically correct ([#3888](https://github-redirect.dependabot.com/palantir/tslint/issues/3888)) > - [docs] Fix link to configuration page ([#3891](https://github-redirect.dependabot.com/palantir/tslint/issues/3891)) > - [docs] Fix docs typo ([#3898](https://github-redirect.dependabot.com/palantir/tslint/issues/3898)) > - [docs] Fix docs typo ([#3910](https://github-redirect.dependabot.com/palantir/tslint/issues/3910)) > - [enhancement] Turn on strictPropertyInitialization for src/ and test/ ([#3924](https://github-redirect.dependabot.com/palantir/tslint/issues/3924)) > - [enhancement] Use Buffer.allocUnsafe instead of the deprecated new Buffer() ([#3985](https://github-redirect.dependabot.com/palantir/tslint/issues/3985)) > - [enhancement] Improve [`radix`](https://palantir.github.io/tslint/rules/radix/) rule checks ([#3901](https://github-redirect.dependabot.com/palantir/tslint/issues/3901)) > - [enhancement] Output +/- on diff so added/removed empty lines are visible. ([#3973](https://github-redirect.dependabot.com/palantir/tslint/issues/3973)) > - [rule-change] [`no-implicit-dependencies`](https://palantir.github.io/tslint/rules/no-implicit-dependencies/) now always considers peer dependencies ([#3875](https://github-redirect.dependabot.com/palantir/tslint/issues/3875)) > > Thanks to our contributors! > > - 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 > ... (truncated)Commits
- [`4722df4`](https://github.com/palantir/tslint/commit/4722df460d4571627ac2762daebf27283487a01d) Prepare release 5.11.0 ([#4042](https://github-redirect.dependabot.com/palantir/tslint/issues/4042)) - [`1eb6640`](https://github.com/palantir/tslint/commit/1eb6640cb1b480ddd29ca609f561674e954b9dc8) no-console: fix [#3207](https://github-redirect.dependabot.com/palantir/tslint/issues/3207) ([#4041](https://github-redirect.dependabot.com/palantir/tslint/issues/4041)) - [`29fbace`](https://github.com/palantir/tslint/commit/29fbace7bd67195c7e7f1f115a3170e092f4e78c) Fix CI: no-implicit-dependencies test failure; typescript@next failure ([#4019](https://github-redirect.dependabot.com/palantir/tslint/issues/4019)) - [`9d7db47`](https://github.com/palantir/tslint/commit/9d7db479596c50bbf89fa87d498ab927763a6eec) [new-rule-option] [no-implicit-dependencies] - add whitelist ([#3839](https://github-redirect.dependabot.com/palantir/tslint/issues/3839)) ([#3979](https://github-redirect.dependabot.com/palantir/tslint/issues/3979)) - [`4a11f95`](https://github.com/palantir/tslint/commit/4a11f952641bd6b686644fda2117786a13283650) Output +/- on diff so added/removed empty lines are visible. ([#3973](https://github-redirect.dependabot.com/palantir/tslint/issues/3973)) - [`6989dd7`](https://github.com/palantir/tslint/commit/6989dd7c24ca9b27711a20b6057a293b0fb2a78d) no-implicit-dependencies should include peer dependencies even with "dev" opt... - [`1c31dc0`](https://github.com/palantir/tslint/commit/1c31dc02a88a2c012cc264ce9b3968a036750d6c) [New rule] add fileNameCasing rule ([#3978](https://github-redirect.dependabot.com/palantir/tslint/issues/3978)) - [`d95dd91`](https://github.com/palantir/tslint/commit/d95dd9170bb6b8001726423e5dc5d6c8255a8a04) Radix rule checks Number.parseInt(), window.Number.parseInt(), global.Number.... - [`f82ef3c`](https://github.com/palantir/tslint/commit/f82ef3cdd81176a987fc31211dc986246587b306) Implemented fixer for member-ordering and added corresponding tests. ([#3935](https://github-redirect.dependabot.com/palantir/tslint/issues/3935)) - [`c01bb2c`](https://github.com/palantir/tslint/commit/c01bb2cdc258da4f9727781151d91773fba3e283) Use Buffer.allocUnsafe instead of the deprecated new Buffer() ([#3985](https://github-redirect.dependabot.com/palantir/tslint/issues/3985)) - Additional commits viewable in [compare view](https://github.com/palantir/tslint/compare/5.10.0...5.11.0)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
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 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](https://app.dependabot.com): - 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.