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(deps): update dependency jscodeshift to v0.16.1 #11051

Merged
merged 4 commits into from
Jul 22, 2024

Conversation

Josh-Walker-GM
Copy link
Collaborator

See: #11019.

The config used for jscodeshift used to specify a specific extension of js but this now causes problems. Some of our code uses temporary target files with no extension.

After facebook/jscodeshift#584 jscodeshift handles a set of default extensions anyway which cover all our current usage.

I have therefore removed the specific config and let jscodeshift do it's default behaviour.

@Josh-Walker-GM Josh-Walker-GM added this to the next-release milestone Jul 22, 2024
@Josh-Walker-GM Josh-Walker-GM added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Jul 22, 2024
@Josh-Walker-GM Josh-Walker-GM marked this pull request as ready for review July 22, 2024 22:15
@Josh-Walker-GM Josh-Walker-GM merged commit d86f0a9 into main Jul 22, 2024
48 of 54 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the jgmw/upgrade-jscodeshift branch July 22, 2024 22:15
@Josh-Walker-GM Josh-Walker-GM self-assigned this Jul 24, 2024
@Josh-Walker-GM Josh-Walker-GM added release:dependency This PR only updates dependencies and removed release:chore This PR is a chore (means nothing for users) labels Jul 31, 2024
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:dependency This PR only updates dependencies
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant