Skip to content

build(deps): bump the frontend-minor-patch group across 1 directory with 12 updates#36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend-angular/frontend-minor-patch-853d804b0f
Open

build(deps): bump the frontend-minor-patch group across 1 directory with 12 updates#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend-angular/frontend-minor-patch-853d804b0f

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the frontend-minor-patch group with 12 updates in the /frontend-angular directory:

Package From To
@fortawesome/free-brands-svg-icons 7.3.0 7.3.1
@fortawesome/free-solid-svg-icons 7.2.0 7.3.1
@rive-app/canvas 2.38.2 2.39.1
@sentry/angular 10.65.0 10.68.0
deep-chat 2.4.2 2.5.0
driver.js 1.6.0 1.8.0
firebase 12.15.0 12.16.0
laravel-echo 2.3.7 2.4.0
pusher-js 8.5.0 8.6.0
autoprefixer 10.5.0 10.5.4
postcss 8.5.15 8.5.22
prettier 3.8.4 3.9.6

Updates @fortawesome/free-brands-svg-icons from 7.3.0 to 7.3.1

Release notes

Sourced from @​fortawesome/free-brands-svg-icons's releases.

Release 7.3.1

Change log available at https://fontawesome.com/docs/changelog/

Commits
Maintainer changes

This version was pushed to npm by fortawesome-admin, a new releaser for @​fortawesome/free-brands-svg-icons since your current version.


Updates @fortawesome/free-solid-svg-icons from 7.2.0 to 7.3.1

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 7.3.1

Change log available at https://fontawesome.com/docs/changelog/

Release 7.3.0

Change log available at https://fontawesome.com/docs/changelog/

Commits
Maintainer changes

This version was pushed to npm by fortawesome-admin, a new releaser for @​fortawesome/free-solid-svg-icons since your current version.


Updates @rive-app/canvas from 2.38.2 to 2.39.1

Release notes

Sourced from @​rive-app/canvas's releases.

