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

Bump tslint from 5.11.0 to 5.12.0 #58

Merged
merged 1 commit into from
Dec 19, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps tslint from 5.11.0 to 5.12.0.

Release notes

Sourced from tslint's releases.

v5.12.0

πŸŽ‰ Features

πŸ› οΈ Bugfixes & enhancements

  • [api] Allow exclude to work with node API (#4143)
  • [api] Upgrade TSLint to support TS 3.1 (#4274)
  • [bugfix] Allow whitelisted modules to start with @ symbol (#4192)
  • [bugfix] Added exception for generators in return-undefined rule (#4370)
  • [bugfix] Allow unknown in 'no-object-literal-type-assertion' rule. (#4362)
  • [bugfix] Completed docs rule can check single-line comments (#3841)
  • [bugfix]prefer-method-signature: Correct the auto-fix code of rule, now capable to handle multiline signature. (#4066)
  • [bugfix] Default logger.error should log to stderr. (#3982)
  • [bugfix] Fixes an issue where TSLint doesn't correctly resolve packages in a node_modules folder that are symlinked to another location where their dependencies are satisfied. (#4295)
  • [bugfix] Fix configuration tests when comparing rules (#4346)
  • [bugfix] Fix semicolon: Cannot read property 'initializer' of undefined (#4351)
  • [bugfix] Fix whitespace rule in importClause with 'as' statement (#4249)
  • [bugfix]no-invalid-this: fixes false positives on method-like syntax and false negatives on nested functions (#4034)
  • [bugfix]one-line: Check block in a case clause (#3619)
  • [bugfix]whitespace Don't require space between import and paren with in type imports (#4243)
  • [bugfix] remove no-unused-variable from tslint:all (#4079)
  • [bugfix]callable-types support interfaces containing a single construct signature (#4291) (#4352)
  • [bugfix]ordered-imports: Setting import-sources-order: any no longer invalidates grouped-imports: true (#4374)
  • [develop] Add issue templates (#4028)
  • [develop] Add test for 3.0 (#4119)
  • [develop] Changes the node version from 4 to 6 for TS 2.1 tests. (#4282)
  • [develop] Fix prettier command in package.json (#4275)
  • [develop] Fix semantic merge break from #4374 and #3733 (#4378)
  • [develop] Fix typo in launch.json (#4287)
... (truncated)
Changelog

Sourced from tslint's changelog.

v5.12.0

πŸŽ‰ Features

πŸ› οΈ Bugfixes & enhancements

  • [api] Allow exclude to work with node API (#4143)
  • [api] Upgrade TSLint to support TS 3.1 (#4274)
  • [bugfix] Allow whitelisted modules to start with @ symbol (#4192)
  • [bugfix] Added exception for generators in return-undefined rule (#4370)
  • [bugfix] Allow unknown in 'no-object-literal-type-assertion' rule. (#4362)
  • [bugfix] Completed docs rule can check single-line comments (#3841)
  • [bugfix]prefer-method-signature: Correct the auto-fix code of rule, now capable to handle multiline signature. (#4066)
  • [bugfix] Default logger.error should log to stderr. (#3982)
  • [bugfix] Fixes an issue where TSLint doesn't correctly resolve packages in a node_modules folder that are symlinked to another location where their dependencies are satisfied. (#4295)
  • [bugfix] Fix configuration tests when comparing rules (#4346)
  • [bugfix] Fix semicolon: Cannot read property 'initializer' of undefined (#4351)
  • [bugfix] Fix whitespace rule in importClause with 'as' statement (#4249)
  • [bugfix]no-invalid-this: fixes false positives on method-like syntax and false negatives on nested functions (#4034)
  • [bugfix]one-line: Check block in a case clause (#3619)
  • [bugfix]whitespace Don't require space between import and paren with in type imports (#4243)
  • [bugfix] remove no-unused-variable from tslint:all (#4079)
  • [bugfix]callable-types support interfaces containing a single construct signature (#4291) (#4352)
  • [bugfix]ordered-imports: Setting import-sources-order: any no longer invalidates grouped-imports: true (#4374)
  • [develop] Add issue templates (#4028)
  • [develop] Add test for 3.0 (#4119)
  • [develop] Changes the node version from 4 to 6 for TS 2.1 tests. (#4282)
  • [develop] Fix prettier command in package.json (#4275)
  • [develop] Fix semantic merge break from #4374 and #3733 (#4378)
... (truncated)
Commits

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.

If all status checks pass Dependabot will automatically merge this pull request.


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.

Bumps [tslint](https://github.com/palantir/tslint) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@5.11.0...5.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot merged commit 75e00d7 into master Dec 19, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/tslint-5.12.0 branch December 19, 2018 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant