Skip to content

Commit

Permalink
Update dependency globby to v14.0.1 (#1477)
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 |
|---|---|---|---|---|---|
| [globby](https://togithub.com/sindresorhus/globby) | [`14.0.0` -> `14.0.1`](https://renovatebot.com/diffs/npm/globby/14.0.0/14.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globby/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globby/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/14.0.0/14.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/globby (globby)</summary>

### [`v14.0.1`](https://togithub.com/sindresorhus/globby/releases/tag/v14.0.1)

[Compare Source](https://togithub.com/sindresorhus/globby/compare/v14.0.0...v14.0.1)

-   Fix `expandDirectories.extension` option ([#&#8203;263](https://togithub.com/sindresorhus/globby/issues/263))  [`af5d139`](https://togithub.com/sindresorhus/globby/commit/af5d139)
-   Fix read permission error on ignore files search ([#&#8203;259](https://togithub.com/sindresorhus/globby/issues/259))  [`3a28601`](https://togithub.com/sindresorhus/globby/commit/3a28601)

</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 Feb 25, 2024
1 parent e20ebd2 commit 1118eb9
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 @@ -10,7 +10,7 @@
"dependencies": {
"cheerio": "1.0.0-rc.12",
"execa": "8.0.1",
"globby": "14.0.0",
"globby": "14.0.1",
"inquirer": "9.2.15",
"is-git-clean": "1.1.0",
"jscodeshift": "0.15.2",
Expand Down

0 comments on commit 1118eb9

Please sign in to comment.