firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.15k stars 125 forks source link

fix(deps): update dependency globby to v14 #1109

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
globby 11.x.x -> 14.x age adoption passing confidence

Release Notes

sindresorhus/globby (globby) ### [`v14.0.1`](https://togithub.com/sindresorhus/globby/releases/tag/v14.0.1) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v14.0.0...v14.0.1) - Fix `expandDirectories.extension` option ([#​263](https://togithub.com/sindresorhus/globby/issues/263)) [`af5d139`](https://togithub.com/sindresorhus/globby/commit/af5d139) - Fix read permission error on ignore files search ([#​259](https://togithub.com/sindresorhus/globby/issues/259)) [`3a28601`](https://togithub.com/sindresorhus/globby/commit/3a28601) ### [`v14.0.0`](https://togithub.com/sindresorhus/globby/releases/tag/v14.0.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.2.2...v14.0.0) ##### Breaking - Require Node.js 18 [`2c06ae5`](https://togithub.com/sindresorhus/globby/commit/2c06ae5) ##### Improvements - Add [`convertPathToPattern()`](https://togithub.com/sindresorhus/globby#convertpathtopatternpath) method [`3bd00a6`](https://togithub.com/sindresorhus/globby/commit/3bd00a6) ### [`v13.2.2`](https://togithub.com/sindresorhus/globby/releases/tag/v13.2.2) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.2.1...v13.2.2) - Update dependencies ([#​253](https://togithub.com/sindresorhus/globby/issues/253)) [`0ae43b9`](https://togithub.com/sindresorhus/globby/commit/0ae43b9) ### [`v13.2.1`](https://togithub.com/sindresorhus/globby/releases/tag/v13.2.1) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.2.0...v13.2.1) - Fix `ignore` and `expandDirectories` default handling ([#​252](https://togithub.com/sindresorhus/globby/issues/252)) [`3a48eb9`](https://togithub.com/sindresorhus/globby/commit/3a48eb9) ### [`v13.2.0`](https://togithub.com/sindresorhus/globby/releases/tag/v13.2.0) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.4...v13.2.0) - Pass deep option to ignore filter to avoid unnecessary recursion ([#​251](https://togithub.com/sindresorhus/globby/issues/251)) [`a0e4028`](https://togithub.com/sindresorhus/globby/commit/a0e4028) ### [`v13.1.4`](https://togithub.com/sindresorhus/globby/releases/tag/v13.1.4) [Compare Source](https://togithub.com/sindresorhus/globby/compare/v13.1.3...v13.1.4) - Fix error when reading inaccessible directories with `gitignore: true` and `suppressErrors: true` ([#​246](https://togithub.com/sindresorhus/globby/issues/246)) [`e95da57`](https://togithub.com/sindresorhus/globby/commit/e95da57) - Remove `URL` TypeScript type workaround ([#​230](https://togithub.com/sindresorhus/globby/issues/230)) [`55a3c64`](https://togithub.com/sindresorhus/globby/commit/55a3c64) ### [`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'; ```

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.

firecow commented 6 months ago

We cannot upgrade because of vercel pkg esm module problems

firecow commented 6 months ago

We cannot upgrade to esm modules yet, vercel pkg and jest doesn't fully support it.

renovate[bot] commented 6 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.