build(deps): consolidate Dependabot dependency bumps#1012
Merged
Conversation
Roll up open Dependabot PRs #988, #995-#997, #1000-#1001, #1002, #1004, #1009, #1010, and #1011 into one change set. - npm: Docusaurus 3.10.1, React 19.2.6, and lockfile updates (webpack-dev-server, qs, express) - actions: crowdin/github-action v2.16.2, hashicorp/vault-action v4, docker/login-action v4.1.0, docker/build-push-action v7.1.0 Co-authored-by: Cursor <cursoragent@cursor.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ddd4d4a. Configure here.
Pin login and build-push to @v4/@v7 to match setup-qemu, setup-buildx, and metadata-action. Co-authored-by: Cursor <cursoragent@cursor.com>
Review deploy/delete and Crowdin workflows depend on Vault secrets in env. Co-authored-by: Cursor <cursoragent@cursor.com>
danieljperry
approved these changes
May 28, 2026
Contributor
danieljperry
left a comment
There was a problem hiding this comment.
It's working for me with these updates in place.
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.

Roll up open Dependabot PRs #988, #995-#997, #1000-#1001, #1002, #1004, #1009, #1010, and #1011 into one change set.
npm: Docusaurus 3.10.1, React 19.2.6, and lockfile updates (webpack-dev-server, qs, express)
actions: crowdin/github-action v2.16.2, hashicorp/vault-action v4, docker/login-action v4.1.0, docker/build-push-action v7.1.0
Note
Medium Risk
CI secret export behavior changes with Vault action v4, and the Node 24+ plus dev-server/selfsigned dependency shifts could affect local builds and review deploys if environments are still on older Node.
Overview
This PR rolls multiple Dependabot updates into one change set for the docs site and its CI.
npm:
@docusaurus/*moves to 3.10.1, React to 19.2.6, and the root Node engine requirement is raised to >=24.14.1.package-lock.jsonpicks up a wide transitive refresh (Babel 7.29.x, webpack-dev-server/terser-plugin bumps,qs/express/body-parserpatches, and a new dev-cert stack viaselfsigned5.x / PKI libraries instead ofnode-forge).GitHub Actions: Crowdin and review deploy workflows use
hashicorp/vault-action@v4withexportEnv: trueso Vault-fetched secrets are exported to the job environment. Crowdin pull/push usecrowdin/github-action@v2.16.2.Reviewed by Cursor Bugbot for commit e0f584e. Bugbot is set up for automated code reviews on this repo. Configure here.