Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Upgrade dependencies#1572

Merged
dasanra merged 12 commits intodevelopmentfrom
upgrade-dependencies
Nov 6, 2020
Merged

Upgrade dependencies#1572
dasanra merged 12 commits intodevelopmentfrom
upgrade-dependencies

Conversation

@dasanra
Copy link
Collaborator

@dasanra dasanra commented Nov 5, 2020

  • Update web3 to v1.3.0
  • Remove polished dependency
  • Update types dependencies
  • Update electron to latest v9 (9.3.3) and related electron dependencies
  • Update sentry dependencies
  • Update gnosis-safe-components also having dependency cleanup
  • Update truffle-contract that also bumped web3 dependency

@dasanra dasanra self-assigned this Nov 5, 2020
@github-actions
Copy link

github-actions bot commented Nov 5, 2020

CLA Assistant Lite All Contributors have signed the CLA.

@github-actions
Copy link

github-actions bot commented Nov 5, 2020

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

@ghost
Copy link

ghost commented Nov 5, 2020

Travis automatic deployment:
https://pr1572--safereact.review.gnosisdev.com/rinkeby/app

@ghost
Copy link

ghost commented Nov 5, 2020

Travis automatic deployment:
https://pr1572--safereact.review.gnosisdev.com/volta/app

"web3-core": "^1.2.11",
"web3-eth-contract": "^1.2.11",
"web3-utils": "^1.2.11"
"web3": "^1.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

🙏

@ghost
Copy link

ghost commented Nov 6, 2020

Travis automatic deployment:
https://pr1572--safereact.review.gnosisdev.com/volta/app

@ghost
Copy link

ghost commented Nov 6, 2020

Travis automatic deployment:
https://pr1572--safereact.review.gnosisdev.com/rinkeby/app

src/theme/mui.ts Outdated
colorSecondary: {
'&$disabled': {
color: rgba(secondary, 0.5),
color: `rgba(${secondary}, 0.5)`,
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm pretty sure this won't work as secondary is a hexadecimal color.

Copy link
Contributor

Choose a reason for hiding this comment

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

what we can do, it to change it to 8-Digit Hex Code https://caniuse.com/css-rrggbbaa

Copy link
Contributor

Choose a reason for hiding this comment

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

it should be something like ${secondary}7f https://stackoverflow.com/a/8254129/2524608

@dasanra dasanra requested a review from nicosampler November 6, 2020 15:35
@ghost
Copy link

ghost commented Nov 6, 2020

Travis automatic deployment:
https://pr1572--safereact.review.gnosisdev.com/rinkeby/app

@ghost
Copy link

ghost commented Nov 6, 2020

Travis automatic deployment:
https://pr1572--safereact.review.gnosisdev.com/volta/app

@dasanra dasanra merged commit 0c67c48 into development Nov 6, 2020
@dasanra dasanra deleted the upgrade-dependencies branch November 6, 2020 16:01
@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 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.

2 participants