Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): clean up warning related to ui deps #19

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

vtsvetkov-splunk
Copy link
Collaborator

@vtsvetkov-splunk vtsvetkov-splunk commented Nov 27, 2024

npm complained about incompatible versions

npm install
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: [email protected]
npm warn Found: [email protected]
npm warn node_modules/react-spring/node_modules/react
npm warn   peer react@">=16.11" from @react-spring/[email protected]
npm warn   node_modules/react-spring/node_modules/@react-spring/three
npm warn     @react-spring/three@"~9.2.0" from [email protected]
npm warn     node_modules/react-spring
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.2.0" from [email protected]
npm warn node_modules/react-spring/node_modules/react-native
npm warn   peer react-native@">=0.58" from @react-spring/[email protected]
npm warn   node_modules/react-spring/node_modules/@react-spring/native
npm warn   2 more (@react-three/fiber, @react-native/virtualized-lists)
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/react
npm warn   peer react@"^18.2.0" from [email protected]
npm warn   node_modules/react-spring/node_modules/react-native
npm warn     peer react-native@">=0.58" from @react-spring/[email protected]
npm warn     node_modules/react-spring/node_modules/@react-spring/native
npm warn     2 more (@react-three/fiber, @react-native/virtualized-lists)
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.

now it complains only about deprecated packages

npm install
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.

@vtsvetkov-splunk vtsvetkov-splunk marked this pull request as ready for review November 27, 2024 15:55
@vtsvetkov-splunk vtsvetkov-splunk merged commit 5125210 into main Nov 27, 2024
10 checks passed
@vtsvetkov-splunk vtsvetkov-splunk deleted the feature/depswarnings branch November 27, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant