skovhus / jest-codemods

Codemods for migrating to Jest https://github.com/facebook/jest 👾
MIT License
881 stars 82 forks source link

fix(deps): update dependency jscodeshift to v0.15.0 #536

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jscodeshift 0.14.0 -> 0.15.0 age adoption passing confidence

Release Notes

facebook/jscodeshift ### [`v0.15.0`](https://togithub.com/facebook/jscodeshift/blob/HEAD/CHANGELOG.md#​0150-2023-05-07) [Compare Source](https://togithub.com/facebook/jscodeshift/compare/v0.14.0...v0.15.0) ##### Changed - Upgraded to recast 0.23.1 ([#​544](https://togithub.com/facebook/jscodeshift/issues/544), [@​ryanrhee](https://togithub.com/ryanrhee)) - Make [@​babel/preset-env](https://togithub.com/babel/preset-env) optional ([#​480](https://togithub.com/facebook/jscodeshift/issues/480), [@​SimenB](https://togithub.com/SimenB)) ##### Fixed - Force LF line ending in bin/jscodeshift.sh ([#​555](https://togithub.com/facebook/jscodeshift/issues/555), [@​jakeboone02](https://togithub.com/jakeboone02)) - Use transform's exported parser in testUitls ([#​528](https://togithub.com/facebook/jscodeshift/issues/528), [@​CrispyBacon12](https://togithub.com/CrispyBacon12)) - Ensure jscodeshift doesn't load Babel config file ([#​460](https://togithub.com/facebook/jscodeshift/issues/460), [@​raon0211](https://togithub.com/raon0211))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.09 :tada:

Comparison is base (a94e2b5) 92.38% compared to head (d00e9d1) 92.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #536 +/- ## ========================================== + Coverage 92.38% 92.47% +0.09% ========================================== Files 26 26 Lines 1944 1968 +24 Branches 405 407 +2 ========================================== + Hits 1796 1820 +24 Misses 102 102 Partials 46 46 ``` | [Impacted Files](https://app.codecov.io/gh/skovhus/jest-codemods/pull/536?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kenneth+Skovhus) | Coverage Δ | | |---|---|---| | [src/transformers/sinon.ts](https://app.codecov.io/gh/skovhus/jest-codemods/pull/536?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kenneth+Skovhus#diff-c3JjL3RyYW5zZm9ybWVycy9zaW5vbi50cw==) | `91.47% <100.00%> (+0.72%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.