Skip to content

Website: refresh yarn.lock dependencies (close 8 dependabot PRs) - #1919

Open
robhogan wants to merge 1 commit into
react:mainfrom
robhogan:website-lockfile-refresh
Open

Website: refresh yarn.lock dependencies (close 8 dependabot PRs)#1919
robhogan wants to merge 1 commit into
react:mainfrom
robhogan:website-lockfile-refresh

Conversation

@robhogan

@robhogan robhogan commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

Delete website/yarn.lock and run yarn to 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:

package before after PR
brace-expansion 1.1.17 1.1.18 #1807
mermaid 10.9.6 10.9.8 #1809
dompurify 3.4.12 3.4.15 #1810
js-yaml 4.3.0 4.3.2 #1856
nanoid 3.3.16 3.3.18 #1857
fast-uri 3.1.4 3.1.7 #1900
colord 2.9.3 2.10.0 #1916
svgo 3.3.4 3.3.5 #1921

dompurify and js-yaml land 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 build in website/ 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.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 9, 2026
@facebook-github-tools facebook-github-tools Bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Sep 9, 2026
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
robhogan force-pushed the website-lockfile-refresh branch from 2cd353d to 813de32 Compare September 10, 2026 07:34
@robhogan robhogan changed the title Website: refresh yarn.lock dependencies Website: refresh yarn.lock dependencies (close 8 dependabot PRs) Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant