Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

fix(deps): update dependency globby to v12 #218

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 22, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/globby

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 due to failing status checks.

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

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

@renovate renovate bot added the misc: dependencies Update package dependencies :rocket: label Jul 22, 2021
@renovate renovate bot force-pushed the renovate/globby-12.x branch 3 times, most recently from ff923e4 to a351302 Compare July 31, 2021 00:43
@renovate renovate bot force-pushed the renovate/globby-12.x branch 5 times, most recently from da94fd5 to 1b0c6cb Compare August 4, 2021 19:09
@renovate renovate bot force-pushed the renovate/globby-12.x branch 4 times, most recently from 8be502f to dffced8 Compare August 12, 2021 23:19
@renovate renovate bot force-pushed the renovate/globby-12.x branch 7 times, most recently from 303a54d to 7094dc5 Compare August 21, 2021 03:01
@renovate renovate bot force-pushed the renovate/globby-12.x branch 7 times, most recently from b828c5d to 5e727d3 Compare August 30, 2021 19:43
@renovate renovate bot force-pushed the renovate/globby-12.x branch 3 times, most recently from d2d4012 to dd2fded Compare September 1, 2021 00:41
@renovate renovate bot force-pushed the renovate/globby-12.x branch 4 times, most recently from 8feda6c to b2cf42c Compare October 26, 2021 03:30
@renovate renovate bot force-pushed the renovate/globby-12.x branch 3 times, most recently from 838db42 to f975230 Compare November 15, 2021 21:07
@renovate renovate bot force-pushed the renovate/globby-12.x branch 5 times, most recently from f6c2fa6 to 596946a Compare November 23, 2021 22:14
@renovate renovate bot force-pushed the renovate/globby-12.x branch 3 times, most recently from 997b077 to b53f9da Compare December 1, 2021 19:54
@renovate renovate bot force-pushed the renovate/globby-12.x branch 7 times, most recently from 93b840b to fbcf846 Compare December 10, 2021 10:53
@renovate renovate bot force-pushed the renovate/globby-12.x branch 5 times, most recently from e393c85 to 8c59beb Compare December 16, 2021 18:44
@renovate renovate bot force-pushed the renovate/globby-12.x branch from 8c59beb to 8601ef0 Compare December 21, 2021 03:14
@renovate renovate bot force-pushed the renovate/globby-12.x branch from 8601ef0 to 0a060a4 Compare December 23, 2021 12:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
misc: dependencies Update package dependencies :rocket:
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant