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

Feat/upgrade dependencies Next/React #65

Merged
merged 17 commits into from
Jan 17, 2025

Conversation

SebasGuaquetaRSK
Copy link
Collaborator

This is an upgrade of different critical dependencies, included the next:
React from 18 to 19
Next from 14 to 15

Important change: Previous react-card-carousel was not compatible with this upgrade (hasn't been maintained since 4 years ago) so it was changed to swiper carousel package (which is currently maintained)

Also upgrading some other minor dependencies.

Copy link

github-actions bot commented Jan 13, 2025

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
  • ⚠️ 8 packages with OpenSSF Scorecard issues.

View full job summary

logger.dispensed(dispenseAddress, txHash);

try {
const currentAddress = faucetHistory[dispenseAddress];
currentAddress.loading = true;
const receipt = await web3.eth.sendSignedTransaction(encodedTx);

const receipt = await web3.eth.sendSignedTransaction(signedTx.rawTransaction);

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable receipt.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is solved in further commit (5ba4786)

Copy link
Collaborator

@ivegabr ivegabr left a comment

Choose a reason for hiding this comment

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

ok

@SebasGuaquetaRSK SebasGuaquetaRSK merged commit ada5904 into master Jan 17, 2025
3 checks passed
@SebasGuaquetaRSK SebasGuaquetaRSK deleted the feat/upgradeDependencies branch January 17, 2025 17:54
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.

3 participants