Angular-RU / angular-ru-sdk

🅰️ ngular-RU Software Development Kit
MIT License
73 stars 16 forks source link

build: update dependency cosmiconfig to v8 #1496

Closed splincode closed 10 months ago

splincode commented 10 months ago

This PR contains the following updates:

Package Type Update Change
cosmiconfig dependencies major 8.1.3 -> 8.2.0

Release Notes

cosmiconfig/cosmiconfig (cosmiconfig) ### [`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.

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 Renovate Bot.

codecov[bot] commented 10 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ead3c2f) 82.27% compared to head (daa4497) 82.27%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1496 +/- ## ======================================= Coverage 82.27% 82.27% ======================================= Files 618 618 Lines 8836 8836 Branches 1710 1710 ======================================= Hits 7270 7270 Misses 1484 1484 Partials 82 82 ``` | Flag | Coverage Δ | | |---|---|---| | cdk | `79.73% <ø> (ø)` | | | jest | `80.83% <ø> (ø)` | | | ngxs | `96.34% <ø> (ø)` | | | summary | `82.27% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Angular-RU#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.