helapkg / hela

:icecream: Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. :sparkles: You can think of it as Cargo for the JavaScript ecosystem.
Mozilla Public License 2.0
331 stars 41 forks source link

fix(deps): update dependency cosmiconfig to v8 #254

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cosmiconfig ^6.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

cosmiconfig/cosmiconfig (cosmiconfig) ### [`v8.3.6`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#836-2023-09-13) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.5...cosmiconfig-v8.3.6) ##### Bug Fixes - ignore search place if accessing it causes ENOTDIR (i.e. if access of a subpath of a file is attempted) ([5bd915a](https://togithub.com/cosmiconfig/cosmiconfig/commit/5bd915aa74bbb056a4f8a11679bae7d6cd67ca18)) ### [`v8.3.5`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#835-2023-09-08) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.4...cosmiconfig-v8.3.5) ##### Bug Fixes - pass null to transform function for backwards compat ([2b38510](https://togithub.com/cosmiconfig/cosmiconfig/commit/2b38510ae2df5feedff75cc12114cc57da9cef3e)) ### [`v8.3.4`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#834-2023-09-04) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.3...cosmiconfig-v8.3.4) ##### Bug Fixes - remove node: prefix from imports ([f76484a](https://togithub.com/cosmiconfig/cosmiconfig/commit/f76484a9bb0136f1f42490cc3fa9126e688fbaba)), closes [#​323](https://togithub.com/cosmiconfig/cosmiconfig/issues/323) ### [`v8.3.3`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#833-2023-09-03) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.2...cosmiconfig-v8.3.3) ##### Bug Fixes - add back node 14 compat ([7392541](https://togithub.com/cosmiconfig/cosmiconfig/commit/7392541527fbe71302cd3a6e42a343c928f3b2fb)), closes [#​320](https://togithub.com/cosmiconfig/cosmiconfig/issues/320) ### [`v8.3.2`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#832-2023-09-02) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.1...cosmiconfig-v8.3.2) ##### Bug Fixes - use `.cjs` extension for sync compiled typescript ([0d76a9a](https://togithub.com/cosmiconfig/cosmiconfig/commit/0d76a9a013536e46daf55b1857366d14def40804)) - use default for async TS loader ([5bed3e3](https://togithub.com/cosmiconfig/cosmiconfig/commit/5bed3e3c6c8b14222480a69210cb52da12d2d517)) ### [`v8.3.1`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#831-2023-09-02) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.0...cosmiconfig-v8.3.1) ##### Bug Fixes - do not resolve `stopDir` when undefined ([59082e2](https://togithub.com/cosmiconfig/cosmiconfig/commit/59082e2968fe56f2d399632d951850f13a5383be)), closes [#​317](https://togithub.com/cosmiconfig/cosmiconfig/issues/317) ### [`v8.3.0`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#830-2023-09-02) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v8.2.0...cosmiconfig-v8.3.0) ##### Features - add support for TypeScript configuration files ([d88b1b4](https://togithub.com/cosmiconfig/cosmiconfig/commit/d88b1b45325935b0c2416c820b72ae66d8f103a3)) - add support for TypeScript configuration files ([d88b1b4](https://togithub.com/cosmiconfig/cosmiconfig/commit/d88b1b45325935b0c2416c820b72ae66d8f103a3)) - add support for TypeScript configuration files ([a9c7ada](https://togithub.com/cosmiconfig/cosmiconfig/commit/a9c7ada59fe0c10a0733b79b5922e6e434c97175)) ### [`v8.2.0`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#820) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v8.1.3...v8.2.0) - Add support for ECMAScript modules (ESM) to the [*asynchronous* API](./README.md#asynchronous-api). End users running Node versions that support ESM can provide `.mjs` files, or `.js` files whose nearest parent `package.json` file contains `"type": "module"`. - `${moduleName}rc.mjs` and `${moduleName}.config.mjs` are included in the default `searchPlaces` of the asynchronous API. - The [synchronous API](./README.md#synchronous-api) does not support ECMAScript modules, so does not look for `.mjs` files. - To learn more, read ["Loading JS modules"](./README.md#loading-js-modules). ### [`v8.1.3`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#813) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v8.1.2...v8.1.3) - Fixed: existence of meta config breaking default loaders ### [`v8.1.2`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#812) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v8.1.1...v8.1.2) - Fixed: generation of TypeScript types going to the wrong output path ### [`v8.1.1`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#811) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v8.1.0...v8.1.1) - Fixed: meta config overriding original options completely (now merges correctly) ### [`v8.1.0`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#810) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v8.0.0...v8.1.0) - Added: always look at `.config.{yml,yaml,json,js,cjs}` file to configure cosmiconfig itself, and look for tool configuration in it using `packageProp` (similar to package.json) - For more info on this, look at the [end user configuration section of the README](README.md#usage-for-end-users) ### [`v8.0.0`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#800) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v7.1.0...v8.0.0) **No major breaking changes!** We dropped support for Node 10 and 12 -- which you're probably not using. And we swapped out the YAML parser -- which you probably won't notice. - **Breaking change:** Drop support for Node 10 and 12. - **Breaking change:** Use npm package [js-yaml](https://www.npmjs.com/package/js-yaml) to parse YAML instead of npm package [yaml](https://www.npmjs.com/package/yaml). - Added: Loader errors now include the path of the file that was tried to be loaded. ### [`v7.1.0`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#710) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v7.0.1...v7.1.0) - Added: Additional default `searchPlaces` within a .config subdirectory (without leading dot in the file name) ### [`v7.0.1`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#701) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/v7.0.0...v7.0.1) - Fixed: If there was a directory that had the same name as a search place (e.g. "package.json"), we would try to read it as a file, which would cause an exception. ### [`v7.0.0`](https://togithub.com/cosmiconfig/cosmiconfig/blob/HEAD/CHANGELOG.md#700) [Compare Source](https://togithub.com/cosmiconfig/cosmiconfig/compare/6.0.0...v7.0.0) - **Breaking change:** Add `${moduleName}rc.cjs` and `${moduleName}.config.cjs` to the default `searchPlaces`, to support users of `"type": "module"` in recent versions of Node. - **Breaking change:** Drop support for Node 8. Now requires Node 10+.

Configuration

📅 Schedule: Branch creation - "after 7pm,before 6am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit