Skip to content

Commit

Permalink
Update dependency jscodeshift to v0.15.1 (#551)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jscodeshift](https://togithub.com/facebook/jscodeshift) | [`0.15.0` -> `0.15.1`](https://renovatebot.com/diffs/npm/jscodeshift/0.15.0/0.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jscodeshift/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jscodeshift/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jscodeshift/0.15.0/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jscodeshift/0.15.0/0.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>facebook/jscodeshift (jscodeshift)</summary>

### [`v0.15.1`](https://togithub.com/facebook/jscodeshift/blob/HEAD/CHANGELOG.md#0151-2023-10-28)

[Compare Source](https://togithub.com/facebook/jscodeshift/compare/v0.15.0...0.15.1)

##### Changed

-   Upgraded to recast 0.23.3 ([#&#8203;564](https://togithub.com/facebook/jscodeshift/issues/564), [@&#8203;ashsearle](https://togithub.com/ashsearle))
-   Enable `@babel/plugin-proposal-private-methods` in worker ([#&#8203;568](https://togithub.com/facebook/jscodeshift/issues/568), [@&#8203;sibelius](https://togithub.com/sibelius))
-   Upgraded Babel packages ([#&#8203;570](https://togithub.com/facebook/jscodeshift/issues/570), [@&#8203;dartess](https://togithub.com/dartess))

##### Fixed

-   Respect extensions cli option when filtering individual files ([#&#8203;562](https://togithub.com/facebook/jscodeshift/issues/562), [@&#8203;robcmills](https://togithub.com/robcmills))
-   Fixed unit test after [#&#8203;562](https://togithub.com/facebook/jscodeshift/issues/562) broke them ([#&#8203;575](https://togithub.com/facebook/jscodeshift/issues/575), [@&#8203;ElonVolo](https://togithub.com/ElonVolo))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent af43fb8 commit fe4bc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"globby": "13.2.2",
"inquirer": "9.2.11",
"is-git-clean": "1.1.0",
"jscodeshift": "0.15.0",
"jscodeshift": "0.15.1",
"meow": "12.1.1",
"picocolors": "1.0.0"
},
Expand Down

0 comments on commit fe4bc3a

Please sign in to comment.