Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump webpack-dev-server, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/plugin-ideal-image, @docusaurus/plugin-pwa, @docusaurus/preset-classic, @docusaurus/theme-live-codeblock and @docusaurus/theme-mermaid#11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/npm_and_yarn/multi-c2217e4ce7

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubNov 28, 2025

Bumpswebpack-dev-server to 5.2.2 and updates ancestor dependencieswebpack-dev-server,@docusaurus/core,@docusaurus/plugin-client-redirects,@docusaurus/plugin-ideal-image,@docusaurus/plugin-pwa,@docusaurus/preset-classic,@docusaurus/theme-live-codeblock and@docusaurus/theme-mermaid. These dependencies need to be updated together.

Updateswebpack-dev-server from 4.15.2 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 headerX_TEST (#5451) (64a6124)
  • respect theallowedHosts 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 byAccess-Control-Allow-Origin header
  • requests with an IP addresses in theOrigin 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

  • addedgetClientEntry 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 theapp option to beFunction (by default only withconnect compatibility frameworks) (3096148)
  • allow theserver option to beFunction (#5275) (02a1c6d)
  • http2 support forconnect 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 headerX_TEST (#5451) (64a6124)
  • respect theallowedHosts option for cross-origin header check (#5510) (03d1214)

5.2.1 (2025-03-26)

Security

  • cross-origin requests are not allowed unless allowed byAccess-Control-Allow-Origin header
  • requests with an IP addresses in theOrigin 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

  • addedgetClientEntry 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 theapp option to beFunction (by default only withconnect compatibility frameworks) (3096148)
  • allow theserver option to beFunction (#5275) (02a1c6d)
  • http2 support forconnect andconnect compatibility frameworks which support HTTP2 (#5267) (6509a3f)

Bug Fixes

  • check theplatform property to determinate the target (#5269) (c3b532c)

... (truncated)

Commits
  • 195a7e6 chore(release): 5.2.2
  • 620bef1 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 2.4.3 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 missingsidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic,docusaurus-theme-common
    • #11466 fix(theme): Fix CSSscroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from@​docusaurus/core's changelog.

Docusaurus Changelog - v2.x

Commits
  • abfbe56 v3.9.2
  • 598af3b 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/plugin-client-redirects from 2.4.3 to 3.9.2

Release notes

Sourced from@​docusaurus/plugin-client-redirects's releases.

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missingsidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic,docusaurus-theme-common
    • #11466 fix(theme): Fix CSSscroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from@​docusaurus/plugin-client-redirects's changelog.

Docusaurus Changelog - v2.x

Commits

Updates@docusaurus/plugin-ideal-image from 2.4.3 to 3.9.2

Release notes

Sourced from@​docusaurus/plugin-ideal-image's releases.

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missingsidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic,docusaurus-theme-common
    • #11466 fix(theme): Fix CSSscroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from@​docusaurus/plugin-ideal-image's changelog.

Docusaurus Changelog - v2.x

Commits

Updates@docusaurus/plugin-pwa from 2.4.3 to 3.9.2

Release notes

Sourced from@​docusaurus/plugin-pwa's releases.

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missingsidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic,docusaurus-theme-common
    • #11466 fix(theme): Fix CSSscroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from@​docusaurus/plugin-pwa's changelog.

Docusaurus Changelog - v2.x

Commits

Updates@docusaurus/preset-classic from 2.4.3 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 missingsidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic,docusaurus-theme-common
    • #11466 fix(theme): Fix CSSscroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from@​docusaurus/preset-classic's changelog.

Docusaurus Changelog - v2.x

Commits

Updates@docusaurus/theme-live-codeblock from 2.4.3 to 3.9.2

Release notes

Sourced from@​docusaurus/theme-live-codeblock's releases.

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missingsidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic,docusaurus-theme-common
    • #11466 fix(theme): Fix CSSscroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from@​docusaurus/theme-live-codeblock's changelog.

Docusaurus Changelog - v2.x

Commits

Updates@docusaurus/theme-mermaid from 2.4.3 to 3.9.2

Release notes

Sourced from@​docusaurus/theme-mermaid's releases.

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missingsidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic,docusaurus-theme-common
    • #11466 fix(theme): Fix CSSscroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

<...

Description has been truncated

…redirects, @docusaurus/plugin-ideal-image, @docusaurus/plugin-pwa, @docusaurus/preset-classic, @docusaurus/theme-live-codeblock and @docusaurus/theme-mermaidBumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.2 and updates ancestor dependencies [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects), [@docusaurus/plugin-ideal-image](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-ideal-image), [@docusaurus/plugin-pwa](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-pwa), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic), [@docusaurus/theme-live-codeblock](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-live-codeblock) and [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid). These dependencies need to be updated together.Updates `webpack-dev-server` from 4.15.2 to 5.2.2- [Release notes](https://github.com/webpack/webpack-dev-server/releases)- [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md)- [Commits](webpack/webpack-dev-server@v4.15.2...v5.2.2)Updates `@docusaurus/core` from 2.4.3 to 3.9.2- [Release notes](https://github.com/facebook/docusaurus/releases)- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus)Updates `@docusaurus/plugin-client-redirects` from 2.4.3 to 3.9.2- [Release notes](https://github.com/facebook/docusaurus/releases)- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-plugin-client-redirects)Updates `@docusaurus/plugin-ideal-image` from 2.4.3 to 3.9.2- [Release notes](https://github.com/facebook/docusaurus/releases)- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-plugin-ideal-image)Updates `@docusaurus/plugin-pwa` from 2.4.3 to 3.9.2- [Release notes](https://github.com/facebook/docusaurus/releases)- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-plugin-pwa)Updates `@docusaurus/preset-classic` from 2.4.3 to 3.9.2- [Release notes](https://github.com/facebook/docusaurus/releases)- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-preset-classic)Updates `@docusaurus/theme-live-codeblock` from 2.4.3 to 3.9.2- [Release notes](https://github.com/facebook/docusaurus/releases)- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-theme-live-codeblock)Updates `@docusaurus/theme-mermaid` from 2.4.3 to 3.9.2- [Release notes](https://github.com/facebook/docusaurus/releases)- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-theme-mermaid)---updated-dependencies:- dependency-name: webpack-dev-server  dependency-version: 5.2.2  dependency-type: indirect- dependency-name: "@docusaurus/core"  dependency-version: 3.9.2  dependency-type: direct:production- dependency-name: "@docusaurus/plugin-client-redirects"  dependency-version: 3.9.2  dependency-type: direct:production- dependency-name: "@docusaurus/plugin-ideal-image"  dependency-version: 3.9.2  dependency-type: direct:production- dependency-name: "@docusaurus/plugin-pwa"  dependency-version: 3.9.2  dependency-type: direct:production- dependency-name: "@docusaurus/preset-classic"  dependency-version: 3.9.2  dependency-type: direct:production- dependency-name: "@docusaurus/theme-live-codeblock"  dependency-version: 3.9.2  dependency-type: direct:production- dependency-name: "@docusaurus/theme-mermaid"  dependency-version: 3.9.2  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsNov 28, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp