Skip to content

Bump @openzeppelin/contracts-upgradeable from 4.9.5 to 4.9.6 (#651) #2244

Bump @openzeppelin/contracts-upgradeable from 4.9.5 to 4.9.6 (#651)

Bump @openzeppelin/contracts-upgradeable from 4.9.5 to 4.9.6 (#651) #2244

Triggered via push May 31, 2024 21:45
Status Success
Total duration 1m 47s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: contracts/base/ERC1155Base.sol#L8
global import of path ../extension/ContractMetadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L9
global import of path ../extension/Multicall.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L10
global import of path ../extension/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L11
global import of path ../extension/Royalty.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L12
global import of path ../extension/BatchMintMetadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L14
global import of path ../lib/Strings.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L101
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L111
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L136
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L137
Use Custom Errors instead of require statements