Skip to content

[pull] main from facebook:main - #4

Open
pull[bot] wants to merge 1647 commits into
weixiabing:mainfrom
facebook:main
Open

[pull] main from facebook:main#4
pull[bot] wants to merge 1647 commits into
weixiabing:mainfrom
facebook:main

Conversation

@pull

@pull pull Bot commented Jun 13, 2022

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label Jun 13, 2022
slorber and others added 29 commits February 20, 2026 15:37
* migrate mdx unit tests to support MDX syntax instead of commonmark

* improve test structure

* improve test structure

* add md/mdx format tests for headingIds
#11756)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…X comments (#11755)

* refactor tests

* add claude todos

* stable impl

* revert eslint

* improve test

* improve type

* improve impl logic

* working and tested implementation

* refactor: apply lint autofix

* empty

* remove comments

* force usage of # in comment content

* improve the code + test edge cases

* add docs

---------

Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-10-191.us-east-2.compute.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-31-131.us-east-2.compute.internal>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#11789)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ation links (#11794)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
…iteStorageNamespacing` flag [Claude] (#11797)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…ecure contexts (#11796)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
…by default (#11802)

* feat(core): promote `future.experimental_faster` to `future.faster` + add `future.v4.fasterByDefault` flag

Stabilize the Docusaurus Faster config by removing the `experimental_` prefix.
Add a `fasterByDefault` v4 future flag that enables all faster features by default
when `v4: true` is used, allowing granular overrides. Init templates now include
`@docusaurus/faster` as a dependency since they use `v4: true`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* refactor: apply lint autofix

* fix(docs): remove broken #faster anchor link in fasterByDefault docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(ci): add Yarn PnP packageExtension for @docusaurus/bundler → @docusaurus/faster

Yarn PnP strict mode doesn't resolve optional dependencies automatically.
Add a packageExtension so @docusaurus/bundler can resolve @docusaurus/faster
in the e2e Yarn Berry tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(core): declare @docusaurus/faster as optional peer dep instead of CI packageExtension

Revert the packageExtensions workaround in the e2e CI workflow and instead
declare @docusaurus/faster as an optional peer dependency of @docusaurus/core,
matching the existing pattern in @docusaurus/bundler.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore: retrigger CI

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* empty

* add randomness to e2e test script version, to avoid using cached versions when trying to run this locally

* Rspack + PnP doesn't work, so add a warning in this case + fallback to Webpack
This should fix the e2e pnp workflows

* refactor: apply lint autofix

* typo

* typo

* revert wrong change

* also use slower minimizers

* comment

* restore snapshots

* ensure faster key resolution is always exhaustive, no hardcoding of keys

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
* Git Eager VSC: temporarily disable the error logging on init + make error message less frightening

* refactor: apply lint autofix

---------

Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…11811)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o 3.0.2 (#11810)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ction (#11819)

* add base publish workflow

* add publish workflow

* remove useless workflow job

* minor fixes

* add -yes + useful todo

* fix cmd

* chore: upgrade lerna

* v3.9.2-alpha.0

* Revert "chore: upgrade lerna"

This reverts commit d198b49.

* do not commit the lerna upgrade

* v3.9.2-alpha.1

---------

Co-authored-by: Docusaurus <github@docusaurus.io>
dependabot Bot and others added 30 commits July 23, 2026 11:29
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
…12294)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
* docs: add @deskcrew/docusaurus-plugin to community resources

Adds the official DeskCrew plugin to the Integrations section.

It adds a support widget (live chat, answers drawn from your own help
articles, and a help center) to every docs page via injectHtmlTags, and
files a support ticket when it cannot answer.

Published as @deskcrew/docusaurus-plugin on npm, MIT licensed, supports
Docusaurus 2 and 3.

* Apply suggestion from @slorber

* ignore website/community/2-resources.mdx in lint spelling because it contains a lot of unknown community project names

---------

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
…2349)

Signed-off-by: dependabot[bot] <support@github.com>
…12346)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
…fore h1 (#12335)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
…ontains # (e.g. C#) (#12308)

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
…2375)

Signed-off-by: dependabot[bot] <support@github.com>
…12373)

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.