chore(deps): bump matrix-js-sdk from 36.2.0 to 38.2.0 in /tools/matrix-bot in the npm_and_yarn group across 1 directory#318
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the npm_and_yarn group with 1 update in the /tools/matrix-bot directory: [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk). Updates `matrix-js-sdk` from 36.2.0 to 38.2.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@v36.2.0...v38.2.0) --- updated-dependencies: - dependency-name: matrix-js-sdk dependency-version: 38.2.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
✅ Deploy Preview for graypaper-reader ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
|
Closing in favor of a single combined dependency update PR. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
tomusdrw
added a commit
that referenced
this pull request
Mar 25, 2026
Update all project dependencies including major version bumps: - @biomejs/biome 1.8.3 → 2.4.8 (with config migration) - vite 6.3.6 → 8.0.2, @vitejs/plugin-react 5.0.1 → 6.0.1 - typescript 5.8.3 → 6.0.2, vitest 3.1.2 → 4.1.1 - pdfjs-dist 4.5.136 → 5.5.207 (API change: canvas param now required) - jspdf 3.0.1 → 4.2.1 (removed @types/jspdf stub) - lucide-react 0.554.0 → 1.6.0 - react 19.1.0 → 19.2.4, react-dom 19.2.0 → 19.2.4 - @commitlint/cli 19.8.1 → 20.5.0 - tailwindcss/postcss/vite 4.1.x → 4.2.2 - @types/node 22.x → 25.x across workspace packages - All other dependencies bumped to latest Also removes unused dependencies: @fluffylabs/migrate-selection, @fluffylabs/synctex-store, @fluffylabs/types, @types/jspdf. Closes #368, #364, #363, #318, #206, #204. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 tasks
tomusdrw
added a commit
that referenced
this pull request
Mar 25, 2026
* chore(deps): update all dependencies to latest versions Update all project dependencies including major version bumps: - @biomejs/biome 1.8.3 → 2.4.8 (with config migration) - vite 6.3.6 → 8.0.2, @vitejs/plugin-react 5.0.1 → 6.0.1 - typescript 5.8.3 → 6.0.2, vitest 3.1.2 → 4.1.1 - pdfjs-dist 4.5.136 → 5.5.207 (API change: canvas param now required) - jspdf 3.0.1 → 4.2.1 (removed @types/jspdf stub) - lucide-react 0.554.0 → 1.6.0 - react 19.1.0 → 19.2.4, react-dom 19.2.0 → 19.2.4 - @commitlint/cli 19.8.1 → 20.5.0 - tailwindcss/postcss/vite 4.1.x → 4.2.2 - @types/node 22.x → 25.x across workspace packages - All other dependencies bumped to latest Also removes unused dependencies: @fluffylabs/migrate-selection, @fluffylabs/synctex-store, @fluffylabs/types, @types/jspdf. Closes #368, #364, #363, #318, #206, #204. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(ci): update Playwright Docker image and add Node version constraint - Bump Playwright Docker image from v1.55.1 to v1.58.2 to match @playwright/test dependency - Add .node-version file (Node 22) for Netlify deploy compatibility with Vite 8 (requires Node 20.19+ or 22.12+) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: update visual regression snapshots for dependency updates Regenerated all 30 Linux snapshots to match rendering changes from updated dependencies (pdfjs-dist 5, lucide-react 1.x, radix-ui, tailwindcss 4.2, Playwright 1.58). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: add Node.js engine constraint for Vite 8 compatibility Vite 8 requires Node.js 20.19+ or 22.12+. Declare this in engines so npm warns on incompatible runtimes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: rename .sidebar class to avoid pdfjs-dist v5 CSS clash pdfjs-dist v5 ships a global .sidebar class with border, background, box-shadow, border-radius, backdrop-filter, and fixed width — all of which override our sidebar layout. Rename to .gp-sidebar to avoid the conflict. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: regenerate visual snapshots after sidebar CSS fix Clean Docker rebuild to ensure .gp-sidebar rename is reflected in all snapshot baselines. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: regenerate snapshots on linux/amd64 to match CI Previous snapshots were generated on aarch64 (ARM), causing font rendering differences vs CI's amd64 runners. Rebuilt with --platform linux/amd64 for pixel-perfect match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * ci: auto-update visual snapshots on PRs before verification On PRs, run --update-snapshots first to regenerate baselines on native amd64, commit if changed, then run verification. This avoids architecture-dependent rendering differences when generating snapshots on ARM Macs with Docker emulation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: auto-update visual regression snapshots * fix(ci): mount tests dir in verification step for updated snapshots The verification step was using snapshots baked into the Docker image (from before the update), not the freshly updated ones on the host. Mount the tests directory so verification uses the correct baselines. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 1 update in the /tools/matrix-bot directory: matrix-js-sdk.
Updates
matrix-js-sdkfrom 36.2.0 to 38.2.0Release notes
Sourced from matrix-js-sdk's releases.
... (truncated)
Changelog
Sourced from matrix-js-sdk's changelog.
... (truncated)
Commits
4a9006av38.2.043c72d5Merge commit from forkff89c9ev38.1.0b32619av38.1.0-rc.03d3c3baFixm.topicformat (#4984)d62c658Remove customorg.matrix.msc4075.rtc.notification.parentrelation type (#4979)bdc4a69Fix stable-suffixed MSC4133 support (#4983)ab89242Fix thread edit aggregation race condition (#4980)ed607c4Merge branch 'master' into developa8d75b8v38.0.0You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.