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

fix: updated babel packages #8281

Merged
merged 4 commits into from
Sep 30, 2024
Merged

Conversation

Bayheck
Copy link
Collaborator

@Bayheck Bayheck commented Sep 17, 2024

Purpose

Describe the problem you want to address or the feature you want to implement.

Approach

Describe how your changes address the issue or implement the desired functionality in as much detail as possible.

References

closes #8272

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

@testcafe-need-response-bot testcafe-need-response-bot bot added the STATE: Need response An issue that requires a response or attention from the team. label Sep 17, 2024
@Bayheck Bayheck removed the STATE: Need response An issue that requires a response or attention from the team. label Sep 17, 2024
@@ -67,8 +67,8 @@ export default function loadLibs ({ esm } = {}) {
presetEnvForTestCode: [require('@babel/preset-env'), getPresetEnvForTestCodeOpts(esm)],
moduleResolver: [require('babel-plugin-module-resolver'), getModuleResolverOpts(esm)],
presetReact: getPresetReact(),
proposalPrivateMethods: [require('@babel/plugin-proposal-private-methods'), { loose: true }],
proposalClassProperties: [require('@babel/plugin-proposal-class-properties'), { loose: true }],
proposalPrivateMethods: [require('@babel/plugin-transform-private-methods'), { loose: true }],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename properties too

@Bayheck Bayheck marked this pull request as ready for review September 27, 2024 14:37
@Bayheck Bayheck requested a review from aleks-pro as a code owner September 27, 2024 14:37
@Aleksey28 Aleksey28 merged commit a99f1cc into DevExpress:master Sep 30, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When will the deprecated package @babel/plugin-proposal-* be updated?
3 participants