Skip to content

Commit

Permalink
chore(deps): update dependency globby to v14 (#1024)
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) | [`^13.2.2` ->
`^14.0.0`](https://renovatebot.com/diffs/npm/globby/13.2.2/14.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globby/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globby/13.2.2/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/13.2.2/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Breaking

- Require Node.js 18
[`2c06ae5`](https://togithub.com/sindresorhus/globby/commit/2c06ae5)

##### Improvements

- Add
[`convertPathToPattern()`](https://togithub.com/sindresorhus/globby#convertpathtopatternpath)
method
[`3bd00a6`](https://togithub.com/sindresorhus/globby/commit/3bd00a6)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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/JoshuaKGoldberg/create-typescript-app).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent 8a79c26 commit 7aa6d6b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vitest": "^0.3.0",
"eslint-plugin-yml": "^1.8.0",
"globby": "^13.2.2",
"globby": "^14.0.0",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.3.0",
"knip": "2.40.1",
Expand Down
36 changes: 34 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7aa6d6b

Please sign in to comment.