Bumps [tsdav](https://github.com/natelindev/tsdav) from 2.1.5 to 2.1.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/natelindev/tsdav/releases">tsdav's releases</a>.</em></p> <blockquote> <h2>v2.1.8</h2> <h5>improvements</h5> <ul> <li>fixed <a href="https://redirect.github.com/natelindev/tsdav/issues/272">#272</a> malformed expand request in fetchCalendarObjects</li> <li>optimized fetchCalendarObjects to reduce redundant requests when expand is true</li> <li>added Bearer auth support for token-based providers (e.g., Nextcloud OIDC)</li> <li>added fetch overrides across account, request, and collection helpers for custom transports</li> <li>prefer native fetch in Cloudflare Workers to avoid cross-fetch incompatibilities</li> <li>collectionQuery now rejects on non-OK responses instead of returning empty arrays</li> <li>fetchVCards filters out collection URLs to avoid empty/invalid entries (Radicale-compatible)</li> <li>docs updates for iCal feed import, providers, and custom transport guidance</li> </ul> <h2>v2.1.7</h2> <h2>What's Changed</h2> <ul> <li>Fix: Handle empty body responses in davRequest to prevent crash by <a href="https://github.com/hsvtslv"><code>@hsvtslv</code></a> in <a href="https://redirect.github.com/natelindev/tsdav/pull/267">natelindev/tsdav#267</a></li> <li>Fix npm authentication in auto-release workflow by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/natelindev/tsdav/pull/271">natelindev/tsdav#271</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hsvtslv"><code>@hsvtslv</code></a> made their first contribution in <a href="https://redirect.github.com/natelindev/tsdav/pull/267">natelindev/tsdav#267</a></li> <li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/natelindev/tsdav/pull/271">natelindev/tsdav#271</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/natelindev/tsdav/compare/v2.1.6...v2.1.7">https://github.com/natelindev/tsdav/compare/v2.1.6...v2.1.7</a></p> <h2>v2.1.6</h2> <h5>improvements</h5> <ul> <li>added AGENTS.md</li> <li>updated dependencies</li> <li>fixed docs build issues</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/natelindev/tsdav/blob/main/CHANGELOG.md">tsdav's changelog</a>.</em></p> <blockquote> <h2>v2.1.8</h2> <h5>improvements</h5> <ul> <li>fixed <a href="https://redirect.github.com/natelindev/tsdav/issues/272">#272</a> malformed expand request in fetchCalendarObjects</li> <li>optimized fetchCalendarObjects to reduce redundant requests when expand is true</li> <li>added Bearer auth support for token-based providers (e.g., Nextcloud OIDC)</li> <li>added fetch overrides across account, request, and collection helpers for custom transports</li> <li>prefer native fetch in Cloudflare Workers to avoid cross-fetch incompatibilities</li> <li>collectionQuery now rejects on non-OK responses instead of returning empty arrays</li> <li>fetchVCards filters out collection URLs to avoid empty/invalid entries (Radicale-compatible)</li> <li>docs updates for iCal feed import, providers, and custom transport guidance</li> </ul> <h2>v2.1.7</h2> <h5>improvements</h5> <ul> <li>docs: add browser usage example and clarify class-based login</li> <li>docs: add Nextcloud connection guidance and Apple password reference</li> </ul> <h2>v2.1.6</h2> <h5>improvements</h5> <ul> <li>added AGENTS.md</li> <li>updated dependencies</li> <li>fixed docs build issues</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/natelindev/tsdav/commit/1800c16c8eab089851e64021db33d70413882e3a"><code>1800c16</code></a> Merge pull request <a href="https://redirect.github.com/natelindev/tsdav/issues/273">#273</a> from natelindev/fix/fix-all-issues</li> <li><a href="https://github.com/natelindev/tsdav/commit/ad7782b7a0949682283c1ae5f09197b594e62d01"><code>ad7782b</code></a> fix ci</li> <li><a href="https://github.com/natelindev/tsdav/commit/c0275001ba07117092e34b9bb06e7d9ae9b5599e"><code>c027500</code></a> fix ci</li> <li><a href="https://github.com/natelindev/tsdav/commit/2f818c06f871d7467ec38ec50695108a6902f44b"><code>2f818c0</code></a> chore: prepare v2.1.8 release</li> <li><a href="https://github.com/natelindev/tsdav/commit/bfab3ac8eb8ac99eb94f5d7fe01fe681a3140778"><code>bfab3ac</code></a> fix: prefer global fetch for Cloudflare Workers compatibility (Issue 215)</li> <li><a href="https://github.com/natelindev/tsdav/commit/1942d42d9b7d2943b1525713e32ac1a55b0b449d"><code>1942d42</code></a> fix: support custom fetch override in DAVClient for Electron/CORS (<a href="https://redirect.github.com/natelindev/tsdav/issues/216">#216</a>)</li> <li><a href="https://github.com/natelindev/tsdav/commit/3d52838fcdcccd02ac45605d8ee7626d464e0fee"><code>3d52838</code></a> docs: add guide for importing iCal feeds (Airbnb, Booking)</li> <li><a href="https://github.com/natelindev/tsdav/commit/318b0d34868e56a8031af76b26a8fb7050f74de0"><code>318b0d3</code></a> fix: ensure collectionQuery throws on gateway errors and status >= 400</li> <li><a href="https://github.com/natelindev/tsdav/commit/aa9445a3aa925750bd2db2264bc69e2656a2dbc1"><code>aa9445a</code></a> feat: support custom fetch override for KaiOS mozSystem support (Issue 220)</li> <li><a href="https://github.com/natelindev/tsdav/commit/ce487707805e059b9920bef4767e3788e917cb5d"><code>ce48770</code></a> fix: address issues with Radicale and CardDAV vCard fetching (Issue 239)</li> <li>Additional commits viewable in <a href="https://github.com/natelindev/tsdav/compare/v2.1.5...v2.1.8">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for tsdav since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The #1 Open-Source CRM
🌐 Website · 📚 Documentation · Roadmap ·
Discord ·
Figma
Installation
See: 🚀 Self-hosting 🖥️ Local Setup
Why Twenty
We built Twenty for three reasons:
CRMs are too expensive, and users are trapped. Companies use locked-in customer data to hike prices. It shouldn't be that way.
A fresh start is required to build a better experience. We can learn from past mistakes and craft a cohesive experience inspired by new UX patterns from tools like Notion, Airtable or Linear.
We believe in open-source and community. Hundreds of developers are already building Twenty together. Once we have plugin capabilities, a whole ecosystem will grow around it.
What You Can Do With Twenty
Please feel free to flag any specific needs you have by creating an issue.
Below are a few features we have implemented to date:
- Personalize layouts with filters, sort, group by, kanban and table views
- Customize your objects and fields
- Create and manage permissions with custom roles
- Automate workflow with triggers and actions
- Emails, calendar events, files, and more
Personalize layouts with filters, sort, group by, kanban and table views
Customize your objects and fields
Create and manage permissions with custom roles
Automate workflow with triggers and actions
Emails, calendar events, files, and more
Stack
- TypeScript
- Nx
- NestJS, with BullMQ, PostgreSQL, Redis
- React, with Jotai, Linaria and Lingui
Thanks
Thanks to these amazing services that we use and recommend for UI testing (Chromatic), code review (Greptile), catching bugs (Sentry) and translating (Crowdin).
Join the Community
- Star the repo
- Subscribe to releases (watch -> custom -> releases)
- Follow us on Twitter or LinkedIn
- Join our Discord
- Improve translations on Crowdin
- Contributions are, of course, most welcome!




