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

chore(deps): update dependency globby to v14 #289

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

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 - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 6819544 to 048452b Compare November 27, 2023 04:28
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from a155a12 to 1660da3 Compare December 11, 2023 03:37
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 3cc5647 to e82f780 Compare December 25, 2023 03:52
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 87d8626 to 43f90fc Compare January 8, 2024 04:16
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 4a5eba2 to bbaa646 Compare February 5, 2024 03:44
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 7725a72 to 005fabc Compare February 12, 2024 04:09
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 18bd707 to f2d08da Compare February 19, 2024 06:21
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from e792007 to 8ae5bcb Compare February 26, 2024 07:32
@renovate renovate bot force-pushed the renovate/globby-14.x branch 3 times, most recently from 122b97d to ec57abe Compare March 11, 2024 04:27
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 19c7dec to 34c4fc5 Compare March 18, 2024 04:57
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from d070a50 to 9c1993d Compare March 25, 2024 04:51
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from bc7cd7d to 1331204 Compare April 1, 2024 03:19
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 224fba2 to dd3d19d Compare April 15, 2024 04:10
@renovate renovate bot force-pushed the renovate/globby-14.x branch 2 times, most recently from 42e9c8d to 46e94ba Compare June 3, 2024 05:05
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.

None yet

0 participants