bubble-dev / _

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

♻️ update globby to v13 - abandoned #548

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
globby ^11.0.3 -> ^13.0.0 age adoption passing confidence

Release Notes

sindresorhus/globby ### [`v13.1.3`](https://togithub.com/sindresorhus/globby/releases/tag/v13.1.3) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.2...v13.1.3) - Fix an edge-case bug ([#​242](https://togithub.com/sindresorhus/globby/issues/242)) [`917670c`](https://togithub.com/sindresorhus/globby/commit/917670c) ### [`v13.1.2`](https://togithub.com/sindresorhus/globby/releases/tag/v13.1.2) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.1...v13.1.2) - Make `ignoreFiles` option accept readonly arrays ([#​235](https://togithub.com/sindresorhus/globby/issues/235)) [`810caae`](https://togithub.com/sindresorhus/globby/commit/810caae) ### [`v13.1.1`](https://togithub.com/sindresorhus/globby/releases/tag/v13.1.1) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.0...v13.1.1) - Fix duplicated result when using globstar ([#​231](https://togithub.com/sindresorhus/globby/issues/231)) [`f9d35ae`](https://togithub.com/sindresorhus/globby/commit/f9d35ae) ### [`v13.1.0`](https://togithub.com/sindresorhus/globby/releases/tag/v13.1.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.0.0...v13.1.0) - Add [`ignoreFiles`](https://togithub.com/sindresorhus/globby#ignorefiles) option ([#​228](https://togithub.com/sindresorhus/globby/issues/228)) [`895d6ec`](https://togithub.com/sindresorhus/globby/commit/895d6ec) ### [`v13.0.0`](https://togithub.com/sindresorhus/globby/releases/tag/v13.0.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.2.0...v13.0.0) ##### Breaking - Rename `generateGlobTasks` to `generateGlobTasksSync` ([#​221](https://togithub.com/sindresorhus/globby/issues/221)) [`51c8f68`](https://togithub.com/sindresorhus/globby/commit/51c8f68) - Remove `ignore` option for `isGitIgnored` and `isGitIgnoredSync` ([#​225](https://togithub.com/sindresorhus/globby/issues/225)) [`2e43cc4`](https://togithub.com/sindresorhus/globby/commit/2e43cc4) - This option never worked correctly. ##### Improvements - Improve performance with mutiple patterns ([#​222](https://togithub.com/sindresorhus/globby/issues/222)) [`04fbd5b`](https://togithub.com/sindresorhus/globby/commit/04fbd5b) - Add async `generateGlobTasks` method ([#​221](https://togithub.com/sindresorhus/globby/issues/221)) [`51c8f68`](https://togithub.com/sindresorhus/globby/commit/51c8f68) ##### Fixes - Fix bug with `objectMode` option ([#​210](https://togithub.com/sindresorhus/globby/issues/210)) [`1852fc5`](https://togithub.com/sindresorhus/globby/commit/1852fc5) ### [`v12.2.0`](https://togithub.com/sindresorhus/globby/releases/tag/v12.2.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.1.0...v12.2.0) - Work around TypeScript type problem with `URL` global ([#​206](https://togithub.com/sindresorhus/globby/issues/206)) [`1224230`](https://togithub.com/sindresorhus/globby/commit/1224230) - Accept `URL` in function returned by `isGitIgnored` ([#​207](https://togithub.com/sindresorhus/globby/issues/207)) [`a9fc794`](https://togithub.com/sindresorhus/globby/commit/a9fc794) ### [`v12.1.0`](https://togithub.com/sindresorhus/globby/releases/tag/v12.1.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v12.0.2...v12.1.0) - Support `URL` for the `cwd` option ([#​201](https://togithub.com/sindresorhus/globby/issues/201)) [`73c0aca`](https://togithub.com/sindresorhus/globby/commit/73c0aca) ### [`v12.0.2`](https://togithub.com/sindresorhus/globby/releases/tag/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/tag/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/tag/v12.0.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v11.1.0...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.1.0`](https://togithub.com/sindresorhus/globby/releases/tag/v11.1.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v11.0.4...v11.1.0) - Update dependencies to fix some `npm audit` notices ### [`v11.0.4`](https://togithub.com/sindresorhus/globby/releases/tag/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: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] commented 11 months ago

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.