build(deps): bump matrix-js-sdk from 24.1.0 to 41.6.0#677
build(deps): bump matrix-js-sdk from 24.1.0 to 41.6.0#677dependabot[bot] wants to merge 3 commits into
Conversation
f63f717 to
99b03f1
Compare
99b03f1 to
78126b3
Compare
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 24.1.0 to 41.6.0. - [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases) - [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md) - [Commits](matrix-org/matrix-js-sdk@v24.1.0...v41.6.0) --- updated-dependencies: - dependency-name: matrix-js-sdk dependency-version: 41.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
78126b3 to
e6a98a6
Compare
|
@copilot make sure all the checks passes. Analyse the failed checks and fix them |
Head branch was pushed to by a user without write access
Fixed the failed checks in commit |
There was a problem hiding this comment.
Pull request overview
This PR upgrades matrix-js-sdk from 24.1.0 to 41.6.0 and adapts the Synapse service to load the SDK dynamically for ESM compatibility.
Changes:
- Adds a
loadMatrixSdk()dynamic import wrapper. - Refactors
SynapseServiceto await the asynchronously loaded Matrix client. - Updates tests and dependency lockfile entries for the new SDK version.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Bumps matrix-js-sdk to 41.6.0. |
package-lock.json |
Updates resolved dependency graph for the SDK upgrade. |
tsconfig.json |
Adds es2021 library support. |
src/services/synapse/matrixSdk.ts |
Introduces dynamic SDK loading helper. |
src/services/synapse/SynapseService.ts |
Switches Matrix SDK usage to async dynamic loading and type-only imports. |
src/services/synapse/SynapseService.spec.ts |
Updates tests to mock the new SDK loader. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@Junjiequan Requesting your review. |
Bumps matrix-js-sdk from 24.1.0 to 41.6.0.
Release notes
Sourced from matrix-js-sdk's releases.
... (truncated)
Changelog
Sourced from matrix-js-sdk's changelog.
... (truncated)
Commits
c32cf14v41.6.0fa4f56dv41.6.0-rc.0b125ef6Merge branch 'master' into developc90237cv41.5.0d4739cbUpdate pnpm/action-setup action to v6 (#5296)349e8c5Update dependency@typescript-eslint/parserto v8.59.2 (#5323)de8f011Update dependency@typescript-eslint/eslint-pluginto v8.59.2 (#5322)8455876Throw sane error on completeLoginOnNewDevice IdP rejection (#5321)62943bdUpdate npm non-major dependencies (#5317)9d5611cUpdate tspascoal/get-user-teams-membership action to v4 (#5320)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for matrix-js-sdk since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.