Skip to content

Commit 95faeaa

Browse files
fix(deps): update dependency camelcase-keys to v10 (#1687)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [camelcase-keys](https://redirect.github.com/sindresorhus/camelcase-keys) | [`9.1.3` -> `10.0.0`](https://renovatebot.com/diffs/npm/camelcase-keys/9.1.3/10.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/camelcase-keys/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/camelcase-keys/9.1.3/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/camelcase-keys (camelcase-keys)</summary> ### [`v10.0.0`](https://redirect.github.com/sindresorhus/camelcase-keys/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/sindresorhus/camelcase-keys/compare/v9.1.3...v10.0.0) ##### Breaking - Require Node.js 20 [`2cc9388`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/2cc9388) ##### Fixes - Fix handling of circular references [`3936f15`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/3936f15) - Fix TypeScript interface compatibility with stricter constraints [`c89299a`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/c89299a) - Fix TypeScript types for union types in arrays [`26e186e`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/26e186e) *** </details> --- ### 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 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/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b49ef5a commit 95faeaa

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"bytes": "3.1.2",
8585
"cache-manager": "7.2.0",
8686
"cacheable-lookup": "7.0.0",
87-
"camelcase-keys": "9.1.3",
87+
"camelcase-keys": "10.0.0",
8888
"casbin": "5.38.0",
8989
"change-case": "5.4.4",
9090
"chokidar": "4.0.3",

packages/unraid-api-plugin-connect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/lodash-es": "4.17.12",
4444
"@types/node": "22.18.0",
4545
"@types/ws": "8.18.1",
46-
"camelcase-keys": "9.1.3",
46+
"camelcase-keys": "10.0.0",
4747
"class-transformer": "0.5.1",
4848
"class-validator": "0.14.2",
4949
"execa": "9.6.0",
@@ -84,7 +84,7 @@
8484
"@nestjs/graphql": "13.1.0",
8585
"@nestjs/schedule": "6.0.0",
8686
"@runonflux/nat-upnp": "1.0.2",
87-
"camelcase-keys": "9.1.3",
87+
"camelcase-keys": "10.0.0",
8888
"class-transformer": "0.5.1",
8989
"class-validator": "0.14.2",
9090
"execa": "9.6.0",

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)