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

chore: use renamed babel plugin packages #8832

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Conversation

jtoar
Copy link
Contributor

@jtoar jtoar commented Jul 6, 2023

Babel renamed a lot of plugin-proposal- packages in 7.22.5 to plugin-transform-: https://babeljs.io/blog/2023/05/26/7.22.0#renamed-packages. The old ones aren't receiving updates anymore. This switches over to the new ones and updates their version.

@jtoar jtoar added the release:fix This PR is a fix label Jul 6, 2023
@jtoar jtoar added this to the v6.0.0 milestone Jul 6, 2023
@@ -88,9 +88,9 @@ module.exports = {
**/
['@babel/plugin-proposal-decorators', { legacy: true }],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Decorators is actually a proposal whereas the others are standardized

@jtoar jtoar requested a review from Tobbe July 6, 2023 02:38
@Tobbe Tobbe merged commit 42f5c04 into main Jul 6, 2023
29 checks passed
@Tobbe Tobbe deleted the ds-babel/use-renamed-packages branch July 6, 2023 08:26
Tobbe added a commit to Tobbe/redwood that referenced this pull request Jul 6, 2023
Josh-Walker-GM added a commit that referenced this pull request Jul 6, 2023
jtoar added a commit that referenced this pull request Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:fix This PR is a fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants