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

Remove deprecated package @babel/plugin-proposal-private-property-in-object #2146

Closed
ramondeklein opened this issue Jun 4, 2024 · 0 comments · Fixed by #2145
Closed

Remove deprecated package @babel/plugin-proposal-private-property-in-object #2146

ramondeklein opened this issue Jun 4, 2024 · 0 comments · Fixed by #2145
Assignees
Labels

Comments

@ramondeklein
Copy link
Contributor

ramondeklein commented Jun 4, 2024

NPM package auditing resulted in the following message:

└─ @babel/plugin-proposal-private-property-in-object
   ├─ ID: @babel/plugin-proposal-private-property-in-object (deprecation)
   ├─ Issue: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
   ├─ Severity: moderate
   ├─ Vulnerable Versions: 7.21.11
   │ 
   ├─ Tree Versions
   │  └─ 7.21.11
   │ 
   └─ Dependents
      └─ web-app@workspace:.

We should probably move to the @babel/plugin-transform-private-property-in-object package.

When this issue is implemented then --ignore '@babel/plugin-proposal-private-property-in-object (deprecation)' should be removed from ui,yaml.

@ramondeklein ramondeklein linked a pull request Jun 4, 2024 that will close this issue
@ramondeklein ramondeklein self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant