fix(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v0.15.0 #363

Open
wrenix wants to merge 1 commit from renovate/ghcr.io-element-hq-matrix-authentication-service-0.x into main
Owner

This PR contains the following updates:

Package Update Change
ghcr.io/element-hq/matrix-authentication-service minor 0.14.1 -> 0.15.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)

v0.15.0

Compare Source

Upgrade notes

This update adds many database indexes, which can take time on larger deployments. It is advised to first run the database migrations before rolling out the new version, using mas-cli database migrate

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:c4853e7a553d85f22ece68ba9f2751523abcb746c5cf6e189c15f04709a3d433
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.15.0
    ghcr.io/element-hq/matrix-authentication-service:0.15
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-2daa9bf
    ghcr.io/element-hq/matrix-authentication-service:latest

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:8a5ebf8d0dbf7085af712616879a1cd17e918dfaf5fc8c81a96ab3cd22b1cbed
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.15.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.15-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-2daa9bf-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug

syn2mas migration tool:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas@sha256:61aba2f09e759257376a83b6cbf1683109f5b186c82e49b0dfdd6ea1b91384d1
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.15.0
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.15
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:0
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:sha-2daa9bf
    ghcr.io/element-hq/matrix-authentication-service/syn2mas:latest

What's Changed

Bug Fixes
New Features
Changes to the admin API
Documentation
Translations
Internal Changes
Dependency Updates

New Contributors

