logto-io / js

🤓 Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
67 stars 40 forks source link

fix(deps): update dependency camelcase-keys to v9 #541

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
camelcase-keys ^7.0.1 -> ^9.0.0 age adoption passing confidence

Release Notes

sindresorhus/camelcase-keys (camelcase-keys) ### [`v9.0.0`](https://togithub.com/sindresorhus/camelcase-keys/releases/tag/v9.0.0) [Compare Source](https://togithub.com/sindresorhus/camelcase-keys/compare/v8.0.2...v9.0.0) ##### Breaking - Require Node.js 16 [`e92cef3`](https://togithub.com/sindresorhus/camelcase-keys/commit/e92cef3) ##### Fixes - Fix types being incorrect in some cases ([#​112](https://togithub.com/sindresorhus/camelcase-keys/issues/112)) [`d3cf1e2`](https://togithub.com/sindresorhus/camelcase-keys/commit/d3cf1e2) ### [`v8.0.2`](https://togithub.com/sindresorhus/camelcase-keys/releases/tag/v8.0.2) [Compare Source](https://togithub.com/sindresorhus/camelcase-keys/compare/v8.0.1...v8.0.2) - Fix compatibility with TypeScript 4.8 ([#​98](https://togithub.com/sindresorhus/camelcase-keys/issues/98)) [`5e7f7c5`](https://togithub.com/sindresorhus/camelcase-keys/commit/5e7f7c5) ### [`v8.0.1`](https://togithub.com/sindresorhus/camelcase-keys/releases/tag/v8.0.1) [Compare Source](https://togithub.com/sindresorhus/camelcase-keys/compare/v8.0.0...v8.0.1) - Improve type definition ([#​92](https://togithub.com/sindresorhus/camelcase-keys/issues/92)) [`264cc70`](https://togithub.com/sindresorhus/camelcase-keys/commit/264cc70) ### [`v8.0.0`](https://togithub.com/sindresorhus/camelcase-keys/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/camelcase-keys/compare/v7.0.2...v8.0.0) ##### Breaking - Require Node.js 14 [`e445b77`](https://togithub.com/sindresorhus/camelcase-keys/commit/e445b77) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** ##### Improvements - Export TypeScript type `CamelCaseKeys` ([#​90](https://togithub.com/sindresorhus/camelcase-keys/issues/90)) [`87c57ac`](https://togithub.com/sindresorhus/camelcase-keys/commit/87c57ac)

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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.

charIeszhao commented 1 year ago

Cannot upgrade to v9 as a lower version (v6) of camelcase-keys lib is referenced by @changesets/cli. Also, since v8 camelcase-keys has full support of ESM, so the co-existing v9 and the older v6 do not work well together.

Need to hold on until @changesets/cli upgrades its own dependencies.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.