Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 27 updates#104

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-0ba55261ee
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 27 updates#104
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-0ba55261ee

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the minor-and-patch group with 23 updates in the / directory:

Package From To
@capacitor/core 8.2.0 8.3.0
@capacitor/haptics 8.0.1 8.0.2
@capacitor/ios 8.2.0 8.3.0
@capacitor/keyboard 8.0.1 8.0.2
@react-email/components 1.0.8 1.0.11
@sentry/nextjs 10.42.0 10.47.0
@supabase/ssr 0.9.0 0.10.0
framer-motion 12.35.2 12.38.0
next 16.1.6 16.2.2
posthog-js 1.363.1 1.364.7
posthog-node 5.28.5 5.28.11
recharts 3.8.0 3.8.1
resend 6.9.3 6.10.0
zustand 5.0.11 5.0.12
@capacitor/cli 8.2.0 8.3.0
@commitlint/cli 20.4.3 20.5.0
@commitlint/config-conventional 20.4.3 20.5.0
@playwright/test 1.58.2 1.59.1
@tailwindcss/postcss 4.2.1 4.2.2
@types/node 25.4.0 25.5.2
@vitest/coverage-v8 4.0.18 4.1.2
eslint-config-next 16.1.6 16.2.2
typescript-eslint 8.57.0 8.58.0

Updates @capacitor/core from 8.2.0 to 8.3.0

Release notes

Sourced from @​capacitor/core's releases.

8.3.0

8.3.0 (2026-03-25)

