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 v12 - autoclosed #158

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.4 -> ^12.0.0 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: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/globby-12.x branch 4 times, most recently from e575e76 to 64e4180 Compare July 27, 2021 18:30
@renovate renovate bot force-pushed the renovate/globby-12.x branch 6 times, most recently from 24746bf to 933fa96 Compare August 5, 2021 22:02
@antongolub
Copy link
Owner

Awaits jestjs/jest#11331

@renovate renovate bot force-pushed the renovate/globby-12.x branch 5 times, most recently from 4e7f349 to e4a6845 Compare August 12, 2021 21:38
@renovate renovate bot force-pushed the renovate/globby-12.x branch 2 times, most recently from a3408d7 to c941082 Compare August 19, 2021 20:04
@renovate renovate bot force-pushed the renovate/globby-12.x branch 5 times, most recently from e7ca77c to 1265661 Compare September 2, 2021 21:51
@sonarcloud
Copy link

sonarcloud bot commented Sep 8, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot changed the title fix(deps): update dependency globby to v12 fix(deps): update dependency globby to v12 - autoclosed Sep 8, 2021
@renovate renovate bot closed this Sep 8, 2021
@renovate renovate bot deleted the renovate/globby-12.x branch September 8, 2021 17:37
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

2 participants