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

fix: yarn audit #487

Merged
merged 4 commits into from May 2, 2019
Merged

fix: yarn audit #487

merged 4 commits into from May 2, 2019

Conversation

ldrick
Copy link
Contributor

@ldrick ldrick commented Apr 30, 2019

Fixes #486

I ran yarn upgrade and added node-gyp to resolve for versions ^4.0.0

@codecov
Copy link

codecov bot commented May 2, 2019

Codecov Report

Merging #487 into master will decrease coverage by 1.38%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
- Coverage   97.14%   95.75%   -1.39%     
==========================================
  Files          77       77              
  Lines        2939     3484     +545     
  Branches      488      960     +472     
==========================================
+ Hits         2855     3336     +481     
  Misses         51       51              
- Partials       33       97      +64
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/ban-types.ts 84.21% <0%> (-15.79%) ⬇️
...ckages/eslint-plugin/src/util/getParserServices.ts 60% <0%> (-15%) ⬇️
packages/eslint-plugin/src/rules/no-unused-vars.ts 92.85% <0%> (-7.15%) ⬇️
...ckages/eslint-plugin/src/rules/prefer-interface.ts 93.75% <0%> (-6.25%) ⬇️
...ges/eslint-plugin/src/rules/no-inferrable-types.ts 80.43% <0%> (-5.28%) ⬇️
packages/eslint-plugin/src/rules/camelcase.ts 85.71% <0%> (-5.2%) ⬇️
...-plugin/src/rules/explicit-function-return-type.ts 88.88% <0%> (-5.06%) ⬇️
...s/eslint-plugin/src/rules/interface-name-prefix.ts 83.33% <0%> (-4.17%) ⬇️
packages/eslint-plugin/src/util/types.ts 62.5% <0%> (-4.17%) ⬇️
packages/typescript-estree/src/semantic-errors.ts 87.5% <0%> (-4.17%) ⬇️
... and 51 more

@bradzacher bradzacher merged commit f029dba into typescript-eslint:master May 2, 2019
@ldrick ldrick deleted the 486-yarn-audit branch May 2, 2019 15:30
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

yarn audit brings up 60 vulnerabilities in dependencies
2 participants