-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 v17 #17264
Conversation
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
this looks to still be blocked - more info at #13798 (comment) cc: @tay1orjones |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@ariellalgilmore Yep! Looks like it. There's an open PR on the upstream recast dep that should fix it all, but in the meantime I think we might just want to deal with having the parens in the output so we can update this and then recommend in the docs that the result be run through an auto-formatter like prettier. I'll look into this and include it in this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ariellalgilmore @annawen1 this one's ready for review
I've updated this to add the parens to the expected output. Also updated the docs to suggest using an auto formatter in coordination with the codemod output.
@2nikhiltom this will impact #17266 if this is merged first. I'm happy to help update that PR with you if so!
…novate/jscodeshift-17.x
The content of this pull request will be made available as part of our next release. For the full schedule of upcoming releases, check out our Release Radar page. |
Hey there! v11.66.0 was just released that references this issue/PR. |
This PR contains the following updates:
^0.13.1
->^17.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
facebook/jscodeshift (jscodeshift)
v17.0.0
Compare Source
We needed to go from v0.x to a major release, and it may as well happen now. jscodeshift has been around for nine years though, so going to v1.0.0 didn't feel quite right. I've instead promoted the minor version number to a major version number, similar to what React did when it went from 0.14 to 15.0.
Fixed
Added
Changed
importAttributes
(#585, @benasher44) anddecoratorAutoAccessors
(#594, @syi0808) pluginsv0.16.1
Compare Source
Fixed
babel-core
dependency that was unused but caused security scanners to flag vulnerabilities.v0.16.0
Compare Source
Added
--gitignore
flag to avoid transforming any files listed in.gitignore
(#508, @ElonVolo)Changed
v0.15.2
Compare Source
Fixed
v0.15.1
Compare Source
Changed
@babel/plugin-proposal-private-methods
in worker (#568, @sibelius)Fixed
v0.15.0
Compare Source
Changed
Fixed
v0.14.0
Compare Source
Added
defineSnapshotTestFromFixture
test util (#471, @shriuken)renameTo
filters for Babel 6+ node types (#412 and #504, @elonvolo and @henryqdineen)childNodesOfType
to JSX traversal methods (#415, @j13huang)Changed
--help
to be listed in an order other than alphabetically, so they can instead be grouped thematically (#507, @elonvolo)j
shortcut in test utils (#515, @no23reason)Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.