material-ui
material-ui copied to clipboard
Bump jscodeshift to ^0.15.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| jscodeshift | ^0.13.1 -> ^0.15.1 |
||||
| @types/jscodeshift (source) | 0.11.5 -> 0.11.11 |
Release Notes
facebook/jscodeshift (jscodeshift)
v0.15.1
Changed
- Upgraded to recast 0.23.3 (#564, @ashsearle)
- Enable
@babel/plugin-proposal-private-methodsin worker (#568, @sibelius) - Upgraded Babel packages (#570, @dartess)
Fixed
- Respect extensions cli option when filtering individual files (#562, @robcmills)
- Fixed unit test after #562 broke them (#575, @ElonVolo)
v0.15.0
Changed
- Upgraded to recast 0.23.1 (#544, @ryanrhee)
- Make @babel/preset-env optional (#480, @SimenB)
Fixed
- Force LF line ending in bin/jscodeshift.sh (#555, @jakeboone02)
- Use transform's exported parser in testUitls (#528, @CrispyBacon12)
- Ensure jscodeshift doesn't load Babel config file (#460, @raon0211)
v0.14.0
Added
- Added a
defineSnapshotTestFromFixturetest util (#471, @shriuken) - Added
renameTofilters for Babel 6+ node types (#412 and #504, @elonvolo and @henryqdineen) - Added
childNodesOfTypeto JSX traversal methods (#415, @j13huang)
Changed
- Bumped dependency versions
- Allow arguments in
--helpto be listed in an order other than alphabetically, so they can instead be grouped thematically (#507, @elonvolo) - Allow the
jshortcut in test utils (#515, @no23reason)
Configuration
📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Netlify deploy preview
https://deploy-preview-34680--material-ui.netlify.app/
Bundle size report
No bundle size changes (Toolpad) No bundle size changes
Generated by :no_entry_sign: dangerJS against 92b8a2abd837d4adadb242107ae7589d076a5967
Created an issue in the jscodeshift repo: https://github.com/facebook/jscodeshift/issues/534
I think we should merge this dep update for v6. I assume that most projects have code formatting tools like prettier. I am updating the tests.
Edited/Blocked Notification
Renovate 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.
⚠ Warning: custom changes will be lost.
How about in mui-codemod we just run prettier on a file ourselves after the jscodeshift, if we detect a prettier setup?
How about in
mui-codemodwe just run prettier on a file ourselves after thejscodeshift, if we detect a prettier setup?
~I am thinking about detecting double ((*)) and removing it, so that I don't have to change all of the expected tests.~ Let me try the prettier.