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

Package Audit #748

Merged
merged 9 commits into from
Nov 20, 2019
Merged

Package Audit #748

merged 9 commits into from
Nov 20, 2019

Conversation

ericnewcomer
Copy link
Member

@ericnewcomer ericnewcomer commented Nov 13, 2019

Fixes a whole mess of security warnings both high and critical that recently crept up.

  • react from 16.8 to 16.11 which introduced deprecations on lifecycle methods
  • react-redux from 5.0.15 to 7.1.3 which has several breaking changes but also addresses the above
  • react-select from 2.4.4 to 3.0.8

Perhaps a bit of a nervy update, which makes sense to do at this point in the next release cycle.

@codecov
Copy link

codecov bot commented Nov 14, 2019

Codecov Report

Merging #748 into master will increase coverage by 0.08%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #748      +/-   ##
=========================================
+ Coverage   64.11%   64.2%   +0.08%     
=========================================
  Files         164     164              
  Lines        6073    6074       +1     
  Branches     1407    1410       +3     
=========================================
+ Hits         3894    3900       +6     
+ Misses       1751    1745       -6     
- Partials      428     429       +1
Impacted Files Coverage Δ
src/components/form/textinput/TextInputElement.tsx 69.82% <ø> (ø) ⬆️
src/components/titlebar/TitleBar.tsx 87.17% <ø> (ø) ⬆️
src/components/flow/node/Node.tsx 37.03% <ø> (ø) ⬆️
src/components/form/select/tags/TaggingElement.tsx 44.44% <ø> (ø) ⬆️
src/components/form/select/SelectElement.tsx 50% <ø> (ø) ⬆️
src/components/index.tsx 62.5% <ø> (ø) ⬆️
src/components/flow/actions/action/Action.tsx 74.54% <ø> (ø) ⬆️
...ponents/flow/routers/webhook/WebhookRouterForm.tsx 88.57% <ø> (+2.85%) ⬆️
src/store/thunks.ts 62.89% <ø> (ø) ⬆️
src/components/flow/Flow.tsx 66.31% <ø> (ø) ⬆️
... and 10 more

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 89ab71e...8098183. Read the comment docs.

@ericnewcomer ericnewcomer merged commit 0219363 into master Nov 20, 2019
@ericnewcomer ericnewcomer deleted the package_update branch November 20, 2019 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant