fix(deps): update dependency globby to v13
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
globby | dependencies | major | 11.1.0 -> 13.1.4 |
Release Notes
sindresorhus/globby
v13.1.4
- Fix error when reading inaccessible directories with
gitignore: true
andsuppressErrors: true
(#246)e95da57
- Remove
URL
TypeScript type workaround (#230)55a3c64
v13.1.3
v13.1.2
v13.1.1
v13.1.0
- Add
ignoreFiles
option (#228)895d6ec
v13.0.0
Breaking
- Rename
generateGlobTasks
togenerateGlobTasksSync
(#221)51c8f68
- Remove
ignore
option forisGitIgnored
andisGitIgnoredSync
(#225)2e43cc4
- This option never worked correctly.
Improvements
- Improve performance with mutiple patterns (#222)
04fbd5b
- Add async
generateGlobTasks
method (#221)51c8f68
Fixes
v12.2.0
- Work around TypeScript type problem with
URL
global (#206)1224230
- Accept
URL
in function returned byisGitIgnored
(#207)a9fc794
v12.1.0
v12.0.2
- Ensure async method is completely async
e167725
v12.0.1
- Internal changes
5a64253
v12.0.0
Breaking
- Require Node.js 12.20 (#181)
5c32b4a
- This package is now pure ESM. Please read this.
- This package now uses named exports instead of a default export
-
globby
→{globby}
-
globby.sync
→{globbySync}
-
globby.stream
→{globbyStream}
-
globby.generateGlobTasks
→{generateGlobTasks}
-
globby.hasMagic
→{isDynamicPattern}
-
globby.gitignore
→{isGitIgnored}
-
globby.gitignore.sync
→{isGitIgnoredSync}
-
-const globby = require('globby');
+import {globby} from 'globby';
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.
Edited by Botaniker (Bot)