-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bump @openzeppelin/contracts from 4.8.1 to 4.8.2 #45
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/npm_and_yarn/openzeppelin/contracts-4.8.2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump @openzeppelin/contracts from 4.8.1 to 4.8.2 #45
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/openzeppelin/contracts-4.8.2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.8.1 to 4.8.2. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts@v4.8.1...v4.8.2) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Can you unsubscribe me from your mailing list please
…On Fri, 3 Mar 2023 at 8:11 pm, dependabot[bot] ***@***.***> wrote:
Bumps @openzeppelin/contracts
<https://github.com/OpenZeppelin/openzeppelin-contracts> from 4.8.1 to
4.8.2.
Release notes
*Sourced from @openzeppelin/contracts's releases
<https://github.com/OpenZeppelin/openzeppelin-contracts/releases>.*
v4.8.2
Note This release contains a fix for GHSA-878m-3g6q-594q
<https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GHSA-878m-3g6q-594q>
.
- ERC721Consecutive: Fixed a bug when _mintConsecutive is used for
batches of size 1 that could lead to balance overflow. Refer to the
breaking changes section in the changelog for a note on the behavior of
ERC721._beforeTokenTransfer.
Breaking changes
- ERC721: The internal function _beforeTokenTransfer no longer updates
balances, which it previously did when batchSize was greater than 1.
This change has no consequence unless a custom ERC721 extension is
explicitly invoking _beforeTokenTransfer. Balance updates in
extensions must now be done explicitly using __unsafe_increaseBalance,
with a name that indicates that there is an invariant that has to be
manually verified.
Changelog
*Sourced from @openzeppelin/contracts's changelog
<https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md>.*
4.8.2 (2023-03-02)
- ERC721Consecutive: Fixed a bug when _mintConsecutive is used for
batches of size 1 that could lead to balance overflow. Refer to the
breaking changes section in the changelog for a note on the behavior of
ERC721._beforeTokenTransfer.
Breaking changes
- ERC721: The internal function _beforeTokenTransfer no longer updates
balances, which it previously did when batchSize was greater than 1.
This change has no consequence unless a custom ERC721 extension is
explicitly invoking _beforeTokenTransfer. Balance updates in
extensions must now be done explicitly using __unsafe_increaseBalance,
with a name that indicates that there is an invariant that has to be
manually verified.
Commits
- d00acef
<OpenZeppelin/openzeppelin-contracts@d00acef>
4.8.2
- ab9cc4c
<OpenZeppelin/openzeppelin-contracts@ab9cc4c>
Ignore reentrancy inexecuteBatch and update Slither config (#3955
<https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/3955>
)
- 43aa7ff
<OpenZeppelin/openzeppelin-contracts@43aa7ff>
Update forge-std submodule to v1.2.0 (#3885
<https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/3885>
)
- 167bf67
<OpenZeppelin/openzeppelin-contracts@167bf67>
Fix ERC721Consecutive balance update on batch size 1
- 82d47ca
<OpenZeppelin/openzeppelin-contracts@82d47ca>
Add Subgraphs to docs sidebar
- 357022c
<OpenZeppelin/openzeppelin-contracts@357022c>
Update Tally screenshots (#4030
<https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4030>
)
- 9b610d3
<OpenZeppelin/openzeppelin-contracts@9b610d3>
Add warning for supportsERC165InterfaceUnchecked edge case (#4017
<https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4017>
)
- c018c9c
<OpenZeppelin/openzeppelin-contracts@c018c9c>
Remove outdated note about virtual view functions (#4014
<https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4014>
)
- d13316e
<OpenZeppelin/openzeppelin-contracts@d13316e>
Add ERC*Pausable warning for public pausing mechanism (#4007
<https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/4007>
)
- 3ab2e11
<OpenZeppelin/openzeppelin-contracts@3ab2e11>
Show if event parameter is indexed in docs (#3958
<https://github-redirect.dependabot.com/OpenZeppelin/openzeppelin-contracts/issues/3958>
)
- See full diff in compare view
<OpenZeppelin/openzeppelin-contracts@v4.8.1...v4.8.2>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
- @dependabot use these labels will set the current labels as the
default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as
the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as
the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the
default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/artemii235/etomic-swap/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#45
Commit Summary
- f73ed9b
<f73ed9b>
Bump @openzeppelin/contracts from 4.8.1 to 4.8.2
File Changes
(2 files <https://github.com/artemii235/etomic-swap/pull/45/files>)
- *M* package.json
<https://github.com/artemii235/etomic-swap/pull/45/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
- *M* yarn.lock
<https://github.com/artemii235/etomic-swap/pull/45/files#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de>
(8)
Patch Links:
- https://github.com/artemii235/etomic-swap/pull/45.patch
- https://github.com/artemii235/etomic-swap/pull/45.diff
—
Reply to this email directly, view it on GitHub
<#45>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASC6UDNERACETFIKOJDR4HTW2JF65ANCNFSM6AAAAAAVPAQEZE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @openzeppelin/contracts from 4.8.1 to 4.8.2.
Release notes
Sourced from
@openzeppelin/contracts
's releases.Changelog
Sourced from
@openzeppelin/contracts
's changelog.Commits
d00acef
4.8.2ab9cc4c
Ignore reentrancy inexecuteBatch
and update Slither config (#3955)43aa7ff
Updateforge-std
submodule tov1.2.0
(#3885)167bf67
Fix ERC721Consecutive balance update on batch size 182d47ca
Add Subgraphs to docs sidebar357022c
Update Tally screenshots (#4030)9b610d3
Add warning forsupportsERC165InterfaceUnchecked
edge case (#4017)c018c9c
Remove outdated note about virtual view functions (#4014)d13316e
AddERC*Pausable
warning for public pausing mechanism (#4007)3ab2e11
Show if event parameter is indexed in docs (#3958)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.