Bumps [verdaccio](https://github.com/verdaccio/verdaccio) from 6.3.1 to 6.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/verdaccio/verdaccio/releases">verdaccio's releases</a>.</em></p> <blockquote> <h2>v6.5.2</h2> <h3><a href="https://github.com/verdaccio/verdaccio/compare/v6.5.1...v6.5.2">6.5.2</a> (2026-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid sharing default security object across configs (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5812">#5812</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/9cca86ee8ac7b64f9011cdc6ac44b995ae025fc8">9cca86e</a>)</li> <li>Missing package refresh after logging into WebUI (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5825">#5825</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/e6bbea44c56f904e850b883394ef4ffca6c93439">e6bbea4</a>), closes <a href="https://redirect.github.com/verdaccio/verdaccio/issues/5814">#5814</a></li> <li>remove basic header on login error 401 (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5821">#5821</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/1c1723dcbe2fcb1fd64d070d6d357ab7e24ece0a">1c1723d</a>)</li> <li>update ui-theme dependency (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5822">#5822</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/c4f2cd99d57672792cda175b4674a1310e18fa38">c4f2cd9</a>)</li> </ul> <h2>v6.5.1</h2> <h2>What's Changed</h2> <ul> <li>chore: enable ui e2e test by <a href="https://github.com/juanpicado"><code>@juanpicado</code></a> in <a href="https://redirect.github.com/verdaccio/verdaccio/pull/5803">verdaccio/verdaccio#5803</a></li> <li>fix: web validate password issue by <a href="https://github.com/juanpicado"><code>@juanpicado</code></a> in <a href="https://redirect.github.com/verdaccio/verdaccio/pull/5811">verdaccio/verdaccio#5811</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/verdaccio/verdaccio/compare/v6.5.0...v6.5.1">https://github.com/verdaccio/verdaccio/compare/v6.5.0...v6.5.1</a></p> <h2>v6.5.0</h2> <h2><a href="https://github.com/verdaccio/verdaccio/compare/v6.4.0...v6.5.0">6.5.0</a> (2026-04-11)</h2> <h3>Features</h3> <ul> <li>update ui to major (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5794">#5794</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/b957c6f0edd909d2c04ba4643d224ef0022c6416">b957c6f</a>) <a href="https://github.com/juanpicado"><code>@juanpicado</code></a> <ul> <li>Big UI refactoring <a href="https://redirect.github.com/verdaccio/verdaccio/pull/5563">verdaccio/verdaccio#5563</a></li> </ul> </li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>package-filter:</strong> fix O(n²) complexity in cleanupDistFiles (<a href="https://github.com/verdaccio/verdaccio/commit/b15f62279d86f16a916f4de849cc9376327849f1">b15f622</a>) <a href="https://redirect.github.com/verdaccio/verdaccio/pull/5797">verdaccio/verdaccio#5797</a> by <a href="https://github.com/plottodev"><code>@plottodev</code></a></li> <li>ui search returns no output <a href="https://redirect.github.com/verdaccio/verdaccio/issues/5798">#5798</a> (<a href="https://github.com/verdaccio/verdaccio/commit/3edd3ee8fab6e75c0ee4f3be5ae812dc8893459b">3edd3ee</a>) <a href="https://github.com/juanpicado"><code>@juanpicado</code></a></li> </ul> <h2>v6.4.0</h2> <h2>Features</h2> <h3>Package Filter Plugins (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5786">#5786</a>, <a href="https://redirect.github.com/verdaccio/verdaccio/pull/5548">verdaccio/verdaccio#5548</a>) by <a href="https://github.com/vsugrob"><code>@vsugrob</code></a>, <a href="https://github.com/pyhp2017"><code>@pyhp2017</code></a> <a href="https://github.com/juanpicado"><code>@juanpicado</code></a></h3> <blockquote> <p>⚠️ Please help us to test this feature (it is pretty new and might be not perfect) ref <a href="https://github.com/orgs/verdaccio/discussions/5796">https://github.com/orgs/verdaccio/discussions/5796</a> The <code>@verdaccio/package-filter</code> package is bundled by default but must be enabled by the user.</p> </blockquote> <p><code>@verdaccio/package-filter</code> is a built-in plugin that intercepts package metadata from uplinks and removes versions matching configurable rules. With no rules configured, it acts as a no-op passthrough.</p> <h4>Block a compromised package version</h4> <pre lang="yaml"><code>filters: '@verdaccio/package-filter': block: </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/verdaccio/verdaccio/blob/v6.5.2/CHANGELOG.md">verdaccio's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/verdaccio/verdaccio/compare/v6.5.1...v6.5.2">6.5.2</a> (2026-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>avoid sharing default security object across configs (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5812">#5812</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/9cca86ee8ac7b64f9011cdc6ac44b995ae025fc8">9cca86e</a>)</li> <li>Missing package refresh after logging into WebUI (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5825">#5825</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/e6bbea44c56f904e850b883394ef4ffca6c93439">e6bbea4</a>), closes <a href="https://redirect.github.com/verdaccio/verdaccio/issues/5814">#5814</a></li> <li>remove basic header on login error 401 (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5821">#5821</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/1c1723dcbe2fcb1fd64d070d6d357ab7e24ece0a">1c1723d</a>)</li> <li>update ui-theme dependency (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5822">#5822</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/c4f2cd99d57672792cda175b4674a1310e18fa38">c4f2cd9</a>)</li> </ul> <h3><a href="https://github.com/verdaccio/verdaccio/compare/v6.5.0...v6.5.1">6.5.1</a> (2026-04-16)</h3> <h3>Bug Fixes</h3> <ul> <li>web validate password issue (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5811">#5811</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/b66c872d2f1367fc204e96343747ff7a6d8ae601">b66c872</a>)</li> </ul> <h2><a href="https://github.com/verdaccio/verdaccio/compare/v6.4.0...v6.5.0">6.5.0</a> (2026-04-11)</h2> <h3>Features</h3> <ul> <li>update ui to major (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5794">#5794</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/b957c6f0edd909d2c04ba4643d224ef0022c6416">b957c6f</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>package-filter:</strong> fix O(n²) complexity in cleanupDistFiles (<a href="https://github.com/verdaccio/verdaccio/commit/b15f62279d86f16a916f4de849cc9376327849f1">b15f622</a>)</li> <li>ui search returns no output <a href="https://redirect.github.com/verdaccio/verdaccio/issues/5798">#5798</a> (<a href="https://github.com/verdaccio/verdaccio/commit/3edd3ee8fab6e75c0ee4f3be5ae812dc8893459b">3edd3ee</a>)</li> </ul> <h2><a href="https://github.com/verdaccio/verdaccio/compare/v6.3.2...v6.4.0">6.4.0</a> (2026-04-06)</h2> <h3>Features</h3> <ul> <li>add package filter (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5786">#5786</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/458a9f2973ff018f2151386725ee36b4b012a69f">458a9f2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update core verdaccio dependencies (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5674">#5674</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/4d655079eac09cb32d0f3b072a829e7c24945117">4d65507</a>)</li> <li><strong>deps:</strong> update core verdaccio dependencies (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5780">#5780</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/b58287b1416291b34f1330fe0fd4653ae3f35c99">b58287b</a>)</li> <li><strong>deps:</strong> update dependency lodash to v4.18.1 (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5777">#5777</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/797ae530d33a565948166cfd1f45f27ddb33d4ba">797ae53</a>)</li> </ul> <h3><a href="https://github.com/verdaccio/verdaccio/compare/v6.3.1...v6.3.2">6.3.2</a> (2026-03-14)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update core verdaccio dependencies (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5636">#5636</a>) (<a href="https://github.com/verdaccio/verdaccio/commit/3da63a4d0bda7dd3bf86378992b05c67b0f1eda5">3da63a4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/verdaccio/verdaccio/commit/6edeabe00d3b2607aaa287e420badbb938c603ef"><code>6edeabe</code></a> chore(release): 6.5.2</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/e6bbea44c56f904e850b883394ef4ffca6c93439"><code>e6bbea4</code></a> fix: Missing package refresh after logging into WebUI (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5825">#5825</a>)</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/c4f2cd99d57672792cda175b4674a1310e18fa38"><code>c4f2cd9</code></a> fix: update ui-theme dependency (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5822">#5822</a>)</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/1c1723dcbe2fcb1fd64d070d6d357ab7e24ece0a"><code>1c1723d</code></a> fix: remove basic header on login error 401 (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5821">#5821</a>)</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/9cca86ee8ac7b64f9011cdc6ac44b995ae025fc8"><code>9cca86e</code></a> fix: avoid sharing default security object across configs (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5812">#5812</a>)</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/f01311279f59eb8b93386dbeef367d2ee323a49f"><code>f013112</code></a> chore(release): 6.5.1</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/b66c872d2f1367fc204e96343747ff7a6d8ae601"><code>b66c872</code></a> fix: web validate password issue (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5811">#5811</a>)</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/f25003c682346fd74cf56b3c9c2352d567faaa40"><code>f25003c</code></a> chore: update cypress config</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/6d792e739d5db118596ebfe361e020e89d3642b4"><code>6d792e7</code></a> chore: enable ui e2e test (<a href="https://redirect.github.com/verdaccio/verdaccio/issues/5803">#5803</a>)</li> <li><a href="https://github.com/verdaccio/verdaccio/commit/4dd0083722620f8efaa3af0f916dd8f38f8acd17"><code>4dd0083</code></a> chore(release): 6.5.0</li> <li>Additional commits viewable in <a href="https://github.com/verdaccio/verdaccio/compare/v6.3.1...v6.5.2">compare view</a></li> </ul> </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
Why Twenty
Twenty gives technical teams the building blocks for a custom CRM that meets complex business needs and quickly adapts as the business evolves. Twenty is the CRM you build, ship, and version like the rest of your stack.
Learn more about why we built Twenty
Installation
Cloud
The fastest way to get started. Sign up at twenty.com and spin up a workspace in under a minute, with no infrastructure to manage and always up to date.
Build an app
Scaffold a new app with the Twenty CLI:
npx create-twenty-app my-app
Define objects, fields, and views as code:
import { defineObject, FieldType } from 'twenty-sdk/define';
export default defineObject({
nameSingular: 'deal',
namePlural: 'deals',
labelSingular: 'Deal',
labelPlural: 'Deals',
fields: [
{ name: 'name', label: 'Name', type: FieldType.TEXT },
{ name: 'amount', label: 'Amount', type: FieldType.CURRENCY },
{ name: 'closeDate', label: 'Close Date', type: FieldType.DATE_TIME },
],
});
Then ship it to your workspace:
npx twenty deploy
See the app development guide for objects, views, agents, and logic functions.
Self-hosting
Run Twenty on your own infrastructure with Docker Compose, or contribute locally via the local setup guide.
Everything you need
Twenty gives you the building blocks of a modern CRM (objects, views, workflows, and agents) and lets you extend them as code. Here's a tour of what's in the box.
Want to go deeper? Read the User Guide for product walkthroughs, or the
Documentation for developer reference.
|
|
|
|
|
|
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 ·
Discord ·
Feature requests ·
Releases ·
X ·
LinkedIn ·
Crowdin ·
Contribute





