Skip to content

chore(deps): bump the patch-updates group with 6 updates#1267

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-updates-4f130979bd
Apr 27, 2026
Merged

chore(deps): bump the patch-updates group with 6 updates#1267
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-updates-4f130979bd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the patch-updates group with 6 updates:

Package From To
better-auth 1.6.5 1.6.9
@oclif/core 4.10.5 4.10.6
i18next 26.0.6 26.0.8
hono 4.12.14 4.12.15
fumadocs-core 16.8.1 16.8.4
fumadocs-ui 16.8.1 16.8.4

Updates better-auth from 1.6.5 to 1.6.9

Release notes

Sourced from better-auth's releases.

v1.6.9

better-auth

Bug Fixes

  • Fixed instrumentation resolution in the adapter factory so edge and browser environments correctly use the pure variant (#9340)

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​erquhart

Full changelog: v1.6.8...v1.6.9

v1.6.8

better-auth

Bug Fixes

  • Fixed mapProfileToUser fallback for OAuth providers that may omit email from their profile response (#9331)
  • Fixed support for passing id through beforeCreateTeam and beforeCreateInvitation hooks (#9253)

For detailed changes, see CHANGELOG

@better-auth/oauth-provider

Bug Fixes

  • Fixed authorization flows that do not include a state parameter (#9328)

For detailed changes, see CHANGELOG

@better-auth/passkey

Bug Fixes

  • Fixed incompatibility with TypeScript's exactOptionalPropertyTypes compiler option (#9270)

For detailed changes, see CHANGELOG

Contributors

Thanks to everyone who contributed to this release:

@​baptisteArno, @​gustavovalverde, @​ping-maxwell

Full changelog: v1.6.7...v1.6.8

... (truncated)

Changelog

Sourced from better-auth's changelog.

1.6.9

Patch Changes

  • Updated dependencies [815ecf6]:
    • @​better-auth/core@​1.6.9
    • @​better-auth/drizzle-adapter@​1.6.9
    • @​better-auth/kysely-adapter@​1.6.9
    • @​better-auth/memory-adapter@​1.6.9
    • @​better-auth/mongo-adapter@​1.6.9
    • @​better-auth/prisma-adapter@​1.6.9
    • @​better-auth/telemetry@​1.6.9

1.6.8

Patch Changes

  • #9253 856ab24 Thanks @​baptisteArno! - fix(organization): allow passing id through beforeCreateTeam and beforeCreateInvitation

    Mirrors #4765 for teams and invitations: adapter.createTeam and adapter.createInvitation now pass forceAllowId: true, so ids returned from the respective hooks survive the DB insert.

  • #9331 9aa8e63 Thanks @​gustavovalverde! - fix(oauth): support mapProfileToUser fallback for providers that may omit email

    Social sign-in with OAuth providers that may return no email address (Discord phone-only accounts, Apple subsequent sign-ins, GitHub private emails, Facebook, LinkedIn, and Microsoft Entra ID managed users) can now be unblocked by synthesizing an email inside mapProfileToUser. Rejection logger messages now point at this workaround and at the new "Handling Providers Without Email" docs section.

    Provider profile types now reflect where email can be null or absent:

    • DiscordProfile.email is string | null and optional (absent when the email scope is not granted)
    • AppleProfile.email is optional
    • GithubProfile.email is string | null
    • FacebookProfile.email is optional
    • FacebookProfile.email_verified is optional (Meta's Graph API does not include this field)
    • LinkedInProfile.email is optional
    • LinkedInProfile.email_verified is optional
    • MicrosoftEntraIDProfile.email is optional

    TypeScript consumers who previously dereferenced profile.email directly inside mapProfileToUser will see a compile error that matches the runtime reality; use a nullish-coalescing fallback (profile.email ?? ...) or null-check the field.

    Sign-in still rejects with error=email_not_found (social callback) or error=email_is_missing (Generic OAuth plugin) when neither the provider nor mapProfileToUser produces an email. First-class support for users without an email, keyed on (providerId, accountId) per OpenID Connect Core §5.7, is tracked in #9124.

  • Updated dependencies [9aa8e63]:

    • @​better-auth/core@​1.6.8
    • @​better-auth/drizzle-adapter@​1.6.8
    • @​better-auth/kysely-adapter@​1.6.8
    • @​better-auth/memory-adapter@​1.6.8
    • @​better-auth/mongo-adapter@​1.6.8
    • @​better-auth/prisma-adapter@​1.6.8
    • @​better-auth/telemetry@​1.6.8

1.6.7

... (truncated)

Commits
  • f484269 chore: release v1.6.9 (#9341)
  • fef7dd6 chore: update readme (#9330)
  • b289ac6 chore: release v1.6.8 (#9316)
  • 9aa8e63 fix(oauth): support mapProfileToUser fallback for providers that may omit e...
  • 856ab24 fix(organization): allow passing id through beforeCreateTeam and `beforeCre...
  • f8076d1 chore: release v1.6.7 (#9289)
  • 4f373ee feat(social-providers): accept array of Client IDs for ID token audience (#9292)
  • e1b1cfc fix(oauth2): guard against undefined body when parsing state (#9293)
  • d053a45 fix(phone-number): call callbackOnVerification when updatePhoneNumber is enab...
  • 307196a fix(api): preserve response headers when APIError is thrown (#9211)
  • Additional commits viewable in compare view

Updates @oclif/core from 4.10.5 to 4.10.6

Release notes

Sourced from @​oclif/core's releases.

4.10.6

Bug Fixes

  • deps: bump postcss from 8.4.31 to 8.5.10 (9b29ad4)
Changelog

Sourced from @​oclif/core's changelog.

4.10.6 (2026-04-25)

Bug Fixes

  • deps: bump postcss from 8.4.31 to 8.5.10 (9b29ad4)
Commits
  • 1316e3a chore(release): 4.10.6 [skip ci]
  • 4d2464f Merge pull request #1586 from oclif/dependabot-npm_and_yarn-postcss-8.5.10
  • 9b29ad4 fix(deps): bump postcss from 8.4.31 to 8.5.10
  • 507445a Merge pull request #1581 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • 3821db3 Merge pull request #1582 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 4075594 Merge pull request #1583 from oclif/dependabot-npm_and_yarn-oclif-plugin-plug...
  • e8dcb6e Merge pull request #1584 from oclif/dependabot-npm_and_yarn-prettier-3.8.3
  • c8bc52b chore(dev-deps): bump prettier from 3.8.2 to 3.8.3
  • 105e404 chore(dev-deps): bump @​oclif/plugin-plugins from 5.4.60 to 5.4.61
  • 0eafd76 chore(dev-deps): bump eslint-config-oclif from 6.0.156 to 6.0.157
  • Additional commits viewable in compare view

Updates i18next from 26.0.6 to 26.0.8

Release notes

Sourced from i18next's releases.

v26.0.8

  • fix(types): restore the pre-v25.10.4 ExistsFunction shape so plain arrow functions can again be assigned to ExistsFunction-typed variables (TypeScript cannot infer type predicates through multi-overload assignment). Direct i18next.exists(key) calls still narrow key to SelectorKey — the predicate is now declared inline on i18n.exists. Custom wrappers that want the narrowing can type themselves as typeof i18next.exists 2425

v26.0.7

  • fix: when a plural lookup misses, the missingKey debug log now shows the actual plural-resolved key (e.g. foo.bar_many for Polish count: 14) instead of the base key — making it obvious which plural category was expected and missing 2423
  • chore: drop @babel/runtime runtime dependency. The build no longer generates any @babel/runtime imports, so the package is unused by consumers. Rollup now uses babelHelpers: 'bundled' so any helpers that are ever needed in the future will be inlined rather than imported externally 2424
  • chore: stop emitting dist/esm/i18next.bundled.js. It was byte-identical to dist/esm/i18next.js because no helpers were being imported 2424
Changelog

Sourced from i18next's changelog.

26.0.8

  • fix(types): restore the pre-v25.10.4 ExistsFunction shape so plain arrow functions can again be assigned to ExistsFunction-typed variables (TypeScript cannot infer type predicates through multi-overload assignment). Direct i18next.exists(key) calls still narrow key to SelectorKey — the predicate is now declared inline on i18n.exists. Custom wrappers that want the narrowing can type themselves as typeof i18next.exists 2425

26.0.7

  • fix: when a plural lookup misses, the missingKey debug log now shows the actual plural-resolved key (e.g. foo.bar_many for Polish count: 14) instead of the base key — making it obvious which plural category was expected and missing 2423
  • chore: drop @babel/runtime runtime dependency. The build no longer generates any @babel/runtime imports, so the package is unused by consumers. Rollup now uses babelHelpers: 'bundled' so any helpers that are ever needed in the future will be inlined rather than imported externally 2424
  • chore: stop emitting dist/esm/i18next.bundled.js. It was byte-identical to dist/esm/i18next.js because no helpers were being imported 2424
Commits

Updates hono from 4.12.14 to 4.12.15

Release notes

Sourced from hono's releases.

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

Commits

Updates fumadocs-core from 16.8.1 to 16.8.4

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.8.4

Patch Changes

  • 61b15e9: fix Shiki languages not loaded under lazy mode
  • 1a5433c: Support $ in locale for page tree generation

fumadocs-core@16.8.3

No release notes provided.

fumadocs-core@16.8.2

No release notes provided.

Commits

Updates fumadocs-ui from 16.8.1 to 16.8.4

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.8.4

Patch Changes

  • b5ff03b: Support new OG image design for Takumi
  • Updated dependencies [61b15e9]
  • Updated dependencies [1a5433c]
    • fumadocs-core@16.8.4

fumadocs-ui@16.8.3

Patch Changes

  • 8082ef6: Add legacy/layout for versions prior to 16.2
  • 8082ef6: Add css/preset-legacy.css for versions prior to 16.2
  • 8082ef6: Add legacy/sidebar for versions prior to 16.2
    • fumadocs-core@16.8.3

fumadocs-ui@16.8.2

Patch Changes

  • 0e8405a: Update default OG image
    • fumadocs-core@16.8.2
Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.5` | `1.6.9` |
| [@oclif/core](https://github.com/oclif/core) | `4.10.5` | `4.10.6` |
| [i18next](https://github.com/i18next/i18next) | `26.0.6` | `26.0.8` |
| [hono](https://github.com/honojs/hono) | `4.12.14` | `4.12.15` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.8.1` | `16.8.4` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.8.1` | `16.8.4` |


Updates `better-auth` from 1.6.5 to 1.6.9
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/better-auth@1.6.9/packages/better-auth)

Updates `@oclif/core` from 4.10.5 to 4.10.6
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@4.10.5...4.10.6)

Updates `i18next` from 26.0.6 to 26.0.8
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v26.0.6...v26.0.8)

Updates `hono` from 4.12.14 to 4.12.15
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.14...v4.12.15)

Updates `fumadocs-core` from 16.8.1 to 16.8.4
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.8.1...fumadocs-core@16.8.4)

Updates `fumadocs-ui` from 16.8.1 to 16.8.4
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.8.1...fumadocs-ui@16.8.4)

---
updated-dependencies:
- dependency-name: better-auth
  dependency-version: 1.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@oclif/core"
  dependency-version: 4.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: i18next
  dependency-version: 26.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: hono
  dependency-version: 4.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: fumadocs-core
  dependency-version: 16.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: fumadocs-ui
  dependency-version: 16.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Labels

The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectui-demo Ready Ready Preview, Comment Apr 27, 2026 8:25am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
objectui Ignored Ignored Apr 27, 2026 8:25am

Request Review

@github-actions github-actions Bot merged commit 50494e5 into main Apr 27, 2026
7 of 9 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/patch-updates-4f130979bd branch April 27, 2026 08:23
@github-actions
Copy link
Copy Markdown
Contributor

✅ Console Performance Budget

Metric Value Budget
Main entry (gzip) 342.2 KB 350 KB
Entry file index-Bu_V2-0n.js
Status PASS

📦 Bundle Size Report

Package Size Gzipped
app-shell (index.js) 3.39KB 1.13KB
app-shell (types.js) 0.01KB 0.04KB
auth (AuthContext.js) 0.31KB 0.24KB
auth (AuthGuard.js) 1.17KB 0.53KB
auth (AuthProvider.js) 13.74KB 2.78KB
auth (ForgotPasswordForm.js) 4.91KB 1.66KB
auth (LoginForm.js) 5.10KB 1.68KB
auth (PreviewBanner.js) 0.90KB 0.50KB
auth (RegisterForm.js) 6.96KB 1.89KB
auth (SocialSignInButtons.js) 8.74KB 3.58KB
auth (UserMenu.js) 3.40KB 1.22KB
auth (createAuthClient.js) 15.32KB 3.45KB
auth (createAuthenticatedFetch.js) 2.47KB 0.95KB
auth (index.js) 1.28KB 0.55KB
auth (types.js) 0.59KB 0.35KB
auth (useAuth.js) 3.56KB 0.73KB
collaboration (CommentThread.js) 18.38KB 4.49KB
collaboration (LiveCursors.js) 3.17KB 1.27KB
collaboration (PresenceAvatars.js) 3.65KB 1.42KB
collaboration (index.js) 1.16KB 0.50KB
collaboration (useCommentSearch.js) 1.98KB 0.88KB
collaboration (useConflictResolution.js) 7.75KB 1.86KB
collaboration (useMentionNotifications.js) 1.81KB 0.68KB
collaboration (usePresence.js) 6.33KB 1.84KB
collaboration (useRealtimeSubscription.js) 7.91KB 2.01KB
components (index.js) 1982.83KB 465.46KB
core (index.js) 1.29KB 0.51KB
create-plugin (index.js) 10.13KB 3.17KB
data-objectstack (index.js) 46.96KB 11.67KB
fields (LookupField-B6MOSQVJ.js) 30.75KB 8.34KB
fields (index.js) 74.79KB 15.84KB
fields (rolldown-runtime-CAFD8bLK.js) 0.24KB 0.24KB
fields (useFieldTranslation-Bv3oUVgb.js) 0.26KB 0.21KB
i18n (i18n.js) 2.03KB 0.77KB
i18n (index.js) 1.99KB 0.79KB
i18n (provider.js) 4.63KB 1.47KB
i18n (useObjectLabel.js) 7.92KB 2.45KB
i18n (useSafeTranslation.js) 1.63KB 0.57KB
layout (index.js) 88.06KB 24.91KB
mobile (MobileProvider.js) 0.92KB 0.49KB
mobile (ResponsiveContainer.js) 0.94KB 0.38KB
mobile (breakpoints.js) 1.51KB 0.70KB
mobile (index.js) 1.19KB 0.53KB
mobile (pwa.js) 0.97KB 0.49KB
mobile (serviceWorker.js) 1.48KB 0.62KB
mobile (useBreakpoint.js) 1.54KB 0.65KB
mobile (useGesture.js) 4.42KB 1.27KB
mobile (usePullToRefresh.js) 2.53KB 0.85KB
mobile (useResponsive.js) 0.71KB 0.42KB
mobile (useResponsiveConfig.js) 1.36KB 0.63KB
mobile (useSpecGesture.js) 1.77KB 0.77KB
mobile (useTouchTarget.js) 1.01KB 0.54KB
permissions (PermissionContext.js) 0.31KB 0.25KB
permissions (PermissionGuard.js) 0.89KB 0.45KB
permissions (PermissionProvider.js) 3.11KB 0.87KB
permissions (evaluator.js) 4.00KB 1.23KB
permissions (index.js) 0.85KB 0.40KB
permissions (store.js) 0.91KB 0.42KB
permissions (useFieldPermissions.js) 1.28KB 0.52KB
permissions (usePermissions.js) 0.99KB 0.49KB
plugin-aggrid (AddressField-DSeinCTI.js) 2.89KB 0.83KB
plugin-aggrid (AgGridImpl-DJWnS8p3.js) 6.39KB 2.24KB
plugin-aggrid (AutoNumberField-CFvetzlu.js) 0.47KB 0.36KB
plugin-aggrid (AvatarField-CpFxJRdO.js) 2.70KB 1.16KB
plugin-aggrid (BooleanField-Chphr8cB.js) 1.28KB 0.60KB
plugin-aggrid (CodeField-DA5EKiRw.js) 0.91KB 0.55KB
plugin-aggrid (ColorField-BV3Ozx_l.js) 1.31KB 0.60KB
plugin-aggrid (CurrencyField-BXHTbR_q.js) 1.57KB 0.82KB
plugin-aggrid (DateField-DB91hfNC.js) 0.69KB 0.45KB
plugin-aggrid (DateTimeField-CMq6g9Uy.js) 0.87KB 0.50KB
plugin-aggrid (EmailField-hwuyLghp.js) 0.93KB 0.55KB
plugin-aggrid (FileField-6vmNoYlq.js) 5.72KB 2.07KB
plugin-aggrid (FormulaField-l8ZZJhGH.js) 0.69KB 0.47KB
plugin-aggrid (GeolocationField-D4TclavF.js) 4.15KB 1.50KB
plugin-aggrid (GridField-C4roWR_-.js) 2.00KB 0.78KB
plugin-aggrid (ImageField-CoAm51ai.js) 2.70KB 1.14KB
plugin-aggrid (LocationField-BxbLXZSy.js) 1.05KB 0.61KB
plugin-aggrid (LookupField-Cs0TIO_x.js) 33.90KB 8.99KB
plugin-aggrid (MasterDetailField-DGUmvg2f.js) 3.44KB 1.16KB
plugin-aggrid (NumberField-rj49Q5OP.js) 0.81KB 0.52KB
plugin-aggrid (ObjectAgGridImpl-CNlxkoGa.js) 726.59KB 183.35KB
plugin-aggrid (ObjectField-ag4wfN86.js) 1.67KB 0.83KB
plugin-aggrid (PasswordField-BJboeBJY.js) 1.93KB 0.96KB
plugin-aggrid (PercentField-7vXuHuRt.js) 1.89KB 0.90KB
plugin-aggrid (PhoneField-BZ_tc91H.js) 0.92KB 0.56KB
plugin-aggrid (QRCodeField-C6uFsbKO.js) 3.32KB 1.26KB
plugin-aggrid (RatingField-B2momIna.js) 2.09KB 0.95KB
plugin-aggrid (RichTextField-BfaggG4c.js) 1.24KB 0.65KB
plugin-aggrid (SelectField-BksSiQLk.js) 1.18KB 0.62KB
plugin-aggrid (SignatureField-DUgoK09r.js) 3.19KB 1.31KB
plugin-aggrid (SliderField-DrggtBSX.js) 1.16KB 0.57KB
plugin-aggrid (SummaryField-BGLmsOUW.js) 0.65KB 0.46KB
plugin-aggrid (TextAreaField-BelgcRBc.js) 1.17KB 0.66KB
plugin-aggrid (TextField-CT8YkE1I.js) 0.95KB 0.51KB
plugin-aggrid (TimeField-DxSkntqI.js) 0.66KB 0.43KB
plugin-aggrid (UrlField-BrMh5Ssp.js) 1.09KB 0.59KB
plugin-aggrid (UserField-Npo5nX7J.js) 2.67KB 0.99KB
plugin-aggrid (VectorField-C8cpoJ7Y.js) 0.97KB 0.53KB
plugin-aggrid (createLucideIcon-C_5JZ35b.js) 1.72KB 0.93KB
plugin-aggrid (image-DmzU2ETO.js) 0.36KB 0.26KB
plugin-aggrid (index.js) 10.33KB 2.43KB
plugin-aggrid (jsx-runtime-CXSCp6pT.js) 7.25KB 2.66KB
plugin-aggrid (plus-bvZ2f9T_.js) 0.19KB 0.19KB
plugin-aggrid (rolldown-runtime-CkxV0rQ3.js) 0.77KB 0.50KB
plugin-aggrid (upload-BdzwEMeV.js) 0.29KB 0.23KB
plugin-aggrid (useFieldTranslation-ByriUjeV.js) 9.53KB 3.69KB
plugin-aggrid (x-98xe-fYG.js) 0.19KB 0.19KB
plugin-ai (index.js) 24.22KB 6.45KB
plugin-calendar (index.js) 44.96KB 12.96KB
plugin-charts (AdvancedChartImpl-D5KbBVKU.js) 118.19KB 24.21KB
plugin-charts (BarChart-BQS4sYHd.js) 523.60KB 126.89KB
plugin-charts (ChartImpl-BaXisyXJ.js) 3.62KB 1.16KB
plugin-charts (index.js) 12.70KB 4.07KB
plugin-charts (jsx-runtime-Caia9pQX.js) 8.41KB 3.10KB
plugin-chatbot (index.js) 1196.24KB 341.20KB
plugin-dashboard (index.js) 158.65KB 38.77KB
plugin-designer (index.js) 254.72KB 50.23KB
plugin-detail (AddressField-iWJ_VmUF.js) 2.71KB 0.81KB
plugin-detail (AutoNumberField-CvWrIW8t.js) 0.46KB 0.34KB
plugin-detail (AvatarField-SS6a6ZeT.js) 2.45KB 1.11KB
plugin-detail (BooleanField-Sr7yOtRq.js) 1.19KB 0.57KB
plugin-detail (CodeField-CIcFzIAe.js) 0.85KB 0.52KB
plugin-detail (ColorField-__hdNeJG.js) 1.24KB 0.59KB
plugin-detail (CurrencyField-C6Bm4j3B.js) 1.51KB 0.80KB
plugin-detail (DateField-BTB14vT7.js) 0.65KB 0.42KB
plugin-detail (DateTimeField-Bt3MfK48.js) 0.83KB 0.48KB
plugin-detail (EmailField-C5Eo5_sT.js) 0.87KB 0.52KB
plugin-detail (FileField-B9j7SsYE.js) 5.17KB 1.91KB
plugin-detail (FormulaField-DELdfdTa.js) 0.67KB 0.46KB
plugin-detail (GeolocationField-B-_QGZbl.js) 3.36KB 1.24KB
plugin-detail (GridField-C8vtuLp6.js) 1.88KB 0.76KB
plugin-detail (ImageField-BFSum56j.js) 2.50KB 1.10KB
plugin-detail (LocationField-CWvpYx81.js) 1.02KB 0.59KB
plugin-detail (LookupField-D7StCUla.js) 30.40KB 8.24KB
plugin-detail (MasterDetailField-D5p2jZ5S.js) 2.95KB 1.00KB
plugin-detail (NumberField-CvsPZqdk.js) 0.77KB 0.49KB
plugin-detail (ObjectField-GWKhqPaV.js) 1.62KB 0.81KB
plugin-detail (PasswordField-4natY_8q.js) 1.17KB 0.67KB
plugin-detail (PercentField-Sy_OcqVm.js) 1.81KB 0.88KB
plugin-detail (PhoneField-Cd5upy-D.js) 0.87KB 0.53KB
plugin-detail (QRCodeField-BGzo_8RY.js) 2.20KB 0.94KB
plugin-detail (RatingField-DlBEC69E.js) 1.61KB 0.71KB
plugin-detail (RichTextField-CfWStMjm.js) 1.17KB 0.63KB
plugin-detail (SelectField-oo4MQCMG.js) 1.07KB 0.59KB
plugin-detail (SignatureField-B_Jd1TNB.js) 2.86KB 1.16KB
plugin-detail (SliderField-B37YoCIB.js) 1.09KB 0.55KB
plugin-detail (SummaryField-C7bFBrLU.js) 0.63KB 0.45KB
plugin-detail (TextAreaField-B4ppb8jy.js) 1.11KB 0.63KB
plugin-detail (TextField-B9OOJcc3.js) 0.89KB 0.48KB
plugin-detail (TimeField-DjLMwIru.js) 0.62KB 0.40KB
plugin-detail (UrlField-DscOKBBv.js) 1.03KB 0.56KB
plugin-detail (UserField-DRhGRWTo.js) 2.48KB 0.96KB
plugin-detail (VectorField-CN_xc88Y.js) 0.93KB 0.52KB
plugin-detail (index.js) 137.59KB 30.60KB
plugin-detail (rolldown-runtime-DnwLefa7.js) 1.35KB 0.75KB
plugin-detail (src-ClzrCQ9I.js) 1685.20KB 391.56KB
plugin-detail (useFieldTranslation-6ob8XuFV.js) 0.25KB 0.20KB
plugin-editor (MonacoImpl-CWQ6eT06.js) 17.97KB 5.53KB
plugin-editor (index.js) 1.61KB 0.74KB
plugin-editor (jsx-runtime-hW70xvt7.js) 7.64KB 2.81KB
plugin-form (index.js) 61.31KB 13.90KB
plugin-gantt (index.js) 215.47KB 52.74KB
plugin-grid (index.js) 102.92KB 27.89KB
plugin-kanban (KanbanEnhanced-Do9ZB1Mh.js) 30.38KB 9.00KB
plugin-kanban (KanbanImpl-BdocXM5T.js) 13.33KB 4.08KB
plugin-kanban (chevron-down-C0JUlGjk.js) 0.15KB 0.18KB
plugin-kanban (index.js) 18.55KB 5.80KB
plugin-kanban (plus-CHsXVJSY.js) 9.32KB 3.58KB
plugin-kanban (sortable.esm-LJG1TjKd.js) 59.36KB 17.43KB
plugin-list (index.js) 1757.58KB 407.95KB
plugin-map (chunk-D8eiyYIV.js) 1.19KB 0.68KB
plugin-map (index.js) 123.69KB 30.35KB
plugin-map (maplibre-gl-WFT8P_hb.js) 1331.16KB 296.42KB
plugin-markdown (MarkdownImpl-wVg1IIeS.js) 220.68KB 53.61KB
plugin-markdown (index.js) 1.04KB 0.58KB
plugin-markdown (jsx-runtime-DW-7Xb_Z.js) 8.40KB 3.10KB
plugin-report (index.js) 70.39KB 13.98KB
plugin-timeline (index.js) 99.94KB 24.18KB
plugin-view (index.js) 126.86KB 25.28KB
plugin-workflow (index.js) 81.19KB 17.07KB
providers (DataSourceProvider.js) 0.75KB 0.39KB
providers (MetadataProvider.js) 1.37KB 0.59KB
providers (ThemeProvider.js) 1.55KB 0.67KB
providers (index.js) 0.29KB 0.17KB
providers (types.js) 0.01KB 0.04KB
react (LazyPluginLoader.js) 3.77KB 1.33KB
react (SchemaRenderer.js) 9.07KB 2.83KB
react (index.js) 0.76KB 0.42KB
tenant (TenantContext.js) 0.31KB 0.25KB
tenant (TenantGuard.js) 1.04KB 0.43KB
tenant (TenantProvider.js) 2.76KB 0.98KB
tenant (TenantScopedQuery.js) 0.77KB 0.44KB
tenant (index.js) 0.75KB 0.38KB
tenant (resolver.js) 2.64KB 0.76KB
tenant (useTenant.js) 0.50KB 0.32KB
tenant (useTenantBranding.js) 0.62KB 0.39KB
types (ai.js) 0.20KB 0.17KB
types (api-types.js) 0.20KB 0.18KB
types (app.js) 2.87KB 0.99KB
types (base.js) 0.20KB 0.18KB
types (blocks.js) 0.20KB 0.18KB
types (complex.js) 0.20KB 0.18KB
types (crud.js) 0.20KB 0.18KB
types (data-display.js) 0.20KB 0.18KB
types (data-protocol.js) 0.20KB 0.19KB
types (data.js) 0.20KB 0.18KB
types (designer.js) 0.74KB 0.39KB
types (disclosure.js) 0.20KB 0.18KB
types (feedback.js) 0.20KB 0.18KB
types (field-types.js) 0.20KB 0.18KB
types (form.js) 0.20KB 0.18KB
types (index.js) 1.25KB 0.58KB
types (layout.js) 0.20KB 0.18KB
types (mobile.js) 0.20KB 0.18KB
types (navigation.js) 0.20KB 0.18KB
types (objectql.js) 0.20KB 0.18KB
types (overlay.js) 0.20KB 0.18KB
types (permissions.js) 0.20KB 0.18KB
types (plugin-scope.js) 0.20KB 0.18KB
types (record-components.js) 0.20KB 0.19KB
types (registry.js) 0.20KB 0.18KB
types (reports.js) 0.20KB 0.18KB
types (tenant.js) 0.20KB 0.18KB
types (theme.js) 0.20KB 0.18KB
types (ui-action.js) 0.20KB 0.18KB
types (views.js) 0.20KB 0.18KB
types (widget.js) 0.20KB 0.18KB
types (workflow.js) 0.20KB 0.18KB

Size Limits

  • ✅ Core packages should be < 50KB gzipped
  • ✅ Component packages should be < 100KB gzipped
  • ⚠️ Plugin packages should be < 150KB gzipped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants