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(package): Update dependency globby to v13 #62

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
globby ^11.0.0 -> ^13.0.0 age adoption passing confidence

Release Notes

sindresorhus/globby

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 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-13.x branch 3 times, most recently from 700f6f9 to 3c70eba Compare January 26, 2022 20:37
@renovate renovate bot force-pushed the renovate/globby-13.x branch 5 times, most recently from 7ab6188 to fc8b9a6 Compare February 7, 2022 10:57
@renovate renovate bot force-pushed the renovate/globby-13.x branch 4 times, most recently from 9e4e62b to 35511ae Compare February 13, 2022 20:37
@renovate renovate bot force-pushed the renovate/globby-13.x branch 4 times, most recently from 4f2b7ef to 4b6c4bb Compare February 21, 2022 20:19
@renovate renovate bot force-pushed the renovate/globby-13.x branch 5 times, most recently from d031537 to 2519156 Compare March 1, 2022 05:45
@renovate renovate bot force-pushed the renovate/globby-13.x branch 6 times, most recently from 0274c2d to 5403c5f Compare March 7, 2022 23:53
@renovate renovate bot force-pushed the renovate/globby-13.x branch 3 times, most recently from fd82891 to f3c9018 Compare March 16, 2022 09:17
@renovate renovate bot force-pushed the renovate/globby-13.x branch 4 times, most recently from 41a71be to e7f62da Compare March 21, 2022 20:45
@renovate renovate bot force-pushed the renovate/globby-13.x branch 3 times, most recently from a9fbc0b to c530840 Compare March 28, 2022 21:01
@renovate renovate bot force-pushed the renovate/globby-13.x branch 3 times, most recently from 4907035 to c254d5d Compare April 6, 2022 22:25
@renovate renovate bot force-pushed the renovate/globby-13.x branch 7 times, most recently from 92fce67 to 075a424 Compare April 15, 2022 15:51
@renovate renovate bot force-pushed the renovate/globby-13.x branch 3 times, most recently from 7544643 to 9a43901 Compare April 23, 2022 20:58
@renovate renovate bot force-pushed the renovate/globby-13.x branch 3 times, most recently from 0bff5cf to 98a2f1f Compare July 13, 2022 19:01
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

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