Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump tslint from 5.9.1 to 5.11.0 #207

Merged
merged 1 commit into from
Nov 13, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 12, 2018

Bumps tslint from 5.9.1 to 5.11.0.

Release notes

Sourced from tslint's releases.

v5.11.0

⚠️ Deprecations

🎉 Features

🛠️ 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!

  • 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.

v5.11.0

⚠️ Deprecations

🎉 Features

🛠️ 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!

  • 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 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 compatibility score

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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 12, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tslint-5.11.0 branch from a2a4fe4 to 8e6bd24 Compare November 13, 2018 06:34
Bumps [tslint](https://github.com/palantir/tslint) from 5.9.1 to 5.11.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@5.9.1...5.11.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/tslint-5.11.0 branch from 8e6bd24 to ef233df Compare November 13, 2018 06:43
@ikatyang ikatyang merged commit c9b0900 into master Nov 13, 2018
@ikatyang ikatyang deleted the dependabot/npm_and_yarn/tslint-5.11.0 branch November 13, 2018 06:53
@alexjoverm
Copy link
Contributor

🎉 This PR is included in version 1.16.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants