Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

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

Changelog

Sourced from typescript-tslint-plugin's changelog.

0.4.0 - May 21, 2010

  • 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

  • Add enableJs option to enable/disable validating js. Default to false.

0.0.5 - November 5, 2018

  • Use diagnostic as label for quick fixes
  • Enable for js files included in tsconfig.

0.0.4 - October 23, 2018

  • Fix spelling of setting name

0.0.3 - October 22, 2018

  • Don't call getProgram directly since it may corrupt the TS Server state
  • Exclude some files from npm package.

0.0.2 - October 19, 2018

... (truncated)
Commits
  • 43a5b70 0.4.0
  • 9dde9c7 Report warnings in diagnostics when we find a tslint config file but encounte...
  • ebeeac1 Improving runner tracing to include method name
  • 2c9a164 Use keyof
  • 1279d4f Merge pull request #78 from rsheasby/patch-1
  • 19bff09 Fix typo
  • 3d20f42 Merge pull request #76 from aleclarson/patch-1
  • 27f4382 docs: remove mockTypeScriptVersion from example
  • 6d3b68c Merge pull request #65 from luxcium/patch-1
  • de76e63 Merge pull request #67 from chemzqm/patch-1
  • 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 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 May 22, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #144.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typescript-tslint-plugin-0.4.0 branch June 11, 2019 14:03
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.

2 participants