Skip to content

Commit

Permalink
chore(deps): update dependency globby to v14 (#971)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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 - "on sunday" in timezone Asia/Shanghai,
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/PKUHPC/SCOW).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 13, 2023
1 parent 99d01eb commit d511da2
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-license-header": "0.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"front-matter": "4.0.2",
"globby": "13.2.2",
"globby": "14.0.0",
"husky": "8.0.3",
"jest": "29.6.2",
"jest-extended": "4.0.1",
Expand Down
53 changes: 50 additions & 3 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 d511da2

Please sign in to comment.