Full Changelog: https://github.com/element-hq/matrix-authentication-service/compare/v0.14.1...v0.15.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/element-hq/matrix-authentication-service](https://github.com/element-hq/matrix-authentication-service) | minor | `0.14.1` -> `0.15.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>element-hq/matrix-authentication-service (ghcr.io/element-hq/matrix-authentication-service)</summary> ### [`v0.15.0`](https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.15.0) [Compare Source](https://github.com/element-hq/matrix-authentication-service/compare/v0.14.1...v0.15.0) #### Upgrade notes This update adds many database indexes, which can take time on larger deployments. It is advised to first run the database migrations before rolling out the new version, using `mas-cli database migrate` ##### Docker image Regular image: - Digest: ghcr.io/element-hq/matrix-authentication-service@sha256:c4853e7a553d85f22ece68ba9f2751523abcb746c5cf6e189c15f04709a3d433 - Tags: ghcr.io/element-hq/matrix-authentication-service:0.15.0 ghcr.io/element-hq/matrix-authentication-service:0.15 ghcr.io/element-hq/matrix-authentication-service:0 ghcr.io/element-hq/matrix-authentication-service:sha-2daa9bf ghcr.io/element-hq/matrix-authentication-service:latest Debug variant: - Digest: ghcr.io/element-hq/matrix-authentication-service@sha256:8a5ebf8d0dbf7085af712616879a1cd17e918dfaf5fc8c81a96ab3cd22b1cbed - Tags: ghcr.io/element-hq/matrix-authentication-service:0.15.0-debug ghcr.io/element-hq/matrix-authentication-service:0.15-debug ghcr.io/element-hq/matrix-authentication-service:0-debug ghcr.io/element-hq/matrix-authentication-service:sha-2daa9bf-debug ghcr.io/element-hq/matrix-authentication-service:latest-debug `syn2mas` migration tool: - Digest: ghcr.io/element-hq/matrix-authentication-service/syn2mas@sha256:61aba2f09e759257376a83b6cbf1683109f5b186c82e49b0dfdd6ea1b91384d1 - Tags: ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.15.0 ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.15 ghcr.io/element-hq/matrix-authentication-service/syn2mas:0 ghcr.io/element-hq/matrix-authentication-service/syn2mas:sha-2daa9bf ghcr.io/element-hq/matrix-authentication-service/syn2mas:latest <!-- Release notes generated using configuration in .github/release.yml at v0.15.0 --> #### What's Changed ##### Bug Fixes - Fix the HTTP status code for the user creation admin endpoint by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4040 - Fix upstream OAuth 2.0 callbacks using the form_post method by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4057 - Fix some old Synapse access tokens not being recognised by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4093 - Allow compat session devices to have spaces by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4067 - Don't delete devices marked as dehydrated devices by [@&#8203;uhoreg](https://github.com/uhoreg) in https://github.com/element-hq/matrix-authentication-service/pull/4268 - Support database poolers: clean up LISTEN/NOTIFY state when opening a connection by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4367 - Clear the session cookie on logout from the GraphQL API by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4328 - Create missing indexes for all the foreign keys in the database. by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4385 - Fix starting up when no telemetry config is set by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4437 ##### New Features - Allow banning IPs and user agents through the policy by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4048 - Convert IPv6-mapped IPv4 addresses to IPv4 addresses by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4058 - Only show the password change section if the user has a password by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4100 - Support for allowing/banning specific username patterns during registration by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4131 - Allow configuring a 'read-only' connection to the homeserver by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4145 - Handle AS users with invalid localparts edge case by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4133 - Require confirming account password before changing account emails by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4158 - Align user deactivation behaviour with Synapse by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4197 - Better feedback on failure cases during login by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4198 - Allow users to deactivate their own account in the UI by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4209 - Observe metrics from the Tokio runtime by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4284 - Deduplicate client registrations by hashing the metadata by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4293 - Record auth related metrics by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4301 - Expose more Sentry configuration by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4352 - compat login: support using client-provided device ID by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4342 - Allow logging in using an email address by [@&#8203;mcalinghee](https://github.com/mcalinghee) in https://github.com/element-hq/matrix-authentication-service/pull/4337 - Always ask for consent, never for reauth by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4386 - Lookup usernames case insensitively by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4378 ##### Changes to the admin API - Admin API to add and delete user email addresses by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4039 - Admin API to dynamically set policy data by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4115 - Admin API for adding and removing upstream oauth links by [@&#8203;tonkku107](https://github.com/tonkku107) in https://github.com/element-hq/matrix-authentication-service/pull/4255 ##### Documentation - Disable Verification for Microsoft Azure AD OIDC config example by [@&#8203;kieranlane](https://github.com/kieranlane) in https://github.com/element-hq/matrix-authentication-service/pull/4258 - Document how to setup Discord as upstream OAuth 2.0 provider, add missing `token_endpoint_auth_method` field in GitHub sample config by [@&#8203;ChurchOfTheSubgenius](https://github.com/ChurchOfTheSubgenius) in https://github.com/element-hq/matrix-authentication-service/pull/4310 - Document how to migrate passwords from Synapse with a `pepper` set by [@&#8203;speatzle](https://github.com/speatzle) in https://github.com/element-hq/matrix-authentication-service/pull/4353 ##### Translations - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4356 - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4377 - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4406 - Translations updates for main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4407 - Translations updates for v0.15 by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4438 ##### Internal Changes - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4035 - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4056 - Automatic merge back to main by [@&#8203;matrixbot](https://github.com/matrixbot) in https://github.com/element-hq/matrix-authentication-service/pull/4070 - Allow logging in using the deprecated 'user' property on the compat login API by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4075 - Remove warnings about password auth not being feature complete by [@&#8203;wrjlewis](https://github.com/wrjlewis) in https://github.com/element-hq/matrix-authentication-service/pull/4106 - Trigger the build workflow on PRs with a label by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4119 - Remove spuriuous ICU errors from the logs by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4132 - Ignore guest devices and empty IPs when migrating from Synapse by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4121 - Pass the MasWriter as owned to the various migration functions by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4120 - Properly ignore devices, threepids and access tokens from AS users by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4122 - Adjust the jobs retry delays and number of attempts by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4169 - Ignore RUSTSEC-2024-0436 and RUSTSEC-2024-0437 for now by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4172 - Properly accumulate form errors on the upstream register page by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4173 - syn2mas: better performance, output tweaks, tracing tweaks, access token fixes by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4175 - Order the OAuth providers in the UI by their order in the config file by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4199 - syn2mas: disable logging of slow statements, better access token query perf by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4208 - syn2mas: Add progress reporting to log and to opentelemetry metrics by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4215 - Add `expires_in` to introspection responses by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4241 - syn2mas: use ChaCha20 for all operations by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4256 - syn2mas: Synapse configuration fixes by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4266 - syn2mas: remove obsolete TODOs by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4267 - Use automatic route code splitting by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4290 - Replace data-encoding with base64ct by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4294 - Speed up local docker rebuilds & CI cache exports by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4289 - Update governor to 0.10.0 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4302 - syn2mas: Track skipped entities in the syn2mas progress by [@&#8203;reivilibre](https://github.com/reivilibre) in https://github.com/element-hq/matrix-authentication-service/pull/4225 - Allow requests to the compat login endpoint without a Content-Type header by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4369 - Fallback link in password recovery emails by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4375 - Allow database tests to run in parallel again by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4405 <details> <summary> ##### Dependency Updates </summary> - build(deps): bump lettre from 0.11.12 to 0.11.13 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4046 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.2 to 22.13.4 in /tools/syn2mas in the development group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4044 - build(deps): bump sea-query from 0.32.1 to 0.32.2 in the sea-query group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4049 - build(deps): bump clap from 4.5.29 to 4.5.30 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4050 - build(deps): bump the i18next group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4051 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4036 - build(deps): bump the tanstack-query group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4052 - build(deps-dev): bump the types group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4043 - build(deps): bump the tanstack-router group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4047 - build(deps): bump serde from 1.0.217 to 1.0.218 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4074 - build(deps): bump serde_json from 1.0.138 to 1.0.139 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4073 - build(deps): bump the tanstack-query group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4072 - build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.4 to 2.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4071 - build(deps): bump psl from 2.1.85 to 2.1.86 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4066 - build(deps): bump uuid from 1.13.1 to 1.13.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4065 - build(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.6.2 to 4.6.3 in /frontend in the graphql-codegen group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4064 - build(deps-dev): bump vite from 6.1.0 to 6.1.1 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4063 - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4062 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4061 - build(deps): bump docker/bake-action from 6.3.0 to 6.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4060 - build(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4076 - build(deps-dev): bump postcss from 8.5.2 to 8.5.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4082 - build(deps): bump valibot from 1.0.0-rc.0 to 1.0.0-rc.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4081 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4080 - build(deps): bump anyhow from 1.0.95 to 1.0.96 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4079 - build(deps): bump uuid from 1.13.2 to 1.14.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4077 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4078 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.6.2 to 7.6.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4083 - Update Rust to 1.85 and edition 2024 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4084 - build(deps-dev): bump happy-dom from 17.1.0 to 17.1.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4087 - build(deps): bump swagger-ui-dist from 5.18.3 to 5.19.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4088 - build(deps-dev): bump knip from 5.44.1 to 5.44.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4089 - Upgrade OpenTelemetry to 0.28 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4091 - Upgrade ICU4X crates to 0.15 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4092 - build(deps-dev): bump msw from 2.7.0 to 2.7.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4085 - build(deps-dev): bump knip from 5.44.4 to 5.44.5 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4098 - build(deps-dev): bump happy-dom from 17.1.1 to 17.1.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4097 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.4 to 22.13.5 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4096 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4095 - build(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.6.3 to 4.6.4 in /frontend in the graphql-codegen group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4094 - Bump most Rust dependencies by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4099 - build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.5 to 2.0.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4102 - build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4103 - build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4101 - build(deps-dev): bump the development group in /tools/syn2mas with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4105 - build(deps-dev): bump msw from 2.7.1 to 2.7.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4104 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.6.3 to 7.6.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4111 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4110 - build(deps-dev): bump vite from 6.1.1 to 6.2.0 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4109 - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4108 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4107 - build(deps): bump valibot from 1.0.0-rc.1 to 1.0.0-rc.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4113 - build(deps-dev): bump happy-dom from 17.1.4 to 17.1.8 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4114 - build(deps-dev): bump knip from 5.44.5 to 5.45.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4112 - build(deps): bump docker/metadata-action from 5.6.1 to 5.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4123 - build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4126 - build(deps): bump docker/bake-action from 6.4.0 to 6.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4124 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4117 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4127 - build(deps): bump swagger-ui-dist from 5.19.0 to 5.20.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4128 - build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4125 - build(deps): bump async-trait from 0.1.86 to 0.1.87 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4142 - build(deps): bump schemars from 0.8.21 to 0.8.22 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4141 - build(deps): bump serde_json from 1.0.139 to 1.0.140 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4140 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4136 - build(deps): bump the fontsource group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4137 - build(deps): bump the tanstack-router group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4135 - build(deps-dev): bump the development group in /tools/syn2mas with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4134 - build(deps): bump the tanstack-query group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4144 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.5 to 22.13.8 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4138 - build(deps-dev): bump happy-dom from 17.1.8 to 17.1.9 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4149 - build(deps-dev): bump typescript from 5.7.3 to 5.8.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4148 - build(deps): bump valibot from 1.0.0-rc.2 to 1.0.0-rc.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4150 - build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.6 to 2.0.10 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4151 - build(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4152 - build(deps): bump [@&#8203;vector-im/compound-design-tokens](https://github.com/vector-im/compound-design-tokens) from 4.0.0 to 4.0.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4157 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4156 - build(deps-dev): bump happy-dom from 17.1.9 to 17.2.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4154 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.8 to 22.13.9 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4147 - Update Ring to 0.17.13 to fix RUSTSEC-2025-0009 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4159 - build(deps): bump the tanstack-router group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4153 - build(deps): bump convert_case from 0.7.1 to 0.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4168 - build(deps): bump bitflags from 2.8.0 to 2.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4167 - build(deps): bump uuid from 1.14.0 to 1.15.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4166 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4164 - build(deps-dev): bump [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin) from 1.112.18 to 1.112.19 in /frontend in the tanstack-router group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4163 - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4160 - build(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.6.4 to 4.7.0 in /frontend in the graphql-codegen group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4162 - build(deps-dev): bump vite from 6.2.0 to 6.2.1 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4161 - build(deps): bump the tanstack-router group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4174 - build(deps): bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4181 - build(deps): bump swagger-ui-dist from 5.20.0 to 5.20.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4186 - build(deps-dev): bump autoprefixer from 10.4.20 to 10.4.21 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4185 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.8 to 22.13.10 in /tools/syn2mas in the development group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4187 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.9 to 22.13.10 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4183 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4182 - build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.10 to 2.0.11 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4180 - build(deps): bump bytes from 1.10.0 to 1.10.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4179 - build(deps): bump wiremock from 0.6.2 to 0.6.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4178 - build(deps): bump minijinja from 2.7.0 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4177 - build(deps): bump tokio from 1.43.0 to 1.44.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4192 - build(deps): bump lettre from 0.11.14 to 0.11.15 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4189 - build(deps-dev): bump happy-dom from 17.2.2 to 17.4.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4190 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4188 - build(deps): bump tokio-rustls from 0.26.1 to 0.26.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4191 - build(deps): bump chrono from 0.4.39 to 0.4.40 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4196 - build(deps): bump time from 0.3.37 to 0.3.39 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4195 - build(deps): bump console from 0.15.10 to 0.15.11 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4194 - build(deps): bump valibot from 1.0.0-rc.3 to 1.0.0-rc.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4207 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4205 - build(deps): bump [@&#8203;babel/runtime](https://github.com/babel/runtime) from 7.26.7 to 7.26.10 in /frontend in the npm_and_yarn group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4200 - build(deps): bump http from 1.2.0 to 1.3.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4201 - build(deps): bump minijinja-contrib from 2.7.0 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4202 - build(deps): bump http-body-util from 0.1.2 to 0.1.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4203 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4204 - build(deps): bump reqwest from 0.12.12 to 0.12.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4214 - build(deps): bump serde from 1.0.218 to 1.0.219 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4213 - build(deps): bump indexmap from 2.7.1 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4212 - build(deps): bump the production group in /tools/syn2mas with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4210 - build(deps-dev): bump happy-dom from 17.4.3 to 17.4.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4206 - build(deps-dev): bump knip from 5.45.0 to 5.46.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4222 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.6.4 to 7.7.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4221 - build(deps-dev): bump [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools) from 1.114.17 to 1.114.18 in /frontend in the tanstack-router group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4220 - build(deps): bump tokio-util from 0.7.13 to 0.7.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4218 - build(deps): bump thiserror from 2.0.11 to 2.0.12 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4217 - build(deps): bump psl from 2.1.86 to 2.1.93 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4216 - build(deps): bump i18next from 24.2.2 to 24.2.3 in /frontend in the i18next group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4219 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.7.0 to 7.7.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4233 - build(deps-dev): bump vite from 6.2.1 to 6.2.2 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4230 - build(deps): bump rsa from 0.9.7 to 0.9.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4227 - build(deps-dev): bump [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools) from 1.114.18 to 1.114.21 in /frontend in the tanstack-router group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4231 - build(deps): bump anyhow from 1.0.96 to 1.0.97 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4228 - build(deps): bump docker/login-action from 3.3.0 to 3.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4226 - build(deps): bump tokio from 1.44.0 to 1.44.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4229 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4232 - build(deps): bump base64ct from 1.6.0 to 1.7.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4240 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4238 - build(deps): bump indoc from 2.0.5 to 2.0.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4237 - build(deps): bump sea-query from 0.32.2 to 0.32.3 in the sea-query group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4236 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4235 - build(deps): bump uuid from 1.15.1 to 1.16.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4245 - build(deps): bump insta from 1.42.1 to 1.42.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4244 - build(deps): bump psl from 2.1.93 to 2.1.94 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4242 - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4248 - build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4247 - build(deps): bump rustls-platform-verifier from 0.5.0 to 0.5.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4252 - build(deps): bump async-trait from 0.1.87 to 0.1.88 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4251 - build(deps): bump aide from 0.14.1 to 0.14.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4250 - build(deps): bump clap from 4.5.30 to 4.5.32 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4265 - build(deps-dev): bump [@&#8203;types/react](https://github.com/types/react) from 19.0.10 to 19.0.11 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4264 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4263 - build(deps): bump psl from 2.1.94 to 2.1.95 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4262 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4259 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4261 - build(deps): bump time from 0.3.39 to 0.3.40 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4260 - build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4276 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.7.2 to 7.8.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4277 - build(deps): bump async-graphql from 7.0.15 to 7.0.16 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4278 - build(deps-dev): bump [@&#8203;types/react](https://github.com/types/react) from 19.0.11 to 19.0.12 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4275 - build(deps): bump psl from 2.1.95 to 2.1.96 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4273 - build(deps): bump reqwest from 0.12.14 to 0.12.15 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4272 - build(deps): bump valibot from 1.0.0-rc.4 to 1.0.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4271 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4270 - build(deps): bump the production group in /tools/syn2mas with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4254 - build(deps): bump time from 0.3.40 to 0.3.41 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4288 - build(deps-dev): bump vite from 6.2.2 to 6.2.3 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4287 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4286 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.10 to 22.13.11 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4281 - build(deps-dev): bump the development group in /tools/syn2mas with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4285 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4280 - build(deps): bump mozilla-actions/sccache-action from 0.0.8 to 0.0.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4305 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.8.0 to 7.10.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4308 - build(deps): bump psl from 2.1.96 to 2.1.97 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4307 - build(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.7.0 to 4.8.0 in /frontend in the graphql-codegen group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4304 - build(deps): bump clap from 4.5.32 to 4.5.34 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4303 - build(deps-dev): bump knip from 5.46.0 to 5.46.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4299 - build(deps): bump pest from 2.7.15 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4297 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4295 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.11 to 22.13.13 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4296 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4321 - build(deps-dev): bump the vitest group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4317 - build(deps): bump psl from 2.1.97 to 2.1.98 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4316 - build(deps): bump socket2 from 0.5.8 to 0.5.9 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4315 - build(deps): bump pest_derive from 2.7.15 to 2.8.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4314 - build(deps): bump the axum group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4313 - build(deps-dev): bump vite from 6.2.3 to 6.2.4 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4318 - build(deps): bump minijinja from 2.8.0 to 2.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4327 - build(deps): bump hyper-util from 0.1.10 to 0.1.11 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4326 - build(deps-dev): bump knip from 5.46.2 to 5.46.4 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4325 - build(deps-dev): bump [@&#8203;tanstack/react-query-devtools](https://github.com/tanstack/react-query-devtools) from 5.71.1 to 5.71.2 in /frontend in the tanstack-query group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4323 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4320 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.14 to 22.13.16 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4324 - build(deps-dev): bump vite from 6.2.4 to 6.2.5 in /frontend in the npm_and_yarn group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4341 - build(deps-dev): bump the storybook group in /frontend with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4338 - build(deps): bump tar-fs from 2.1.1 to 2.1.2 in /tools/syn2mas in the npm_and_yarn group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4309 - build(deps): bump yaml from 2.7.0 to 2.7.1 in /tools/syn2mas in the production group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4311 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.13 to 22.13.14 in /tools/syn2mas in the development group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4312 - build(deps): bump clap from 4.5.34 to 4.5.35 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4329 - build(deps): bump minijinja-contrib from 2.8.0 to 2.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4330 - build(deps-dev): bump knip from 5.46.4 to 5.46.5 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4334 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4333 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4332 - build(deps-dev): bump the development group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4345 - build(deps): bump the react group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4331 - build(deps): bump swagger-ui-dist from 5.20.1 to 5.20.6 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4348 - build(deps): bump indexmap from 2.8.0 to 2.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4350 - build(deps): bump tokio from 1.44.1 to 1.44.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4351 - build(deps-dev): bump [@&#8203;testing-library/react](https://github.com/testing-library/react) from 16.2.0 to 16.3.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4349 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.13.17 to 22.14.0 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4346 - Bump all Rust dependencies by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4354 - build(deps): bump [@&#8203;vector-im/compound-web](https://github.com/vector-im/compound-web) from 7.10.0 to 7.10.1 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4347 - Upgrade Rust to 1.86.0 by [@&#8203;sandhose](https://github.com/sandhose) in https://github.com/element-hq/matrix-authentication-service/pull/4355 - build(deps): bump ruma-common from 0.15.1 to 0.15.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4364 - build(deps): bump psl from 2.1.98 to 2.1.99 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4368 - build(deps): bump swagger-ui-dist from 5.20.6 to 5.20.7 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4363 - build(deps): bump vergen-gitcl from 1.0.5 to 1.0.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4376 - build(deps-dev): bump typescript from 5.8.2 to 5.8.3 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4360 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4361 - build(deps-dev): bump knip from 5.46.5 to 5.48.0 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4374 - build(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in the cargo group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4384 - build(deps): bump rustls from 0.23.25 to 0.23.26 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4383 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4359 - build(deps): bump vergen-gitcl from 1.0.7 to 1.0.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4389 - build(deps): bump opentelemetry-prometheus from 0.29.0 to 0.29.1 in the opentelemetry group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4388 - build(deps-dev): bump vite from 6.2.5 to 6.2.6 in /frontend in the vite group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4379 - build(deps-dev): bump knip from 5.48.0 to 5.50.2 in /frontend by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4390 - build(deps-dev): bump [@&#8203;types/react-dom](https://github.com/types/react-dom) from 19.1.1 to 19.1.2 in /frontend in the types group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4380 - build(deps): bump actions/setup-node from 4.3.0 to 4.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4400 - build(deps-dev): bump the types group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4398 - build(deps): bump the tanstack-query group in /frontend with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4397 - build(deps): bump the tanstack-router group in /frontend with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4396 - build(deps): bump sqlx from 0.8.3 to 0.8.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4404 - build(deps): bump clap from 4.5.35 to 4.5.36 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4403 - build(deps): bump anyhow from 1.0.97 to 1.0.98 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4402 - build(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 22.14.0 to 22.14.1 in /tools/syn2mas in the development group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4395 - build(deps): bump psl from 2.1.99 to 2.1.100 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/element-hq/matrix-authentication-service/pull/4401 </details> #### New Contributors * @&#8203;kieranlane made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4258 * @&#8203;uhoreg made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4268 * @&#8203;mcalinghee made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4337 * @&#8203;speatzle made their first contribution in https://github.com/element-hq/matrix-authentication-service/pull/4353 **Full Changelog**: https://github.com/element-hq/matrix-authentication-service/compare/v0.14.1...v0.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjAtbmV4dC4xIiwidXBkYXRlZEluVmVyIjoiNDAuMC4wLW5leHQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
wrenix added 1 commit 2025-04-24 11:35:49 +00:00
wrenix scheduled this pull request to auto merge when all checks succeed 2025-04-24 11:35:49 +00:00
wrenix force-pushed renovate/ghcr.io-element-hq-matrix-authentication-service-0.x from 209bb57170 to 01fcab0f9b 2025-04-24 16:36:12 +00:00 Compare
wrenix force-pushed renovate/ghcr.io-element-hq-matrix-authentication-service-0.x from 01fcab0f9b to 629c35755d 2025-04-24 17:06:00 +00:00 Compare
This pull request can be merged automatically.
This branch is out-of-date with the base branch
The changes on this branch are already on the target branch. This will be an empty commit.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-element-hq-matrix-authentication-service-0.x:renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git checkout renovate/ghcr.io-element-hq-matrix-authentication-service-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git checkout renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git rebase main
git checkout main
git merge --ff-only renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git checkout renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git rebase main
git checkout main
git merge --no-ff renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git checkout main
git merge --squash renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git checkout main
git merge --ff-only renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git checkout main
git merge renovate/ghcr.io-element-hq-matrix-authentication-service-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wrenix/helm-charts#363
No description provided.