Skip to content

Bump @types/node from 18.18.0 to 18.18.13 #299

Bump @types/node from 18.18.0 to 18.18.13

Bump @types/node from 18.18.0 to 18.18.13 #299

Triggered via pull request November 27, 2023 20:53
Status Success
Total duration 1m 4s
Artifacts

test.yml

on: pull_request
Run Forge Tests
46s
Run Forge Tests
Run Hardhat Tests
54s
Run Hardhat Tests
Run eslint
37s
Run eslint
Publish to NPM (dry run)
55s
Publish to NPM (dry run)
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run eslint: contracts/access/IERC173.sol#L4
global import of path @openzeppelin/contracts/utils/introspection/ERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L2
Found more than One contract per file. 2 contracts found!
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L16
Function name must be in mixedCase
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L72
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L111
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/allowlist/OperatorAllowlist.sol#L127
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/errors/Errors.sol#L2
Found more than One contract per file. 3 contracts found!
Run eslint: contracts/mocks/MockDisguisedEOA.sol#L3
global import of path @openzeppelin/contracts/token/ERC721/IERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run eslint: contracts/mocks/MockEIP1271Wallet.sol#L3
global import of path @openzeppelin/contracts/utils/cryptography/ECDSA.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run eslint: contracts/mocks/MockEIP1271Wallet.sol#L4
global import of path @openzeppelin/contracts/interfaces/IERC1271.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)