Skip to content

Commit 7620c25

Browse files
Bump camelcase-keys from 9.1.3 to 10.0.0 (#542)
Bumps [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) from 9.1.3 to 10.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/camelcase-keys/releases">camelcase-keys's releases</a>.</em></p> <blockquote> <h2>v10.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 20 2cc9388</li> </ul> <h3>Fixes</h3> <ul> <li>Fix handling of circular references 3936f15</li> <li>Fix TypeScript interface compatibility with stricter constraints c89299a</li> <li>Fix TypeScript types for union types in arrays 26e186e</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/camelcase-keys/compare/v9.1.3...v10.0.0">https://github.com/sindresorhus/camelcase-keys/compare/v9.1.3...v10.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/fbe25dd494e172f717dc491f0f5c27b8e5661a84"><code>fbe25dd</code></a> 10.0.0</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/2cc9388840bf2531894c1d62875b3e673e89cb0e"><code>2cc9388</code></a> Require Node.js 20</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/c0ffd683a7f0d28f9688f8c5ddf34050d34746c4"><code>c0ffd68</code></a> Document opaque type limitation with TypeScript mapped types</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/a0ae6ce96d50f013dafe99c1449b4c5eacdea05d"><code>a0ae6ce</code></a> Improve JavaScript implementation</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/25a7283155b2ca710daf5a2d4aede0e51a7fc8c4"><code>25a7283</code></a> Refactor TypeScript types for better readability and modern syntax</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/c89299a9eb54e37364bb31d5242f921921530519"><code>c89299a</code></a> Fix TypeScript interface compatibility with stricter constraints</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/3936f156d67eae6dcfb94754e2fd2ee3c7b36d4f"><code>3936f15</code></a> Fix handling of circular references</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/26e186ea51481d2550b8498791982421da09d7b2"><code>26e186e</code></a> Fix TypeScript types for union types in arrays</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/60da087a86e4e66ee239f8d6e4c31ee9996687a6"><code>60da087</code></a> Add comprehensive tests for null/undefined input handling</li> <li>See full diff in <a href="https://github.com/sindresorhus/camelcase-keys/compare/v9.1.3...v10.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=camelcase-keys&package-manager=npm_and_yarn&previous-version=9.1.3&new-version=10.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 4d12442 commit 7620c25

File tree

2 files changed

+18
-25
lines changed

2 files changed

+18
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"ajv": "^8.17.1",
2929
"ajv-formats": "^3.0.1",
30-
"camelcase-keys": "^9.1.3",
30+
"camelcase-keys": "^10.0.0",
3131
"express": "^5.1.0",
3232
"fetch-retry": "^5.0.6",
3333
"form-data": "^4.0.4",

yarn.lock

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,15 +3034,15 @@ __metadata:
30343034
languageName: node
30353035
linkType: hard
30363036

3037-
"camelcase-keys@npm:^9.1.3":
3038-
version: 9.1.3
3039-
resolution: "camelcase-keys@npm:9.1.3"
3037+
"camelcase-keys@npm:^10.0.0":
3038+
version: 10.0.0
3039+
resolution: "camelcase-keys@npm:10.0.0"
30403040
dependencies:
30413041
camelcase: "npm:^8.0.0"
3042-
map-obj: "npm:5.0.0"
3043-
quick-lru: "npm:^6.1.1"
3044-
type-fest: "npm:^4.3.2"
3045-
checksum: 10c0/ed8cb24f4b69f9be67b4a104250d9e025c5968a9a15e7e162b1ba3ecac5117abb106efd9484c93c497d0b0f6f0e5bc7bd4cedbb4e6f64ee115b3a49340886d60
3042+
map-obj: "npm:5.0.2"
3043+
quick-lru: "npm:^7.1.0"
3044+
type-fest: "npm:^4.41.0"
3045+
checksum: 10c0/315a8e9baaea792535b965b6debad926937ce6dd2bc48f4082634977a75c7e7aa90957c53e86c72853c9f82e3b0664a95dbfc8c8579df78891dfc464aa50459c
30463046
languageName: node
30473047
linkType: hard
30483048

@@ -5997,7 +5997,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59975997
"@types/supertest": "npm:^6.0.3"
59985998
ajv: "npm:^8.17.1"
59995999
ajv-formats: "npm:^3.0.1"
6000-
camelcase-keys: "npm:^9.1.3"
6000+
camelcase-keys: "npm:^10.0.0"
60016001
eslint: "npm:^8.57.1"
60026002
express: "npm:^5.1.0"
60036003
fetch-mock: "npm:^9.11.0"
@@ -6174,14 +6174,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
61746174
languageName: node
61756175
linkType: hard
61766176

6177-
"map-obj@npm:5.0.0":
6178-
version: 5.0.0
6179-
resolution: "map-obj@npm:5.0.0"
6180-
checksum: 10c0/8ae0d8a3ce085e3e9eb46d7a4eba03681ffc644920046f7ba8edff37f11d30b0de4dd10e83f492ea6d3ba3b9c51de66d7ca6580c24b7e15d61b845d2f9f688ca
6181-
languageName: node
6182-
linkType: hard
6183-
6184-
"map-obj@npm:^5.0.2":
6177+
"map-obj@npm:5.0.2, map-obj@npm:^5.0.2":
61856178
version: 5.0.2
61866179
resolution: "map-obj@npm:5.0.2"
61876180
checksum: 10c0/033f56d93ba08bb389be421819119765bb722ab9742a97b68688fde0d6d4dcbf79a665da9ee3273aef3987e0eb2ba6dab8dcd4ee883163b4a77b4d64e50d63c9
@@ -7024,10 +7017,10 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
70247017
languageName: node
70257018
linkType: hard
70267019

7027-
"quick-lru@npm:^6.1.1":
7028-
version: 6.1.2
7029-
resolution: "quick-lru@npm:6.1.2"
7030-
checksum: 10c0/f499f07bd276eec460c4d7d2ee286c519f3bd189cbbb5ddf3eb929e2182e4997f66b951ea8d24b3f3cee8ed5ac9f0006bf40636f082acd1b38c050a4cbf07ed3
7020+
"quick-lru@npm:^7.1.0":
7021+
version: 7.1.0
7022+
resolution: "quick-lru@npm:7.1.0"
7023+
checksum: 10c0/ef2df33368a66e3d3b32a42c523fcd0939c03f6192ec7f29db36179e22f015d2c75790aa9ab530c719a0dd3fb510f972bc66acca4e92bc9f01f92f0e6c2084f2
70317024
languageName: node
70327025
linkType: hard
70337026

@@ -8097,10 +8090,10 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
80978090
languageName: node
80988091
linkType: hard
80998092

8100-
"type-fest@npm:^4.15.0, type-fest@npm:^4.3.2":
8101-
version: 4.15.0
8102-
resolution: "type-fest@npm:4.15.0"
8103-
checksum: 10c0/677a7da18dbbe07668bdf47fcb976fdcbea77e118156a7245182fdf65633d69228ce773b0022d507636945a8f22b593e09a3c08f695d2aecf96f035ff0186825
8093+
"type-fest@npm:^4.15.0, type-fest@npm:^4.41.0":
8094+
version: 4.41.0
8095+
resolution: "type-fest@npm:4.41.0"
8096+
checksum: 10c0/f5ca697797ed5e88d33ac8f1fec21921839871f808dc59345c9cf67345bfb958ce41bd821165dbf3ae591cedec2bf6fe8882098dfdd8dc54320b859711a2c1e4
81048097
languageName: node
81058098
linkType: hard
81068099

0 commit comments

Comments
 (0)