yashiel / Sveltekit-Directus-Caprover

Deploy Sveltekit + Directus CMS using Caprover Personal PaaS
https://sveltekit.yashiel.com/
3 stars 1 forks source link

Update dependency @directus/sdk to v10 #17

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@directus/sdk 9.14.2 -> 10.0.1 age adoption passing confidence

Release Notes

directus/sdk ### [`v10.0.1`](https://togithub.com/directus/sdk/releases/tag/v10.0.1) [Compare Source](https://togithub.com/directus/sdk/compare/v10.0.0...v10.0.1) #### What's Changed - Upgrade dependencies by [@​rijkvanzanten](https://togithub.com/rijkvanzanten) in [https://github.com/directus/sdk/pull/13](https://togithub.com/directus/sdk/pull/13) **Full Changelog**: https://github.com/directus/sdk/compare/v10.0.0...v10.0.1 ### [`v10.0.0`](https://togithub.com/directus/sdk/releases/tag/v10.0.0) [Compare Source](https://togithub.com/directus/sdk/compare/v9.14.2...v10.0.0) #### What's Changed - Refactor auth token in the SDK to be async by [@​rijkvanzanten](https://togithub.com/rijkvanzanten) in [https://github.com/directus/sdk/pull/9](https://togithub.com/directus/sdk/pull/9) **Full Changelog**: https://github.com/directus/sdk/compare/v9.14.2...v10.0.0 #### Migration from v9 Replace any usage of `sdk.auth.token` to be async: ```js // Before const token = sdk.auth.token; // After const token = await sdk.auth.token; ```

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.