Skip to content

Babel package deprecated warnings #1248

@Rezique0110

Description

@Rezique0110

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

  1. Install @graphql-codegen/[email protected] run command npm install --save-dev @graphql-codegen/[email protected]
  2. Run npm ci
  3. See npm warn deprecated in terminal window

Expected behavior

As a user, I should not be expecting any deprecated warning packages.

Screenshots or Videos

Image

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions