components
components copied to clipboard
chore(deps): update dependency globby to v13
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| globby | ^11.0.4 -> ^13.1.2 |
Release Notes
sindresorhus/globby
v13.1.2
v13.1.1
v13.1.0
- Add
ignoreFilesoption (#228)895d6ec
v13.0.0
Breaking
- Rename
generateGlobTaskstogenerateGlobTasksSync(#221)51c8f68 - Remove
ignoreoption forisGitIgnoredandisGitIgnoredSync(#225)2e43cc4- This option never worked correctly.
Improvements
- Improve performance with mutiple patterns (#222)
04fbd5b - Add async
generateGlobTasksmethod (#221)51c8f68
Fixes
v12.2.0
- Work around TypeScript type problem with
URLglobal (#206)1224230 - Accept
URLin 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 auditnotices
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.