Skip to content

chore(deps): update dependency type-fest to ^4.40.0#554

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/type-fest-4.x
Apr 24, 2025
Merged

chore(deps): update dependency type-fest to ^4.40.0#554
renovate[bot] merged 1 commit intomainfrom
renovate/type-fest-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
type-fest ^4.39.1 -> ^4.40.0 age adoption passing confidence

Release Notes

sindresorhus/type-fest (type-fest)

v4.40.0

Compare Source



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from colinaaa as a code owner April 15, 2025 15:10
@renovate renovate bot added the bot:renovate This is from bot 'renovate' label Apr 15, 2025
@renovate renovate bot enabled auto-merge April 15, 2025 15:10
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch from 574369f to 297413b Compare April 15, 2025 15:14
@changeset-bot
Copy link

changeset-bot bot commented Apr 15, 2025

⚠️ No Changeset found

Latest commit: 7198dfd

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
Copy link

codecov bot commented Apr 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link

codspeed-hq bot commented Apr 15, 2025

CodSpeed Performance Report

Merging #554 will not alter performance

Comparing renovate/type-fest-4.x (7198dfd) with main (db387e9)

Summary

✅ 1 untouched benchmarks

@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 23 times, most recently from 86c9dfd to 52a52ba Compare April 17, 2025 12:24
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 17 times, most recently from dd80954 to 5243aa4 Compare April 23, 2025 10:52
@renovate renovate bot force-pushed the renovate/type-fest-4.x branch 2 times, most recently from 5243aa4 to facb02c Compare April 24, 2025 02:53
@renovate renovate bot added this pull request to the merge queue Apr 24, 2025
Merged via the queue into main with commit fe69ff7 Apr 24, 2025
27 of 28 checks passed
@renovate renovate bot deleted the renovate/type-fest-4.x branch April 24, 2025 04:20
colinaaa pushed a commit that referenced this pull request Apr 24, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [type-fest](https://github.com/sindresorhus/type-fest) |
[`^4.39.1` ->
`^4.40.0`](https://renovatebot.com/diffs/npm/type-fest/4.39.1/4.40.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.39.1/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.39.1/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

###
[`v4.40.0`](https://github.com/sindresorhus/type-fest/releases/tag/v4.40.0)

[Compare
Source](https://github.com/sindresorhus/type-fest/compare/v4.39.1...v4.40.0)

- Add
[`NonEmptyString`](https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-string.d.ts)
type
([#&#8203;1103](https://github.com/sindresorhus/type-fest/issues/1103))
[`19a9c37`](https://github.com/sindresorhus/type-fest/commit/19a9c37)
- Add
[`UnknownMap`](https://github.com/sindresorhus/type-fest/blob/main/source/unknown-map.d.ts)
type
([#&#8203;1106](https://github.com/sindresorhus/type-fest/issues/1106))
[`b4ace2d`](https://github.com/sindresorhus/type-fest/commit/b4ace2d)
- Add
[`UnknownSet`](https://github.com/sindresorhus/type-fest/blob/main/source/unknown-set.d.ts)
type
([#&#8203;1106](https://github.com/sindresorhus/type-fest/issues/1106))
[`b4ace2d`](https://github.com/sindresorhus/type-fest/commit/b4ace2d)
- `IsFloat` / `IsInteger`: Fix instantiations with numbers represented
using exponential notation
([#&#8203;1101](https://github.com/sindresorhus/type-fest/issues/1101))
[`21a92f6`](https://github.com/sindresorhus/type-fest/commit/21a92f6)

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lynx-family/lynx-stack).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3Q6cmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
colinaaa pushed a commit to colinaaa/lynx-stack that referenced this pull request Apr 24, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [type-fest](https://github.com/sindresorhus/type-fest) |
[`^4.39.1` ->
`^4.40.0`](https://renovatebot.com/diffs/npm/type-fest/4.39.1/4.40.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/type-fest/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/type-fest/4.39.1/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/4.39.1/4.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/type-fest (type-fest)</summary>

###
[`v4.40.0`](https://github.com/sindresorhus/type-fest/releases/tag/v4.40.0)

[Compare
Source](https://github.com/sindresorhus/type-fest/compare/v4.39.1...v4.40.0)

- Add
[`NonEmptyString`](https://github.com/sindresorhus/type-fest/blob/main/source/non-empty-string.d.ts)
type
([#&#8203;1103](https://github.com/sindresorhus/type-fest/issues/1103))
[`19a9c37`](https://github.com/sindresorhus/type-fest/commit/19a9c37)
- Add
[`UnknownMap`](https://github.com/sindresorhus/type-fest/blob/main/source/unknown-map.d.ts)
type
([#&#8203;1106](https://github.com/sindresorhus/type-fest/issues/1106))
[`b4ace2d`](https://github.com/sindresorhus/type-fest/commit/b4ace2d)
- Add
[`UnknownSet`](https://github.com/sindresorhus/type-fest/blob/main/source/unknown-set.d.ts)
type
([#&#8203;1106](https://github.com/sindresorhus/type-fest/issues/1106))
[`b4ace2d`](https://github.com/sindresorhus/type-fest/commit/b4ace2d)
- `IsFloat` / `IsInteger`: Fix instantiations with numbers represented
using exponential notation
([#&#8203;1101](https://github.com/sindresorhus/type-fest/issues/1101))
[`21a92f6`](https://github.com/sindresorhus/type-fest/commit/21a92f6)

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lynx-family/lynx-stack).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3Q6cmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:renovate This is from bot 'renovate'

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant