Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2021

Bumps typescript-tslint-plugin from 0.5.5 to 1.0.1.

Changelog

Sourced from typescript-tslint-plugin's changelog.

1.0.1 - December 14, 2020

  • Catch error when resolving global tslint fails. Thanks @nickjs!

1.0.0 - November 30, 2020

  • Restricts when tslint is loaded from the workspace. This fix was made in response to CVE-2020-17150.
    • Global TSLint versions can always be loaded.
    • TSLint versions installed next to the plugin can always be loaded.
    • Otherwise, the consumer of the plugin must use onConfigurationChanged and explicitly enable allowWorkspaceLibraryExecution.
    • You can also force allow workspace versions of TSLint to be loaded by setting a TS_TSLINT_ENABLE_WORKSPACE_LIBRARY_EXECUTION environment variable.
Commits
  • 3fc5c25 1.0.1
  • eae03bd Merge pull request #93 from nickjs/njs-trycatch-global-lookup
  • bf9a43b Wrap global tslint lookup in trycatch
  • 2e866e8 Restrict loading of workspace versions of TSLint
  • 9ae3af1 Add deprecation notice
  • 6eb8fda Update TS version
  • e2e30ee Remove nodePath configuration option
  • 12036fe Fix spelling
  • c4e1cfb Merge pull request #91 from microsoft/dependabot/npm_and_yarn/lodash-4.17.19
  • 822b161 Bump lodash from 4.17.15 to 4.17.19
  • 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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot requested a review from a team as a code owner January 18, 2021 05:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 18, 2021
@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #509 (8b632e5) into main (3abc83f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #509   +/-   ##
=======================================
  Coverage   85.69%   85.69%           
=======================================
  Files         751      751           
  Lines       15417    15417           
  Branches     1834     1834           
=======================================
  Hits        13212    13212           
  Misses       2174     2174           
  Partials       31       31           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3abc83f...8b632e5. Read the comment docs.

@github-actions

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-tslint-plugin-1.0.1 branch from d8338af to 90447d1 Compare January 18, 2021 13:08
@github-actions

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-tslint-plugin-1.0.1 branch from 90447d1 to 1f1e119 Compare January 18, 2021 13:19
@github-actions

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-tslint-plugin-1.0.1 branch from 1f1e119 to 006183c Compare January 18, 2021 13:27
@github-actions

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-tslint-plugin-1.0.1 branch from 006183c to 8b632e5 Compare January 18, 2021 13:39
@github-actions

This comment has been minimized.

Copy link
Contributor

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 4002603 into main Jan 18, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-tslint-plugin-1.0.1 branch January 18, 2021 13:49
@github-actions
Copy link

Unit Test Results

    4 files  ±0  231 suites  ±0   11m 53s ⏱️ -55s
814 tests ±0  814 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
818 runs  ±0  818 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 4002603. ± Comparison against base commit 3abc83f.

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants