crakdelpol / how-travel

Sito per raggruppare diversi siti di trasporto viaggi
https://crakdelpol.github.io/HowTravel/
MIT License
0 stars 0 forks source link

Bump tslint from 5.7.0 to 5.10.0 #13

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps tslint from 5.7.0 to 5.10.0.

Release notes *Sourced from [tslint's releases](https://github.com/palantir/tslint/releases).* > v5.10.0 > --- > > ## :tada: Features > > - [new-rule] [`prefer-while`](https://palantir.github.io/tslint/rules/prefer-while/) ([#3750](https://github-redirect.dependabot.com/palantir/tslint/issues/3750)) > - [new-fixer] [`comment-format`](https://palantir.github.io/tslint/rules/comment-format/) ([#3845](https://github-redirect.dependabot.com/palantir/tslint/issues/3845)) > - [new-rule-option] `"allow-empty-functions"` for [`no-empty`](https://palantir.github.io/tslint/rules/no-empty/) rule ([#3624](https://github-redirect.dependabot.com/palantir/tslint/issues/3624)) > - [new-rule-option] New options for [`promise-function-async`](https://palantir.github.io/tslint/rules/promise-function-async/) specifying what kinds of functions to check ([#3807](https://github-redirect.dependabot.com/palantir/tslint/issues/3807)) > > ## :hammer_and_wrench: Bugfixes & enhancements > > - [bugfix] [`file-header`](https://palantir.github.io/tslint/rules/file-header/) rule plays nice with [`no-trailing-whitespace`](https://palantir.github.io/tslint/rules/no-trailing-whitespace/) rule ([#3802](https://github-redirect.dependabot.com/palantir/tslint/issues/3802)) > - [bugfix] [`no-unbound-method`](https://palantir.github.io/tslint/rules/no-unbound-method/) rule allows square bracket property access ([#3610](https://github-redirect.dependabot.com/palantir/tslint/issues/3610)) > - [bugfix] [`no-unsafe-any`](https://palantir.github.io/tslint/rules/no-unsafe-any/) no longer marks native JSX elements as unsafe ([#3699](https://github-redirect.dependabot.com/palantir/tslint/issues/3699)) > - [enhancement] [`file-header`](https://palantir.github.io/tslint/rules/file-header/) auto-fixes use '!' character to ensure header stays above imports ([#3741](https://github-redirect.dependabot.com/palantir/tslint/issues/3741)) > - [enhancement] Better error messages if a rule crashes ([#3836](https://github-redirect.dependabot.com/palantir/tslint/issues/3836)) > - [enhancement] Better error messages when no valid rules are specified ([#3729](https://github-redirect.dependabot.com/palantir/tslint/issues/3729)) > - [enhancement] Better lint messages for unused imports in [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) rule ([#3831](https://github-redirect.dependabot.com/palantir/tslint/issues/3831)) > - [docs] Improve documentation of cli flag --project ([#3703](https://github-redirect.dependabot.com/palantir/tslint/issues/3703)) > - [docs] Added short rationales for about thirty rules ([#3734](https://github-redirect.dependabot.com/palantir/tslint/issues/3734)) > - [docs] Added optional capability to provide code examples in rules' metadata ([#3602](https://github-redirect.dependabot.com/palantir/tslint/issues/3602)) > - [docs] Many small docs fixes and tweaks from many great contributors! > > Thanks to our contributors! > > - Achim Weimert > - BB9z > - Blair Zajac > - Chia-Lun Wu (Leo) > - Ethan > - Janis Koehr > - Josh Goldberg > - Julian Verdurmen > - Lucas Sloan > - Mark Vincze > - Martin Möhwald > - Oliver Joseph Ash > - Pichest Wongsiripiphat > - Rafael Santana > - Ruben Bridgewater > - Ryan Waskiewicz > - Sehrope Sarkuni > - Suchan Lee > - Victor Belozyorov > - aervin_ > - cwgorman > - felipeissa > - jishi9 > > ... (truncated)
Changelog *Sourced from [tslint's changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md).* > v5.10.0 > --- > > ## :tada: Features > > - [new-rule] [`prefer-while`](https://palantir.github.io/tslint/rules/prefer-while/) ([#3750](https://github-redirect.dependabot.com/palantir/tslint/issues/3750)) > - [new-fixer] [`comment-format`](https://palantir.github.io/tslint/rules/comment-format/) ([#3845](https://github-redirect.dependabot.com/palantir/tslint/issues/3845)) > - [new-rule-option] `"allow-empty-functions"` for [`no-empty`](https://palantir.github.io/tslint/rules/no-empty/) rule ([#3624](https://github-redirect.dependabot.com/palantir/tslint/issues/3624)) > - [new-rule-option] New options for [`promise-function-async`](https://palantir.github.io/tslint/rules/promise-function-async/) specifying what kinds of functions to check ([#3807](https://github-redirect.dependabot.com/palantir/tslint/issues/3807)) > > ## :hammer_and_wrench: Bugfixes & enhancements > > - [bugfix] [`file-header`](https://palantir.github.io/tslint/rules/file-header/) rule plays nice with [`no-trailing-whitespace`](https://palantir.github.io/tslint/rules/no-trailing-whitespace/) rule ([#3802](https://github-redirect.dependabot.com/palantir/tslint/issues/3802)) > - [bugfix] [`no-unbound-method`](https://palantir.github.io/tslint/rules/no-unbound-method/) rule allows square bracket property access ([#3610](https://github-redirect.dependabot.com/palantir/tslint/issues/3610)) > - [bugfix] [`no-unsafe-any`](https://palantir.github.io/tslint/rules/no-unsafe-any/) no longer marks native JSX elements as unsafe ([#3699](https://github-redirect.dependabot.com/palantir/tslint/issues/3699)) > - [enhancement] [`file-header`](https://palantir.github.io/tslint/rules/file-header/) auto-fixes use '!' character to ensure header stays above imports ([#3741](https://github-redirect.dependabot.com/palantir/tslint/issues/3741)) > - [enhancement] Better error messages if a rule crashes ([#3836](https://github-redirect.dependabot.com/palantir/tslint/issues/3836)) > - [enhancement] Better error messages when no valid rules are specified ([#3729](https://github-redirect.dependabot.com/palantir/tslint/issues/3729)) > - [enhancement] Better lint messages for unused imports in [`no-unused-variable`](https://palantir.github.io/tslint/rules/no-unused-variable/) rule ([#3831](https://github-redirect.dependabot.com/palantir/tslint/issues/3831)) > - [docs] Improve documentation of cli flag --project ([#3703](https://github-redirect.dependabot.com/palantir/tslint/issues/3703)) > - [docs] Added short rationales for about thirty rules ([#3734](https://github-redirect.dependabot.com/palantir/tslint/issues/3734)) > - [docs] Added optional capability to provide code examples in rules' metadata ([#3602](https://github-redirect.dependabot.com/palantir/tslint/issues/3602)) > - [docs] Many small docs fixes and tweaks from many great contributors! > > Thanks to our contributors! > > - Achim Weimert > - BB9z > - Blair Zajac > - Chia-Lun Wu (Leo) > - Ethan > - Janis Koehr > - Josh Goldberg > - Julian Verdurmen > - Lucas Sloan > - Mark Vincze > - Martin Möhwald > - Oliver Joseph Ash > - Pichest Wongsiripiphat > - Rafael Santana > - Ruben Bridgewater > - Ryan Waskiewicz > - Sehrope Sarkuni > - Suchan Lee > - Victor Belozyorov > - aervin_ > - cwgorman > - felipeissa > - jishi9 > > ... (truncated)
Commits - [`ecab88c`](https://github.com/palantir/tslint/commit/ecab88c8d60a2d5a7ee4f2d879e66b950971760e) Prepare release 5.10.0 ([#3871](https://github-redirect.dependabot.com/palantir/tslint/issues/3871)) - [`93fd0ac`](https://github.com/palantir/tslint/commit/93fd0ace3db12cbe63e7c05b0bca817f95c96491) Excluded native JSX elements from no-unsafe-any ([#3699](https://github-redirect.dependabot.com/palantir/tslint/issues/3699)) - [`c86193f`](https://github.com/palantir/tslint/commit/c86193f7ef128f7f7530fe64421edb683f542247) Improve "no valid rules" error message to include file type ([#3729](https://github-redirect.dependabot.com/palantir/tslint/issues/3729)) - [`baa413e`](https://github.com/palantir/tslint/commit/baa413e5644f21c9a7ae8077954e54b94be391e3) [new-rule]prefer-while rule ([#3750](https://github-redirect.dependabot.com/palantir/tslint/issues/3750)) - [`7682184`](https://github.com/palantir/tslint/commit/7682184835c0ea659e869742ce991893376b67b2) Fix completed-docs rule ([#3868](https://github-redirect.dependabot.com/palantir/tslint/issues/3868)) - [`f47aeb3`](https://github.com/palantir/tslint/commit/f47aeb318b3e20f9b4ceb07e4398d8dbebaa0cd3) no-unbound-method: add another exception ([#3610](https://github-redirect.dependabot.com/palantir/tslint/issues/3610)) - [`0503f6d`](https://github.com/palantir/tslint/commit/0503f6df0dd18fd7ee71baf7714db8876ecbe4da) correct name and link for "object-literal-sort-keys" in changelog ([#3715](https://github-redirect.dependabot.com/palantir/tslint/issues/3715)) - [`921bd43`](https://github.com/palantir/tslint/commit/921bd43cb0b9dd7c4cfa61513ab5105212f2adda) [docs] no-string-throw: add missing examples. ([#3701](https://github-redirect.dependabot.com/palantir/tslint/issues/3701)) - [`9af0b65`](https://github.com/palantir/tslint/commit/9af0b6528a6d8d3986bc697c25ad117afce8475d) Improved "complete docs" docs ([#3823](https://github-redirect.dependabot.com/palantir/tslint/issues/3823)) - [`37dddca`](https://github.com/palantir/tslint/commit/37dddca69da36178eb907e9c6887870c75bc2c07) Adding documentation example to deprecationRule ([#3848](https://github-redirect.dependabot.com/palantir/tslint/issues/3848)) - Additional commits viewable in [compare view](https://github.com/palantir/tslint/compare/5.7.0...5.10.0)


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