Skip to content

Commit c3fc2f8

Browse files
authored
fix(deps): Update dependency camelcase-keys to v9 (#19)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [camelcase-keys](https://redirect.github.com/sindresorhus/camelcase-keys) | dependencies | major | [`^8.0.2` -> `^9.0.0`](https://renovatebot.com/diffs/npm/camelcase-keys/8.0.2/9.1.3) | `10.0.0` | --- ### Release Notes <details> <summary>sindresorhus/camelcase-keys (camelcase-keys)</summary> ### [`v9.1.3`](https://redirect.github.com/sindresorhus/camelcase-keys/releases/tag/v9.1.3) [Compare Source](https://redirect.github.com/sindresorhus/camelcase-keys/compare/v9.1.2...v9.1.3) - Fix TypeScript types for passing in multiple objects ([#&#8203;122](https://redirect.github.com/sindresorhus/camelcase-keys/issues/122)) [`c6ef8fe`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/c6ef8fe) ### [`v9.1.2`](https://redirect.github.com/sindresorhus/camelcase-keys/releases/tag/v9.1.2) [Compare Source](https://redirect.github.com/sindresorhus/camelcase-keys/compare/v9.1.1...v9.1.2) - Fix camel-casing keys in nested objects when using union with null ([#&#8203;119](https://redirect.github.com/sindresorhus/camelcase-keys/issues/119)) [`919a29e`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/919a29e) ### [`v9.1.1`](https://redirect.github.com/sindresorhus/camelcase-keys/releases/tag/v9.1.1) [Compare Source](https://redirect.github.com/sindresorhus/camelcase-keys/compare/v9.1.0...v9.1.1) - Fix setting default value for the TypeScript type ([#&#8203;117](https://redirect.github.com/sindresorhus/camelcase-keys/issues/117)) [`482bd84`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/482bd84) ### [`v9.1.0`](https://redirect.github.com/sindresorhus/camelcase-keys/releases/tag/v9.1.0) [Compare Source](https://redirect.github.com/sindresorhus/camelcase-keys/compare/v9.0.0...v9.1.0) - Add `preserveConsecutiveUppercase` option ([#&#8203;115](https://redirect.github.com/sindresorhus/camelcase-keys/issues/115)) [`507d5d0`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/507d5d0) ### [`v9.0.0`](https://redirect.github.com/sindresorhus/camelcase-keys/releases/tag/v9.0.0) [Compare Source](https://redirect.github.com/sindresorhus/camelcase-keys/compare/v8.0.2...v9.0.0) ##### Breaking - Require Node.js 16 [`e92cef3`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/e92cef3) ##### Fixes - Fix types being incorrect in some cases ([#&#8203;112](https://redirect.github.com/sindresorhus/camelcase-keys/issues/112)) [`d3cf1e2`](https://redirect.github.com/sindresorhus/camelcase-keys/commit/d3cf1e2) </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 40fb253 commit c3fc2f8

File tree

2 files changed

+50
-30
lines changed

2 files changed

+50
-30
lines changed

package-lock.json

Lines changed: 49 additions & 29 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": "^8.0.2",
82+
"camelcase-keys": "^9.0.0",
8383
"change-case": "^4.1.2",
8484
"dayjs": "^1.11.9",
8585
"dot-prop": "^8.0.2",

0 commit comments

Comments
 (0)