Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit bba984f

Browse files
fix(deps): update dependency @doist/todoist-api-typescript to v5 (#54)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@doist/todoist-api-typescript](https://doist.github.io/todoist-api-typescript/) ([source](https://redirect.github.com/doist/todoist-api-typescript)) | [`4.0.4` -> `5.0.0`](https://renovatebot.com/diffs/npm/@doist%2ftodoist-api-typescript/4.0.4/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@doist%2ftodoist-api-typescript/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@doist%2ftodoist-api-typescript/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@doist%2ftodoist-api-typescript/4.0.4/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@doist%2ftodoist-api-typescript/4.0.4/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>doist/todoist-api-typescript (@&#8203;doist/todoist-api-typescript)</summary> ### [`v5.0.0`](https://redirect.github.com/Doist/todoist-api-typescript/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/doist/todoist-api-typescript/compare/v4.0.4...v5.0.0) #### What's Changed - refactor: \[BREAKING] update Task and Project schemas to match API objects by [@&#8203;pedroalves0](https://redirect.github.com/pedroalves0) in [https://github.com/Doist/todoist-api-typescript/pull/286](https://redirect.github.com/Doist/todoist-api-typescript/pull/286) - chore: Do not serialise null/undefined values for GET calls by [@&#8203;scottlovegrove](https://redirect.github.com/scottlovegrove) in [https://github.com/Doist/todoist-api-typescript/pull/294](https://redirect.github.com/Doist/todoist-api-typescript/pull/294) - docs: change API methods description by [@&#8203;pedroalves0](https://redirect.github.com/pedroalves0) in [https://github.com/Doist/todoist-api-typescript/pull/295](https://redirect.github.com/Doist/todoist-api-typescript/pull/295) - docs: add breaking change disclaimer also for v5.0.0 by [@&#8203;pedroalves0](https://redirect.github.com/pedroalves0) in [https://github.com/Doist/todoist-api-typescript/pull/299](https://redirect.github.com/Doist/todoist-api-typescript/pull/299) - chore: \[BREAKING] bump version to 5.0.0 by [@&#8203;pedroalves0](https://redirect.github.com/pedroalves0) in [https://github.com/Doist/todoist-api-typescript/pull/300](https://redirect.github.com/Doist/todoist-api-typescript/pull/300) **Full Changelog**: Doist/todoist-api-typescript@v4.0.2...v5.0.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Doist/todoist-mcp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent edf51b9 commit bba984f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"description": "Connect this [Model Context Protocol](https://modelcontextprotocol.io/introduction) server to your LLM to interact with Todoist.",
2828
"dependencies": {
29-
"@doist/todoist-api-typescript": "4.0.4",
29+
"@doist/todoist-api-typescript": "5.0.0",
3030
"@modelcontextprotocol/sdk": "1.12.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)