From fe4bc3a9880a3fa7cb151a624de5870200d9e8d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:33:11 +0000 Subject: [PATCH] Update dependency jscodeshift to v0.15.1 (#551) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
facebook/jscodeshift (jscodeshift) ### [`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 ([#​564](https://togithub.com/facebook/jscodeshift/issues/564), [@​ashsearle](https://togithub.com/ashsearle)) - Enable `@babel/plugin-proposal-private-methods` in worker ([#​568](https://togithub.com/facebook/jscodeshift/issues/568), [@​sibelius](https://togithub.com/sibelius)) - Upgraded Babel packages ([#​570](https://togithub.com/facebook/jscodeshift/issues/570), [@​dartess](https://togithub.com/dartess)) ##### Fixed - Respect extensions cli option when filtering individual files ([#​562](https://togithub.com/facebook/jscodeshift/issues/562), [@​robcmills](https://togithub.com/robcmills)) - Fixed unit test after [#​562](https://togithub.com/facebook/jscodeshift/issues/562) broke them ([#​575](https://togithub.com/facebook/jscodeshift/issues/575), [@​ElonVolo](https://togithub.com/ElonVolo))
--- ### 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). --- packages/next-codemod/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-codemod/package.json b/packages/next-codemod/package.json index 522733ddd5..5770bf1c11 100644 --- a/packages/next-codemod/package.json +++ b/packages/next-codemod/package.json @@ -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" },