Skip to content

chore(deps): bump the npm_and_yarn group across 3 directories with 6 updates#25

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-48e88388f4
Open

chore(deps): bump the npm_and_yarn group across 3 directories with 6 updates#25
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-48e88388f4

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the npm_and_yarn group with 1 update in the / directory: mermaid.
Bumps the npm_and_yarn group with 3 updates in the /examples/classic directory: lodash, webpack and mdast-util-to-hast.
Bumps the npm_and_yarn group with 3 updates in the /examples/classic-typescript directory: lodash, webpack and mdast-util-to-hast.

Updates mermaid from 11.6.0 to 11.10.0

Release notes

Sourced from mermaid's releases.

mermaid@11.10.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • 96778f7 Merge pull request #6880 from mermaid-js/changeset-release/master
  • d4c058b Version Packages
  • b638a0a temp: Remove peerDeps from examples
  • fd9aa36 chore: Update peerDependencies for examples
  • 46a9f1b temp: Disable cspell check as it's blocking release
  • 83c6224 Merge pull request #6878 from mermaid-js/develop
  • d8161b1 fix: move fourcube to contributor
  • 8223141 chore: add fourcube to cspell
  • 99f98a6 Merge pull request #6877 from mermaid-js/update-timings
  • ef28f54 chore: update E2E timings
  • Additional commits viewable in compare view

Updates on-headers from 1.0.2 to 1.1.0

Release notes

Sourced from on-headers's releases.

1.1.0

Important

What's Changed

New Contributors

Full Changelog: jshttp/on-headers@v1.0.2...v1.1.0

Changelog

Sourced from on-headers's changelog.

1.1.0 / 2025-07-17

