Which packages are impacted by your issue?
@graphql-codegen/typescript-react-apollo
Describe the bug
Running npm ci the dependencies of @graphql-codegen/[email protected] throw warnings below:
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 @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.
Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
- Install @graphql-codegen/[email protected] run command
npm install --save-dev @graphql-codegen/[email protected]
- Run
npm ci
- See npm warn deprecated in terminal window
Expected behavior
As a user, I should not be expecting any deprecated warning packages.
Screenshots or Videos
Platform
- OS: MacOS
- NodeJS: 22.16.0
graphql version: 16.11.0
@graphql-codegen/typescript-react-apollo version(s): 4.3.3
Codegen Config File
No response
Additional context
No response
Which packages are impacted by your issue?
@graphql-codegen/typescript-react-apollo
Describe the bug
Running
npm cithe dependencies of @graphql-codegen/[email protected] throw warnings below:Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
npm install --save-dev @graphql-codegen/[email protected]npm ciExpected behavior
As a user, I should not be expecting any deprecated warning packages.
Screenshots or Videos
Platform
graphqlversion: 16.11.0@graphql-codegen/typescript-react-apolloversion(s): 4.3.3Codegen Config File
No response
Additional context
No response