Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 11, 2019

Updates the requirements on typescript-tslint-plugin to permit the latest version.

Changelog

Sourced from typescript-tslint-plugin's changelog.

0.5.4 - July 10, 2019

  • Make sure we pass along packageManager from plugin.

0.5.3 - June 28, 2019

  • Fixed the disable quick fix not having correct indentation.

0.5.2 - June 21, 2019

  • Fixes the config file diagnostic not having tslint as its source.

0.5.1 - June 21, 2019

  • Fixes mjs files being linted by default.

0.5.0 - June 10, 2019

  • Add pnpm as packageManager option.

0.4.0 - May 21, 2019

  • Try to help users better understand why tslint is not enabled by generating warnings if there is a tslint.json and the tslint library cannot be found or generates an error.

0.3.1 - January 31, 2019

  • Fix the fix-all action show up even on non-autofixable errors.

0.3.0 - January 21, 2019

  • Set fixName on returned actions. Thanks @​kondi!
  • Fix TS Lint's fix all quick fix showing up on non-tslint errors.
  • Use getCombinedQuickFixes to compute 'fix all of X' errors.

0.2.1 - December 14, 2018

  • Fix ignoreDefinitionFiles defaulting to false.

0.2.0 - December 12, 2018

  • Allowing configuring excluded files. Thanks @​vemoo!
  • Default alwaysShowRuleFailuresAsWarnings to true. Set "alwaysShowRuleFailuresAsWarnings": false to restore the old behavior.
  • Removing logic for older TS lint versions. Only TSlint5 was ever officially supported but there was still some logic for handling older tslint4.
  • Don't show error in editor if tslint can't be found. We still log an error in the TS Server but do not generate an editor warning.

0.1.2 - November 28, 2018

  • Always show a disable rule fix for TSLint errors. Thanks @​reduckted!

0.1.1 - November 27, 2018

  • Fix bug that could cause TS Lint to use a different version of TypeScript than the version being used by the plugin. This would result in unexpected behavior.

0.1.0 - November 16, 2018

  • Add support for configuring the plugin from an editor.
  • Correctly observe changes to the tsconfig/jsconfig.
  • Fix error that could cause duplicate tslint errors to be reported.

0.0.7 - November 15, 2018

  • Fix potential state corruption error when using TS 3.2.

0.0.6 - November 13, 2018

... (truncated)
Commits
  • 1c0f74a 0.5.4
  • 071ebb7 Make sure we pass along packageManager from plugin
  • eb7eb2c 0.5.3
  • 71de7a3 Indent disable rule according to current line's indentation
  • 028091b 0.5.2
  • 0eece91 Make sure we set the correct diagnostic source on the tslint bad config message
  • 6a69a9d Fix lint error
  • e3c46d4 0.5.1
  • 0d4a1a3 Add test for using tslint.js config file
  • 1fcde4a Treat mjs like js files
  • 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.


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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @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). To ignore the version in this PR you can just close it
  • @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 Jul 11, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-tslint-plugin-0.5.4 branch from 19594a8 to e5da952 Compare August 1, 2019 15:39
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-tslint-plugin-0.5.4 branch 2 times, most recently from 49f8da0 to 877bb7f Compare October 22, 2019 16:34
Updates the requirements on [typescript-tslint-plugin](https://github.com/microsoft/typescript-tslint-plugin) to permit the latest version.
- [Release notes](https://github.com/microsoft/typescript-tslint-plugin/releases)
- [Changelog](https://github.com/microsoft/typescript-tslint-plugin/blob/master/CHANGELOG.md)
- [Commits](microsoft/typescript-tslint-plugin@0.3.1...0.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typescript-tslint-plugin-0.5.4 branch from 877bb7f to 72ec3e7 Compare October 22, 2019 17:43
@dependabot-preview
Copy link
Contributor Author

Superseded by #183.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typescript-tslint-plugin-0.5.4 branch November 12, 2019 10:15
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.

1 participant