forge-dev-kit
forge-dev-kit copied to clipboard
Update dependency globby to v16
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| globby | ^13.2.0 -> ^16.0.0 |
Release Notes
sindresorhus/globby (globby)
v16.0.0
Breaking
- Respect parent .gitignore files when
gitignoreoption is enabledb9a9a84- 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.
- When
Improvements
- Support negation-only patterns
1273541 - Respect custom fs implementation from options
c2eb272 - Add some more options to
isGitIgnoredfunctionse794ff9 - Improve error message for invalid
cwdoption7535e6d
Fixes
- Fix
{gitignore: true}performance issuefcb07c3 - Fix bundler compatibility
e6c72c9 - Fix parent directory patterns with
gitignoreoption11dd2df - Fix ignore patterns with parent directory references
a58d117 - Fix types for
statsoptionc10f600
v15.0.0
Breaking
- Require Node.js 20
4ae42c8
Fixes
- Fix
expandDirectoriesnot working with globstar patterns98d691a - Fix relative paths with gitignore option
b4d78d8 - Fix gitignore patterns in subdirectories not applying recursively
2cb6088 - Fix TypeScript types for
globbyStreamto correctly yield strings1c7f3ed
v14.1.0
v14.0.2
- Fix types
f600250
v14.0.1
- Fix
expandDirectories.extensionoption (#263)af5d139 - Fix read permission error on ignore files search (#259)
3a28601
v14.0.0
Breaking
- Require Node.js 18
2c06ae5
Improvements
- Add
convertPathToPattern()method3bd00a6
v13.2.2
v13.2.1
Configuration
📅 Schedule: Branch creation - "on friday" (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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.