Skip to content

chore(deps)(deps): Bump the production-deps group across 1 directory with 9 updates - #58

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-deps-f90325a499
Open

chore(deps)(deps): Bump the production-deps group across 1 directory with 9 updates#58
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-deps-f90325a499

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-deps group with 9 updates in the / directory:

Package From To
@supabase/supabase-js 2.110.2 2.110.8
jose 6.2.3 6.2.4
ws 8.21.0 8.21.1
@taiga-ui/cdk 5.14.0 5.16.0
@taiga-ui/core 5.14.0 5.16.0
@taiga-ui/i18n 5.14.0 5.16.0
@taiga-ui/icons 5.14.0 5.16.0
@taiga-ui/kit 5.14.0 5.16.0
@taiga-ui/styles 5.14.0 5.16.0

Updates @supabase/supabase-js from 2.110.2 to 2.110.8

Release notes

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

v2.110.8

2.110.8 (2026-07-21)

🩹 Fixes

  • auth: downgrade aborted/transient fetch failures from console.error to warn (#2544)
  • functions: clean up cross-signal abort listener on invoke() return (#2487)
  • functions: match response Content-Type case-insensitively (#2515)
  • storage: url-encode object key in CDN purge methods (#2545)
  • supabase: skip Node warning in Deno (#2541)

❤️ Thank You

v2.110.8-canary.2

2.110.8-canary.2 (2026-07-21)

🩹 Fixes

  • storage: url-encode object key in CDN purge methods (#2545)

❤️ Thank You

v2.110.8-canary.1

2.110.8-canary.1 (2026-07-21)

🩹 Fixes

  • auth: downgrade aborted/transient fetch failures from console.error to warn (#2544)

❤️ Thank You

v2.110.8-canary.0

2.110.8-canary.0 (2026-07-21)

🩹 Fixes

  • functions: clean up cross-signal abort listener on invoke() return (#2487)
  • functions: match response Content-Type case-insensitively (#2515)
  • supabase: skip Node warning in Deno (#2541)

❤️ Thank You

... (truncated)

Changelog

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

2.110.8 (2026-07-21)

🩹 Fixes

  • supabase: skip Node warning in Deno (#2541)

❤️ Thank You

2.110.7 (2026-07-16)

🩹 Fixes

  • realtime: trigger set auth on INITIAL_SESSION event (#2531)

❤️ Thank You

2.110.6 (2026-07-15)

🩹 Fixes

  • supabase: warn instead of throw for unrecognized sb_ API key subtypes (#2526)

❤️ Thank You

2.110.5 (2026-07-14)

🩹 Fixes

  • supabase: avoid edge runtime warning (#2522)

❤️ Thank You

2.110.4 (2026-07-14)

🩹 Fixes

  • functions: stop sending API key in Authorization header for function calls (#2511)

❤️ Thank You

... (truncated)

Commits
  • 01dbb53 fix(supabase): skip Node warning in Deno (#2541)
  • 150b00c chore(release): version 2.110.7 changelogs (#2533)
  • 130fa11 fix(realtime): trigger set auth on INITIAL_SESSION event (#2531)
  • c90b1cd chore(release): version 2.110.6 changelogs (#2527)
  • c23e1ab fix(supabase): warn instead of throw for unrecognized sb_ API key subtypes (#...
  • 8af3c3a chore(release): version 2.110.5 changelogs (#2524)
  • 25da097 chore(release): version 2.110.4 changelogs (#2523)
  • dafa7f5 fix(supabase): avoid edge runtime warning (#2522)
  • 558c1f5 fix(functions): stop sending API key in Authorization header for function cal...
  • aaec93f chore(release): version 2.110.3 changelogs (#2519)
  • Additional commits viewable in compare view

Updates jose from 6.2.3 to 6.2.4

Release notes

Sourced from jose's releases.

v6.2.4

Documentation

  • update README.md and SECURITY.md to reflect passed EOL dates (2a84032)

Refactor

  • normalize JWK export members from runtime quirks (386a3eb)
Changelog

Sourced from jose's changelog.

6.2.4 (2026-07-21)

Documentation

  • update README.md and SECURITY.md to reflect passed EOL dates (2a84032)

Refactor

  • normalize JWK export members from runtime quirks (386a3eb)
Commits
  • 3ced677 chore(release): 6.2.4
  • 9725456 chore: bump packages
  • 386a3eb refactor: normalize JWK export members from runtime quirks
  • f86dbef chore: bump packages
  • 990c670 test: update electron expectations
  • 0bbe2d0 chore: fix broken links for undici
  • 294c40c test: update electron expectations
  • a378068 chore(deps): bump the actions group with 2 updates
  • b299ce2 chore(deps-dev): bump undici
  • f261d84 chore(deps-dev): bump tar in the npm_and_yarn group across 1 directory
  • Additional commits viewable in compare view

Updates ws from 8.21.0 to 8.21.1

Release notes

Sourced from ws's releases.

8.21.1

Bug fixes

  • Empty fragments are now counted toward the limit (a2f4e7c0).
  • The default values of the maxBufferedChunks and maxFragments options have been reduced (f197ac65).
Commits
  • ae1de54 [dist] 8.21.1
  • 8e9511b [ci] Trust Coveralls Homebrew tap
  • f197ac6 [fix] Lower default values of maxBufferedChunks and maxFragments
  • 8df8265 [ci] Update actions/checkout action to v7
  • a2f4e7c [fix] Count empty fragments toward the limit (#2329)
  • e79f912 [pkg] Approve install scripts for bufferutil and utf-8-validate
  • 4ea355d [doc] Document 32-bit signed integer coercion for option values
  • 2120f4c [example] Remove uuid dependency
  • 4c534a6 [security] Add latest vulnerability to SECURITY.md
  • See full diff in compare view

Updates @taiga-ui/cdk from 5.14.0 to 5.16.0

Release notes

Sourced from @​taiga-ui/cdk's releases.

Release v5.16.0

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

Release v5.15.0

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472)

... (truncated)

Changelog

Sourced from @​taiga-ui/cdk's changelog.

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472) (8505820)
  • cdk: flag removed dialog header option during v5 migration

... (truncated)

Commits
  • de87ada chore(release): 5.16.0
  • 2bec3d6 chore(schematics): migrate v5 TuiThemeColorService move and card input rename...
  • a495cd1 chore(schematics): don't flag [src] piped through tuiInitials in avatar mig...
  • a462b80 chore(schematics): migrate accordion size onto tui-accordion instead of t...
  • 5d3230e feat(core): new Close directive (#14560)
  • 333e4ed fix(addon-mobile): SwipeActionsOnboarding add missing version attribute (#1...
  • 0397372 chore(demo): fix demo versions select (UIKIT-7949) (#14579)
  • 86c79d9 refactor(experimental): DatePicker rename internal Calendar component to ...
  • d3a3cfc fix(styles): Skeleton has visual black flicker artifact during deactivation...
  • 618080f fix(cdk): expose "./schematics" subpath in package "exports" (#14585)
  • Additional commits viewable in compare view

Updates @taiga-ui/core from 5.14.0 to 5.16.0

Release notes

Sourced from @​taiga-ui/core's releases.

Release v5.16.0

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

Release v5.15.0

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472)

... (truncated)

Changelog

Sourced from @​taiga-ui/core's changelog.

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472) (8505820)
  • cdk: flag removed dialog header option during v5 migration

... (truncated)

Commits
  • de87ada chore(release): 5.16.0
  • 2bec3d6 chore(schematics): migrate v5 TuiThemeColorService move and card input rename...
  • a495cd1 chore(schematics): don't flag [src] piped through tuiInitials in avatar mig...
  • a462b80 chore(schematics): migrate accordion size onto tui-accordion instead of t...
  • 5d3230e feat(core): new Close directive (#14560)
  • 333e4ed fix(addon-mobile): SwipeActionsOnboarding add missing version attribute (#1...
  • 0397372 chore(demo): fix demo versions select (UIKIT-7949) (#14579)
  • 86c79d9 refactor(experimental): DatePicker rename internal Calendar component to ...
  • d3a3cfc fix(styles): Skeleton has visual black flicker artifact during deactivation...
  • 618080f fix(cdk): expose "./schematics" subpath in package "exports" (#14585)
  • Additional commits viewable in compare view

Updates @taiga-ui/i18n from 5.14.0 to 5.16.0

Release notes

Sourced from @​taiga-ui/i18n's releases.

Release v5.16.0

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

Release v5.15.0

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472)

... (truncated)

Changelog

Sourced from @​taiga-ui/i18n's changelog.

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472) (8505820)
  • cdk: flag removed dialog header option during v5 migration

... (truncated)

Commits
  • de87ada chore(release): 5.16.0
  • 2bec3d6 chore(schematics): migrate v5 TuiThemeColorService move and card input rename...
  • a495cd1 chore(schematics): don't flag [src] piped through tuiInitials in avatar mig...
  • a462b80 chore(schematics): migrate accordion size onto tui-accordion instead of t...
  • 5d3230e feat(core): new Close directive (#14560)
  • 333e4ed fix(addon-mobile): SwipeActionsOnboarding add missing version attribute (#1...
  • 0397372 chore(demo): fix demo versions select (UIKIT-7949) (#14579)
  • 86c79d9 refactor(experimental): DatePicker rename internal Calendar component to ...
  • d3a3cfc fix(styles): Skeleton has visual black flicker artifact during deactivation...
  • 618080f fix(cdk): expose "./schematics" subpath in package "exports" (#14585)
  • Additional commits viewable in compare view

Updates @taiga-ui/icons from 5.14.0 to 5.16.0

Release notes

Sourced from @​taiga-ui/icons's releases.

Release v5.16.0

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

Release v5.15.0

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472)

... (truncated)

Changelog

Sourced from @​taiga-ui/icons's changelog.

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472) (8505820)
  • cdk: flag removed dialog header option during v5 migration

... (truncated)

Commits
  • de87ada chore(release): 5.16.0
  • 2bec3d6 chore(schematics): migrate v5 TuiThemeColorService move and card input rename...
  • a495cd1 chore(schematics): don't flag [src] piped through tuiInitials in avatar mig...
  • a462b80 chore(schematics): migrate accordion size onto tui-accordion instead of t...
  • 5d3230e feat(core): new Close directive (#14560)
  • 333e4ed fix(addon-mobile): SwipeActionsOnboarding add missing version attribute (#1...
  • 0397372 chore(demo): fix demo versions select (UIKIT-7949) (#14579)
  • 86c79d9 refactor(experimental): DatePicker rename internal Calendar component to ...
  • d3a3cfc fix(styles): Skeleton has visual black flicker artifact during deactivation...
  • 618080f fix(cdk): expose "./schematics" subpath in package "exports" (#14585)
  • Additional commits viewable in compare view

Updates @taiga-ui/kit from 5.14.0 to 5.16.0

Release notes

Sourced from @​taiga-ui/kit's releases.

Release v5.16.0

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (#14473) (e2199ba)
  • kit: Textarea fix scroll on ios (#14569) (d4b9da5)
  • styles: Skeleton has visual black flicker artifact during deactivation (#14581) (d3a3cfc)

🚀 Features

  • addon-mobile: DropdownSheet add tuiDropdownSheetOptions input to customize sheet dialog (#14558) (454321b)
  • core: new Close directive (#14560) (5d3230e)

Release v5.15.0

5.15.0 (2026-07-13)

🚀 Features

  • core: Hint allow positioning non-centered hints (#14491) (6493b98)
  • core: ScrollControls automate use with virtual scroll, deprecate Scrollable (#14546) (bef8127)
  • core: Tooltip improve a11y (#14521) (3423e38)
  • layout: add custom color for tuiList markers (#14536) (05aa1ac)

🐞 Bug Fixes

  • addon-doc: correct tab order in Example after language switch (#14376) (b4a8b99)
  • cdk: TuiPdfViewer correct migration (#14472)

... (truncated)

Changelog

Sourced from @​taiga-ui/kit's changelog.

5.16.0 (2026-07-20)

🐞 Bug Fixes

  • addon-mobile: SwipeActionsOnboarding add missing version attribute (#14590) (333e4ed)
  • cdk: expose "./schematics" subpath in package "exports" (#14585) (618080f)
  • cdk: InputColor and InputRange template migrations (

…with 9 updates

Bumps the production-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.110.2` | `2.110.8` |
| [jose](https://github.com/panva/jose) | `6.2.3` | `6.2.4` |
| [ws](https://github.com/websockets/ws) | `8.21.0` | `8.21.1` |
| [@taiga-ui/cdk](https://github.com/taiga-family/taiga-ui) | `5.14.0` | `5.16.0` |
| [@taiga-ui/core](https://github.com/taiga-family/taiga-ui) | `5.14.0` | `5.16.0` |
| [@taiga-ui/i18n](https://github.com/taiga-family/taiga-ui) | `5.14.0` | `5.16.0` |
| [@taiga-ui/icons](https://github.com/taiga-family/taiga-ui) | `5.14.0` | `5.16.0` |
| [@taiga-ui/kit](https://github.com/taiga-family/taiga-ui) | `5.14.0` | `5.16.0` |
| [@taiga-ui/styles](https://github.com/taiga-family/taiga-ui) | `5.14.0` | `5.16.0` |



Updates `@supabase/supabase-js` from 2.110.2 to 2.110.8
- [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.110.8/packages/core/supabase-js)

Updates `jose` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.3...v6.2.4)

Updates `ws` from 8.21.0 to 8.21.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.21.0...8.21.1)

Updates `@taiga-ui/cdk` from 5.14.0 to 5.16.0
- [Release notes](https://github.com/taiga-family/taiga-ui/releases)
- [Changelog](https://github.com/taiga-family/taiga-ui/blob/main/CHANGELOG.md)
- [Commits](taiga-family/taiga-ui@v5.14.0...v5.16.0)

Updates `@taiga-ui/core` from 5.14.0 to 5.16.0
- [Release notes](https://github.com/taiga-family/taiga-ui/releases)
- [Changelog](https://github.com/taiga-family/taiga-ui/blob/main/CHANGELOG.md)
- [Commits](taiga-family/taiga-ui@v5.14.0...v5.16.0)

Updates `@taiga-ui/i18n` from 5.14.0 to 5.16.0
- [Release notes](https://github.com/taiga-family/taiga-ui/releases)
- [Changelog](https://github.com/taiga-family/taiga-ui/blob/main/CHANGELOG.md)
- [Commits](taiga-family/taiga-ui@v5.14.0...v5.16.0)

Updates `@taiga-ui/icons` from 5.14.0 to 5.16.0
- [Release notes](https://github.com/taiga-family/taiga-ui/releases)
- [Changelog](https://github.com/taiga-family/taiga-ui/blob/main/CHANGELOG.md)
- [Commits](taiga-family/taiga-ui@v5.14.0...v5.16.0)

Updates `@taiga-ui/kit` from 5.14.0 to 5.16.0
- [Release notes](https://github.com/taiga-family/taiga-ui/releases)
- [Changelog](https://github.com/taiga-family/taiga-ui/blob/main/CHANGELOG.md)
- [Commits](taiga-family/taiga-ui@v5.14.0...v5.16.0)

Updates `@taiga-ui/styles` from 5.14.0 to 5.16.0
- [Release notes](https://github.com/taiga-family/taiga-ui/releases)
- [Changelog](https://github.com/taiga-family/taiga-ui/blob/main/CHANGELOG.md)
- [Commits](taiga-family/taiga-ui@v5.14.0...v5.16.0)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.110.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: jose
  dependency-version: 6.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: ws
  dependency-version: 8.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: "@taiga-ui/cdk"
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: "@taiga-ui/core"
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: "@taiga-ui/i18n"
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: "@taiga-ui/icons"
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: "@taiga-ui/kit"
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
- dependency-name: "@taiga-ui/styles"
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

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.

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pulseticker Ready Ready Preview, Comment Jul 26, 2026 11:09pm

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