Skip to content

Bumps jscodeshift globally #243

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

Merged
merged 1 commit into from
Feb 26, 2025
Merged

Bumps jscodeshift globally #243

merged 1 commit into from
Feb 26, 2025

Conversation

danieldelcore
Copy link
Contributor

Closes: #242

Bumps jscodeshift globally to the latest version.

Previously this was pinned to a lower version because of a JSX formatting bug with recast (which is why all of the tests failed) but, we are going to move forward in the meantime in hope that the maintainers patch it.

benjamn/recast#1406

Copy link

changeset-bot bot commented Feb 26, 2025

🦋 Changeset detected

Latest commit: 6baffa1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 28 packages
Name Type
@hypermod/initializer Minor
@hypermod/utils Minor
@hypermod/core Minor
@hypermod/cli Minor
@hypermod/mod-atlaskit__progress-indicator Minor
@hypermod/mod-atlaskit__section-message Minor
@hypermod/mod-atlaskit__side-navigation Minor
@hypermod/mod-atlaskit__breadcrumbs Minor
@hypermod/mod-atlaskit__textfield Minor
@hypermod/mod-atlaskit__calendar Minor
@hypermod/mod-atlaskit__checkbox Minor
@hypermod/mod-atlaskit__textarea Minor
@hypermod/mod-atlaskit__spinner Minor
@hypermod/mod-emotion__monorepo Minor
@hypermod/mod-atlaskit__avatar Minor
@hypermod/mod-atlaskit__button Minor
@hypermod/mod-atlaskit__popper Minor
@hypermod/mod-atlaskit__toggle Minor
@hypermod/mod-atlaskit__popup Minor
@hypermod/mod-atlaskit__range Minor
@hypermod/mod-atlaskit__icon Minor
@hypermod/mod-atlaskit__menu Minor
@hypermod/mod-atlaskit__tag Minor
@hypermod/mod-memoize-one Minor
@hypermod/mod-javascript Minor
@hypermod/mod-hypermod Minor
@hypermod/mod-react Minor
@codeshift/cli Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -86,7 +86,7 @@ describe('@atlaskit/[email protected] transform', () => {
import React from 'react';

const SimpleTextfield = () => {
return <Textfield />;
return (<Textfield />);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the issue with recast.

@danieldelcore danieldelcore merged commit 60d3b00 into main Feb 26, 2025
4 checks passed
@danieldelcore danieldelcore deleted the bump-jscodeshift branch February 26, 2025 09:08
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.

Bump jscodeshift dependency
1 participant