Skip to content

chore(deps): update dependency prettier to v3 #3396

chore(deps): update dependency prettier to v3

chore(deps): update dependency prettier to v3 #3396

Triggered via push January 17, 2024 13:16
Status Failure
Total duration 2m 45s
Artifacts

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
Fit to window
Zoom out
Zoom in

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)