-
Notifications
You must be signed in to change notification settings - Fork 33
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(deps): update dependency @openzeppelin/contracts to v5.0.2 #2974
Conversation
| datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | npm | @openzeppelin/contracts | 5.0.1 | 5.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
WalkthroughThe Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Deploying sanguine-fe with Cloudflare Pages
|
Bundle ReportChanges will increase total bundle size by 684.96kB ⬆️
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2974 +/- ##
===================================================
+ Coverage 25.71434% 25.84173% +0.12738%
===================================================
Files 771 775 +4
Lines 55576 55689 +113
Branches 82 116 +34
===================================================
+ Hits 14291 14391 +100
- Misses 39801 39812 +11
- Partials 1484 1486 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lock
is excluded by!**/yarn.lock
,!**/*.lock
Files selected for processing (1)
- packages/contracts-rfq/package.json (1 hunks)
Additional comments not posted (2)
packages/contracts-rfq/package.json (2)
4-4
: Verify the correctness of the version update.The project version has been updated from
0.2.14
to0.3.0
. Ensure that this follows semantic versioning conventions and accurately reflects the changes in the project.
11-11
: Verify the compatibility and correctness of the dependency update.The dependency
@openzeppelin/contracts
has been updated from version5.0.1
to5.0.2
. Ensure that this update does not introduce any breaking changes and that the project remains compatible with the new version.
Closing as not relevant |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
5.0.1
->5.0.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
OpenZeppelin/openzeppelin-contracts (@openzeppelin/contracts)
v5.0.2
Compare Source
Base64
: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4926)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit