graphql-tools
graphql-tools copied to clipboard
fix(deps): update dependency globby to v14
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| globby | ^11.0.3 -> ^14.0.0 |
||||
| globby | 11.1.0 -> 14.0.0 |
Release Notes
sindresorhus/globby (globby)
v14.0.0
Breaking
- Require Node.js 18
2c06ae5
Improvements
- Add
convertPathToPattern()method3bd00a6
v13.2.2
v13.2.1
v13.2.0
v13.1.4
- Fix error when reading inaccessible directories with
gitignore: trueandsuppressErrors: true(#246)e95da57 - Remove
URLTypeScript type workaround (#230)55a3c64
v13.1.3
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 - 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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
🦋 Changeset detected
Latest commit: 736cd58656dcfcc8b82ace95c554ae8e290bf14d
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 5 packages
| Name | Type |
|---|---|
| @graphql-tools/code-file-loader | Patch |
| @graphql-tools/graphql-file-loader | Patch |
| @graphql-tools/json-file-loader | Patch |
| @graphql-tools/load-files | Patch |
| @graphql-tools/node-require | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
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.