Skip to content

Commit c241c91

Browse files
authored
fix(deps): Update dependency camelcase-keys to v10 (#35)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [camelcase-keys](https://redirect.github.com/sindresorhus/camelcase-keys) | dependencies | major | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/camelcase-keys/9.1.3/10.0.0) | --- ### 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 - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 0a2067f commit c241c91

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"dependencies": {
8080
"@cloudquery/plugin-sdk-javascript": "^0.1.4",
8181
"ajv": "^8.12.0",
82-
"camelcase-keys": "^9.0.0",
82+
"camelcase-keys": "^10.0.0",
8383
"change-case": "^5.0.0",
8484
"dayjs": "^1.11.9",
8585
"dot-prop": "^9.0.0",

0 commit comments

Comments
 (0)