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

Seeking Help to Resolve Deprecated Warnings #1

Open
abitocodes opened this issue Apr 3, 2024 · 0 comments
Open

Seeking Help to Resolve Deprecated Warnings #1

abitocodes opened this issue Apr 3, 2024 · 0 comments

Comments

@abitocodes
Copy link

abitocodes commented Apr 3, 2024

Hello, author and developers.

I encountered several deprecated warnings while running npm install just after cloning this repo in my local. Despite checking the package.json (exactly same with package.json here) and even trying commands like ndc current, I'm unable to pinpoint where these deprecations are coming from. Here are the terminal messages I received:

abito@MeggsMacBook16 next-wagmi-template % npm install
npm WARN deprecated @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: 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 @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
npm WARN deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: 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/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
npm WARN deprecated @babel/plugin-proposal-optional-chaining@7.21.0: 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 @babel/plugin-proposal-object-rest-spread@7.20.7: 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.
npm WARN deprecated @motionone/vue@10.16.4: Motion One for Vue is deprecated. Use Oku Motion instead https://oku-ui.com/motion
npm WARN deprecated webextension-polyfill-ts@0.25.0: This project has moved to @types/webextension-polyfill

added 1325 packages, and audited 1327 packages in 25s

209 packages are looking for funding
  run `npm fund` for details

1 moderate severity vulnerability

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
abito@MeggsMacBook16 next-wagmi-template %

I'm reaching out to the community to see if anyone has encountered similar issues and found a solution. It's challenging to understand which dependency (or dependencies) are triggering these warnings. Any guidance on resolving these deprecations would be greatly appreciated.

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

No branches or pull requests

1 participant