Skip to content

Bump uuid and matrix-js-sdk#59

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-bd72c05046
Closed

Bump uuid and matrix-js-sdk#59
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-bd72c05046

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Removes uuid. It's no longer used after updating ancestor dependency matrix-js-sdk. These dependencies need to be updated together.

Removes uuid

Updates matrix-js-sdk from 34.13.0 to 41.5.0-rc.0

Release notes

Sourced from matrix-js-sdk's releases.

v41.5.0-rc.0

✨ Features

v41.4.0

✨ Features

  • Handle secret pushing for key backups (#5189). Contributed by @​uhoreg.
  • Add support for m.recent_emoji account data event (#5280). Contributed by @​t3chguy.
  • Adapt LiveKit Identity hash calculation to latest MSC4195 update (#5268). Contributed by @​fkwp.
  • Support the stable prefix for MSC4287 (key backup preference) (#5258). Contributed by @​andybalaam.
  • Handle response_mode=fragment in completeAuthorizationCodeGrant (#5266). Contributed by @​t3chguy.
  • Allow generating OIDC URIs with response_mode=fragment (#5265). Contributed by @​t3chguy.
  • Expose UserVerificationStatus.known flag (#5255). Contributed by @​richvdh.

🐛 Bug Fixes

v41.4.0-rc.0

✨ Features

  • Handle secret pushing for key backups (#5189). Contributed by @​uhoreg.
  • Add support for m.recent_emoji account data event (#5280). Contributed by @​t3chguy.
  • Adapt LiveKit Identity hash calculation to latest MSC4195 update (#5268). Contributed by @​fkwp.
  • Support the stable prefix for MSC4287 (key backup preference) (#5258). Contributed by @​andybalaam.
  • Handle response_mode=fragment in completeAuthorizationCodeGrant (#5266). Contributed by @​t3chguy.
  • Allow generating OIDC URIs with response_mode=fragment (#5265). Contributed by @​t3chguy.
  • Expose UserVerificationStatus.known flag (#5255). Contributed by @​richvdh.

🐛 Bug Fixes

v41.3.0

🐛 Bug Fixes

  • Rotate the current room key when we see a member leave (#5231). Contributed by @​kaylendog.

v41.3.0-rc.0

🐛 Bug Fixes

  • Rotate the current room key when we see a member leave (#5231). Contributed by @​kaylendog.

... (truncated)

Changelog

Sourced from matrix-js-sdk's changelog.

Changes in 41.4.0 (2026-04-28)

✨ Features

  • Handle secret pushing for key backups (#5189). Contributed by @​uhoreg.
  • Add support for m.recent_emoji account data event (#5280). Contributed by @​t3chguy.
  • Adapt LiveKit Identity hash calculation to latest MSC4195 update (#5268). Contributed by @​fkwp.
  • Support the stable prefix for MSC4287 (key backup preference) (#5258). Contributed by @​andybalaam.
  • Handle response_mode=fragment in completeAuthorizationCodeGrant (#5266). Contributed by @​t3chguy.
  • Allow generating OIDC URIs with response_mode=fragment (#5265). Contributed by @​t3chguy.
  • Expose UserVerificationStatus.known flag (#5255). Contributed by @​richvdh.

🐛 Bug Fixes

Changes in 41.3.0 (2026-04-07)

🐛 Bug Fixes

  • Rotate the current room key when we see a member leave (#5231). Contributed by @​kaylendog.

Changes in 41.2.0 (2026-03-24)

✨ Features

  • Only share history if room history visibility is shared (#5216). Contributed by @​kaylendog.
  • History sharing: resume key-bundle import on restart (#5214). Contributed by @​richvdh.
  • Move CryptoApi.shareRoomHistoryWithUser to CryptoBackend (#5218). Contributed by @​richvdh.

Changes in 41.1.0 (2026-03-10)

✨ Features

  • Throw a specific error when the backup decryption key does not match the public backup (#5202). Contributed by @​andybalaam.
  • Update getUrlPreview to use /_matrix/client/v1/media/preview_url (#5191). Contributed by @​Half-Shot.

Changes in 41.0.0 (2026-02-24)

🚨 BREAKING CHANGES

✨ Features

  • Download room keys from backup prior to buliding historic room key bundles (#5171). Contributed by @​kaylendog.

... (truncated)

Commits
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 prepare script that runs during installation. Review the package contents before updating.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk). These dependencies need to be updated together.


Removes `uuid`

Updates `matrix-js-sdk` from 34.13.0 to 41.5.0-rc.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@v34.13.0...v41.5.0-rc.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 
  dependency-type: indirect
- dependency-name: matrix-js-sdk
  dependency-version: 41.5.0-rc.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

Superseded by #60.

@dependabot dependabot Bot closed this May 22, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/multi-bd72c05046 branch May 22, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants