Skip to content

chore(deps): update dependency typescript to v5 #759

chore(deps): update dependency typescript to v5

chore(deps): update dependency typescript to v5 #759

Triggered via pull request July 22, 2024 23:22
Status Success
Total duration 4m 46s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: contracts/facets/mediator/AMBInformationAccessFacet.sol#L24
global import of path ./IAMBInformationAccess.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/AMBInformationAccessFacet.sol#L25
global import of path ./MediatorImpl.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/AMBInformationReceiverFacet.sol#L24
global import of path ./IAMBInformationReceiver.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/AMBInformationReceiverFacet.sol#L25
global import of path ./MediatorImpl.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/MediatorImpl.sol#L24
global import of path @openzeppelin/contracts/utils/structs/EnumerableSet.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/MediatorImpl.sol#L25
global import of path @openzeppelin/contracts/utils/Strings.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/MediatorImpl.sol#L26
global import of path @paypr/ethereum-contracts/contracts/facets/context/ContextSupport.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/MediatorImpl.sol#L27
global import of path ./IAMB.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/MediatorInit.sol#L24
global import of path ./MediatorImpl.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/facets/mediator/test/TestAMB.sol#L24
global import of path @openzeppelin/contracts/utils/Counters.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)