Skip to content

Commit

Permalink
chore(deps): update dependency @prb/math to v4.1.0 (#61)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [@prb/math](https://redirect.github.com/PaulRBerg/prb-math) |
dependencies | minor | [`4.0.3` ->
`4.1.0`](https://renovatebot.com/diffs/npm/@prb%2fmath/4.0.3/4.1.0) |
[![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/PaulRBerg/prb-math/badge)](https://securityscorecards.dev/viewer/?uri=github.com/PaulRBerg/prb-math)
|

---

### Release Notes

<details>
<summary>PaulRBerg/prb-math (@&#8203;prb/math)</summary>

###
[`v4.1.0`](https://redirect.github.com/PaulRBerg/prb-math/blob/HEAD/CHANGELOG.md#410---2024-10-21)

[Compare
Source](https://redirect.github.com/PaulRBerg/prb-math/compare/v4.0.3...v4.1.0)

##### Changed

- Make domain bound specs more visually descriptive
([#&#8203;239](https://redirect.github.com/PaulRBerg/prb-math/pull/239))
([@&#8203;PaulRBerg](https://redirect.github.com/PaulRBerg))
- Update requirement spec in `UD60x18.log2`
([#&#8203;239](https://redirect.github.com/PaulRBerg/prb-math/pull/239))
([@&#8203;PaulRBerg](https://redirect.github.com/PaulRBerg))
- Use return instead of param for return parameter NatSpec documentation
([#&#8203;241](https://redirect.github.com/PaulRBerg/prb-math/pull/241))
([@&#8203;ericglau](https://redirect.github.com/ericglau))

##### Added

- Add UD21x18 and SD21x18 types
([#&#8203;212](https://redirect.github.com/PaulRBerg/prb-math/pull/212))
([@&#8203;andreivladbrg](https://redirect.github.com/andreivladbrg),
[@&#8203;PaulRBerg](https://redirect.github.com/PaulRBerg))

##### Removed

- Remove adjacent castings
([#&#8203;237](https://redirect.github.com/PaulRBerg/prb-math/pull/237))
([@&#8203;PaulRBerg](https://redirect.github.com/PaulRBerg))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/settlemint/solidity-diamond-bond).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 5be4be3 commit 031d74c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@openzeppelin/subgraphs": "0.1.8-5",
"hardhat": "2.22.13",
"solhint": "5.0.3",
"@prb/math": "4.0.3"
"@prb/math": "4.1.0"
},
"overrides": {
"@graphprotocol/graph-cli": "0.86.0",
Expand Down

0 comments on commit 031d74c

Please sign in to comment.