bubble-dev / _

🍱 metarepo of many packages and various monorepos
52 stars 6 forks source link

♻️ update globby to v12 - autoclosed #514

Closed renovate[bot] closed 2 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.3 -> ^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'; ``` ### [`v11.0.4`](https://togithub.com/sindresorhus/globby/releases/v11.0.4) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v11.0.3...v11.0.4) - Support `objectMode` option in the TypeScript types ([#​178](https://togithub.com/sindresorhus/globby/issues/178)) [`a08264f`](https://togithub.com/sindresorhus/globby/commit/a08264f)

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 this update again.



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