material-ui icon indicating copy to clipboard operation
material-ui copied to clipboard

Bump jscodeshift to ^0.15.1

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jscodeshift ^0.13.1 -> ^0.15.1 age adoption passing confidence
@types/jscodeshift (source) 0.11.5 -> 0.11.11 age adoption passing confidence

Release Notes

facebook/jscodeshift (jscodeshift)

v0.15.1

Compare Source

Changed
Fixed

v0.15.0

Compare Source

Changed
Fixed

v0.14.0

Compare Source

Added
Changed
  • Bumped dependency versions
  • Allow arguments in --help to be listed in an order other than alphabetically, so they can instead be grouped thematically (#​507, @​elonvolo)
  • Allow the j shortcut 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.

renovate[bot] avatar Oct 09 '22 00:10 renovate[bot]

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

mui-bot avatar Oct 09 '22 00:10 mui-bot

Created an issue in the jscodeshift repo: https://github.com/facebook/jscodeshift/issues/534

michaldudak avatar Dec 08 '22 11:12 michaldudak

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.

siriwatknp avatar Apr 10 '24 06:04 siriwatknp

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.

renovate[bot] avatar Apr 10 '24 07:04 renovate[bot]

How about in mui-codemod we just run prettier on a file ourselves after the jscodeshift, if we detect a prettier setup?

Janpot avatar Apr 10 '24 09:04 Janpot

How about in mui-codemod we just run prettier on a file ourselves after the jscodeshift, 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.

siriwatknp avatar Apr 11 '24 07:04 siriwatknp