Skip to content

chore: Bump the "dependencies" group with 4 updates across multiple ecosystems - #284

Merged
alex289 merged 4 commits into
mainfrom
dependabot/dependencies-366f169b94
Aug 25, 2026
Merged

chore: Bump the "dependencies" group with 4 updates across multiple ecosystems#284
alex289 merged 4 commits into
mainfrom
dependabot/dependencies-366f169b94

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group in /backend with 2 updates: github.com/docker/compose/v5 and github.com/nicholas-fedor/shoutrrr.

Updates github.com/docker/compose/v5 from 5.4.0 to 5.5.0

Release notes

Sourced from github.com/docker/compose/v5's releases.

v5.5.0

What's Changed

ℹ️ This release overhauls image digest reconciliation to prevent unnecessary container recreation.
Existing containers may be recreated the first time you run compose up after upgrading, as image digests are re-evaluated using the new logic.

compose pull now honors pull_policy refresh windows (daily, weekly, every_N).

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: docker/compose@v5.4.0...v5.5.0

Commits
  • 870908c feat(ps): add ENGINE column gated on label presence
  • ddc4b04 chore: honest name for navigation-menu resolution, share setServiceScale
  • 1e80a09 chore: inline needless single-use helpers
  • df094b0 fix(images): tolerate containers whose image record is gone
  • 2e0368f bump golang to version 1.26.6
  • 7cbcc76 build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.0
  • 9af7fc6 build(deps): bump github.com/docker/cli
  • d348a9f build(deps): bump github/codeql-action/upload-sarif
  • de458e3 build(deps): bump github.com/moby/go-archive from 0.3.2 to 0.3.3
  • f7585f5 ci: grant actions:write to PR review workflow
  • Additional commits viewable in compare view

Updates github.com/nicholas-fedor/shoutrrr from 0.17.0 to 0.17.1

Release notes

Sourced from github.com/nicholas-fedor/shoutrrr's releases.

v0.17.1

Service Improvements

Dependency Updates

New Contributors

Full Changelog: nicholas-fedor/shoutrrr@v0.17.0...v0.17.1

Changelog

Sourced from github.com/nicholas-fedor/shoutrrr's changelog.

[0.17.1] - 2026-08-18

Added

Chores

New Contributors

Commits
  • 4abda6f docs(changelog): update changelog (#1238)
  • 98cc1bd chore(deps): lock file maintenance (#1230)
  • 007a1a7 docs(changelog): update changelog (#1237)
  • f683026 chore(deps): update matrixdotorg/synapse:latest docker digest to 18db676 (#1236)
  • a51b804 docs(changelog): update changelog (#1235)
  • 3e95644 feat(pushover): add end-to-end encryption support (#1234)
  • c8e6ae1 docs(changelog): update changelog (#1232)
  • fefba91 fix(deps): update module github.com/stretchr/testify to v1.12.0 (#1233)
  • bff75b9 chore(deps): update nicholas-fedor/go-proxy-pull-action action to v1.1.46 (#1...
  • 411bb8e docs(changelog): update changelog (#1229)
  • Additional commits viewable in compare view

Bumps the dependencies group with 3 updates: github/codeql-action/init, github/codeql-action/analyze and docker/setup-buildx-action.

Updates github/codeql-action/init from 4.37.6 to 4.37.7

Release notes

Sourced from github/codeql-action/init's releases.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085
Changelog

Sourced from github/codeql-action/init's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates github/codeql-action/analyze from 4.37.6 to 4.37.7

Release notes

Sourced from github/codeql-action/analyze's releases.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085
Changelog

Sourced from github/codeql-action/analyze's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.8 - 21 Aug 2026

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates docker/setup-buildx-action from 4.2.0 to 4.3.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.3.0

Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0

Commits
  • 37fe631 Merge pull request #595 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • b5c4f91 [dependabot skip] chore: update generated content
  • 3e93b63 build(deps): bump @​docker/actions-toolkit from 0.92.0 to 0.95.0
  • e527031 Merge pull request #600 from docker/dependabot/npm_and_yarn/brace-expansion-1...
  • c68814b [dependabot skip] chore: update generated content
  • 3f891b0 build(deps): bump brace-expansion from 1.1.13 to 1.1.18
  • 787db26 Merge pull request #585 from docker/dependabot/npm_and_yarn/js-yaml-5.2.1
  • f779368 [dependabot skip] chore: update generated content
  • 7d5e604 build(deps): bump js-yaml from 5.2.0 to 5.3.0
  • 292c2fb Merge pull request #590 from docker/dependabot/github_actions/actions/setup-n...
  • Additional commits viewable in compare view

Bumps the dependencies group with 1 update: pnpm/pnpm.

Updates pnpm/pnpm from 11.21.0 to 11.22.0

Bumps the dependencies group in /frontend with 11 updates:

Package From To
@tanstack/react-router 1.170.25 1.170.30
@tanstack/router-plugin 1.168.29 1.168.33
lucide-react 1.31.0 1.32.0
shadcn 4.17.0 4.18.0
swr 2.5.0 2.5.1
@inlang/cli 3.3.0 3.3.3
@inlang/paraglide-js 2.23.2 2.24.1
@inlang/plugin-m-function-matcher 2.2.9 2.2.12
@inlang/plugin-message-format 4.4.1 4.4.3
oxfmt 0.63.0 0.64.0
oxlint 1.78.0 1.79.0

Updates @tanstack/react-router from 1.170.25 to 1.170.30

Release notes

Sourced from @​tanstack/react-router's releases.

@​tanstack/react-router@​1.170.30

Patch Changes

  • #8084 5d3785d - preserve pending UI across retained routes

  • #8068 f75cada - direct export of CatchBoundary class component, remove function wrapper

  • Updated dependencies [5d3785d, 63d2cc9]:

    • @​tanstack/router-core@​1.171.25
Changelog

Sourced from @​tanstack/react-router's changelog.

1.170.30

Patch Changes

  • #8084 5d3785d - preserve pending UI across retained routes

  • #8068 f75cada - direct export of CatchBoundary class component, remove function wrapper

  • Updated dependencies [5d3785d, 63d2cc9]:

    • @​tanstack/router-core@​1.171.25

1.170.29

Patch Changes

1.170.28

Patch Changes

  • #8055 0c25a7b - Avoid wrapping root components that may render the HTML document in a Suspense boundary during SSR and hydration.

  • #8054 31882c7 - Reuse resolved lazy route components when revisiting code-split routes, preventing unnecessary pending UI.

  • Updated dependencies [31882c7]:

    • @​tanstack/router-core@​1.171.23

1.170.27

Patch Changes

1.170.26

Patch Changes

  • #8045 f500760 - Warn when an Outlet is rendered inside a pending, error, or not-found component.

  • #8043 1aafca9 - remove the undocumented Link isTransitioning state and data-transitioning attribute

  • #8044 aa10b65 - Apply preloadDelay to viewport link preloading and cancel pending preloads when links leave the viewport.

  • Updated dependencies [7e93431]:

    • @​tanstack/router-core@​1.171.22
Commits
  • a78f2af ci: Version Packages (#8079)
  • 63d2cc9 fix(router-core): remove navigation rollback (#8092)
  • 5d3785d fix(router-core): preserve pending UI across retained routes (#8084)
  • f97188f chore: localize package dependencies (#8078)
  • f75cada perf(react-router): direct export of CatchBoundary class component, remove fu...
  • 11dfc93 ci: Version Packages (#8075)
  • 0fdf9ff perf: inline isCtrlKey utility inside all Link components (#8073)
  • 53b63cf ci: Version Packages (#8052)
  • 0c25a7b fix(react-router): avoid Suspense above root documents (#8055)
  • 31882c7 fix(router): reuse resolved lazy route components (#8054)
  • Additional commits viewable in compare view

Updates @tanstack/router-plugin from 1.168.29 to 1.168.33

Release notes

Sourced from @​tanstack/router-plugin's releases.

@​tanstack/router-plugin@​1.168.33

Patch Changes

@​tanstack/router-plugin@​1.168.32

Patch Changes

@​tanstack/router-plugin@​1.168.31

Patch Changes

  • Updated dependencies [0c25a7b, 31882c7]:
    • @​tanstack/react-router@​1.170.28
    • @​tanstack/router-core@​1.171.23
    • @​tanstack/router-generator@​1.167.29
Changelog

Sourced from @​tanstack/router-plugin's changelog.

1.168.33

Patch Changes

1.168.32

Patch Changes

1.168.31

Patch Changes

  • Updated dependencies [0c25a7b, 31882c7]:
    • @​tanstack/react-router@​1.170.28
    • @​tanstack/router-core@​1.171.23
    • @​tanstack/router-generator@​1.167.29

1.168.30

Patch Changes

Commits

Updates lucide-react from 1.31.0 to 1.32.0

Release notes

Sourced from lucide-react's releases.

Version 1.32.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.31.0...1.32.0

Commits

Updates shadcn from 4.17.0 to 4.18.0

Release notes

Sourced from shadcn's releases.

shadcn@4.18.0

Minor Changes

Patch Changes

  • Description has been truncated

Bumps the dependencies group in /backend with 2 updates: [github.com/docker/compose/v5](https://github.com/docker/compose) and [github.com/nicholas-fedor/shoutrrr](https://github.com/nicholas-fedor/shoutrrr).


Updates `github.com/docker/compose/v5` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/docker/compose/releases)
- [Commits](docker/compose@v5.4.0...v5.5.0)

Updates `github.com/nicholas-fedor/shoutrrr` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/nicholas-fedor/shoutrrr/releases)
- [Changelog](https://github.com/nicholas-fedor/shoutrrr/blob/main/CHANGELOG.md)
- [Commits](nicholas-fedor/shoutrrr@v0.17.0...v0.17.1)
chore: Bump the dependencies group with 3 updates

Bumps the dependencies group with 3 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action).


Updates `github/codeql-action/init` from 4.37.6 to 4.37.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

Updates `github/codeql-action/analyze` from 4.37.6 to 4.37.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@bb05f3f...37fe631)
chore: Bump pnpm/pnpm from 11.21.0 to 11.22.0 in the dependencies group

Bumps the dependencies group with 1 update: pnpm/pnpm.


Updates `pnpm/pnpm` from 11.21.0 to 11.22.0
chore: Bump the dependencies group in /frontend with 11 updates

Bumps the dependencies group in /frontend with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.170.25` | `1.170.30` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.168.29` | `1.168.33` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.31.0` | `1.32.0` |
| [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.17.0` | `4.18.0` |
| [swr](https://github.com/vercel/swr) | `2.5.0` | `2.5.1` |
| [@inlang/cli](https://github.com/opral/inlang) | `3.3.0` | `3.3.3` |
| [@inlang/paraglide-js](https://github.com/opral/paraglide-js) | `2.23.2` | `2.24.1` |
| [@inlang/plugin-m-function-matcher](https://github.com/opral/inlang/tree/HEAD/packages/plugins/m-function-matcher) | `2.2.9` | `2.2.12` |
| [@inlang/plugin-message-format](https://github.com/opral/inlang/tree/HEAD/packages/plugins/inlang-message-format) | `4.4.1` | `4.4.3` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.63.0` | `0.64.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.78.0` | `1.79.0` |


Updates `@tanstack/react-router` from 1.170.25 to 1.170.30
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.170.30/packages/react-router)

Updates `@tanstack/router-plugin` from 1.168.29 to 1.168.33
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.168.33/packages/router-plugin)

Updates `lucide-react` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.32.0/packages/lucide-react)

Updates `shadcn` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.18.0/packages/shadcn)

Updates `swr` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.5.0...v2.5.1)

Updates `@inlang/cli` from 3.3.0 to 3.3.3
- [Commits](https://github.com/opral/inlang/commits)

Updates `@inlang/paraglide-js` from 2.23.2 to 2.24.1
- [Changelog](https://github.com/opral/paraglide-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opral/paraglide-js/commits)

Updates `@inlang/plugin-m-function-matcher` from 2.2.9 to 2.2.12
- [Changelog](https://github.com/opral/inlang/blob/main/packages/plugins/m-function-matcher/CHANGELOG.md)
- [Commits](https://github.com/opral/inlang/commits/HEAD/packages/plugins/m-function-matcher)

Updates `@inlang/plugin-message-format` from 4.4.1 to 4.4.3
- [Changelog](https://github.com/opral/inlang/blob/main/packages/plugins/inlang-message-format/CHANGELOG.md)
- [Commits](https://github.com/opral/inlang/commits/HEAD/packages/plugins/inlang-message-format)

Updates `oxfmt` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.64.0/npm/oxfmt)

Updates `oxlint` from 1.78.0 to 1.79.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.79.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: github.com/docker/compose/v5
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/nicholas-fedor/shoutrrr
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pnpm/pnpm
  dependency-version: 11.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.168.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: shadcn
  dependency-version: 4.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: swr
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inlang/cli"
  dependency-version: 3.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inlang/paraglide-js"
  dependency-version: 2.24.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@inlang/plugin-m-function-matcher"
  dependency-version: 2.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inlang/plugin-message-format"
  dependency-version: 4.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oxfmt
  dependency-version: 0.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 1.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels Aug 22, 2026
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
backend/cmd/agent/main.go 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@alex289
alex289 merged commit 2e5d277 into main Aug 25, 2026
11 checks passed
@alex289
alex289 deleted the dependabot/dependencies-366f169b94 branch August 25, 2026 11:39
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.

2 participants