Skip to content

build(deps): bump ethers from 5.7.2 to 6.13.7

49cc992
Select commit
Loading
Failed to load commit list.
Open

build(deps): bump ethers from 5.7.2 to 6.13.7 #644

build(deps): bump ethers from 5.7.2 to 6.13.7
49cc992
Select commit
Loading
Failed to load commit list.
Fleek.co / Fleek - dark-voice-6076 failed May 1, 2025 in 2m 32s

Build Failed

Build failed

Details

2025-05-01T05:25:27.629Z | npm warn deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
2025-05-01T05:25:27.820Z | npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
2025-05-01T05:25:28.287Z | npm warn deprecated npmlog@6.0.2: This package is no longer supported.
2025-05-01T05:25:28.470Z | npm warn deprecated request@2.88.2: request has been deprecated, see request/request#3142
2025-05-01T05:25:29.080Z | npm warn deprecated har-validator@5.1.5: this library is no longer supported
2025-05-01T05:25:29.480Z | npm warn deprecated gauge@4.0.4: This package is no longer supported.
2025-05-01T05:25:30.041Z | npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
2025-05-01T05:25:30.716Z | npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
2025-05-01T05:25:32.981Z | npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
2025-05-01T05:25:59.590Z | added 1886 packages, and audited 1887 packages in 36s
2025-05-01T05:25:59.590Z | 234 packages are looking for funding
2025-05-01T05:25:59.590Z | run npm fund for details
2025-05-01T05:25:59.650Z | 37 vulnerabilities (1 low, 18 moderate, 16 high, 2 critical)
2025-05-01T05:25:59.650Z | To address issues that do not require attention, run:
2025-05-01T05:25:59.650Z | npm audit fix
2025-05-01T05:25:59.650Z | Some issues need review, and may require choosing
2025-05-01T05:25:59.650Z | a different dependency.
2025-05-01T05:25:59.650Z | Run npm audit for details.
2025-05-01T05:25:59.652Z | npm notice
2025-05-01T05:25:59.652Z | npm notice New major version of npm available! 10.9.2 -> 11.3.0
2025-05-01T05:25:59.652Z | npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.3.0
2025-05-01T05:25:59.652Z | npm notice To update run: npm install -g npm@11.3.0
2025-05-01T05:25:59.652Z | npm notice
2025-05-01T05:25:59.804Z | > chat@0.1.0 build
2025-05-01T05:25:59.804Z | > tsc && vite build
2025-05-01T05:26:08.763Z | src/components/TokenIdToast.tsx(6,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.763Z | src/components/modals/AddTokenGatedRoomModal.tsx(25,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.763Z | src/features/avatar/helpers/retrieveAvatar.ts(5,10): error TS2724: '"ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
2025-05-01T05:26:08.763Z | src/features/delegation/helpers/lookup.ts(32,70): error TS2339: Property 'getMainWalletFor' does not exist on type 'BaseContractMethod<any[], any, any>'.
2025-05-01T05:26:08.763Z | src/features/delegation/helpers/retrieve.ts(3,10): error TS2305: Module '"ethers"' has no exported member 'utils'.
2025-05-01T05:26:08.763Z | src/features/lifecycle.saga.ts(108,54): error TS2322: Type 'HDNodeWallet' is not assignable to type 'Wallet'.
2025-05-01T05:26:08.763Z | Property '#private' in type 'HDNodeWallet' refers to a different member that cannot be accessed from within type 'Wallet'.
2025-05-01T05:26:08.763Z | src/features/misc/helpers/fetchTokenMetadata.ts(10,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.763Z | src/features/misc/helpers/fetchTokenMetadata.ts(31,63): error TS2345: Argument of type 'JsonRpcProvider' is not assignable to parameter of type 'ContractRunner'.
2025-05-01T05:26:08.763Z | src/features/misc/helpers/fetchTokenMetadata.ts(51,64): error TS2345: Argument of type 'JsonRpcProvider' is not assignable to parameter of type 'ContractRunner'.
2025-05-01T05:26:08.763Z | src/features/misc/helpers/fetchTokenMetadata.ts(67,64): error TS2345: Argument of type 'JsonRpcProvider' is not assignable to parameter of type 'ContractRunner'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenMetadata.ts(87,65): error TS2345: Argument of type 'JsonRpcProvider' is not assignable to parameter of type 'ContractRunner'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenMetadata.ts(108,60): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | Type 'undefined' is not assignable to type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenMetadata.ts(110,58): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | Type 'undefined' is not assignable to type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenMetadata.ts(112,59): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | Type 'undefined' is not assignable to type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenMetadata.ts(114,59): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | Type 'undefined' is not assignable to type 'JsonRpcProvider'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenStandard.ts(11,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenStandard.ts(42,67): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'ContractRunner | null | undefined'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenStandard.ts(97,71): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'ContractRunner | null | undefined'.
2025-05-01T05:26:08.764Z | src/features/misc/helpers/fetchTokenStandard.ts(116,73): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'ContractRunner | null | undefined'.
2025-05-01T05:26:08.764Z | src/features/permissions/helpers/removeMember.tsx(26,74): error TS2339: Property 'mainToDelegatedWallets' does not exist on type 'BaseContractMethod<any[], any, any>'.
2025-05-01T05:26:08.764Z | src/features/room/helpers/createRoom.ts(18,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.764Z | src/features/room/helpers/joinRoom.tsx(25,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.764Z | src/features/tokenGatedRooms/helpers/createTokenGatePolicy.ts(30,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.764Z | src/hooks/useListenForInvitesEffect.ts(1,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.764Z | src/utils/authorizeDelegatedAccount.ts(41,41): error TS2339: Property 'authorize' does not exist on type 'BaseContractMethod<any[], any, any>'.
2025-05-01T05:26:08.764Z | src/utils/getAccountType.ts(19,75): error TS2339: Property 'isMainWallet' does not exist on type 'BaseContractMethod<any[], any, any>'.
2025-05-01T05:26:08.764Z | src/utils/getAccountType.ts(29,76): error TS2339: Property 'isDelegatedWallet' does not exist on type 'BaseContractMethod<any[], any, any>'.
2025-05-01T05:26:08.764Z | src/utils/getDelegatedAccessRegistry.ts(1,20): error TS2724: '"ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
2025-05-01T05:26:08.764Z | src/utils/getJoinPolicyRegistry.ts(1,20): error TS2724: '"ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
2025-05-01T05:26:08.764Z | src/utils/getSigner.ts(2,10): error TS2724: '"ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
2025-05-01T05:26:08.764Z | src/utils/index.tsx(3,20): error TS2724: '"ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
2025-05-01T05:26:08.764Z | src/utils/index.tsx(11,26): error TS2352: Conversion of type 'Contract' to type 'StreamRegistryV3' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
2025-05-01T05:26:08.764Z | Type 'BaseContract & Omit<ContractInterface, keyof BaseContract>' is missing the following properties from type 'StreamRegistryV3': deployed, functions, DEFAULT_ADMIN_ROLE, 'DEFAULT_ADMIN_ROLE()', and 99 more.
2025-05-01T05:26:08.764Z | src/utils/index.tsx(14,13): error TS2345: Argument of type 'JsonRpcProvider | undefined' is not assignable to parameter of type 'ContractRunner | null | undefined'.
2025-05-01T05:26:08.764Z | Property 'provider' is missing in type 'JsonRpcProvider' but required in type 'ContractRunner'.
2025-05-01T05:26:08.764Z | src/utils/isAuthorizedDelegatedAccount.ts(11,64): error TS2339: Property 'isUserAuthorized' does not exist on type 'BaseContractMethod<any[], any, any>'.
2025-05-01T05:26:08.765Z | src/utils/isCorrectNetwork.ts(3,10): error TS2724: '"ethers"' has no exported member named 'providers'. Did you mean 'Provider'?
2025-05-01T05:26:08.765Z | src/utils/preflight.ts(6,10): error TS2724: '"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
2025-05-01T05:26:08.765Z | src/utils/preflight.ts(15,46): error TS2532: Object is possibly 'undefined'.
2025-05-01T05:26:08.803Z | Dist directory does not exist