{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":384122644,"defaultBranch":"main","name":"matrix-authentication-service","ownerLogin":"matrix-org","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-07-08T12:49:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8418310?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717702567.0","currentOid":""},"activityList":{"items":[{"before":"44db1660a0dcd97a4d03c143c93f79af7c0df789","after":"6a077b7320e11394eea86de8a21f8fc367956b8c","ref":"refs/heads/dependabot/cargo/serde-1.0.203","pushedAt":"2024-06-07T11:15:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump serde from 1.0.200 to 1.0.203\n\nBumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.203.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.203)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump serde from 1.0.200 to 1.0.203"}},{"before":"d76b54b13f0f115bca38a7bfb80b554debc187a4","after":"49e8fe57f4fe7e1679afad8cd55a704d5522bfa3","ref":"refs/heads/main","pushedAt":"2024-06-07T11:14:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"reivilibre","name":null,"path":"/reivilibre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38398653?s=80&v=4"},"commit":{"message":"Improve errors when MAS contacts the Synapse homeserver (#2794)\n\n* Add some drive-by docstrings\r\n\r\n* Change text rendering of catch_http_codes::HttpError\r\n\r\nUsing `#[source]` is unnatural here because it makes it look like\r\ntwo distinct errors (one being a cause of the other),\r\nwhen in reality it is just one error, with 2 parts.\r\n\r\nUsing `Display` formatting for that leads to a more natural error.\r\n\r\n* Add constraints to `catch_http_code{,s}` methods\r\n\r\nNot strictly required, but does two things:\r\n\r\n- documents what kind of function is expected\r\n- provides a small extra amount of type enforcement at the call site,\r\n rather than later on when you find the result doesn't implement Service\r\n\r\n* Add a `catch_http_errors` shorthand\r\n\r\nNothing major, just a quality of life improvement so you don't have to\r\nrepetitively write out what a HTTP error is\r\n\r\n* Unexpected error page: remove leading whitespace from preformatted 'details' section\r\n\r\nThe extra whitespace was probably unintentional and makes the error harder to read,\r\nparticularly when it wraps onto a new line unnecessarily\r\n\r\n* Capture and log Matrix errors received from Synapse\r\n\r\n* Drive-by clippy fix: use clamp instead of min().max()\r\n\r\n* Convert `err(Display)` to `err(Debug)` for `anyhow::Error`s in matrix-synapse support module","shortMessageHtmlLink":"Improve errors when MAS contacts the Synapse homeserver (#2794)"}},{"before":"3dcda7ffa0645098674013245a2c6a97930a0439","after":"63516137bb32296a1effa0b090f64b00b95a0741","ref":"refs/heads/rei/homeserver_error_improvements","pushedAt":"2024-06-07T11:06:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"reivilibre","name":null,"path":"/reivilibre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38398653?s=80&v=4"},"commit":{"message":"Convert `err(Display)` to `err(Debug)` for `anyhow::Error`s in matrix-synapse support module","shortMessageHtmlLink":"Convert err(Display) to err(Debug) for anyhow::Errors in matrix…"}},{"before":"81af815456dc5d63fa808cc9c7ecd3e0557664d3","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/tanstack-router-3bf883511a","pushedAt":"2024-06-06T19:36:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"bf7645d92a6d24519489eefda589e227a4b3dfa7","ref":"refs/heads/dependabot/npm_and_yarn/frontend/tanstack-router-ac1d7aff0b","pushedAt":"2024-06-06T19:36:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump the tanstack-router group across 1 directory with 3 updates\n\nBumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).\n\n\nUpdates `@tanstack/react-router` from 1.31.27 to 1.35.3\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.35.3/packages/react-router)\n\nUpdates `@tanstack/router-devtools` from 1.31.27 to 1.35.3\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.35.3/packages/router-devtools)\n\nUpdates `@tanstack/router-vite-plugin` from 1.31.18 to 1.34.8\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.34.8/packages/router-vite-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tanstack/react-router\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-devtools\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-vite-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the tanstack-router group across 1 directory with 3…"}},{"before":"b10db7ef96cd3365ce49e0088a2eec857fa99c78","after":"81af815456dc5d63fa808cc9c7ecd3e0557664d3","ref":"refs/heads/dependabot/npm_and_yarn/frontend/tanstack-router-3bf883511a","pushedAt":"2024-06-05T20:43:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump the tanstack-router group across 1 directory with 3 updates\n\nBumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).\n\n\nUpdates `@tanstack/react-router` from 1.31.27 to 1.35.1\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.35.1/packages/react-router)\n\nUpdates `@tanstack/router-devtools` from 1.31.27 to 1.35.1\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.35.1/packages/router-devtools)\n\nUpdates `@tanstack/router-vite-plugin` from 1.31.18 to 1.34.8\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.34.8/packages/router-vite-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tanstack/react-router\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-devtools\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-vite-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the tanstack-router group across 1 directory with 3…"}},{"before":"8ac1a97f633224fecd5a023fb5f0ce60601b5b47","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/types-2d5c7f5141","pushedAt":"2024-06-05T19:46:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"e418a23dced4f1110957fe27736369721561f657","ref":"refs/heads/dependabot/npm_and_yarn/frontend/types-94685d1e47","pushedAt":"2024-06-05T19:46:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump the types group across 1 directory with 2 updates\n\nBumps the types group with 2 updates in the /frontend directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).\n\n\nUpdates `@types/node` from 20.12.10 to 20.14.2\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.3.1 to 18.3.3\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: types\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: types\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump the types group across 1 directory with 2 updates"}},{"before":"f87b63830b05ea0d2534afea2018bc087b8e2232","after":"f8c3dd92e121902c65da10feb0259abfc3a551e7","ref":"refs/heads/dependabot/npm_and_yarn/frontend/eslint-6e9da18d7a","pushedAt":"2024-06-05T19:45:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump eslint\n\nBumps the eslint group with 1 update in the /frontend directory: [eslint](https://github.com/eslint/eslint).\n\n\nUpdates `eslint` from 8.57.0 to 9.4.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: eslint\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump eslint"}},{"before":"66af33ed46be0900f01746200ea39f1bc0b1698e","after":null,"ref":"refs/heads/dependabot/cargo/psl-2.1.41","pushedAt":"2024-06-05T19:26:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"ba2d15fe6a5fc5b5199e8d7fed435df05ea92706","ref":"refs/heads/dependabot/cargo/psl-2.1.42","pushedAt":"2024-06-05T19:26:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump psl from 2.1.37 to 2.1.42\n\nBumps [psl](https://github.com/addr-rs/psl) from 2.1.37 to 2.1.42.\n- [Release notes](https://github.com/addr-rs/psl/releases)\n- [Commits](https://github.com/addr-rs/psl/compare/v2.1.37...v2.1.42)\n\n---\nupdated-dependencies:\n- dependency-name: psl\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump psl from 2.1.37 to 2.1.42"}},{"before":"b9f7d226f86cdd4d4940cb58703d2136873e3898","after":"924759159eef3f75152e6dca2fd29ed30e7da3fa","ref":"refs/heads/dependabot/cargo/opentelemetry-f87e0f4791","pushedAt":"2024-06-05T19:24:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump the opentelemetry group with 5 updates\n\nBumps the opentelemetry group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [opentelemetry-jaeger-propagator](https://github.com/open-telemetry/opentelemetry-rust) | `0.1.0` | `0.2.0` |\n| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.15.0` | `0.16.0` |\n| [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust) | `0.15.0` | `0.16.0` |\n| [opentelemetry-stdout](https://github.com/open-telemetry/opentelemetry-rust) | `0.3.0` | `0.4.0` |\n| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.22.1` | `0.23.0` |\n\n\nUpdates `opentelemetry-jaeger-propagator` from 0.1.0 to 0.2.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)\n- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-jaeger-propagator-0.1.0...opentelemetry-jaeger-propagator-0.2.0)\n\nUpdates `opentelemetry-otlp` from 0.15.0 to 0.16.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)\n- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-otlp-0.15.0...opentelemetry-otlp-0.16.0)\n\nUpdates `opentelemetry-prometheus` from 0.15.0 to 0.16.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)\n- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-prometheus-0.15.0...opentelemetry-prometheus-0.16.0)\n\nUpdates `opentelemetry-stdout` from 0.3.0 to 0.4.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)\n- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-stdout-0.3.0...opentelemetry-stdout-0.4.0)\n\nUpdates `opentelemetry_sdk` from 0.22.1 to 0.23.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)\n- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.22.1...opentelemetry-0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: opentelemetry-jaeger-propagator\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: opentelemetry\n- dependency-name: opentelemetry-otlp\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: opentelemetry\n- dependency-name: opentelemetry-prometheus\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: opentelemetry\n- dependency-name: opentelemetry-stdout\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: opentelemetry\n- dependency-name: opentelemetry_sdk\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: opentelemetry\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the opentelemetry group with 5 updates"}},{"before":"954823b0f2c476f30d9dfc49127388d2efea043b","after":null,"ref":"refs/heads/dependabot/cargo/sentry-240ec7e942","pushedAt":"2024-06-05T19:22:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"1f44483a0b8374fde92ad49542b4de4d882bdc0d","ref":"refs/heads/dependabot/cargo/sentry-d3b661efe7","pushedAt":"2024-06-05T19:22:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump the sentry group across 1 directory with 3 updates\n\nBumps the sentry group with 3 updates in the / directory: [sentry](https://github.com/getsentry/sentry-rust), [sentry-tracing](https://github.com/getsentry/sentry-rust) and [sentry-tower](https://github.com/getsentry/sentry-rust).\n\n\nUpdates `sentry` from 0.31.8 to 0.34.0\n- [Release notes](https://github.com/getsentry/sentry-rust/releases)\n- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/getsentry/sentry-rust/compare/0.31.8...0.34.0)\n\nUpdates `sentry-tracing` from 0.31.8 to 0.34.0\n- [Release notes](https://github.com/getsentry/sentry-rust/releases)\n- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/getsentry/sentry-rust/compare/0.31.8...0.34.0)\n\nUpdates `sentry-tower` from 0.31.8 to 0.34.0\n- [Release notes](https://github.com/getsentry/sentry-rust/releases)\n- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/getsentry/sentry-rust/compare/0.31.8...0.34.0)\n\n---\nupdated-dependencies:\n- dependency-name: sentry\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sentry\n- dependency-name: sentry-tracing\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sentry\n- dependency-name: sentry-tower\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sentry\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the sentry group across 1 directory with 3 updates"}},{"before":"20bde3205fe108157887069fee023258e1db5551","after":null,"ref":"refs/heads/rei/password_change_api","pushedAt":"2024-06-05T17:04:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"reivilibre","name":null,"path":"/reivilibre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38398653?s=80&v=4"}},{"before":"fa0dec737bd2988e00f8d7d742bc56d60d6e8fbd","after":"d76b54b13f0f115bca38a7bfb80b554debc187a4","ref":"refs/heads/main","pushedAt":"2024-06-05T17:04:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"reivilibre","name":null,"path":"/reivilibre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38398653?s=80&v=4"},"commit":{"message":"Add a `setPassword` GraphQL mutation for setting a user's password (#2820)\n\n* Feed `PasswordManager` through to the GraphQL `State`\r\n\r\n* Add `setPassword` GraphQL mutation to update a user's password","shortMessageHtmlLink":"Add a setPassword GraphQL mutation for setting a user's password (#…"}},{"before":"e70ecc040f60c0ca2a835434fb059fca8bc77a19","after":"20bde3205fe108157887069fee023258e1db5551","ref":"refs/heads/rei/password_change_api","pushedAt":"2024-06-05T16:54:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"reivilibre","name":null,"path":"/reivilibre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38398653?s=80&v=4"},"commit":{"message":"Add `setPassword` GraphQL mutation to update a user's password","shortMessageHtmlLink":"Add setPassword GraphQL mutation to update a user's password"}},{"before":"1421c38b08b8c47e1c5b84ef92ecdc4e5afa5269","after":"e70ecc040f60c0ca2a835434fb059fca8bc77a19","ref":"refs/heads/rei/password_change_api","pushedAt":"2024-06-05T13:20:26.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"reivilibre","name":null,"path":"/reivilibre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38398653?s=80&v=4"},"commit":{"message":"fixup! Add `setPassword` GraphQL mutation to update a user's password","shortMessageHtmlLink":"fixup! Add setPassword GraphQL mutation to update a user's password"}},{"before":"0514b215e41da8d41e80df12283e333189447de3","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/tanstack-router-c8767d5aa6","pushedAt":"2024-06-04T19:54:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"b10db7ef96cd3365ce49e0088a2eec857fa99c78","ref":"refs/heads/dependabot/npm_and_yarn/frontend/tanstack-router-3bf883511a","pushedAt":"2024-06-04T19:54:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump the tanstack-router group across 1 directory with 3 updates\n\nBumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).\n\n\nUpdates `@tanstack/react-router` from 1.31.27 to 1.35.1\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.35.1/packages/react-router)\n\nUpdates `@tanstack/router-devtools` from 1.31.27 to 1.35.1\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.35.1/packages/router-devtools)\n\nUpdates `@tanstack/router-vite-plugin` from 1.31.18 to 1.34.8\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.34.8/packages/router-vite-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tanstack/react-router\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-devtools\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-vite-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the tanstack-router group across 1 directory with 3…"}},{"before":"57960bc2b016817372c85ec1a86bef813ae09785","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/types-fe69f8d39e","pushedAt":"2024-06-04T19:54:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8ac1a97f633224fecd5a023fb5f0ce60601b5b47","ref":"refs/heads/dependabot/npm_and_yarn/frontend/types-2d5c7f5141","pushedAt":"2024-06-04T19:54:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump the types group across 1 directory with 2 updates\n\nBumps the types group with 2 updates in the /frontend directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).\n\n\nUpdates `@types/node` from 20.12.10 to 20.14.1\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.3.1 to 18.3.3\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: types\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: types\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump the types group across 1 directory with 2 updates"}},{"before":null,"after":"1421c38b08b8c47e1c5b84ef92ecdc4e5afa5269","ref":"refs/heads/rei/password_change_api","pushedAt":"2024-06-04T17:15:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"reivilibre","name":null,"path":"/reivilibre","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38398653?s=80&v=4"},"commit":{"message":"fixup! Add `setPassword` GraphQL mutation to update a user's password","shortMessageHtmlLink":"fixup! Add setPassword GraphQL mutation to update a user's password"}},{"before":"e912f9b8b72aba60d03bc69d91fac6db6cf2b6e1","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/testing-library/react-15.0.7","pushedAt":"2024-06-03T19:56:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"232ec248db2b49bbb222cbefa623b96e6fe3a2a9","ref":"refs/heads/dependabot/npm_and_yarn/frontend/testing-library/react-16.0.0","pushedAt":"2024-06-03T19:56:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump @testing-library/react in /frontend\n\nBumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.6 to 16.0.0.\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v15.0.6...v16.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump @testing-library/react in /frontend"}},{"before":"de0626b7730408bedba524ef807d1ac7635c8e8c","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/tanstack-router-9342e0f935","pushedAt":"2024-06-03T19:43:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0514b215e41da8d41e80df12283e333189447de3","ref":"refs/heads/dependabot/npm_and_yarn/frontend/tanstack-router-c8767d5aa6","pushedAt":"2024-06-03T19:43:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump the tanstack-router group across 1 directory with 3 updates\n\nBumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).\n\n\nUpdates `@tanstack/react-router` from 1.31.27 to 1.34.9\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.34.9/packages/react-router)\n\nUpdates `@tanstack/router-devtools` from 1.31.27 to 1.34.9\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.34.9/packages/router-devtools)\n\nUpdates `@tanstack/router-vite-plugin` from 1.31.18 to 1.34.8\n- [Release notes](https://github.com/TanStack/router/releases)\n- [Commits](https://github.com/TanStack/router/commits/v1.34.8/packages/router-vite-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tanstack/react-router\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-devtools\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n- dependency-name: \"@tanstack/router-vite-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: tanstack-router\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump the tanstack-router group across 1 directory with 3…"}},{"before":"b6c083e64f4fd8cd4fbee9ac244870ccaa742bb9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/types-6c74dc9ecf","pushedAt":"2024-06-03T19:43:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"57960bc2b016817372c85ec1a86bef813ae09785","ref":"refs/heads/dependabot/npm_and_yarn/frontend/types-fe69f8d39e","pushedAt":"2024-06-03T19:43:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps-dev): bump the types group across 1 directory with 2 updates\n\nBumps the types group with 2 updates in the /frontend directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).\n\n\nUpdates `@types/node` from 20.12.10 to 20.14.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.3.1 to 18.3.3\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: types\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: types\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps-dev): bump the types group across 1 directory with 2 updates"}},{"before":"afce6fc0b2d2eca4c31641b796260afe05b2bca9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/frontend/eslint-22f456e011","pushedAt":"2024-06-03T19:43:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXyNnYQA","startCursor":null,"endCursor":null}},"title":"Activity · matrix-org/matrix-authentication-service"}