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: update dependency globby to v12 - autoclosed #2685

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/globby

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: 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, click this checkbox.

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

@escapedcat
Copy link
Member

Pure ESM package post from globby

@renovate renovate bot force-pushed the renovate/globby-12.x branch from d64b4ba to 8cc6add Compare July 24, 2021 09:00
@AdeAttwood
Copy link
Member

I think we pin this version until we remove the dependency. Either we get round to #2370 or it becomes a problem and we need to remove it.

@renovate renovate bot force-pushed the renovate/globby-12.x branch from 8cc6add to 64e7a86 Compare September 10, 2021 03:18
@renovate renovate bot force-pushed the renovate/globby-12.x branch from 64e7a86 to 2da2c69 Compare September 28, 2021 07:06
@renovate renovate bot force-pushed the renovate/globby-12.x branch from 2da2c69 to d8f56c5 Compare October 11, 2021 15:43
@renovate renovate bot force-pushed the renovate/globby-12.x branch from d8f56c5 to 413c548 Compare October 19, 2021 04:46
@renovate renovate bot force-pushed the renovate/globby-12.x branch 2 times, most recently from 28d6f83 to 441a28c Compare November 1, 2021 10:20
@renovate renovate bot force-pushed the renovate/globby-12.x branch from 441a28c to a7eb26a Compare November 6, 2021 05:36
@renovate renovate bot force-pushed the renovate/globby-12.x branch from a7eb26a to 02e7f04 Compare November 17, 2021 13:09
@renovate renovate bot force-pushed the renovate/globby-12.x branch from 02e7f04 to 3fac9c5 Compare November 29, 2021 02:16
@renovate renovate bot force-pushed the renovate/globby-12.x branch from 3fac9c5 to e8dbd93 Compare December 26, 2021 11:43
@renovate renovate bot force-pushed the renovate/globby-12.x branch 3 times, most recently from a291ac5 to a6120d7 Compare January 12, 2022 14:56
@renovate renovate bot force-pushed the renovate/globby-12.x branch from a6120d7 to 210702e Compare January 16, 2022 10:12
@renovate renovate bot changed the title chore: update dependency globby to v12 chore: update dependency globby to v12 - autoclosed Jan 24, 2022
@renovate renovate bot closed this Jan 24, 2022
@renovate renovate bot deleted the renovate/globby-12.x branch January 24, 2022 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants