Skip to content

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.6.0

9a1b2ec
Select commit
Loading
Failed to load commit list.
Closed

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.6.0 #636

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.6.0
9a1b2ec
Select commit
Loading
Failed to load commit list.
Fleek.co / Fleek - dark-voice-6076 failed Apr 1, 2025 in 2m 41s

Build Failed

Build failed

Details

2025-04-01T05:17:33.077Z | 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-04-01T05:17:33.266Z | npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
2025-04-01T05:17:33.952Z | npm warn deprecated npmlog@6.0.2: This package is no longer supported.
2025-04-01T05:17:34.261Z | npm warn deprecated request@2.88.2: request has been deprecated, see request/request#3142
2025-04-01T05:17:35.108Z | npm warn deprecated har-validator@5.1.5: this library is no longer supported
2025-04-01T05:17:35.623Z | npm warn deprecated gauge@4.0.4: This package is no longer supported.
2025-04-01T05:17:36.330Z | npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
2025-04-01T05:17:37.401Z | npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
2025-04-01T05:17:40.571Z | 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-04-01T05:18:14.254Z | added 1581 packages, and audited 1582 packages in 46s
2025-04-01T05:18:14.254Z | 203 packages are looking for funding
2025-04-01T05:18:14.254Z | run npm fund for details
2025-04-01T05:18:14.317Z | 36 vulnerabilities (1 low, 18 moderate, 15 high, 2 critical)
2025-04-01T05:18:14.317Z | To address issues that do not require attention, run:
2025-04-01T05:18:14.317Z | npm audit fix
2025-04-01T05:18:14.317Z | To address all issues possible (including breaking changes), run:
2025-04-01T05:18:14.317Z | npm audit fix --force
2025-04-01T05:18:14.317Z | Some issues need review, and may require choosing
2025-04-01T05:18:14.317Z | a different dependency.
2025-04-01T05:18:14.317Z | Run npm audit for details.
2025-04-01T05:18:14.318Z | npm notice
2025-04-01T05:18:14.318Z | npm notice New major version of npm available! 10.9.2 -> 11.2.0
2025-04-01T05:18:14.318Z | npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.2.0
2025-04-01T05:18:14.318Z | npm notice To update run: npm install -g npm@11.2.0
2025-04-01T05:18:14.318Z | npm notice
2025-04-01T05:18:14.486Z | > chat@0.1.0 build
2025-04-01T05:18:14.486Z | > tsc && vite build
2025-04-01T05:18:28.197Z | src/utils/createStore.ts(33,9): error TS2322: Type '(getDefaultMiddleware: GetDefaultMiddleware<{ delegation: DelegationState; flag: FlagState; identicons: Partial<Record<string, string>>; permissions: PermissionsState; ... 5 more ...; avatar: AvatarState; }>) => ThunkMiddleware<...>[]' is not assignable to type '(getDefaultMiddleware: GetDefaultMiddleware<{ delegation: DelegationState; flag: FlagState; identicons: Partial<Record<string, string>>; permissions: PermissionsState; ... 5 more ...; avatar: AvatarState; }>) => Tuple<...>'.
2025-04-01T05:18:28.197Z | Property 'prepend' is missing in type 'ThunkMiddleware<{ delegation: DelegationState; flag: FlagState; identicons: Partial<Record<string, string>>; permissions: PermissionsState; ... 5 more ...; avatar: AvatarState; }, UnknownAction>[]' but required in type 'Tuple<Middlewares<{ delegation: DelegationState; flag: FlagState; identicons: Partial<Record<string, string>>; permissions: PermissionsState; ... 5 more ...; avatar: AvatarState; }>>'.
2025-04-01T05:18:28.247Z | Dist directory does not exist