Bug Fixes

  • android: correctly parsing server.url when they include paths (#8391) (a9f2181)
  • cli: inline CSS sourcemaps in addition to JS sourcemaps (#8377) (69476ab)
  • http: handle URL objects on fetch (#8386) (003099a)
  • ios: make getArray accesible on Objective-C plugins (#8392) (afb80f2)
  • SystemBars: use native safe area insets on Android (#8384) (4e99598)

Features

  • cli: Experimental config for swift-tools-version in SPM apps (#8372) (d2ee84f)
  • cli: support SPM package traits in generated Package.swift (#8351) (27e6aa8)
Changelog

Sourced from @​capacitor/core's changelog.

8.3.0 (2026-03-25)

Bug Fixes

  • android: correctly parsing server.url when they include paths (#8391) (a9f2181)
  • cli: inline CSS sourcemaps in addition to JS sourcemaps (#8377) (69476ab)
  • http: handle URL objects on fetch (#8386) (003099a)
  • ios: make getArray accesible on Objective-C plugins (#8392) (afb80f2)
  • SystemBars: use native safe area insets on Android (#8384) (4e99598)

Features

  • cli: Experimental config for swift-tools-version in SPM apps (#8372) (d2ee84f)
  • cli: support SPM package traits in generated Package.swift (#8351) (27e6aa8)
Commits
  • 39f084a Release 8.3.0
  • 27e6aa8 feat(cli): support SPM package traits in generated Package.swift (#8351)
  • f03cfbe chore: direct Feature Requests to canny (#8395)
  • 69476ab fix(cli): inline CSS sourcemaps in addition to JS sourcemaps (#8377)
  • d2ee84f feat(cli): Experimental config for swift-tools-version in SPM apps (#8372)
  • a9f2181 fix(android): correctly parsing server.url when they include paths (#8391)
  • afb80f2 fix(ios): make getArray accesible on Objective-C plugins (#8392)
  • 14e4af2 chore: change needs reproduction bot message (#8390)
  • 4e99598 fix(SystemBars): use native safe area insets on Android (#8384)
  • 003099a fix(http): handle URL objects on fetch (#8386)
  • Additional commits viewable in compare view

Updates @capacitor/haptics from 8.0.1 to 8.0.2

Release notes

Sourced from @​capacitor/haptics's releases.

v8.0.2

8.0.2 (2026-03-27)

Documentation updates

  • fix Capitalization on default NotificationType (#23) (797ccbe)
Changelog

Sourced from @​capacitor/haptics's changelog.

8.0.2 (2026-03-27)

Documentation updates

  • fix Capitalization on default NotificationType (#23) (797ccbe)
Commits
Attestation changes

This version has no provenance attestation, while the previous version (8.0.1) was attested. Review the package versions before updating.


Updates @capacitor/ios from 8.2.0 to 8.3.0

Release notes

Sourced from @​capacitor/ios's releases.

8.3.0

8.3.0 (2026-03-25)

Bug Fixes

  • android: correctly parsing server.url when they include paths (#8391) (a9f2181)
  • cli: inline CSS sourcemaps in addition to JS sourcemaps (#8377) (69476ab)
  • http: handle URL objects on fetch (#8386) (003099a)
  • ios: make getArray accesible on Objective-C plugins (#8392) (afb80f2)
  • SystemBars: use native safe area insets on Android (#8384) (4e99598)

Features

  • cli: Experimental config for swift-tools-version in SPM apps (#8372) (d2ee84f)
  • cli: support SPM package traits in generated Package.swift (#8351) (27e6aa8)
Changelog

Sourced from @​capacitor/ios's changelog.

8.3.0 (2026-03-25)

Bug Fixes

  • android: correctly parsing server.url when they include paths (#8391) (a9f2181)
  • cli: inline CSS sourcemaps in addition to JS sourcemaps (#8377) (69476ab)
  • http: handle URL objects on fetch (#8386) (003099a)
  • ios: make getArray accesible on Objective-C plugins (#8392) (afb80f2)
  • SystemBars: use native safe area insets on Android (#8384) (4e99598)

Features

  • cli: Experimental config for swift-tools-version in SPM apps (#8372) (d2ee84f)
  • cli: support SPM package traits in generated Package.swift (#8351) (27e6aa8)
Commits
  • 39f084a Release 8.3.0
  • 27e6aa8 feat(cli): support SPM package traits in generated Package.swift (#8351)
  • f03cfbe chore: direct Feature Requests to canny (#8395)
  • 69476ab fix(cli): inline CSS sourcemaps in addition to JS sourcemaps (#8377)
  • d2ee84f feat(cli): Experimental config for swift-tools-version in SPM apps (#8372)
  • a9f2181 fix(android): correctly parsing server.url when they include paths (#8391)
  • afb80f2 fix(ios): make getArray accesible on Objective-C plugins (#8392)
  • 14e4af2 chore: change needs reproduction bot message (#8390)
  • 4e99598 fix(SystemBars): use native safe area insets on Android (#8384)
  • 003099a fix(http): handle URL objects on fetch (#8386)
  • Additional commits viewable in compare view

Updates @capacitor/keyboard from 8.0.1 to 8.0.2

Release notes

Sourced from @​capacitor/keyboard's releases.

v8.0.2

8.0.2 (2026-03-25)

Bug Fixes

  • android: calling ViewCompat.onApplyWindowInsets (#59) (cc74b2d)

This release is also available on:

Changelog

Sourced from @​capacitor/keyboard's changelog.

8.0.2 (2026-03-25)

Bug Fixes

  • android: calling ViewCompat.onApplyWindowInsets (#59) (cc74b2d)
Commits
  • 9d43fff chore(release): 8.0.2 [skip ci]
  • cc74b2d fix(android): calling ViewCompat.onApplyWindowInsets (#59)
  • 1110885 docs: Fix wording in keyboard configuration section (#58)
  • 8bedcd9 docs: Fix wording in keyboard configuration section (#54)
  • See full diff in compare view

Updates @react-email/components from 1.0.8 to 1.0.11

Release notes

Sourced from @​react-email/components's releases.

@​react-email/components@​1.0.11

Patch Changes

  • Updated dependencies [5a23505]
  • Updated dependencies [ecfc141]
    • @​react-email/tailwind@​2.0.7
    • @​react-email/render@​2.0.5
    • @​react-email/body@​0.3.0
    • @​react-email/button@​0.2.1
    • @​react-email/code-block@​0.2.1
    • @​react-email/code-inline@​0.0.6
    • @​react-email/column@​0.0.14
    • @​react-email/container@​0.0.16
    • @​react-email/font@​0.0.10
    • @​react-email/head@​0.0.13
    • @​react-email/heading@​0.0.16
    • @​react-email/hr@​0.0.12
    • @​react-email/html@​0.0.12
    • @​react-email/img@​0.0.12
    • @​react-email/link@​0.0.13
    • @​react-email/markdown@​0.0.18
    • @​react-email/preview@​0.0.14
    • @​react-email/row@​0.0.13
    • @​react-email/section@​0.0.17
    • @​react-email/text@​0.1.6

@​react-email/components@​1.0.10

Patch Changes

  • Updated dependencies [444d9df]
    • @​react-email/tailwind@​2.0.6

@​react-email/components@​1.0.9

Patch Changes

  • Updated dependencies [493f367]
    • @​react-email/body@​0.3.0
Changelog

Sourced from @​react-email/components's changelog.

1.0.11

Patch Changes

  • Updated dependencies [5a23505]
  • Updated dependencies [ecfc141]
    • @​react-email/tailwind@​2.0.7
    • @​react-email/render@​2.0.5
    • @​react-email/body@​0.3.0
    • @​react-email/button@​0.2.1
    • @​react-email/code-block@​0.2.1
    • @​react-email/code-inline@​0.0.6
    • @​react-email/column@​0.0.14
    • @​react-email/container@​0.0.16
    • @​react-email/font@​0.0.10
    • @​react-email/head@​0.0.13
    • @​react-email/heading@​0.0.16
    • @​react-email/hr@​0.0.12
    • @​react-email/html@​0.0.12
    • @​react-email/img@​0.0.12
    • @​react-email/link@​0.0.13
    • @​react-email/markdown@​0.0.18
    • @​react-email/preview@​0.0.14
    • @​react-email/row@​0.0.13
    • @​react-email/section@​0.0.17
    • @​react-email/text@​0.1.6

1.0.10

Patch Changes

  • Updated dependencies [444d9df]
    • @​react-email/tailwind@​2.0.6

1.0.9

Patch Changes

  • Updated dependencies [493f367]
    • @​react-email/body@​0.3.0
Commits

Updates @sentry/nextjs from 10.42.0 to 10.47.0

Release notes

Sourced from @​sentry/nextjs's releases.

10.47.0

Important Changes

  • feat(node-core): Add OTLP integration for node-core/light (#19729)

    Added otlpIntegration at @sentry/node-core/light/otlp for users who manage their own OpenTelemetry setup and want to send trace data to Sentry without adopting the full @sentry/node SDK.

    import { NodeTracerProvider } from '@opentelemetry/sdk-trace-node';
    import * as Sentry from '@sentry/node-core/light';
    import { otlpIntegration } from '@sentry/node-core/light/otlp';
    const provider = new NodeTracerProvider();
    provider.register();
    Sentry.init({
    dsn: 'DSN',
    integrations: [
    otlpIntegration({
    // Export OTel spans to Sentry via OTLP (default: true)
    setupOtlpTracesExporter: true,
    }),
    ],
    });

    The integration links Sentry errors to OTel traces and exports spans to Sentry via OTLP.

  • feat(node, bun): Add runtime metrics integrations for Node.js and Bun (#19923, #19979)

    New nodeRuntimeMetricsIntegration and bunRuntimeMetricsIntegration automatically collect runtime health metrics and send them to Sentry on a configurable interval (default: 30s). Collected metrics include memory (RSS, heap used/total), CPU utilization, event loop utilization, and process uptime. Node additionally collects event loop delay percentiles (p50, p99). Extra metrics like CPU time and external memory are available as opt-in.

    // Node.js
    import * as Sentry from '@sentry/node';
    Sentry.init({
    dsn: '...',
    integrations: [Sentry.nodeRuntimeMetricsIntegration()],
    });
    // Bun
    import * as Sentry from '@​sentry/bun';
    Sentry.init({
    dsn: '...',
    integrations: [Sentry.bunRuntimeMetricsIntegration()],
    });

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

10.47.0

Important Changes

  • feat(node-core): Add OTLP integration for node-core/light (#19729)

    Added otlpIntegration at @sentry/node-core/light/otlp for users who manage their own OpenTelemetry setup and want to send trace data to Sentry without adopting the full @sentry/node SDK.

    import { NodeTracerProvider } from '@opentelemetry/sdk-trace-node';
    import * as Sentry from '@sentry/node-core/light';
    import { otlpIntegration } from '@sentry/node-core/light/otlp';
    const provider = new NodeTracerProvider();
    provider.register();
    Sentry.init({
    dsn: 'DSN',
    integrations: [
    otlpIntegration({
    // Export OTel spans to Sentry via OTLP (default: true)
    setupOtlpTracesExporter: true,
    }),
    ],
    });

    The integration links Sentry errors to OTel traces and exports spans to Sentry via OTLP.

  • feat(node, bun): Add runtime metrics integrations for Node.js and Bun (#19923, #19979)

    New nodeRuntimeMetricsIntegration and bunRuntimeMetricsIntegration automatically collect runtime health metrics and send them to Sentry on a configurable interval (default: 30s). Collected metrics include memory (RSS, heap used/total), CPU utilization, event loop utilization, and process uptime. Node additionally collects event loop delay percentiles (p50, p99). Extra metrics like CPU time and external memory are available as opt-in.

    // Node.js
    import * as Sentry from '@sentry/node';
    Sentry.init({
    dsn: '...',
    integrations: [Sentry.nodeRuntimeMetricsIntegration()],
    });
    // Bun
    import * as Sentry from '@​sentry/bun';
    Sentry.init({
    dsn: '...',
    integrations: [Sentry.bunRuntimeMetricsIntegration()],

... (truncated)

Commits
  • a5a4e73 release: 10.47.0
  • c7477bb Merge pull request #20050 from getsentry/prepare-release/10.47.0
  • 3d4e38d meta(changelog): Update changelog for 10.47.0
  • 2c0ce6f feat(deps): Bump OpenTelemetry dependencies (#20046)
  • 8f08fcb fix(browser-tests): Pin axios to 1.13.5 to avoid compromised 1.14.1 (#20047)
  • 3815492 fix(profiling): Disable profiling in worker threads (#20040)
  • 61edc25 Merge pull request #19890 from getsentry/fix/react-router-debug-id-double-inj...
  • 28f94f3 fix(react-router): Disable debug ID injection in Vite plugin to prevent doubl...
  • 9bfc682 ref(browser-tests): Add waitForMetricRequest helper (#20002)
  • 08cab24 fix(node): Deduplicate sentry-trace and baggage headers on outgoing reque...
  • Additional commits viewable in compare view

Updates @supabase/ssr from 0.9.0 to 0.10.0

Release notes

Sourced from @​supabase/ssr's releases.

v0.10.0

0.10.0 (2026-03-30)

Features

  • pass cache headers to setAll to prevent CDN caching of auth responses (#176) (14962d2)

v0.10.0-rc.79

What's Changed

Full Changelog: supabase/ssr@v0.10.0-rc.78...v0.10.0-rc.79

v0.10.0-rc.78

What's Changed

Full Changelog: supabase/ssr@v0.10.0-rc.77...v0.10.0-rc.78

v0.10.0-rc.77

What's Changed

Full Changelog: supabase/ssr@v0.10.0-rc.76...v0.10.0-rc.77

v0.10.0-rc.76

What's Changed

Full Changelog: supabase/ssr@v0.10.0-rc.75...v0.10.0-rc.76

v0.10.0-rc.75

What's Changed

Full Changelog: supabase/ssr@v0.10.0-rc.74...v0.10.0-rc.75

v0.10.0-rc.74

What's Changed

... (truncated)

Changelog

Sourced from @​supabase/ssr's changelog.

0.10.0 (2026-03-30)

Features

  • pass cache headers to setAll to prevent CDN caching of auth responses (#176) (14962d2)
Commits
  • 8a167dc chore(main): release 0.10.0 (#180)
  • 5d95557 build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group...
  • 3acf798 ci: include changelogs in supabase js update pr (#186)
  • 9f1d61e chore: update @​supabase/supabase-js to v2.100.1 (#184)
  • 464e93a chore: update @​supabase/supabase-js to v2.100.0 (#183)
  • 04c765d build(deps-dev): bump flatted from 3.3.1 to 3.4.2 in the npm_and_yarn group a...
  • 14962d2 feat: pass cache headers to setAll to prevent CDN caching of auth responses (...
  • 810432b chore: update @​supabase/supabase-js to v2.100.0-canary.0 (#179)
  • 885f227 chore: update @​supabase/supabase-js to v2.99.1 (#173)
  • 3bee45a docs: CDN caching and cookie settings (#172)
  • Additional commits viewable in compare view

Updates @supabase/supabase-js from 2.99.0 to 2.101.1

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.101.1

2.101.1 (2026-03-31)

🩹 Fixes

  • storage: support exactOptionalPropertyTypes (#2200)

❤️ Thank You

v2.101.1-canary.0

2.101.1-canary.0 (2026-03-31)

🩹 Fixes

  • storage: support exactOptionalPropertyTypes (#2200)

❤️ Thank You

v2.101.0

2.101.0 (2026-03-30)

🚀 Features

  • realtime: add copyBindings functionality (#2197)
  • realtime: block setting postgres_changes event listener after joining (#2201)

❤️ Thank You

v2.101.0-canary.0

2.101.0-canary.0 (2026-03-30)

This was a version bump only, there were no code changes.

v2.100.1

2.100.1 (2026-03-26)

🩹 Fixes

  • postgrest: add type safety for eq() and neq() column names (#2175)
  • postgrest: fix maybeSingle for all request methods by removing Accept header override (#2182)
  • postgrest: narrow tstyche testFileMatch to only type test files (#2193)
  • postgrest: prevent Args: never functions from being classified as computed fields (#2195)
  • storage: spread all DEFAULT_FILE_OPTIONS in uploadToSignedUrl (#2194)

... (truncated)

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.101.1 (2026-03-31)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.101.0 (2026-03-30)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.100.1 (2026-03-26)

🩹 Fixes

  • postgrest: narrow tstyche testFileMatch to only type test files (#2193)

❤️ Thank You

2.100.0 (2026-03-23)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.99.2 (2026-03-16)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.99.1 (2026-03-11)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

Commits
  • 79d1a08 chore(release): version 2.101.0 changelogs (#2203)
  • 5053334 chore(release): version 2.100.1 changelogs (#2196)
  • cd6335e docs(repo): enrich docs comment for remaining packages (#2165)
  • 9f487bd fix(postgrest): narrow tstyche testFileMatch to only type test files (#2193)
  • 379ce05 chore(release): version 2.100.0 changelogs (#2185)
  • bc435b3 chore(release): version 2.99.2 changelogs (#2168)
  • b85174f chore(release): version 2.99.1 changelogs (#2161)
  • 280e453 docs(repo): enrich tsdoc with examples and notes (#2152)
  • 749aaa9 chore(release): version 2.99.0 changelogs (#2156)
  • See full diff in compare view

Updates framer-motion from 12.35.2 to 12.38.0

Changelog

Sourced from framer-motion's changelog.

[12.38.0] 2026-03-16

Added

  • Added layoutAnchor prop to configure custom anchor point for resolving relative projection boxes.

Fixed

  • Reorder: Fix axis switching after window resize.
  • Reorder: Fix with virtualised lists.
  • AnimatePresence: Ensure children are removed when exit animation matches current values.

[12.37.0] 2026-03-16

Added

  • Support for hardware accelerating "start" and "end" offsets in scroll and useScroll.
  • Support for oklch, oklab, lab, lch, color, color-mix, light-dark color types.

Fixed

  • Fix whileInView with client-side navigation.
  • Fix draggable elements when layout updates due to surrounding element re-renders.
  • Improved memory pressure of layout animations.
  • Ensure motion value returned from useSpring reports correct isAnimating().

[12.36.0] 2026-03-09

Added

  • Allow dragSnapToOrigin to accept "x" or "y" for per-axis snapping.
  • Added axis-locked layout animations with layout="x" and layout="y".
  • Added skipInitialAnimation to useSpring.

Fixed

  • Fixed height and width: auto animations with box-sizing: border-box.
  • Reset component values when exit animation finishes.
  • Ensure anticipate easing returns 1 at p === 1.
  • Fix @emotion/is-prop-valid resolve error in Storybook.
  • Remove data-pop-layout-id from exiting elements when animation interrupted.
  • Ensure we skip WAAPI for non-animatable keyframes.
  • Ensure we skip WAAPI for SVG transforms.
  • Ensure MotionValue props are not passed to SVG.
  • AnimatePresence: Prevent mode="wait" elements from getting stuck when switched rapidly.
Commits
  • 0bfc9fe v12.38.0
  • 343cb0c Updating layoutAnchor
  • ee99ad2 Updating changelog
  • 062660b Updating changgelog
  • 303da7d Updating readme
  • b075adc Merge pull request #3647 from motiondivision/feat/layout-anchor
  • f0991d6 Add missing layoutAnchor !== false guard in attemptToResolveRelativeTarget
  • b5798e9 Merge pull request #3642 from motiondivision/worktree-fix-issue-3078
  • 7686c19 Merge pull request #3636 from motiondivision/worktree-fix-issue-3061
  • a95c487 Fix auto-scroll in reorder-virtualized test page
  • Additional commits viewable in compare view

Updates next from 16.1.6 to 16.2.2

Release notes

Sourced from next's releases.

v16.2.2

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • backport: Move expanded adapters docs to API reference (#92115) (#92129)
  • Backport: TypeScript v6 deprecations for baseUrl and moduleResolution (#92130)
  • [create-next-app] Skip interactive prompts when CLI flags are provided (#91840)
  • next.config.js: Accept an option for serverFastRefresh (#91968)
  • Turbopack: enable server HMR for app route handlers (#91466)
  • Turbopack: exclude metadata routes from server HMR (#92034)
  • Fix CI for glibc linux builds
  • Backport: disable bmi2 in qfilter #92177
  • [backport] Fix CSS HMR on Safari (#92174)

Credits

Huge thanks to @​nextjs-bot, @​icyJoseph, @​ijjk, @​gaojude, @​wbinnssmith, @​lukesandberg, and @​bgw for helping!

v16.2.1

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • docs: post release amends (#91715)
  • docs: fix broken Activity Patterns demo link in preserving UI state guide (#91698)
  • Fix adapter outputs for dynamic metadata routes (#91680)
  • Turbopack: fix webpack loader runner layer (#91727)
  • Fix server actions in standalone mode with cacheComponents (#91711)
  • turbo-persistence: remove Unmergeable mmap advice (#91713)
  • Fix layout segment optimization: move app-page imports to server-utility transition (#91701)
  • Turbopack: lazy require metadata and handle TLA (#91705)
  • [turbopack] Respect {eval:true} in worker_threads constructors (#91666)

Credits

Huge thanks to @​icyJoseph, @​abhishekmardiya, @​ijjk, @​mischnic, @​unstubbable, @​sokra, and @​lukesandberg for helping!

v16.2.1-canary.21

Misc Changes

  • next-core: deduplicate output assets and detect content conflicts on emit: #92292
  • docs: add deploy tests documentation to contributing guide: #92388

Credits

Huge thanks to @​sokra and @​ztanner for helping!

v16.2.1-canary.20

... (truncated)

Commits

Updates posthog-js from 1.363.1 to 1.364.7

Release notes

Sourced from posthog-js's releases.

posthog-js@1.364.7

1.364.7

Patch Changes

  • #3319 b25b689 Thanks @​dustinbyrne! - fix: send $groupidentify for new groups even when no properties are provided (2026-04-03)
  • Updated dependencies []:
    • @​posthog/types@​1.364.7

posthog-js@1.364.6

1.364.6

Patch Changes

  • #3316 68cd4e5 Thanks @​dustinbyrne! - Fix slim bundle + extension bundles crash caused by inconsistent property mangling (2026-04-02)
  • Updated dependencies [

…7 updates

Bumps the minor-and-patch group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `8.2.0` | `8.3.0` |
| [@capacitor/haptics](https://github.com/ionic-team/capacitor-haptics) | `8.0.1` | `8.0.2` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `8.2.0` | `8.3.0` |
| [@capacitor/keyboard](https://github.com/ionic-team/capacitor-keyboard) | `8.0.1` | `8.0.2` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `1.0.8` | `1.0.11` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.42.0` | `10.47.0` |
| [@supabase/ssr](https://github.com/supabase/ssr) | `0.9.0` | `0.10.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.35.2` | `12.38.0` |
| [next](https://github.com/vercel/next.js) | `16.1.6` | `16.2.2` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.363.1` | `1.364.7` |
| [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) | `5.28.5` | `5.28.11` |
| [recharts](https://github.com/recharts/recharts) | `3.8.0` | `3.8.1` |
| [resend](https://github.com/resend/resend-node) | `6.9.3` | `6.10.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.11` | `5.0.12` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `8.2.0` | `8.3.0` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `20.4.3` | `20.5.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.4.3` | `20.5.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.1` | `4.2.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.4.0` | `25.5.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.18` | `4.1.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.6` | `16.2.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.0` | `8.58.0` |



Updates `@capacitor/core` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.2.0...8.3.0)

Updates `@capacitor/haptics` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/ionic-team/capacitor-haptics/releases)
- [Changelog](https://github.com/ionic-team/capacitor-haptics/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-haptics@v8.0.1...v8.0.2)

Updates `@capacitor/ios` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.2.0...8.3.0)

Updates `@capacitor/keyboard` from 8.0.1 to 8.0.2
- [Release notes](https://github.com/ionic-team/capacitor-keyboard/releases)
- [Changelog](https://github.com/ionic-team/capacitor-keyboard/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor-keyboard@v8.0.1...v8.0.2)

Updates `@react-email/components` from 1.0.8 to 1.0.11
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/canary/packages/components/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/components@1.0.11/packages/components)

Updates `@sentry/nextjs` from 10.42.0 to 10.47.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.42.0...10.47.0)

Updates `@supabase/ssr` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/supabase/ssr/releases)
- [Changelog](https://github.com/supabase/ssr/blob/main/CHANGELOG.md)
- [Commits](supabase/ssr@v0.9.0...v0.10.0)

Updates `@supabase/supabase-js` from 2.99.0 to 2.101.1
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.101.1/packages/core/supabase-js)

Updates `framer-motion` from 12.35.2 to 12.38.0
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.35.2...v12.38.0)

Updates `next` from 16.1.6 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.6...v16.2.2)

Updates `posthog-js` from 1.363.1 to 1.364.7
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.363.1...posthog-js@1.364.7)

Updates `posthog-node` from 5.28.5 to 5.28.11
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.28.11/packages/node)

Updates `recharts` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.8.0...v3.8.1)

Updates `resend` from 6.9.3 to 6.10.0
- [Release notes](https://github.com/resend/resend-node/releases)
- [Commits](resend/resend-node@v6.9.3...v6.10.0)

Updates `svix` from 1.87.0 to 1.88.0
- [Release notes](https://github.com/svix/svix-webhooks/releases)
- [Changelog](https://github.com/svix/svix-webhooks/blob/main/ChangeLog.md)
- [Commits](svix/svix-webhooks@v1.87.0...v1.88.0)

Updates `zustand` from 5.0.11 to 5.0.12
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.11...v5.0.12)

Updates `@capacitor/cli` from 8.2.0 to 8.3.0
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@8.2.0...8.3.0)

Updates `@commitlint/cli` from 20.4.3 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 20.4.3 to 20.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.5.0/@commitlint/config-conventional)

Updates `@playwright/test` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `@tailwindcss/postcss` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/@tailwindcss-postcss)

Updates `@types/node` from 25.4.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 4.0.18 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/coverage-v8)

Updates `eslint-config-next` from 16.1.6 to 16.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.2/packages/eslint-config-next)

Updates `tailwindcss` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss)

Updates `typescript-eslint` from 8.57.0 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint)

Updates `vitest` from 4.0.18 to 4.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@capacitor/core"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/haptics"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/ios"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/keyboard"
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@react-email/components"
  dependency-version: 1.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sentry/nextjs"
  dependency-version: 10.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@supabase/ssr"
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.101.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: framer-motion
  dependency-version: 12.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: next
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: posthog-js
  dependency-version: 1.364.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: posthog-node
  dependency-version: 5.28.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: recharts
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: resend
  dependency-version: 6.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: svix
  dependency-version: 1.88.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: zustand
  dependency-version: 5.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@capacitor/cli"
  dependency-version: 8.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@commitlint/cli"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-config-next
  dependency-version: 16.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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

dependabot bot commented on behalf of github Apr 6, 2026

Labels

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

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 13, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-0ba55261ee branch April 13, 2026 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants