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 v13 #7802

Merged
merged 2 commits into from
Apr 18, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/globby

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 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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.

@vercel
Copy link

vercel bot commented Aug 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
keystone-next-docs ❌ Failed (Inspect) Jan 16, 2023 at 2:43PM (UTC)

@changeset-bot

This comment was marked as resolved.

@vercel vercel bot temporarily deployed to Preview August 16, 2022 15:06 Inactive
@renovate renovate bot force-pushed the renovate/globby-13.x branch from e5b50d1 to 35d4392 Compare August 23, 2022 05:32
@vercel vercel bot temporarily deployed to Preview August 23, 2022 05:36 Inactive
@renovate renovate bot force-pushed the renovate/globby-13.x branch from 35d4392 to 5d4ae64 Compare September 19, 2022 16:55
@vercel vercel bot temporarily deployed to Preview September 19, 2022 17:00 Inactive
@dcousens dcousens force-pushed the main branch 3 times, most recently from 26e4ead to f2ca4d1 Compare October 18, 2022 22:51
@renovate renovate bot force-pushed the renovate/globby-13.x branch from 5d4ae64 to fd5f0d2 Compare October 24, 2022 16:24
@vercel vercel bot temporarily deployed to Preview October 24, 2022 16:30 Inactive
@renovate renovate bot force-pushed the renovate/globby-13.x branch from fd5f0d2 to f9a332f Compare November 28, 2022 13:12
@vercel vercel bot temporarily deployed to Preview November 28, 2022 13:18 Inactive
@renovate renovate bot force-pushed the renovate/globby-13.x branch from f9a332f to 909af1a Compare January 16, 2023 14:38
@vercel vercel bot temporarily deployed to Preview January 16, 2023 14:43 Inactive
@renovate renovate bot force-pushed the renovate/globby-13.x branch from 909af1a to 40a372c Compare March 27, 2023 15:47
@codesandbox-ci
Copy link

codesandbox-ci bot commented Mar 27, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 13f87ea:

Sandbox Source
@keystone-6/sandbox Configuration

@renovate renovate bot force-pushed the renovate/globby-13.x branch from 40a372c to 36ad855 Compare April 3, 2023 14:38
@renovate renovate bot force-pushed the renovate/globby-13.x branch from 36ad855 to 2f4ea4f Compare April 11, 2023 02:54
@renovate renovate bot force-pushed the renovate/globby-13.x branch from 2f4ea4f to 75bd7e9 Compare April 17, 2023 15:32
@@ -12227,6 +12227,7 @@ packages:
ignore: 5.2.4
merge2: 1.4.1
slash: 3.0.0
dev: true

/[email protected]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

globby@11 is only used by our tests, for now

@renovate
Copy link
Contributor Author

renovate bot commented Apr 18, 2023

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.

@dcousens dcousens merged commit 81c87b1 into main Apr 18, 2023
@dcousens dcousens deleted the renovate/globby-13.x branch April 18, 2023 02:10
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.

1 participant