Skip to content

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

1f009cd
Select commit
Loading
Failed to load commit list.
Closed

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.6.1 #639

build(deps): bump @reduxjs/toolkit from 1.9.3 to 2.6.1
1f009cd
Select commit
Loading
Failed to load commit list.
Fleek.co / Fleek - dark-voice-6076 failed May 1, 2025 in 2m 11s

Build Failed

Build failed

Details

2025-05-01T05:23:06.388Z | 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:23:06.518Z | npm warn deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
2025-05-01T05:23:07.048Z | npm warn deprecated npmlog@6.0.2: This package is no longer supported.
2025-05-01T05:23:07.233Z | npm warn deprecated request@2.88.2: request has been deprecated, see request/request#3142
2025-05-01T05:23:07.875Z | npm warn deprecated har-validator@5.1.5: this library is no longer supported
2025-05-01T05:23:08.301Z | npm warn deprecated gauge@4.0.4: This package is no longer supported.
2025-05-01T05:23:08.766Z | npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
2025-05-01T05:23:10.125Z | npm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
2025-05-01T05:23:12.433Z | 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:23:36.304Z | added 1581 packages, and audited 1582 packages in 34s
2025-05-01T05:23:36.304Z | 203 packages are looking for funding
2025-05-01T05:23:36.304Z | run npm fund for details
2025-05-01T05:23:36.364Z | 37 vulnerabilities (1 low, 18 moderate, 16 high, 2 critical)
2025-05-01T05:23:36.364Z | To address issues that do not require attention, run:
2025-05-01T05:23:36.364Z | npm audit fix
2025-05-01T05:23:36.364Z | Some issues need review, and may require choosing
2025-05-01T05:23:36.364Z | a different dependency.
2025-05-01T05:23:36.364Z | Run npm audit for details.
2025-05-01T05:23:36.365Z | npm notice
2025-05-01T05:23:36.365Z | npm notice New major version of npm available! 10.9.2 -> 11.3.0
2025-05-01T05:23:36.365Z | npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.3.0
2025-05-01T05:23:36.365Z | npm notice To update run: npm install -g npm@11.3.0
2025-05-01T05:23:36.365Z | npm notice
2025-05-01T05:23:36.520Z | > chat@0.1.0 build
2025-05-01T05:23:36.520Z | > tsc && vite build
2025-05-01T05:23:45.735Z | 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-05-01T05:23:45.735Z | 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-05-01T05:23:45.776Z | Dist directory does not exist