dotansimha / dotansimha/graphql-code-generator-community

Babel package deprecated warnings

Open
#1,248 8 comments 0 reactions 1 assignee Claimed by @eddeee888 View on GitHub
Dominant language
TypeScript
Stars
137
Forks
195
Avg merge
6h 20m
Merged PRs (30d)
16

Description

### Which packages are impacted by your issue?

@graphql-codegen/typescript-react-apollo

### Describe the bug

Running `npm ci` the dependencies of @graphql-codegen/typescript-react-apollo@4.3.3 throw warnings below:
```
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-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.
```

### Your Example Website or App

N/A

### Steps to Reproduce the Bug or Issue

1. Install @graphql-codegen/typescript-react-apollo@4.3.3 run command `npm install --save-dev @graphql-codegen/typescript-react-apollo@4.3.3`
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_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.