Website: refresh yarn.lock dependencies (close 8 dependabot PRs) - #1919
Open
robhogan wants to merge 1 commit into
Open
Website: refresh yarn.lock dependencies (close 8 dependabot PRs)#1919robhogan wants to merge 1 commit into
robhogan wants to merge 1 commit into
Conversation
Delete `website/yarn.lock` and run `yarn` to refresh, picking up the patched versions Dependabot has been raising individual PRs against. The website is a static Docusaurus build and is not published, so these are all build-time dependencies. Versions relevant to the open PRs: | package | before | after | |---|---|---| | `brace-expansion` | 1.1.17 | 1.1.18 | | `colord` | 2.9.3 | 2.10.0 | | `dompurify` | 3.4.12 | 3.4.15 | | `fast-uri` | 3.1.4 | 3.1.7 | | `js-yaml` | 4.3.0 | 4.3.2 | | `mermaid` | 10.9.6 | 10.9.8 | | `nanoid` | 3.3.16 | 3.3.18 | | `svgo` | 3.3.4 | 3.3.5 | `dompurify` and `js-yaml` land ahead of the requested versions, the rest exactly on them. Closes: react#1807 Closes: react#1809 Closes: react#1810 Closes: react#1856 Closes: react#1857 Closes: react#1900 Closes: react#1916 Closes: react#1921 Changelog: [Internal]
robhogan
force-pushed
the
website-lockfile-refresh
branch
from
September 10, 2026 07:34
2cd353d to
813de32
Compare
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.
Summary
Delete
website/yarn.lockand runyarnto refresh dependencies, picking up the versions requested by the open Dependabot PRs below. Same approach as 09928f8. The website is a static Docusaurus build, so these are all build-time dependencies.Versions relevant to the open PRs:
brace-expansionmermaiddompurifyjs-yamlnanoidfast-uricolordsvgodompurifyandjs-yamlland ahead of the requested versions, the rest exactly on them.Closes: #1807
Closes: #1809
Closes: #1810
Closes: #1856
Closes: #1857
Closes: #1900
Closes: #1916
Closes: #1921
Test plan
Verified each of the eight target versions is satisfied in the regenerated lockfile.
yarn buildinwebsite/succeeds with the refreshed lockfile, and succeeds identically with the original - same output, same set of pre-existing broken-anchor warnings. No regression from the refresh.