postcss / postcss-cli

CLI for postcss
Other
836 stars 93 forks source link

Update dependency globby to v12 #386

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

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.0.2`](https://togithub.com/sindresorhus/globby/releases/v12.0.2) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.0.1...v12.0.2) - Ensure async method is completely async [`e167725`](https://togithub.com/sindresorhus/globby/commit/e167725) ### [`v12.0.1`](https://togithub.com/sindresorhus/globby/releases/v12.0.1) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.0.0...v12.0.1) - Internal changes [`5a64253`](https://togithub.com/sindresorhus/globby/commit/5a64253) ### [`v12.0.0`](https://togithub.com/sindresorhus/globby/releases/v12.0.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v11.0.4...v12.0.0) ##### Breaking - Require Node.js 12.20 ([#​181](https://togithub.com/sindresorhus/globby/issues/181)) [`5c32b4a`](https://togithub.com/sindresorhus/globby/commit/5c32b4a) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - 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}` ```diff -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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

RyanZim commented 3 years ago

Requires Node 12.20+