reown-com / appkit

The full stack toolkit to build onchain app UX
https://reown.com/appkit
Apache License 2.0
4.9k stars 1.39k forks source link

[bug] Depracted warnings when installing @web3modal/wagmi@latest package #2050

Closed Maltstar closed 4 months ago

Maltstar commented 7 months ago

Link to minimal reproducible example

none since it occurs by only installing the package not using it

Summary

Describe the bug

When installing @web3modal/wagmi@latest withnpm i @web3modal/wagmi@latest` I got warnings about deprecated packages being used.

Expected Behavior

The package @web3modal/wagmi@latestis installed and no warnings are reported.

Current Behavior

The package @web3modal/wagmi@latestis installed and the following warnings are reported:

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-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-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-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-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-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

Are there relevant warnings? If so would it be possible to replace the packages as suggested by npm.

Steps to reproduce

1.In a terminal install the package via npm i @web3modal/wagmi@latest

Expected behavior

The package @web3modal/wagmi@latestis installed and no warnings are reported.

List of related npm package versions

    "@web3modal/wagmi": "^4.1.1"
linear[bot] commented 7 months ago

W3M-96 [bug] Depracted warnings when installing @web3modal/wagmi@latest package

glitch-txs commented 4 months ago

These are coming from Wagmi I think