Update dependency globby to v13
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
globby | dependencies | major | ^11.0.1 -> ^13.0.0 |
Release Notes
sindresorhus/globby
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';
v11.1.0
- Update dependencies to fix some
npm audit
notices
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.