evm-tableland
evm-tableland copied to clipboard
chore(deps-dev): Bump @openzeppelin/hardhat-upgrades from 3.0.5 to 3.1.0
Bumps @openzeppelin/hardhat-upgrades from 3.0.5 to 3.1.0.
Release notes
Sourced from @openzeppelin/hardhat-upgrades
's releases.
@openzeppelin/hardhat-upgrades
@3
.1.0
- Defender: Fix handling of license types for block explorer verification, support
licenseType
andskipLicenseType
options. (#1013)Breaking changes
- When deploying through Defender, if your contract does not have an SPDX license identifier, the verified source code on Etherscan will no longer show any license type.
- If you want the license type to appear as "None", either set your contract to have
// SPDX-License-Identifier: UNLICENSED
according to Solidity docs, or set thelicenseType
option to"None"
.
Commits
0f6bf7b
Defender: Improve license type handling (#1013)20f0207
Leave constants as is when making namespaced input (#1009)9932c6a
chore: fix some typos in comments (#1010)7a77f68
Update lockfile (#999)836b920
Update Foundry Upgrades submodule (#1005)1a8325b
[Snyk] Security upgrade undici from 6.6.2 to 6.11.1 (#1004)44e3710
Bump tar from 6.2.0 to 6.2.1 (#1006)79c69d6
Update Foundry Upgrades submodule to v0.2.1 (#995)0a68abd
Bump follow-redirects from 1.15.5 to 1.15.6 (#993)49d17b0
Remove devDependency@types/cbor
(#994)- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)