bgatellier / scodi

A command-line tool to industrialize web quality measurement
MIT License
1 stars 0 forks source link

chore(deps): update dependency type-fest to v4.24.0 #47

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
type-fest 4.18.3 -> 4.24.0 age adoption passing confidence

Release Notes

sindresorhus/type-fest (type-fest) ### [`v4.24.0`](https://togithub.com/sindresorhus/type-fest/compare/v4.23.0...6ed388fd861fbead8e0529feefebe87308957a65) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.23.0...v4.24.0) ### [`v4.23.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.23.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.22.1...v4.23.0) - `Paths`: Add `maxRecursionDepth` option ([#​920](https://togithub.com/sindresorhus/type-fest/issues/920)) [`052e887`](https://togithub.com/sindresorhus/type-fest/commit/052e887) ### [`v4.22.1`](https://togithub.com/sindresorhus/type-fest/compare/v4.22.0...8a45ba048767aaffcebc7d190172d814a739feb0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.22.0...v4.22.1) ### [`v4.22.0`](https://togithub.com/sindresorhus/type-fest/compare/v4.21.0...e8d6dfefc6433254fb8ce5bcbcf5f124f6a236d9) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.21.0...v4.22.0) ### [`v4.21.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.21.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.20.1...v4.21.0) ##### New types - [`StructuredCloneable`](https://togithub.com/sindresorhus/type-fest/blob/main/source/structured-cloneable.d.ts) ([#​897](https://togithub.com/sindresorhus/type-fest/issues/897)) [`737550b`](https://togithub.com/sindresorhus/type-fest/commit/737550b) ##### Fixes - `Jsonify`: Convert `undefined` to `null` in union element of array ([#​901](https://togithub.com/sindresorhus/type-fest/issues/901)) [`60c1024`](https://togithub.com/sindresorhus/type-fest/commit/60c1024) - `Exact`: Fix support for `Date` in union ([#​902](https://togithub.com/sindresorhus/type-fest/issues/902)) [`d89a709`](https://togithub.com/sindresorhus/type-fest/commit/d89a709) - `CamelCasedPropertiesDeep`: Fix handling of non-recursive types inside target type ([#​890](https://togithub.com/sindresorhus/type-fest/issues/890)) [`476024d`](https://togithub.com/sindresorhus/type-fest/commit/476024d) ### [`v4.20.1`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.20.1) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.20.0...v4.20.1) - `Schema`: Fix handling of arrays ([#​887](https://togithub.com/sindresorhus/type-fest/issues/887)) [`c570ec2`](https://togithub.com/sindresorhus/type-fest/commit/c570ec2) - `Paths`: Prevent infinite recursion ([#​891](https://togithub.com/sindresorhus/type-fest/issues/891)) [`7d4e875`](https://togithub.com/sindresorhus/type-fest/commit/7d4e875) ### [`v4.20.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.20.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.19.0...v4.20.0) - `SimplifyDeep`: Support array ([#​888](https://togithub.com/sindresorhus/type-fest/issues/888)) [`a6ab051`](https://togithub.com/sindresorhus/type-fest/commit/a6ab051) - `IsLiteral`: Return `false` for tagged types ([#​886](https://togithub.com/sindresorhus/type-fest/issues/886)) [`587380c`](https://togithub.com/sindresorhus/type-fest/commit/587380c) ### [`v4.19.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v4.19.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v4.18.3...v4.19.0) - Add [`SimplifyDeep`](https://togithub.com/sindresorhus/type-fest/blob/main/source/simplify-deep.d.ts) type ([#​882](https://togithub.com/sindresorhus/type-fest/issues/882)) [`3a04fcf`](https://togithub.com/sindresorhus/type-fest/commit/3a04fcf)

Configuration

šŸ“… Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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 was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 2 months ago

āš ļø No Changeset found

Latest commit: e420c2e504f10cc08695318aa9fb49558f712b87

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 23.33%. Comparing base (ee2a024) to head (e420c2e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ======================================= Coverage 23.33% 23.33% ======================================= Files 72 72 Lines 2216 2216 Branches 130 130 ======================================= Hits 517 517 Misses 1569 1569 Partials 130 130 ```

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