2.39.1

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Commits

  • fix(js): Add new semantics folder types to each npm folder's files (#13206) fcc05484ae c8fd52f
  • fix: virtualized scroll sizing/overscroll and view model listener event fixes (#13200) b9d702b78d 185fc17
  • chore: rev Luau to rive_0_730 (upstream 0.730) (#13190) d9a71b90b5 2af4a6a
  • chore(js): add github releases to release process for js/wasm runtime alongside tags (#13158) 281b46387e 6f30375
  • fix(runtime): guard scripted data converter against unhydrated instance (#13185) 6898043c1e 2a41f9f
  • fix(scripting): Copy thread data to async coroutines (#13188) 2b3e2f0686 df4e23b
  • refactor(unreal): Unreal ore gm support step 1 (#13172) b66482739b 327497b
  • fix(runtime): Crash when databound Artboard resolves to null (#13175) 2d9f6d3fbe 12fc887
  • feat(editor): bidirectional binding for stateful component properties (#13159) 3d671afd9c 2b1cf21
  • Advertise colorBufferHalfFloat on the Metal backend (#13160) a144d9df03 4f9cb9f
  • feature: tree-shake unused scripts from runtime export (#13150) f92794960a df1a7b7

2.39.0 - 2026-07-21

Commits

  • chore: tag 2.39.0 b808ebe
  • patch(cpp): add focus dirty flag to prevent unnecessary tree walks on hasFocusNodes each frame (#13126) 0cf838a9ec 2586730
  • chore(unreal): better gm support for unreal (#13139) ac92e5b5fb d65e60b
  • Tag ore GM shader modules with fixture asset ids (#13148) 504ea98308 d861a19
  • chore(global view models): add unset methods (#13144) df03a957ba a70eead
  • scripting: statically link library requires (#13134) 4c6b7ed8a2 ad15f28
  • Performance tab updates (#13080) 4fd600f16c 50e3bd9
  • chore: Textinput improvements (#13130) e1b960c043 d402a73
  • feat(web): implementation for semantics (#12723) 4dcb7f3580 b7c8f19
  • refactor(unreal): Rive Descriptor Editor Update (#13129) f1ca2e4394 592a044
  • chore(renderer) some renames (#13109) 9716c48826 c484075
  • chore(js): Log a GH issue if npm publishing fails for any npm package during publish workflow (#13119) 868ed5a6c5 7833756
  • chore(runtime and editor): advance cycle updates (#13120) 343c6e3dab 1d2409a
  • fix(ci): Generate thumbnails for the goldens landing page (#13083) 7a78062e63 14918d8
  • feature: data binding keyframes (#13097) 864d68d032 d958673
  • fix(tests): Run android test apps in landscape on TVs (#13103) e94936fac8 29962a8
  • fix: add focus nodes on nested artboards to main focus tree when added to main artboard (#12788) 90140f105b c8aad83
  • fix: Text opacity modifier falloff with feathering applied (#13089) 476a0f6f85 4ef67ed
  • scripting: library scope follow ups (#13088) 9bcb8fe4a7 f64e617
  • feat(webgpu): support WebGPU compatibility mode (#12949) 5d05097962 19f6402
  • fix(runtime): Prevent use-after-free in ScriptedDataConverter type changes (#13107) d7280b6962 8eeda39
  • fix(renderer) Tighten the combined draw bounds (#13093) a39edb59ab 28f4e61

... (truncated)

Changelog

Sourced from @​rive-app/canvas's changelog.

2.39.1

Commits

  • fix(js): Add new semantics folder types to each npm folder's files (#13206) fcc05484ae c8fd52f
  • fix: virtualized scroll sizing/overscroll and view model listener event fixes (#13200) b9d702b78d 185fc17
  • chore: rev Luau to rive_0_730 (upstream 0.730) (#13190) d9a71b90b5 2af4a6a
  • chore(js): add github releases to release process for js/wasm runtime alongside tags (#13158) 281b46387e 6f30375
  • fix(runtime): guard scripted data converter against unhydrated instance (#13185) 6898043c1e 2a41f9f
  • fix(scripting): Copy thread data to async coroutines (#13188) 2b3e2f0686 df4e23b
  • refactor(unreal): Unreal ore gm support step 1 (#13172) b66482739b 327497b
  • fix(runtime): Crash when databound Artboard resolves to null (#13175) 2d9f6d3fbe 12fc887
  • feat(editor): bidirectional binding for stateful component properties (#13159) 3d671afd9c 2b1cf21
  • Advertise colorBufferHalfFloat on the Metal backend (#13160) a144d9df03 4f9cb9f
  • feature: tree-shake unused scripts from runtime export (#13150) f92794960a df1a7b7

2.39.0 - 2026-07-21

Commits

  • chore: tag 2.39.0 b808ebe
  • patch(cpp): add focus dirty flag to prevent unnecessary tree walks on hasFocusNodes each frame (#13126) 0cf838a9ec 2586730
  • chore(unreal): better gm support for unreal (#13139) ac92e5b5fb d65e60b
  • Tag ore GM shader modules with fixture asset ids (#13148) 504ea98308 d861a19
  • chore(global view models): add unset methods (#13144) df03a957ba a70eead
  • scripting: statically link library requires (#13134) 4c6b7ed8a2 ad15f28
  • Performance tab updates (#13080) 4fd600f16c 50e3bd9
  • chore: Textinput improvements (#13130) e1b960c043 d402a73
  • feat(web): implementation for semantics (#12723) 4dcb7f3580 b7c8f19
  • refactor(unreal): Rive Descriptor Editor Update (#13129) f1ca2e4394 592a044
  • chore(renderer) some renames (#13109) 9716c48826 c484075
  • chore(js): Log a GH issue if npm publishing fails for any npm package during publish workflow (#13119) 868ed5a6c5 7833756
  • chore(runtime and editor): advance cycle updates (#13120) 343c6e3dab 1d2409a
  • fix(ci): Generate thumbnails for the goldens landing page (#13083) 7a78062e63 14918d8
  • feature: data binding keyframes (#13097) 864d68d032 d958673
  • fix(tests): Run android test apps in landscape on TVs (#13103) e94936fac8 29962a8
  • fix: add focus nodes on nested artboards to main focus tree when added to main artboard (#12788) 90140f105b c8aad83
  • fix: Text opacity modifier falloff with feathering applied (#13089) 476a0f6f85 4ef67ed
  • scripting: library scope follow ups (#13088) 9bcb8fe4a7 f64e617
  • feat(webgpu): support WebGPU compatibility mode (#12949) 5d05097962 19f6402
  • fix(runtime): Prevent use-after-free in ScriptedDataConverter type changes (#13107) d7280b6962 8eeda39
  • fix(renderer) Tighten the combined draw bounds (#13093) a39edb59ab 28f4e61
  • fix: Crash on software mode emulators (#13067) a5bf12c58e 1c7c169
  • perf(tests): Don't pre-pass drawCanvases in player yet (#13104) 9c7a56dfc0 fa59854
  • fix: VM trigger only fires once in script hosted artboard (#13096) c7ec04d45d 44eae27
  • chore: Capture intended values with scrollIndex and scrollPercent (#13084) 9ebf0f88df e1a063e
  • scripting: library scope for imported scripts (#13054) d24376c1d6 8957a19
  • fix(global view models): fixes (#13087) 5868c1ba5f f933dba
  • fix(editor): make scripting vm ref counted on artboards (#13085) 9aeb2e571b 4892678
  • feat(Android): VMI name (#13079) 2a59ec434e 7e007e8

... (truncated)

Commits
  • a7629a9 chore: tag 2.39.1
  • c8fd52f fix(js): Add new semantics folder types to each npm folder's files (#13206) f...
  • 185fc17 fix: virtualized scroll sizing/overscroll and view model listener event fixes...
  • 2af4a6a chore: rev Luau to rive_0_730 (upstream 0.730) (#13190) d9a71b90b5
  • 6f30375 chore(js): add github releases to release process for js/wasm runtime alongsi...
  • 2a41f9f fix(runtime): guard scripted data converter against unhydrated instance (#131...
  • df4e23b fix(scripting): Copy thread data to async coroutines (#13188) 2b3e2f0686
  • 327497b refactor(unreal): Unreal ore gm support step 1 (#13172) b66482739b
  • 12fc887 fix(runtime): Crash when databound Artboard resolves to null (#13175) 2d9f6d3fbe
  • 2b1cf21 feat(editor): bidirectional binding for stateful component properties (#13159...
  • Additional commits viewable in compare view

Updates @sentry/angular from 10.65.0 to 10.68.0

Release notes

Sourced from @​sentry/angular's releases.

10.68.0

  • feat(cloudflare): Add @​sentry/cloudflare/vite orchestrion plugin (#21967)
  • feat(nestjs): Support WebSocket errors in SentryGlobalFilter (#22224)
  • feat(node,server-utils): Set cache.key on dataloader spans and capture redis delete operations as cache.remove (#22389)
  • feat(server-utils): Allow integrations to be part of marker (#22094)
  • feat(server-utils): Migrate FirebaseInstrumentation to orchestrion (#22141)
  • feat(server-utils): Warn when bundler config has instrumented module in external (#22379)
  • feat(v10): Add http.route attribute to http.server spans with parameterized routes (#22564)
  • feat(v10): Add url.full and url.path to http.server spans (#22533)
  • feat(v10/cloudflare): Auto-instrument Durable Object classes (#22541)
  • feat(v10/cloudflare): Auto-instrument the worker entry with withSentry (#22540)
  • feat(v10/cloudflare): Auto-instrument WorkerEntrypoint classes (#22543)
  • feat(v10/cloudflare): Auto-instrument Workflow classes (#22542)
  • feat(v10/cloudflare): Read wrangler config and resolve the Sentry options module (#22538)
  • feat(v10/core): Add instrumentStateGraph API (#22491)
  • feat(v10/core): Add url.full attribute to core fetch instrumentation (#22436)
  • feat(v10/core): Support filtering stackFrameVariables by variable name (#22526)
  • feat(v10/react-router): Make instrumentation API the default (#22525)
  • fix(cloudflare,deno,node): Align types of vercelai (#22343)
  • fix(core): Instrument Anthropic client in place instead of via a deep proxy (#22305)
  • fix(replay): Set text/javascript MIME type on compression worker Blob (#22377)
  • fix(sveltekit): Adapt frame rewriting for kit 3 (#22407)
  • fix(v10): Pin @apm-js-collab/code-transformer-bundler-plugins to 0.7.1 (#22497)
  • fix(v10/cloudflare): Import prismaIntegration from server-utils (#22535)
  • fix(v10/core): Avoid functionToStringIntegration causing infinite recursions (#22527)
  • fix(v10/core): Avoid propagating baggage: "undefined" when DSC is missing (#22440)
  • chore: Add external contributor to CHANGELOG.md (#22342)
  • chore: Add external contributor to CHANGELOG.md (#22405)
  • chore(deps): Bump axios from 1.16.0 to 1.18.0 in /dev-packages/e2e-tests/test-applications/nestjs-basic (#22395)
  • chore(deps): Bump morgan from 1.10.0 to 1.11.0 (#22187)
  • chore(size-limit): weekly auto-bump (#22182)
  • ci(v10): Add v10 to build and license-compliance branch filters (#22499)
  • feat(deps): Bump axios from 1.16.0 to 1.18.0 (#22396)
  • ref(server-utils): Remove unneeded orchestrion config (#22384)
  • ref(server-utils): Small fastify cleanup (#22385)
  • test: Remove unnecessary test waits (#22383)
  • test(sveltekit-3): Fix import defineEnvVars from @sveltejs/kit/env (#22390)
  • test(v10/cloudflare): Add Vite-build support to the integration-test runner (#22539)

Work in this release was contributed by @​psh4607 and @​trinitiwowka. Thank you for your contributions!

Bundle size 📦

| Path | Size |

... (truncated)

Changelog

Sourced from @​sentry/angular's changelog.

10.68.0

  • feat(cloudflare): Add @​sentry/cloudflare/vite orchestrion plugin (#21967)
  • feat(nestjs): Support WebSocket errors in SentryGlobalFilter (#22224)
  • feat(node,server-utils): Set cache.key on dataloader spans and capture redis delete operations as cache.remove (#22389)
  • feat(server-utils): Allow integrations to be part of marker (#22094)
  • feat(server-utils): Migrate FirebaseInstrumentation to orchestrion (#22141)
  • feat(server-utils): Warn when bundler config has instrumented module in external (#22379)
  • feat(v10): Add http.route attribute to http.server spans with parameterized routes (#22564)
  • feat(v10): Add url.full and url.path to http.server spans (#22533)
  • feat(v10/cloudflare): Auto-instrument Durable Object classes (#22541)
  • feat(v10/cloudflare): Auto-instrument the worker entry with withSentry (#22540)
  • feat(v10/cloudflare): Auto-instrument WorkerEntrypoint classes (#22543)
  • feat(v10/cloudflare): Auto-instrument Workflow classes (#22542)
  • feat(v10/cloudflare): Read wrangler config and resolve the Sentry options module (#22538)
  • feat(v10/core): Add instrumentStateGraph API (#22491)
  • feat(v10/core): Add url.full attribute to core fetch instrumentation (#22436)
  • feat(v10/core): Support filtering stackFrameVariables by variable name (#22526)
  • feat(v10/react-router): Make instrumentation API the default (#22525)
  • fix(cloudflare,deno,node): Align types of vercelai (#22343)
  • fix(core): Instrument Anthropic client in place instead of via a deep proxy (#22305)
  • fix(replay): Set text/javascript MIME type on compression worker Blob (#22377)
  • fix(sveltekit): Adapt frame rewriting for kit 3 (#22407)
  • fix(v10): Pin @apm-js-collab/code-transformer-bundler-plugins to 0.7.1 (#22497)
  • fix(v10/cloudflare): Import prismaIntegration from server-utils (#22535)
  • fix(v10/core): Avoid functionToStringIntegration causing infinite recursions (#22527)
  • fix(v10/core): Avoid propagating baggage: "undefined" when DSC is missing (#22440)
  • chore: Add external contributor to CHANGELOG.md (#22342)
  • chore: Add external contributor to CHANGELOG.md (#22405)
  • chore(deps): Bump axios from 1.16.0 to 1.18.0 in /dev-packages/e2e-tests/test-applications/nestjs-basic (#22395)
  • chore(deps): Bump morgan from 1.10.0 to 1.11.0 (#22187)
  • chore(size-limit): weekly auto-bump (#22182)
  • ci(v10): Add v10 to build and license-compliance branch filters (#22499)
  • feat(deps): Bump axios from 1.16.0 to 1.18.0 (#22396)
  • ref(server-utils): Remove unneeded orchestrion config (#22384)
  • ref(server-utils): Small fastify cleanup (#22385)
  • test: Remove unnecessary test waits (#22383)
  • test(sveltekit-3): Fix import defineEnvVars from @sveltejs/kit/env (#22390)
  • test(v10/cloudflare): Add Vite-build support to the integration-test runner (#22539)

Work in this release was contributed by @​psh4607 and @​trinitiwowka. Thank you for your contributions!

10.67.0

... (truncated)

Commits
  • b4396c3 release: 10.68.0
  • be21e8c meta(changelog): Update changelog for 10.68.0 (#22566)
  • fb0987f feat(v10): Add http.route attribute to http.server spans with parameteriz...
  • f7bd901 feat(v10/cloudflare): Auto-instrument WorkerEntrypoint classes (#22543)
  • ed3a8c8 feat(v10/cloudflare): Auto-instrument Workflow classes (#22542)
  • 20227f9 feat(v10/cloudflare): Auto-instrument Durable Object classes (#22541)
  • 3e5625e feat(v10/cloudflare): Auto-instrument the worker entry with withSentry (#22540)
  • d924551 test(v10/cloudflare): Add Vite-build support to the integration-test runner (...
  • 11fed03 feat(v10/cloudflare): Read wrangler config and resolve the Sentry options mod...
  • a540764 feat(v10): Add url.full and url.path to http.server spans (#22533)
  • Additional commits viewable in compare view

Updates deep-chat from 2.4.2 to 2.5.0

Release notes

Sourced from deep-chat's releases.

2.5.0 - Requesty, LiteLLM and more

This release contains the following changes:

Thankyou to Thibaultjaigu, chippleh1392, RheagalFire, Lukeharris30, wm123450405 for their contributions!

Commits
  • 83172c5 Merge pull request #510 from chippleh1392/issue/509-responses-streaming-tools
  • 3d7ec3f Fix streamed Responses API parallel tool calls
  • 013328a updating dependencies
  • 2611924 updating the custom elements file
  • b1d5639 updating web model to not show Please define a or a property inside... when...
  • 0aad3ca updating Web Model code to be able to be able to run the latest models and fi...
  • 2c6c3d2 updating the nextjs examples to use latest gpt-5.4 models
  • 26af177 updating the express server dependencies
  • 4ef267f updating the nextjs pages router depndencies
  • 55e75d8 updating the nextjs app router dependencies
  • Additional commits viewable in compare view

Updates driver.js from 1.6.0 to 1.8.0

Release notes

Sourced from driver.js's releases.

1.8.0

Added

  • Hints: pulsing beacons that open a popover on click; overlay optional, the page stays interactive. driver.js/hints, ~5KB gzip. Guide. (#363)
  • advanceOnClick (driver and step level) to advance the tour by clicking the highlighted element itself. (#606)
  • waitForElement (driver and step level) to wait up to N ms for a step's element before treating it as missing. (#606)
  • sideEffects field in package.json for better tree-shaking.

Changed

  • Popover internals shared between tours and hints; tour behaviour verified unchanged against 1.7.0.
  • Build migrated from vite to tsdown; artifact names, exports map and CDN globals unchanged, sizes within ±2%.

Fixed

  • skipMissingElement: the last reachable step now shows Done and runs onDoneClick; step queries like isLastStep() account for skips. (#616)

1.7.0

Added

  • skipMissingElement option to skip a step whose target element is missing (#489, #395)
  • index on the options passed to every hook (#490)
  • --driver-popover-font-family CSS variable to set the popover font (#607)

Changed

  • The popover title and description now render in the default font stack. Set --driver-popover-font-family to use your own.

Fixed

  • Icon fonts placed inside a step description are no longer overridden (#510, #512)
  • Each driver() call keeps its own config, steps and state, (#571)
  • Popover no longer jumps when its content has images that load after render.
Commits
  • ccc94cb 1.8.0
  • b93a4fc Add advanceOnClick and waitForElement
  • ab56c56 Fix missing step and button texts #616
  • 3821035 Increase beacon indicator size
  • 8678291 Refactor tests
  • e2aa992 Reorganize internals and unify step popover
  • b4d221f Add onButtonClick to take over the hint button
  • 09484c7 Clean up the hints module
  • 95df19e Give the hint popover and its arrow one seamless shadow
  • 24763f9 Anchor overlay-mode hints to the element and enlarge the hint arrow
  • Additional commits viewable in compare view

Updates firebase from 12.15.0 to 12.16.0

Commits
  • f0c9435 Merge release into main
  • fe04cec build: put include-dependencies flag back (#10137)
  • 2894e91 Update re2js version (#10104)
  • df21ad3 fix: Resolve duplicate assertion ID and add check to Firestore CI (#10138)
  • 1d24e5f chore(data-connect): refactor streaming tests and change idle timeout back to...
  • 65baa7b fix(ai): update deprecated gemini models strings" (#10043)
  • 6c710ba build(deps): update deps with security issues (pass 1) (#10119)
  • 573fd16 build(deps): Upgrade Lerna to 9.0.6 (#10032)
  • 6d874fc fix zizmor findings (#10044)
  • 7ca70ab Security Audit & Remediation: repo-scripts/api-documenter (#10112)
  • Additional commits viewable in compare view

Updates laravel-echo from 2.3.7 to 2.4.0

Release notes

Sourced from laravel-echo's releases.

v2.4.0

What's Changed

New Contributors

Full Changelog: laravel/echo@v2.3.7...v2.4.0

Changelog

Sourced from laravel-echo's changelog.

v2.4.0 - 2026-07-11

What's Changed

New Contributors

Full Changelog: laravel/echo@v2.3.7...v2.4.0

Commits
  • db9adc1 Bump version for packages/vue
  • 9dfbfdf Bump version for packages/svelte
  • d21d09e Bump version for packages/react
  • a02ff02 Bump version for packages/laravel-echo
  • 3ceb912 Add useChannel hooks (#532)
  • 87ebca6 Bump stefanzweifel/git-auto-commit-action in the github-actions group (#531)
  • 4efe655 Fix presence and whisper examples in echo-react Boost skill (#530)
  • 75898d3 Update NPM dependencies (#527)
  • 7abe2fe Replace socket.io-client imports with a local type shim in echo.d.ts (#529)
  • 1d2184e Bump vite from 6.4.2 to 6.4.3 (#526)
  • Additional commits viewable in compare view

Updates pusher-js from 8.5.0 to 8.6.0

Release notes

Sourced from pusher-js's releases.

v8.6.0

8.6.0

  • [ADDED] Emit pusher:signin_error on user-authentication failure, mirroring the existing pusher:subscription_error pattern (PR

…ith 12 updates

Bumps the frontend-minor-patch group with 12 updates in the /frontend-angular directory:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.3.0` | `7.3.1` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.2.0` | `7.3.1` |
| [@rive-app/canvas](https://github.com/rive-app/rive-wasm) | `2.38.2` | `2.39.1` |
| [@sentry/angular](https://github.com/getsentry/sentry-javascript) | `10.65.0` | `10.68.0` |
| [deep-chat](https://github.com/OvidijusParsiunas/deep-chat) | `2.4.2` | `2.5.0` |
| [driver.js](https://github.com/nilbuild/driver.js/tree/HEAD/packages/driver) | `1.6.0` | `1.8.0` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `12.15.0` | `12.16.0` |
| [laravel-echo](https://github.com/laravel/echo) | `2.3.7` | `2.4.0` |
| [pusher-js](https://github.com/pusher/pusher-js) | `8.5.0` | `8.6.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.0` | `10.5.4` |
| [postcss](https://github.com/postcss/postcss) | `8.5.15` | `8.5.22` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |



Updates `@fortawesome/free-brands-svg-icons` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.3.0...7.3.1)

Updates `@fortawesome/free-solid-svg-icons` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.2.0...7.3.1)

Updates `@rive-app/canvas` from 2.38.2 to 2.39.1
- [Release notes](https://github.com/rive-app/rive-wasm/releases)
- [Changelog](https://github.com/rive-app/rive-wasm/blob/master/CHANGELOG.md)
- [Commits](rive-app/rive-wasm@2.38.2...2.39.1)

Updates `@sentry/angular` from 10.65.0 to 10.68.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.68.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.65.0...10.68.0)

Updates `deep-chat` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/OvidijusParsiunas/deep-chat/releases)
- [Commits](OvidijusParsiunas/deep-chat@2.4.2...2.5.0)

Updates `driver.js` from 1.6.0 to 1.8.0
- [Release notes](https://github.com/nilbuild/driver.js/releases)
- [Commits](https://github.com/nilbuild/driver.js/commits/1.8.0/packages/driver)

Updates `firebase` from 12.15.0 to 12.16.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@12.15.0...firebase@12.16.0)

Updates `laravel-echo` from 2.3.7 to 2.4.0
- [Release notes](https://github.com/laravel/echo/releases)
- [Changelog](https://github.com/laravel/echo/blob/2.x/CHANGELOG.md)
- [Commits](laravel/echo@v2.3.7...v2.4.0)

Updates `pusher-js` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/pusher/pusher-js/releases)
- [Changelog](https://github.com/pusher/pusher-js/blob/master/CHANGELOG.md)
- [Commits](pusher/pusher-js@v8.5.0...v8.6.0)

Updates `autoprefixer` from 10.5.0 to 10.5.4
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.5.0...10.5.4)

Updates `postcss` from 8.5.15 to 8.5.22
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.15...8.5.22)

Updates `prettier` from 3.8.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.6)

---
updated-dependencies:
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@rive-app/canvas"
  dependency-version: 2.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@sentry/angular"
  dependency-version: 10.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: deep-chat
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: driver.js
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: firebase
  dependency-version: 12.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: laravel-echo
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: pusher-js
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: autoprefixer
  dependency-version: 10.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: postcss
  dependency-version: 8.5.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from WILLIAMMDN as a code owner July 24, 2026 14:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants