graphql-mesh icon indicating copy to clipboard operation
graphql-mesh copied to clipboard

fix(deps): update dependency globby to v14

Open renovate[bot] opened this issue 9 months ago β€’ 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
globby ^11.1.0 -> ^14.0.0 age adoption passing confidence
globby 11.1.0 -> 14.0.0 age adoption passing confidence

Release Notes

sindresorhus/globby (globby)

v14.0.0

Compare Source

Breaking
Improvements

v13.2.2

Compare Source

v13.2.1

Compare Source

v13.2.0

Compare Source

  • Pass deep option to ignore filter to avoid unnecessary recursion (#​251) a0e4028

v13.1.4

Compare Source

  • Fix error when reading inaccessible directories with gitignore: true and suppressErrors: true (#​246) e95da57
  • Remove URL TypeScript type workaround (#​230) 55a3c64

v13.1.3

Compare Source

v13.1.2

Compare Source

v13.1.1

Compare Source

v13.1.0

Compare Source

v13.0.0

Compare Source

Breaking
  • Rename generateGlobTasks to generateGlobTasksSync (#​221) 51c8f68
  • Remove ignore option for isGitIgnored and isGitIgnoredSync (#​225) 2e43cc4
    • This option never worked correctly.
Improvements
Fixes

v12.2.0

Compare Source

v12.1.0

Compare Source

v12.0.2

Compare Source

  • Ensure async method is completely async e167725

v12.0.1

Compare Source

v12.0.0

Compare Source

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.

renovate[bot] avatar Nov 09 '23 19:11 renovate[bot]

Review or Edit in CodeSandbox

Open the branch in Web Editor β€’ VS Code β€’ Insiders
Open Preview

codesandbox[bot] avatar Nov 09 '23 19:11 codesandbox[bot]

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.

renovate[bot] avatar Feb 07 '24 13:02 renovate[bot]