Commits
  • 4b017af 1.1.0
  • b636f2d ♻️ refactor header array code
  • 3e2c2d4 ✨ ignore falsy header keys, matching node behavior
  • 172eb41 ✨ support duplicate headers
  • c6e3849 🔒️ fix array handling
  • 6893518 💚 update CI - add newer node versions
  • 56a345d ✨ add script to update known hashes
  • 175ab21 👷 add upstream change detection (#31)
  • ce0b2c8 ci: apply OSSF Scorecard security best practices (#20)
  • 1a38c54 fix: use ubuntu-latest as ci runner (#19)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.


Updates on-headers from 1.0.2 to 1.1.0

Release notes

Sourced from on-headers's releases.

1.1.0

Important

What's Changed

New Contributors

Full Changelog: jshttp/on-headers@v1.0.2...v1.1.0

Changelog

Sourced from on-headers's changelog.

1.1.0 / 2025-07-17

Commits
  • 4b017af 1.1.0
  • b636f2d ♻️ refactor header array code
  • 3e2c2d4 ✨ ignore falsy header keys, matching node behavior
  • 172eb41 ✨ support duplicate headers
  • c6e3849 🔒️ fix array handling
  • 6893518 💚 update CI - add newer node versions
  • 56a345d ✨ add script to update known hashes
  • 175ab21 👷 add upstream change detection (#31)
  • ce0b2c8 ci: apply OSSF Scorecard security best practices (#20)
  • 1a38c54 fix: use ubuntu-latest as ci runner (#19)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.


Updates on-headers from 1.0.2 to 1.1.0

Release notes

Sourced from on-headers's releases.

1.1.0

Important

What's Changed

New Contributors

Full Changelog: jshttp/on-headers@v1.0.2...v1.1.0

Changelog

Sourced from on-headers's changelog.

1.1.0 / 2025-07-17

Commits
  • 4b017af 1.1.0
  • b636f2d ♻️ refactor header array code
  • 3e2c2d4 ✨ ignore falsy header keys, matching node behavior
  • 172eb41 ✨ support duplicate headers
  • c6e3849 🔒️ fix array handling
  • 6893518 💚 update CI - add newer node versions
  • 56a345d ✨ add script to update known hashes
  • 175ab21 👷 add upstream change detection (#31)
  • ce0b2c8 ci: apply OSSF Scorecard security best practices (#20)
  • 1a38c54 fix: use ubuntu-latest as ci runner (#19)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.


Updates lodash from 4.17.21 to 4.17.23

Commits

Updates webpack from 5.102.1 to 5.105.3

Release notes

Sourced from webpack's releases.

v5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

v5.105.2

Patch Changes

v5.105.1

Patch Changes

  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @​xiaoxiaojx in #20424)

  • Revert part of the createRequire generation behavior for require("node:...") to keep compatibility with those modules exports, e.g. const EventEmitter = require("node:events");. (by @​hai-x in #20433)

  • Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @​hai-x in #20433)

v5.105.0

Minor Changes

  • Allow resolving worker module by export condition name when using new Worker() (by @​hai-x in #20353)

  • Detect conditional imports to avoid compile-time linking errors for non-existent exports. (by @​hai-x in #20320)

  • Added the tsconfig option for the resolver options (replacement for tsconfig-paths-webpack-plugin). Can be false (disabled), true (use the default tsconfig.json file to search for it), a string path to tsconfig.json, or an object with configFile and references options. (by @​alexander-akait in #20400)

... (truncated)

Changelog

Sourced from webpack's changelog.

5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

5.105.2

Patch Changes

5.105.1

Patch Changes

  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @​xiaoxiaojx in #20424)

  • Revert part of the createRequire generation behavior for require("node:...") to keep compatibility with those modules exports, e.g. const EventEmitter = require("node:events");. (by @​hai-x in #20433)

  • Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @​hai-x in #20433)

5.105.0

Minor Changes

  • Allow resolving worker module by export condition name when using new Worker() (by @​hai-x in #20353)

... (truncated)

Commits
  • 714a0e3 chore(release): new release (#20448)
  • c323b39 chore(deps-dev): bump nyc from 17.1.0 to 18.0.0 (#20539)
  • 8a01dfe refactor: deduplicate export presence logic in Harmony dependency classes (#2...
  • b9fc7b3 chore(deps): bump test/test262-cases in the dependencies group (#20541)
  • f8a5ac3 test: add coverage for nwjs exports condition and CSS modules with webworker ...
  • 59bf024 test: add coverage for external script in EnvironmentNotSupportAsyncWarning (...
  • 4c79ac2 test: add missing coverage for formatLocation and formatSize (#20534)
  • 4f5c0a8 fix: mark asset module as side-effect-free when futureDefaults (#20535)
  • 87987ca test: add test
  • 67c5aae test: add configCase for ESM prefetch/preload under neutral target (#20524)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.


Updates mdast-util-to-hast from 13.2.0 to 13.2.1

Release notes

Sourced from mdast-util-to-hast's releases.

13.2.1

Fix

  • ab3a795 Fix support for spaces in class names

Types

  • efb5312 Refactor to use @imports
  • a5bc210 Add declaration maps

Full Changelog: syntax-tree/mdast-util-to-hast@13.2.0...13.2.1

Commits

Updates qs from 6.13.0 to 6.14.2

Changelog

Sourced from qs's changelog.

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions

6.14.1

  • [Fix] ensure arrayLimit applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect

6.14.0

  • [New] parse: add throwOnParameterLimitExceeded option (#517)
  • [Refactor] parse: use utils.combine more
  • [patch] parse: add explicit throwOnLimitExceeded default
  • [actions] use shared action; re-add finishers
  • [meta] Fix changelog formatting bug
  • [Deps] update side-channel
  • [Dev Deps] update es-value-fixtures, has-bigints, has-proto, has-symbols
  • [Tests] increase coverage

6.13.3

[Fix] fix regressions from robustness refactor [actions] update reusable workflows

6.13.2

  • [Robustness] avoid .push, use void
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [actions] fix rebase workflow permissions

6.13.1

  • [Fix] stringify: avoid a crash when a filter key is null
  • [Fix] utils.merge: functions should not be stringified into keys
  • [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
  • [Fix] stringify: ensure a non-string filter does not crash
  • [Refactor] use __proto__ syntax instead of Object.create for null objects
  • [Refactor] misc cleanup

... (truncated)

Commits
  • bdcf0c7 v6.14.2
  • 294db90 [readme] document that addQueryPrefix does not add ? to empty output
  • 5c308e5 [readme] clarify parseArrays and arrayLimit documentation
  • 6addf8c [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit
  • cfc108f [Fix] arrayLimit means max count, not max index, in combine/merge/`pars...
  • febb644 [Fix] parse: throw on arrayLimit exceeded with indexed notation when `thr...
  • f6a7abf [Fix] parse: enforce arrayLimit on comma-parsed values
  • fbc5206 [Fix] parse: fix error message to reflect arrayLimit as max index; remove e...
  • 1b9a8b4 [actions] fix rebase workflow permissions
  • 2a35775 [meta] fix changelog typo (arrayLengtharrayLimit)
  • Additional commits viewable in compare view

Updates lodash from 4.17.21 to 4.17.23

Commits

Updates mdast-util-to-hast from 13.2.0 to 13.2.1

Release notes

Sourced from mdast-util-to-hast's releases.

13.2.1

Fix

  • ab3a795 Fix support for spaces in class names

Types

  • efb5312 Refactor to use @imports
  • a5bc210 Add declaration maps

Full Changelog: syntax-tree/mdast-util-to-hast@13.2.0...13.2.1

Commits

Updates qs from 6.13.0 to 6.14.2

Changelog

Sourced from qs's changelog.

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions

6.14.1

  • [Fix] ensure arrayLimit applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect

6.14.0

  • [New] parse: add throwOnParameterLimitExceeded option (#517)
  • [Refactor] parse: use utils.combine more
  • [patch] parse: add explicit throwOnLimitExceeded default
  • [actions] use shared action; re-add finishers
  • [meta] Fix changelog formatting bug
  • [Deps] update side-channel
  • [Dev Deps] update es-value-fixtures, has-bigints, has-proto, has-symbols
  • [Tests] increase coverage

6.13.3

[Fix] fix regressions from robustness refactor [actions] update reusable workflows

6.13.2

  • [Robustness] avoid .push, use void
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [actions] fix rebase workflow permissions

6.13.1

  • [Fix] stringify: avoid a crash when a filter key is null
  • [Fix] utils.merge: functions should not be stringified into keys
  • [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
  • [Fix] stringify: ensure a non-string filter does not crash
  • [Refactor] use __proto__ syntax instead of Object.create for null objects
  • [Refactor] misc cleanup

... (truncated)

Commits
  • bdcf0c7 v6.14.2
  • 294db90 [readme] document that addQueryPrefix does not add ? to empty output
  • 5c308e5 [readme] clarify parseArrays and arrayLimit documentation
  • 6addf8c [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit
  • cfc108f [Fix] arrayLimit means max count, not max index, in combine/merge/`pars...
  • febb644 [Fix] parse: throw on arrayLimit exceeded with indexed notation when `thr...
  • f6a7abf [Fix] parse: enforce arrayLimit on comma-parsed values
  • fbc5206 [Fix] parse: fix error message to reflect arrayLimit as max index; remove e...
  • 1b9a8b4 [actions] fix rebase workflow permissions
  • 2a35775 [meta] fix changelog typo (arrayLengtharrayLimit)
  • Additional commits viewable in compare view

Updates webpack from 5.102.1 to 5.105.3

Release notes

Sourced from webpack's releases.

v5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with

…updates

Bumps the npm_and_yarn group with 1 update in the / directory: [mermaid](https://github.com/mermaid-js/mermaid).
Bumps the npm_and_yarn group with 3 updates in the /examples/classic directory: [lodash](https://github.com/lodash/lodash), [webpack](https://github.com/webpack/webpack) and [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast).
Bumps the npm_and_yarn group with 3 updates in the /examples/classic-typescript directory: [lodash](https://github.com/lodash/lodash), [webpack](https://github.com/webpack/webpack) and [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast).


Updates `mermaid` from 11.6.0 to 11.10.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.6.0...mermaid@11.10.0)

Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases)
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
- [Commits](jshttp/on-headers@v1.0.2...v1.1.0)

Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases)
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
- [Commits](jshttp/on-headers@v1.0.2...v1.1.0)

Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases)
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
- [Commits](jshttp/on-headers@v1.0.2...v1.1.0)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `qs` from 6.13.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.2)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `qs` from 6.13.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.2)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `qs` from 6.13.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.2)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `qs` from 6.13.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.2)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `qs` from 6.13.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.2)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

Updates `qs` from 6.13.0 to 6.14.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.13.0...v6.14.2)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

Updates `lodash` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `webpack` from 5.102.1 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.102.1...v5.105.3)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.10.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: on-headers
  dependency-version: 1.1.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: on-headers
  dependency-version: 1.1.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: on-headers
  dependency-version: 1.1.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 1, 2026
@snyk-io
Copy link

snyk-io bot commented Mar 1, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Size Change: -47 B (0%)

Total Size: 11.9 MB

Filename Size Change
website/build/assets/js/runtime~main.********.js 39.3 kB +32 B (+0.08%)
ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 29 kB 0 B
website/.docusaurus/globalData.json 38.7 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 178 kB 0 B
website/.docusaurus/routes.js 88.6 kB 0 B
website/.docusaurus/routesChunkNames.json 92.4 kB 0 B
website/.docusaurus/site-metadata.json 2.54 kB 0 B
website/build/assets/css/styles.********.css 146 kB 0 B
website/build/assets/js/main.********.js 742 kB 0 B
website/build/blog.html 77.1 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus.html 65.5 kB -3 B (0%)
website/build/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus.html 44.8 kB +9 B (+0.02%)
website/build/blog/2018/09/11/Towards-Docusaurus-2.html 49.2 kB -3 B (-0.01%)
website/build/blog/2018/12/14/Happy-First-Birthday-Slash.html 29 kB -3 B (-0.01%)
website/build/blog/2019/12/30/docusaurus-2019-recap.html 40 kB -4 B (-0.01%)
website/build/blog/2020/01/07/tribute-to-endi.html 32.6 kB -3 B (-0.01%)
website/build/blog/2021/01/19/docusaurus-2020-recap.html 51.4 kB -3 B (-0.01%)
website/build/blog/2021/03/09/releasing-docusaurus-i18n.html 47.3 kB -4 B (-0.01%)
website/build/blog/2021/05/12/announcing-docusaurus-two-beta.html 48 kB -3 B (-0.01%)
website/build/blog/2021/11/21/algolia-docsearch-migration.html 54.2 kB +9 B (+0.02%)
website/build/blog/2022/01/24/docusaurus-2021-recap.html 43.3 kB -3 B (-0.01%)
website/build/blog/2022/08/01/announcing-docusaurus-2.0.html 133 kB -3 B (0%)
website/build/blog/2022/09/01/docusaurus-2.1.html 50.1 kB -4 B (-0.01%)
website/build/blog/archive.html 23.5 kB 0 B
website/build/blog/authors.html 50.3 kB 0 B
website/build/blog/authors/j-marcey.html 70.2 kB 0 B
website/build/blog/authors/josh-cena.html 46.7 kB 0 B
website/build/blog/authors/lex-111.html 55.5 kB 0 B
website/build/blog/authors/slorber.html 80.6 kB 0 B
website/build/blog/authors/slorber/page/2.html 80.7 kB 0 B
website/build/blog/authors/slorber/page/3.html 82.9 kB 0 B
website/build/blog/authors/slorber/page/4.html 97.4 kB 0 B
website/build/blog/authors/slorber/page/5.html 42.2 kB 0 B
website/build/blog/authors/yangshun.html 66.1 kB 0 B
website/build/blog/authors/zpao.html 47.2 kB 0 B
website/build/blog/page/2.html 77.2 kB 0 B
website/build/blog/page/3.html 80.2 kB 0 B
website/build/blog/page/4.html 87.5 kB 0 B
website/build/blog/page/5.html 62.4 kB 0 B
website/build/blog/page/6.html 38 kB 0 B
website/build/blog/preparing-your-site-for-docusaurus-v3.html 125 kB +1 B (0%)
website/build/blog/releases/2.2.html 50.3 kB -3 B (-0.01%)
website/build/blog/releases/2.3.html 60.6 kB -3 B (0%)
website/build/blog/releases/2.4.html 64.1 kB -3 B (0%)
website/build/blog/releases/3.0.html 105 kB -3 B (0%)
website/build/blog/releases/3.1.html 53.1 kB -2 B (0%)
website/build/blog/releases/3.2.html 48.9 kB -3 B (-0.01%)
website/build/blog/releases/3.3.html 55.9 kB -3 B (-0.01%)
website/build/blog/releases/3.4.html 55.1 kB +4 B (+0.01%)
website/build/blog/releases/3.5.html 57.8 kB -2 B (0%)
website/build/blog/releases/3.6.html 76 kB -2 B (0%)
website/build/blog/releases/3.7.html 50.6 kB -2 B (0%)
website/build/blog/releases/3.8.html 85.4 kB -3 B (0%)
website/build/blog/releases/3.9.html 60.4 kB -3 B (0%)
website/build/blog/tags.html 27.2 kB 0 B
website/build/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing.html 123 kB -3 B (0%)
website/build/docs.html 48.4 kB -3 B (-0.01%)
website/build/docs/advanced.html 30.9 kB -3 B (-0.01%)
website/build/docs/advanced/architecture.html 29.5 kB +1 B (0%)
website/build/docs/advanced/client.html 68.5 kB -3 B (0%)
website/build/docs/advanced/plugins.html 54 kB -3 B (-0.01%)
website/build/docs/advanced/routing.html 69 kB +5 B (+0.01%)
website/build/docs/advanced/ssg.html 73.1 kB -3 B (0%)
website/build/docs/api/docusaurus-config.html 227 kB +7 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 44.3 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 35.8 kB -3 B (-0.01%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 34.8 kB -3 B (-0.01%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 36 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 39.6 kB -3 B (-0.01%)
website/build/docs/api/misc/@docusaurus/logger.html 38.2 kB -3 B (-0.01%)
website/build/docs/api/misc/create-docusaurus.html 33.3 kB -3 B (-0.01%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 64.1 kB +1 B (0%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 58.1 kB +1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 56.5 kB +1 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 157 kB -3 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 43.9 kB +1 B (0%)
website/build/docs/api/plugins.html 32.5 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 58.9 kB +10 B (+0.02%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 182 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 189 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 73.5 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 46.8 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 47.4 kB +9 B (+0.02%)
website/build/docs/api/plugins/@docusaurus/plugin-google-analytics.html 48.9 kB 0 B
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 48.4 kB -7 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 47.2 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 51.1 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 115 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 40.1 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 64.7 kB +3 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 45.1 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 40.4 kB +9 B (+0.02%)
website/build/docs/api/themes.html 29.4 kB -3 B (-0.01%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 42.6 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 35.8 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 34.6 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 32.5 kB -3 B (-0.01%)
website/build/docs/api/themes/configuration.html 246 kB -3 B (0%)
website/build/docs/blog.html 198 kB -3 B (0%)
website/build/docs/browser-support.html 46.8 kB -3 B (-0.01%)
website/build/docs/category/getting-started.html 27.7 kB 0 B
website/build/docs/category/guides.html 38.1 kB 0 B
website/build/docs/category/miscellaneous.html 27.5 kB 0 B
website/build/docs/cli.html 58.8 kB -3 B (-0.01%)
website/build/docs/configuration.html 90.1 kB +4 B (0%)
website/build/docs/create-doc.html 60.3 kB 0 B
website/build/docs/creating-pages.html 56 kB -2 B (0%)
website/build/docs/deployment.html 210 kB -4 B (0%)
website/build/docs/docs-introduction.html 49.6 kB -3 B (-0.01%)
website/build/docs/docs-multi-instance.html 72 kB +1 B (0%)
website/build/docs/docusaurus-core.html 219 kB -3 B (0%)
website/build/docs/guides/whats-next.html 32.2 kB -3 B (-0.01%)
website/build/docs/i18n/crowdin.html 141 kB +9 B (+0.01%)
website/build/docs/i18n/git.html 75.4 kB +1 B (0%)
website/build/docs/i18n/introduction.html 48.4 kB -3 B (-0.01%)
website/build/docs/i18n/tutorial.html 161 kB +1 B (0%)
website/build/docs/installation.html 63.3 kB -5 B (-0.01%)
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 78.5 kB -3 B (0%)
website/build/docs/markdown-features/admonitions.html 115 kB 0 B
website/build/docs/markdown-features/assets.html 84.9 kB -1 B (0%)
website/build/docs/markdown-features/code-blocks.html 214 kB +3 B (0%)
website/build/docs/markdown-features/diagrams.html 53.8 kB +6 B (+0.01%)
website/build/docs/markdown-features/head-metadata.html 50.1 kB -3 B (-0.01%)
website/build/docs/markdown-features/links.html 40.3 kB -2 B (0%)
website/build/docs/markdown-features/math-equations.html 88 kB +1 B (0%)
website/build/docs/markdown-features/plugins.html 93.8 kB +5 B (+0.01%)
website/build/docs/markdown-features/react.html 130 kB -3 B (0%)
website/build/docs/markdown-features/tabs.html 137 kB -3 B (0%)
website/build/docs/markdown-features/toc.html 84.9 kB -3 B (0%)
website/build/docs/migration.html 38.5 kB +1 B (0%)
website/build/docs/migration/v2.html 38.9 kB -3 B (-0.01%)
website/build/docs/migration/v2/automated.html 39.3 kB -3 B (-0.01%)
website/build/docs/migration/v2/manual.html 185 kB -3 B (0%)
website/build/docs/migration/v2/translated-sites.html 50.1 kB -3 B (-0.01%)
website/build/docs/migration/v2/versioned-sites.html 58.9 kB +5 B (+0.01%)
website/build/docs/migration/v3.html 187 kB -1 B (0%)
website/build/docs/playground.html 31.1 kB -3 B (-0.01%)
website/build/docs/resources/index.html 325 B 0 B
website/build/docs/search.html 121 kB -1 B (0%)
website/build/docs/seo.html 86.3 kB +10 B (+0.01%)
website/build/docs/sidebar.html 133 kB -2 B (0%)
website/build/docs/sidebar/autogenerated.html 143 kB -3 B (0%)
website/build/docs/sidebar/items.html 171 kB -2 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 60.8 kB +1 B (0%)
website/build/docs/static-assets.html 50.9 kB +1 B (0%)
website/build/docs/styling-layout.html 136 kB -2 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 109 kB +11 B (+0.01%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 58.9 kB +1 B (0%)
website/build/docs/using-plugins.html 104 kB -3 B (0%)
website/build/docs/versioning.html 89.8 kB -5 B (-0.01%)
website/build/index.html 35.5 kB 0 B

compressed-size-action::DOCUSAURUS_INFRA_FASTER

@github-actions
Copy link

github-actions bot commented Mar 1, 2026

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO Report
/ 🔴 44 🟢 98 🟢 100 🟢 100 Report
/docs/installation 🟠 53 🟢 97 🟢 100 🟢 100 Report
/docs/category/getting-started 🟠 69 🟢 100 🟢 100 🟠 86 Report
/blog 🟠 66 🟢 96 🟢 100 🟠 86 Report
/blog/preparing-your-site-for-docusaurus-v3 🟠 67 🟢 92 🟢 100 🟢 100 Report
/blog/tags/release 🟠 68 🟢 96 🟢 100 🟠 86 Report
/blog/tags 🟠 71 🟢 100 🟢 100 🟠 86 Report

@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Size Change: -53 B (0%)

Total Size: 12.3 MB

Filename Size Change
website/build/assets/js/runtime~main.********.js 39 kB +36 B (+0.09%)
ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/codeTranslations.json 2 B 0 B
website/.docusaurus/docusaurus.config.mjs 29 kB 0 B
website/.docusaurus/globalData.json 38.7 kB 0 B
website/.docusaurus/i18n.json 1.36 kB 0 B
website/.docusaurus/registry.js 178 kB 0 B
website/.docusaurus/routes.js 88.6 kB 0 B
website/.docusaurus/routesChunkNames.json 92.4 kB 0 B
website/.docusaurus/site-metadata.json 2.38 kB 0 B
website/build/assets/css/styles.********.css 138 kB 0 B
website/build/assets/js/main.********.js 744 kB 0 B
website/build/blog.html 79.8 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus.html 67.6 kB -3 B (0%)
website/build/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus.html 46.7 kB +9 B (+0.02%)
website/build/blog/2018/09/11/Towards-Docusaurus-2.html 51.2 kB -3 B (-0.01%)
website/build/blog/2018/12/14/Happy-First-Birthday-Slash.html 30.6 kB -3 B (-0.01%)
website/build/blog/2019/12/30/docusaurus-2019-recap.html 41.9 kB -4 B (-0.01%)
website/build/blog/2020/01/07/tribute-to-endi.html 34.2 kB -3 B (-0.01%)
website/build/blog/2021/01/19/docusaurus-2020-recap.html 53.5 kB -3 B (-0.01%)
website/build/blog/2021/03/09/releasing-docusaurus-i18n.html 49.4 kB -4 B (-0.01%)
website/build/blog/2021/05/12/announcing-docusaurus-two-beta.html 50.1 kB -3 B (-0.01%)
website/build/blog/2021/11/21/algolia-docsearch-migration.html 56.5 kB +9 B (+0.02%)
website/build/blog/2022/01/24/docusaurus-2021-recap.html 45.3 kB -3 B (-0.01%)
website/build/blog/2022/08/01/announcing-docusaurus-2.0.html 137 kB -3 B (0%)
website/build/blog/2022/09/01/docusaurus-2.1.html 52.4 kB -4 B (-0.01%)
website/build/blog/archive.html 24.9 kB 0 B
website/build/blog/authors.html 52.5 kB 0 B
website/build/blog/authors/j-marcey.html 72.8 kB 0 B
website/build/blog/authors/josh-cena.html 48.8 kB 0 B
website/build/blog/authors/lex-111.html 57.9 kB 0 B
website/build/blog/authors/slorber.html 83.5 kB 0 B
website/build/blog/authors/slorber/page/2.html 83.6 kB 0 B
website/build/blog/authors/slorber/page/3.html 85.9 kB 0 B
website/build/blog/authors/slorber/page/4.html 101 kB 0 B
website/build/blog/authors/slorber/page/5.html 44.2 kB 0 B
website/build/blog/authors/yangshun.html 68.8 kB 0 B
website/build/blog/authors/zpao.html 49.3 kB 0 B
website/build/blog/page/2.html 80 kB 0 B
website/build/blog/page/3.html 82.9 kB 0 B
website/build/blog/page/4.html 90.5 kB 0 B
website/build/blog/page/5.html 64.8 kB 0 B
website/build/blog/page/6.html 39.7 kB 0 B
website/build/blog/preparing-your-site-for-docusaurus-v3.html 130 kB -4 B (0%)
website/build/blog/releases/2.2.html 52.5 kB -3 B (-0.01%)
website/build/blog/releases/2.3.html 63.1 kB -3 B (0%)
website/build/blog/releases/2.4.html 66.8 kB -3 B (0%)
website/build/blog/releases/3.0.html 110 kB -3 B (0%)
website/build/blog/releases/3.1.html 55.2 kB -2 B (0%)
website/build/blog/releases/3.2.html 51 kB -3 B (-0.01%)
website/build/blog/releases/3.3.html 58.3 kB -3 B (-0.01%)
website/build/blog/releases/3.4.html 57.4 kB +4 B (+0.01%)
website/build/blog/releases/3.5.html 60.2 kB -2 B (0%)
website/build/blog/releases/3.6.html 79 kB -2 B (0%)
website/build/blog/releases/3.7.html 52.9 kB -2 B (0%)
website/build/blog/releases/3.8.html 88.6 kB -3 B (0%)
website/build/blog/releases/3.9.html 62.9 kB -3 B (0%)
website/build/blog/tags.html 28.9 kB 0 B
website/build/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing.html 127 kB -3 B (0%)
website/build/docs.html 50.3 kB -3 B (-0.01%)
website/build/docs/advanced.html 32.4 kB -3 B (-0.01%)
website/build/docs/advanced/architecture.html 31 kB +1 B (0%)
website/build/docs/advanced/client.html 71.2 kB -3 B (0%)
website/build/docs/advanced/plugins.html 56.2 kB -3 B (-0.01%)
website/build/docs/advanced/routing.html 71.6 kB +5 B (+0.01%)
website/build/docs/advanced/ssg.html 76.2 kB -3 B (0%)
website/build/docs/api/docusaurus-config.html 235 kB +7 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin.html 46.5 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-html-links.html 37.6 kB -3 B (-0.01%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text.html 36.6 kB -3 B (-0.01%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading.html 37.8 kB +1 B (0%)
website/build/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages.html 41.5 kB -3 B (-0.01%)
website/build/docs/api/misc/@docusaurus/logger.html 39.9 kB -3 B (-0.01%)
website/build/docs/api/misc/create-docusaurus.html 34.9 kB -3 B (-0.01%)
website/build/docs/api/misc/docusaurus-init/index.html 361 B 0 B
website/build/docs/api/plugin-methods.html 66.5 kB +1 B (0%)
website/build/docs/api/plugin-methods/extend-infrastructure.html 60.4 kB +1 B (0%)
website/build/docs/api/plugin-methods/i18n-lifecycles.html 58.7 kB +1 B (0%)
website/build/docs/api/plugin-methods/lifecycle-apis.html 163 kB -3 B (0%)
website/build/docs/api/plugin-methods/static-methods.html 45.8 kB +1 B (0%)
website/build/docs/api/plugins.html 34.1 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-client-redirects.html 61.7 kB +10 B (+0.02%)
website/build/docs/api/plugins/@docusaurus/plugin-content-blog.html 190 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-docs.html 196 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-content-pages.html 77.2 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-css-cascade-layers.html 49 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-debug.html 49.6 kB +9 B (+0.02%)
website/build/docs/api/plugins/@docusaurus/plugin-google-analytics.html 51.2 kB 0 B
website/build/docs/api/plugins/@docusaurus/plugin-google-gtag.html 50.7 kB -7 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-google-tag-manager.html 49.5 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-ideal-image.html 53.6 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-pwa.html 120 kB +1 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-rsdoctor.html 42.1 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-sitemap.html 67.6 kB +3 B (0%)
website/build/docs/api/plugins/@docusaurus/plugin-svgr.html 47.2 kB -3 B (-0.01%)
website/build/docs/api/plugins/@docusaurus/plugin-vercel-analytics.html 42.5 kB +9 B (+0.02%)
website/build/docs/api/themes.html 30.9 kB -3 B (-0.01%)
website/build/docs/api/themes/@docusaurus/theme-classic.html 44.7 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-live-codeblock.html 37.6 kB -1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-mermaid.html 36.4 kB +1 B (0%)
website/build/docs/api/themes/@docusaurus/theme-search-algolia.html 34.1 kB -3 B (-0.01%)
website/build/docs/api/themes/configuration.html 258 kB -3 B (0%)
website/build/docs/blog.html 204 kB -3 B (0%)
website/build/docs/browser-support.html 49 kB -3 B (-0.01%)
website/build/docs/category/getting-started.html 29.1 kB 0 B
website/build/docs/category/guides.html 39.9 kB 0 B
website/build/docs/category/miscellaneous.html 28.9 kB 0 B
website/build/docs/cli.html 62.3 kB -3 B (0%)
website/build/docs/configuration.html 93.6 kB +4 B (0%)
website/build/docs/create-doc.html 62.8 kB 0 B
website/build/docs/creating-pages.html 58.4 kB -2 B (0%)
website/build/docs/deployment.html 218 kB -4 B (0%)
website/build/docs/docs-introduction.html 51.9 kB -3 B (-0.01%)
website/build/docs/docs-multi-instance.html 75.2 kB +1 B (0%)
website/build/docs/docusaurus-core.html 227 kB -3 B (0%)
website/build/docs/guides/whats-next.html 34 kB -3 B (-0.01%)
website/build/docs/i18n/crowdin.html 146 kB +9 B (+0.01%)
website/build/docs/i18n/git.html 78.6 kB +1 B (0%)
website/build/docs/i18n/introduction.html 50.6 kB -3 B (-0.01%)
website/build/docs/i18n/tutorial.html 168 kB +1 B (0%)
website/build/docs/installation.html 66 kB -5 B (-0.01%)
website/build/docs/introduction/index.html 280 B 0 B
website/build/docs/markdown-features.html 81.4 kB -3 B (0%)
website/build/docs/markdown-features/admonitions.html 119 kB 0 B
website/build/docs/markdown-features/assets.html 88.8 kB -1 B (0%)
website/build/docs/markdown-features/code-blocks.html 222 kB +3 B (0%)
website/build/docs/markdown-features/diagrams.html 56.3 kB +6 B (+0.01%)
website/build/docs/markdown-features/head-metadata.html 52.5 kB -3 B (-0.01%)
website/build/docs/markdown-features/links.html 42.3 kB -2 B (0%)
website/build/docs/markdown-features/math-equations.html 91.9 kB +1 B (0%)
website/build/docs/markdown-features/plugins.html 97.5 kB +5 B (+0.01%)
website/build/docs/markdown-features/react.html 136 kB -3 B (0%)
website/build/docs/markdown-features/tabs.html 143 kB -3 B (0%)
website/build/docs/markdown-features/toc.html 88.5 kB -3 B (0%)
website/build/docs/migration.html 40.4 kB -4 B (-0.01%)
website/build/docs/migration/v2.html 40.7 kB -3 B (-0.01%)
website/build/docs/migration/v2/automated.html 41.2 kB -3 B (-0.01%)
website/build/docs/migration/v2/manual.html 192 kB -3 B (0%)
website/build/docs/migration/v2/translated-sites.html 52.3 kB -3 B (-0.01%)
website/build/docs/migration/v2/versioned-sites.html 61.3 kB +5 B (+0.01%)
website/build/docs/migration/v3.html 194 kB -1 B (0%)
website/build/docs/playground.html 32.6 kB -3 B (-0.01%)
website/build/docs/resources/index.html 325 B 0 B
website/build/docs/search.html 125 kB -1 B (0%)
website/build/docs/seo.html 90.1 kB +10 B (+0.01%)
website/build/docs/sidebar.html 139 kB -2 B (0%)
website/build/docs/sidebar/autogenerated.html 148 kB -3 B (0%)
website/build/docs/sidebar/items.html 177 kB -2 B (0%)
website/build/docs/sidebar/multiple-sidebars.html 63.7 kB +1 B (0%)
website/build/docs/static-assets.html 53.2 kB +1 B (0%)
website/build/docs/styling-layout.html 141 kB -2 B (0%)
website/build/docs/support/index.html 319 B 0 B
website/build/docs/swizzling.html 113 kB +11 B (+0.01%)
website/build/docs/team/index.html 310 B 0 B
website/build/docs/typescript-support.html 61.4 kB +1 B (0%)
website/build/docs/using-plugins.html 108 kB -3 B (0%)
website/build/docs/versioning.html 93.6 kB -5 B (-0.01%)
website/build/index.html 37.1 kB 0 B

compressed-size-action::DOCUSAURUS_INFRA_SLOWER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants