Skip to content

Commit

Permalink
fix(deps): update dependency globby to v14 (#2349)
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**: 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.

---

- [ ] <!-- 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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 4, 2024
1 parent 032ae87 commit f275eee
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 99 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"exclusive-promises": "^1.0.3",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"globby": "^13.2.2",
"globby": "^14.0.0",
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^8.17.2",
Expand Down
Loading

0 comments on commit f275eee

Please sign in to comment.