Commit 417a707
authored
chore(deps): update dependency globby to v16 (#512)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [globby](https://redirect.github.com/sindresorhus/globby) | [`^14.1.0`
-> `^16.0.0`](https://renovatebot.com/diffs/npm/globby/14.1.0/16.0.0) |

|

|
---
### Release Notes
<details>
<summary>sindresorhus/globby (globby)</summary>
###
[`v16.0.0`](https://redirect.github.com/sindresorhus/globby/releases/tag/v16.0.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globby/compare/v15.0.0...v16.0.0)
##### Breaking
- Respect parent .gitignore files when `gitignore` option is enabled
[`b9a9a84`](https://redirect.github.com/sindresorhus/globby/commit/b9a9a84)
- When `{gitignore: true}`, Globby now searches for .gitignore files up
to the Git repo root (if detected). This matches Git's actual behavior
where parent .gitignore patterns apply to subdirectories. Previously,
only .gitignore files within the glob search path were considered. This
change could break existing code that relied on the previous, more
limited behavior.
##### Improvements
- Support negation-only patterns
[`1273541`](https://redirect.github.com/sindresorhus/globby/commit/1273541)
- Respect custom fs implementation from options
[`c2eb272`](https://redirect.github.com/sindresorhus/globby/commit/c2eb272)
- Add some more options to `isGitIgnored` functions
[`e794ff9`](https://redirect.github.com/sindresorhus/globby/commit/e794ff9)
- Improve error message for invalid `cwd` option
[`7535e6d`](https://redirect.github.com/sindresorhus/globby/commit/7535e6d)
##### Fixes
- Fix `{gitignore: true}` performance issue
[`fcb07c3`](https://redirect.github.com/sindresorhus/globby/commit/fcb07c3)
- Fix bundler compatibility
[`e6c72c9`](https://redirect.github.com/sindresorhus/globby/commit/e6c72c9)
- Fix parent directory patterns with `gitignore` option
[`11dd2df`](https://redirect.github.com/sindresorhus/globby/commit/11dd2df)
- Fix ignore patterns with parent directory references
[`a58d117`](https://redirect.github.com/sindresorhus/globby/commit/a58d117)
- Fix types for `stats` option
[`c10f600`](https://redirect.github.com/sindresorhus/globby/commit/c10f600)
***
###
[`v15.0.0`](https://redirect.github.com/sindresorhus/globby/releases/tag/v15.0.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globby/compare/v14.1.0...v15.0.0)
##### Breaking
- Require Node.js 20
[`4ae42c8`](https://redirect.github.com/sindresorhus/globby/commit/4ae42c8)
##### Fixes
- Fix `expandDirectories` not working with globstar patterns
[`98d691a`](https://redirect.github.com/sindresorhus/globby/commit/98d691a)
- Fix relative paths with gitignore option
[`b4d78d8`](https://redirect.github.com/sindresorhus/globby/commit/b4d78d8)
- Fix gitignore patterns in subdirectories not applying recursively
[`2cb6088`](https://redirect.github.com/sindresorhus/globby/commit/2cb6088)
- Fix TypeScript types for `globbyStream` to correctly yield strings
[`1c7f3ed`](https://redirect.github.com/sindresorhus/globby/commit/1c7f3ed)
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apify/apify-sdk-js).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQyLjMyLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent bb143e8 commit 417a707
2 files changed
+30
-30
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments