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

Fixes #34951 - Pin @babel version to 7.17.10 #9233

Closed
wants to merge 1 commit into from

Conversation

MariaAga
Copy link
Member

@evgeni
Copy link
Member

evgeni commented May 25, 2022

Do we need 7.17.10, or do we need a version earlier than 7.17.12 (according to the redmine). I am asking because we do have 7.7.4 packaged right now, and that would either need updating, or not.

@MariaAga
Copy link
Member Author

Packaging can keep 7.7.4, we need something before 7.17.12

"@theforeman/stories": "^10.1.0",
"@theforeman/test": "^10.1.0",
"@theforeman/vendor-dev": "^10.1.0",
"@babel/core": "7.17.10",
Copy link
Member

@evgeni evgeni May 25, 2022

Choose a reason for hiding this comment

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

Suggested change
"@babel/core": "7.17.10",
"@babel/core": ">=7.7.0 <7.17.12",

this will do what you want, w/o freaking out packaging

@MariaAga MariaAga marked this pull request as draft May 27, 2022 09:09
@MariaAga
Copy link
Member Author

Fixed the tests without this

@MariaAga MariaAga closed this May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants