keystone
keystone copied to clipboard
fix(deps): update dependency globby to v13
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| globby | ^11.0.4 -> ^13.0.0 |
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';
Configuration
📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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 these updates 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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated |
|---|---|---|---|---|
| keystone-next-docs | ❌ Failed (Inspect) | Jan 16, 2023 at 2:43PM (UTC) |
⚠️ No Changeset found
Latest commit: 13f87ea5b9b8a76a3351429b9f8f910b0e6b46c9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 13f87ea5b9b8a76a3351429b9f8f910b0e6b46c9:
| Sandbox | Source |
|---|---|
| @keystone-6/sandbox | Configuration |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.