Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency globby to v14 #600

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

This PR contains the following updates:

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

Release Notes

sindresorhus/globby (globby)

v14.0.2

Compare Source

v14.0.1

Compare Source

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 is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/globby-14.x branch 8 times, most recently from 06db5a5 to fd3049d Compare September 3, 2024 13:28
@renovate renovate bot force-pushed the renovate/globby-14.x branch 8 times, most recently from 10d0b84 to 1ba7c34 Compare September 15, 2024 19:09
@renovate renovate bot force-pushed the renovate/globby-14.x branch from 1ba7c34 to 6dffba2 Compare September 17, 2024 10:00
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 9e80a71 to 8f56e8a Compare October 8, 2024 18:19
@renovate renovate bot force-pushed the renovate/globby-14.x branch from 8f56e8a to 438d7f4 Compare November 5, 2024 12:34
@renovate renovate bot force-pushed the renovate/globby-14.x branch from 438d7f4 to 6502d17 Compare December 20, 2024 05:53
@renovate renovate bot force-pushed the renovate/globby-14.x branch 3 times, most recently from 3ee4c50 to f1b12b9 Compare December 27, 2024 21:24
@renovate renovate bot force-pushed the renovate/globby-14.x branch from f1b12b9 to 98550ab Compare December 27, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants