chore(deps): update dependency prettier to v3 #3396
nodejs.yml
on: push
Matrix: build
Matrix: test-common
Matrix: test-dev
Matrix: test-lockup
Matrix: test-market
Matrix: test-metrics
Matrix: test-policy
Matrix: test-property
Matrix: test-sToken
Matrix: test-withdraw
Annotations
1 error and 10 warnings
build (14.x)
Process completed with exit code 2.
|
build (14.x):
contracts/interface/ITokenURIDescriptor.sol#L5
global import of path ./ISTokensManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/common/proxy/DevAdmin.sol#L4
global import of path @openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/common/proxy/DevProxy.sol#L4
global import of path @openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/common/registry/AddressRegistry.sol#L4
global import of path @openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/common/registry/AddressRegistry.sol#L5
global import of path ../../../interface/IAddressRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/common/registry/InitializableUsingRegistry.sol#L4
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/common/registry/InitializableUsingRegistry.sol#L5
global import of path ../../../interface/IAddressRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/common/registry/UsingRegistry.sol#L4
global import of path ../../../interface/IAddressRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/dev/Dev.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build (14.x):
contracts/src/dev/Dev.sol#L5
global import of path @openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|