Bumpswebpack-dev-server to 5.2.2 and updates ancestor dependencieswebpack-dev-server,@docusaurus/core and@docusaurus/preset-classic. These dependencies need to be updated together.
Updateswebpack-dev-server from 4.15.1 to 5.2.2
Release notes
Sourced fromwebpack-dev-server's releases.
v5.2.2
5.2.2 (2025-06-03)
Bug Fixes
- "Overlay enabled" false positive (18e72ee)
- do not crush when error is null for runtime errors (#5447) (309991f)
- remove unnecessary header
X_TEST (#5451) (64a6124) - respect the
allowedHosts option for cross-origin header check (#5510) (03d1214)
v5.2.1
5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Origin header - requests with an IP addresses in the
Origin header are not allowed to connect to WebSocket server unless configured byallowedHosts or it different from theHost header
The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.
Bug Fixes
- prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
- take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)
v5.2.0
5.2.0 (2024-12-11)
Features
- added
getClientEntry andgetClientHotEntry methods to get clients entries (dc642a8)
Bug Fixes
- speed up initial client bundling (145b5d0)
v5.1.0
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
app option to beFunction (by default only withconnect compatibility frameworks) (3096148) - allow the
server option to beFunction (#5275) (02a1c6d) - http2 support for
connect andconnect compatibility frameworks which support HTTP2 (#5267) (6509a3f)
... (truncated)
Changelog
Sourced fromwebpack-dev-server's changelog.
5.2.2 (2025-06-03)
Bug Fixes
- "Overlay enabled" false positive (18e72ee)
- do not crush when error is null for runtime errors (#5447) (309991f)
- remove unnecessary header
X_TEST (#5451) (64a6124) - respect the
allowedHosts option for cross-origin header check (#5510) (03d1214)
5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Origin header - requests with an IP addresses in the
Origin header are not allowed to connect to WebSocket server unless configured byallowedHosts or it different from theHost header
The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.
Bug Fixes
- prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
- take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)
5.2.0 (2024-12-11)
Features
- added
getClientEntry andgetClientHotEntry methods to get clients entries (dc642a8)
Bug Fixes
- speed up initial client bundling (145b5d0)
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
app option to beFunction (by default only withconnect compatibility frameworks) (3096148) - allow the
server option to beFunction (#5275) (02a1c6d) - http2 support for
connect andconnect compatibility frameworks which support HTTP2 (#5267) (6509a3f)
Bug Fixes
- check the
platform property to determinate the target (#5269) (c3b532c)
... (truncated)
Commits
195a7e6 chore(release): 5.2.2620bef1 chore(deps): update (#5511)03d1214 fix: respect theallowedHosts option for cross-origin header check (#5510)5ba862e chore(deps-dev): bump the dependencies group across 1 directory with 7 update...f7fec94 chore: fix typo (#5508)6ee8cd0 ci: add Node.js v24 (#5492)d30f963 chore: update http-proxy-middleware to ^2.0.9 (#5503)66cf033 chore(deps-dev): bump the dependencies group with 2 updates (#5504)4367a5c refactor: use 'String#startsWith' & replace if-then-else (#5501)8e6604f chore(deps): bump the dependencies group across 1 directory with 4 updates (#...- Additional commits viewable incompare view
Updates@docusaurus/core from 3.1.1 to 3.9.2
Release notes
Sourced from@docusaurus/core's releases.
3.9.2 (2025-10-17)
🐛 Bug Fix
docusaurus-plugin-content-docs- #11490 fix(docs): add support for missing
sidebar_key front matter attribute (@slorber)
docusaurus-cssnano-preset- #11487 fix(cssnano-preset): disable CSS counter minification (
@YDKK)
docusaurus-theme-search-algolia- #11468 fix(theme-search-algolia): Fix Algolia AskAI validation logic (
@slorber)
docusaurus-theme-translationsdocusaurus-theme-classic,docusaurus-theme-common- #11466 fix(theme): Fix CSS
scroll-margin-top when clicking footnote items, factorize code (@slorber)
docusaurusdocusaurus-theme-mermaid- #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (
@slorber)
🏃♀️ Performance
💅 Polish
docusaurus-theme-classic- #11463 fix(theme): remove "Edit this page" button from print view (
@richk21)
🤖 Dependencies
🌐 Translations
docusaurus-theme-translations
Committers: 9
... (truncated)
Changelog
Sourced from@docusaurus/core's changelog.
3.9.2 (2025-10-17)
🐛 Bug Fix
docusaurus-plugin-content-docs- #11490 fix(docs): add support for missing
sidebar_key front matter attribute (@slorber)
docusaurus-cssnano-preset- #11487 fix(cssnano-preset): disable CSS counter minification (
@YDKK)
docusaurus-theme-search-algolia- #11468 fix(theme-search-algolia): Fix Algolia AskAI validation logic (
@slorber)
docusaurus-theme-translationsdocusaurus-theme-classic,docusaurus-theme-common- #11466 fix(theme): Fix CSS
scroll-margin-top when clicking footnote items, factorize code (@slorber)
docusaurusdocusaurus-theme-mermaid- #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (
@slorber)
🏃♀️ Performance
💅 Polish
docusaurus-theme-classic- #11463 fix(theme): remove "Edit this page" button from print view (
@richk21)
🤖 Dependencies
🌐 Translations
docusaurus-theme-translations
Committers: 9
... (truncated)
Commits
abfbe56 v3.9.2598af3b fix(core): allowi18n.localeConfigs.translate in validation (#11452)c3e5db1 chore: release v3.9.1 (#11436)e41fa2e fix(core): fix Docusaurus outDir for sites using baseUrl (#11434)c24d7dc chore: release v3.9 (#11419)4dc0576 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard ...a9bab41 feat(faster): upgrade Rspack to 1.5, use lazyBarrel experiment, remove deprec...af3d5ca fix(deps): upgrade webpack-dev-server to v5, fix security warning (#11410)1c484e1 chore: drop support for Node 18, that reached End-of-Life (#11408)2febb76 feat(core): Addi18n.localeConfigs[locale].{url,baseUrl} config options (#1...- Additional commits viewable incompare view
Updates@docusaurus/preset-classic from 3.1.1 to 3.9.2
Release notes
Sourced from@docusaurus/preset-classic's releases.
3.9.2 (2025-10-17)
🐛 Bug Fix
docusaurus-plugin-content-docs- #11490 fix(docs): add support for missing
sidebar_key front matter attribute (@slorber)
docusaurus-cssnano-preset- #11487 fix(cssnano-preset): disable CSS counter minification (
@YDKK)
docusaurus-theme-search-algolia- #11468 fix(theme-search-algolia): Fix Algolia AskAI validation logic (
@slorber)
docusaurus-theme-translationsdocusaurus-theme-classic,docusaurus-theme-common- #11466 fix(theme): Fix CSS
scroll-margin-top when clicking footnote items, factorize code (@slorber)
docusaurusdocusaurus-theme-mermaid- #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (
@slorber)
🏃♀️ Performance
💅 Polish
docusaurus-theme-classic- #11463 fix(theme): remove "Edit this page" button from print view (
@richk21)
🤖 Dependencies
🌐 Translations
docusaurus-theme-translations
Committers: 9
... (truncated)
Changelog
Sourced from@docusaurus/preset-classic's changelog.
3.9.2 (2025-10-17)
🐛 Bug Fix
docusaurus-plugin-content-docs- #11490 fix(docs): add support for missing
sidebar_key front matter attribute (@slorber)
docusaurus-cssnano-preset- #11487 fix(cssnano-preset): disable CSS counter minification (
@YDKK)
docusaurus-theme-search-algolia- #11468 fix(theme-search-algolia): Fix Algolia AskAI validation logic (
@slorber)
docusaurus-theme-translationsdocusaurus-theme-classic,docusaurus-theme-common- #11466 fix(theme): Fix CSS
scroll-margin-top when clicking footnote items, factorize code (@slorber)
docusaurusdocusaurus-theme-mermaid- #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (
@slorber)
🏃♀️ Performance
💅 Polish
docusaurus-theme-classic- #11463 fix(theme): remove "Edit this page" button from print view (
@richk21)
🤖 Dependencies
🌐 Translations
docusaurus-theme-translations
Committers: 9
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from theSecurity Alerts page.
Bumpswebpack-dev-server to 5.2.2 and updates ancestor dependencieswebpack-dev-server,@docusaurus/core and@docusaurus/preset-classic. These dependencies need to be updated together.
Updates
webpack-dev-serverfrom 4.15.1 to 5.2.2Release notes
Sourced fromwebpack-dev-server's releases.
... (truncated)
Changelog
Sourced fromwebpack-dev-server's changelog.
... (truncated)
Commits
195a7e6chore(release): 5.2.2620bef1chore(deps): update (#5511)03d1214fix: respect theallowedHostsoption for cross-origin header check (#5510)5ba862echore(deps-dev): bump the dependencies group across 1 directory with 7 update...f7fec94chore: fix typo (#5508)6ee8cd0ci: add Node.js v24 (#5492)d30f963chore: update http-proxy-middleware to ^2.0.9 (#5503)66cf033chore(deps-dev): bump the dependencies group with 2 updates (#5504)4367a5crefactor: use 'String#startsWith' & replace if-then-else (#5501)8e6604fchore(deps): bump the dependencies group across 1 directory with 4 updates (#...Updates
@docusaurus/corefrom 3.1.1 to 3.9.2Release notes
Sourced from
@docusaurus/core's releases.... (truncated)
Changelog
Sourced from
@docusaurus/core's changelog.... (truncated)
Commits
abfbe56v3.9.2598af3bfix(core): allowi18n.localeConfigs.translatein validation (#11452)c3e5db1chore: release v3.9.1 (#11436)e41fa2efix(core): fix Docusaurus outDir for sites using baseUrl (#11434)c24d7dcchore: release v3.9 (#11419)4dc0576fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard ...a9bab41feat(faster): upgrade Rspack to 1.5, use lazyBarrel experiment, remove deprec...af3d5cafix(deps): upgrade webpack-dev-server to v5, fix security warning (#11410)1c484e1chore: drop support for Node 18, that reached End-of-Life (#11408)2febb76feat(core): Addi18n.localeConfigs[locale].{url,baseUrl}config options (#1...Updates
@docusaurus/preset-classicfrom 3.1.1 to 3.9.2Release notes
Sourced from
@docusaurus/preset-classic's releases.... (truncated)
Changelog
Sourced from
@docusaurus/preset-classic's changelog.... (truncated)
Commits
abfbe56v3.9.2c3e5db1chore: release v3.9.1 (#11436)c24d7dcchore: release v3.9 (#11419)1c484e1chore: drop support for Node 18, that reached End-of-Life (#11408)f811e2dchore: release 3.8.1 (#11249)b126e64chore: release Docusaurus 3.8 (#11200)abd04a2feat(theme): new CSS cascade layers plugin + built-in `v4.useCssCascadeLayers...71d682cchore: release Docusaurus 3.7.0 (#10812)0f29a37feat: Add React 19 support to Docusaurus v3 (#10763)df6f53afeat(svgr): create new Docusaurus SVGR plugin (#10677)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from theSecurity Alerts page.