Skip to content

Commit b7b54f0

Browse files
fix(deps): update dependency type-fest to v5.6.0 (#1675)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [type-fest](https://redirect.github.com/sindresorhus/type-fest) | [`5.5.0` → `5.6.0`](https://renovatebot.com/diffs/npm/type-fest/5.5.0/5.6.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/type-fest/5.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/type-fest/5.5.0/5.6.0?slim=true) | --- ### Release Notes <details> <summary>sindresorhus/type-fest (type-fest)</summary> ### [`v5.6.0`](https://redirect.github.com/sindresorhus/type-fest/releases/tag/v5.6.0) [Compare Source](https://redirect.github.com/sindresorhus/type-fest/compare/v5.5.0...v5.6.0) ##### New types - [`Absolute`](https://redirect.github.com/sindresorhus/type-fest/blob/main/source/absolute.d.ts) ([#&#8203;1391](https://redirect.github.com/sindresorhus/type-fest/issues/1391)) [`7761f91`](https://redirect.github.com/sindresorhus/type-fest/commit/7761f91) - [`NonNullableDeep`](https://redirect.github.com/sindresorhus/type-fest/blob/main/source/non-nullable-deep.d.ts) ([#&#8203;1401](https://redirect.github.com/sindresorhus/type-fest/issues/1401)) [`1e8bd10`](https://redirect.github.com/sindresorhus/type-fest/commit/1e8bd10) - [`UnionLength`](https://redirect.github.com/sindresorhus/type-fest/blob/main/source/union-length.d.ts) ([#&#8203;1402](https://redirect.github.com/sindresorhus/type-fest/issues/1402)) [`49142db`](https://redirect.github.com/sindresorhus/type-fest/commit/49142db) ##### Improvements - Add `splitOnPunctuation` option to `CamelCase` / `PascalCase` / `KebabCase` / `SnakeCase` ([#&#8203;1394](https://redirect.github.com/sindresorhus/type-fest/issues/1394)) [`852d016`](https://redirect.github.com/sindresorhus/type-fest/commit/852d016) - `CamelCase`: Add `preserveLeadingUnderscores` option ([#&#8203;1404](https://redirect.github.com/sindresorhus/type-fest/issues/1404)) [`5ca6564`](https://redirect.github.com/sindresorhus/type-fest/commit/5ca6564) - `TsConfigJson`: Add TypeScript 6.0 fields ([#&#8203;1406](https://redirect.github.com/sindresorhus/type-fest/issues/1406)) [`ac4861d`](https://redirect.github.com/sindresorhus/type-fest/commit/ac4861d) - `UnionToTuple`: Fix behavior with large unions ([#&#8203;1405](https://redirect.github.com/sindresorhus/type-fest/issues/1405)) [`651f7ea`](https://redirect.github.com/sindresorhus/type-fest/commit/651f7ea) *** </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2VzZXRzLW9rIiwicmVsZWFzZTpkZXBlbmRlbmN5Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06b15e9 commit b7b54f0

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"msw": "1.3.5",
9999
"publint": "0.3.18",
100100
"tsx": "4.21.0",
101-
"type-fest": "5.5.0",
101+
"type-fest": "5.6.0",
102102
"typescript": "5.9.3",
103103
"vitest": "3.2.4"
104104
},

packages/framework-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"tsx": "4.21.0",
41-
"type-fest": "5.5.0",
41+
"type-fest": "5.6.0",
4242
"typescript": "5.9.3"
4343
},
4444
"engines": {

packages/jobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@cedarjs/cli-helpers": "workspace:*",
4343
"@cedarjs/project-config": "workspace:*",
4444
"cron-parser": "5.5.0",
45-
"type-fest": "5.5.0"
45+
"type-fest": "5.6.0"
4646
},
4747
"devDependencies": {
4848
"@cedarjs/framework-tools": "workspace:*",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,7 +2756,7 @@ __metadata:
27562756
publint: "npm:0.3.18"
27572757
react: "npm:19.2.3"
27582758
tsx: "npm:4.21.0"
2759-
type-fest: "npm:5.5.0"
2759+
type-fest: "npm:5.6.0"
27602760
typescript: "npm:5.9.3"
27612761
vitest: "npm:3.2.4"
27622762
languageName: unknown
@@ -3176,7 +3176,7 @@ __metadata:
31763176
esbuild: "npm:0.27.7"
31773177
fast-glob: "npm:3.3.3"
31783178
tsx: "npm:4.21.0"
3179-
type-fest: "npm:5.5.0"
3179+
type-fest: "npm:5.6.0"
31803180
typescript: "npm:5.9.3"
31813181
zx: "npm:8.8.5"
31823182
bin:
@@ -3325,7 +3325,7 @@ __metadata:
33253325
cron-parser: "npm:5.5.0"
33263326
publint: "npm:0.3.18"
33273327
tsx: "npm:4.21.0"
3328-
type-fest: "npm:5.5.0"
3328+
type-fest: "npm:5.6.0"
33293329
typescript: "npm:5.9.3"
33303330
vitest: "npm:3.2.4"
33313331
bin:
@@ -29115,12 +29115,12 @@ __metadata:
2911529115
languageName: node
2911629116
linkType: hard
2911729117

29118-
"type-fest@npm:5.5.0":
29119-
version: 5.5.0
29120-
resolution: "type-fest@npm:5.5.0"
29118+
"type-fest@npm:5.6.0":
29119+
version: 5.6.0
29120+
resolution: "type-fest@npm:5.6.0"
2912129121
dependencies:
2912229122
tagged-tag: "npm:^1.0.0"
29123-
checksum: 10c0/60bf79a8df45abf99490e3204eceb5cf7f915413f8a69fb578c75cab37ddcb7d29ee21f185f0e1617323ac0b2a441e001b8dc691e220d0b087e9c29ea205538c
29123+
checksum: 10c0/5468a8ffda7f3904e6f7bbd8069eb8b6dd4bd9156e206df7a01d09a73e28cd1afedf74ead9d0fc12841c8c90074194859feca240511c50800962fde1bd9ddcbc
2912429124
languageName: node
2912529125
linkType: hard
2912629126

0 commit comments

Comments
 (0)