Skip to content

Commit

Permalink
build(deps): update dependency globby to v14.1.0 (#11533)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [globby](https://redirect.github.com/sindresorhus/globby) | [`14.0.2`
-> `14.1.0`](https://renovatebot.com/diffs/npm/globby/14.0.2/14.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/globby/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/globby/14.0.2/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globby/14.0.2/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v14.1.0`](https://redirect.github.com/sindresorhus/globby/releases/tag/v14.1.0)

[Compare
Source](https://redirect.github.com/sindresorhus/globby/compare/v14.0.2...v14.1.0)

- Export `isIgnoredByIgnoreFiles` and `isIgnoredByIgnoreFilesSync`
functions
([#&#8203;269](https://redirect.github.com/sindresorhus/globby/issues/269))
[`cba8941`](https://redirect.github.com/sindresorhus/globby/commit/cba8941)

***

</details>

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 74d64d4 commit 8b29439
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
42 changes: 24 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"eslint-plugin-react": "7.37.4",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.14.0",
"globby": "14.0.2",
"globby": "14.1.0",
"happy-dom": "16.8.1",
"husky": "9.1.7",
"jest-axe": "9.0.0",
Expand Down

0 comments on commit 8b29439

Please sign in to comment.