Skip to content

chore: bump the production-dependencies group across 1 directory with 8 updates#8816

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-6eda008010
Open

chore: bump the production-dependencies group across 1 directory with 8 updates#8816
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-6eda008010

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2026

Bumps the production-dependencies group with 8 updates in the / directory:

Package From To
tinyglobby 0.2.15 0.2.16
react 19.2.4 19.2.5
simple-git 3.35.2 3.36.0
@docusaurus/core 3.9.2 3.10.0
@docusaurus/plugin-client-redirects 3.9.2 3.10.0
@docusaurus/preset-classic 3.9.2 3.10.0
@docusaurus/remark-plugin-npm2yarn 3.9.2 3.10.0
react-dom 19.2.4 19.2.5

Updates tinyglobby from 0.2.15 to 0.2.16

Release notes

Sourced from tinyglobby's releases.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by @​Torathion
  • Ignore patterns are no longer compiled twice by @​webpro

Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem

Changelog

Sourced from tinyglobby's changelog.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by Torathion
  • Ignore patterns are no longer compiled twice by webpro
Commits
  • 5779202 release 0.2.16
  • 071954f bump deps once more
  • e541dde do not import the whole fs module
  • 2381b76 fix root being too broad
  • 0addeb9 chore(deps): update all non-major dependencies (#191)
  • 91ac26c chore(deps): update pnpm/action-setup action to v5 (#192)
  • c50558e upgrade picomatch (and everything else)
  • 6185175 chore(deps): update dependency picomatch to v4.0.4 [security] (#193)
  • 49c2b93 enable pnpm trustPolicy
  • bc825c4 chore(deps): update all non-major dependencies (#181)
  • Additional commits viewable in compare view

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates simple-git from 3.35.2 to 3.36.0

Release notes

Sourced from simple-git's releases.

simple-git@3.36.0

Minor Changes

  • 89a2294: Extend known exploitable configuration keys and per-task environment variables.

    Note - ParsedVulnerabilities from argv-parser is removed in favour of a readonly array of Vulnerability to match usage in simple-git, rolled into the new vulnerabilityCheck for simpler access to the identified issues.

    Thanks to @​zebbern for identifying the need to block core.fsmonitor. Thanks to @​kodareef5 for identifying the need to block GIT_CONFIG_COUNT environment variables and --template / merge related config.

Patch Changes

  • 1ad57e8: Remove conflicting node:buffer import
  • Updated dependencies [89a2294]
  • Updated dependencies [675570a]
    • @​simple-git/argv-parser@​1.1.0
    • @​simple-git/args-pathspec@​1.0.3
Changelog

Sourced from simple-git's changelog.

3.36.0

Minor Changes

  • 89a2294: Extend known exploitable configuration keys and per-task environment variables.

    Note - ParsedVulnerabilities from argv-parser is removed in favour of a readonly array of Vulnerability to match usage in simple-git, rolled into the new vulnerabilityCheck for simpler access to the identified issues.

    Thanks to @​zebbern for identifying the need to block core.fsmonitor. Thanks to @​kodareef5 for identifying the need to block GIT_CONFIG_COUNT environment variables and --template / merge related config.

Patch Changes

  • 1ad57e8: Remove conflicting node:buffer import
  • Updated dependencies [89a2294]
  • Updated dependencies [675570a]
    • @​simple-git/argv-parser@​1.1.0
    • @​simple-git/args-pathspec@​1.0.3
Commits

Updates @docusaurus/core from 3.9.2 to 3.10.0

Release notes

Sourced from @​docusaurus/core's releases.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Commits
  • 0d98888 v3.10.0
  • 4892e7f feat(core): add future.v4.mdx1CompatDisabledByDefault flag (#11896)
  • 543eaeb fix(core): fix url.resolve() Node.js deprecation warning (#11844)
  • 1a52592 fix(faster): upgrade Rspack, fix Yarn PnP support (#11817)
  • 4a0273f fix(create-docusaurus): fix support for TypeScript 6.0 + fix our CI (#11843)
  • f659aef fix(core): upgrade serve handler min version to for upgrade users to a secure...
  • 1451780 chore(ci): fixes for the npm trusted publishing workflow (#11823)
  • 5dff744 chore(ci): add Trusted Publishing release workflow through dispatch action (#...
  • 29c3b5c feat(core): Docusaurus Faster is stable + v4 future flag turns it on by defau...
  • 2a7f8b9 feat(core): promote siteConfig.storage to stable + add `future.v4.siteStora...
  • 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 @​docusaurus/core since your current version.


Updates @docusaurus/plugin-client-redirects from 3.9.2 to 3.10.0

Release notes

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

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Changelog

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

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​docusaurus/plugin-client-redirects since your current version.


Updates @docusaurus/preset-classic from 3.9.2 to 3.10.0

Release notes

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

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (@​slorber)
    • #11833 fix(core): upgrade serve handler min version to for upgrade users to a secure version (@​BearAlliance)
    • #11763 fix(cli): fix write-heading-ids CLI when no files provided (@​slorber)
    • #11693 fix(core): Remove deprecated experiments.lazyBarrel config for RsPack (@​VedikaGupt)
    • #11604 fix(core): webpack aliases shouldn't be created for test files and typedefs (@​slorber)
    • #11603 fix(core): Fix openBrowser AppleScript support for Arc (@​slorber)
    • #11579 fix(core): in isInternalUrl(), URI protocol scheme detection should implement the spec more strictly (@​slorber)

... (truncated)

Changelog

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

3.10.0 (2026-04-07)

🚀 New Feature

  • docusaurus-types, docusaurus
    • #11896 feat(core): add future.v4.mdx1CompatDisabledByDefault flag (@​slorber)
    • #11797 feat(core): promote siteConfig.storage to stable + add future.v4.siteStorageNamespacing flag [Claude] (@​slorber)
    • #11571 feat(core): support custom html elements in head tags (@​lebalz)
  • create-docusaurus
    • #11897 feat(create-docusaurus): update init template to .mdx extension and strict MDX syntax (@​slorber)
    • #11696 feat(create-docusaurus): Newly initialized TS sites should use "strict: true" (@​slorber)
    • #11611 feat(create-docusaurus): enable creation in current directory (@​Mcheung7272)
  • Other
    • #11874 feat(ci): improve npm supply chain security - improve Dependabot config (@​slorber)
    • #11712 feat(publish): Use trusted publishing (OIDC) for canary releases (@​slorber)
  • create-docusaurus, docusaurus-bundler, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-pwa, docusaurus-types, docusaurus
    • #11802 feat(core): Docusaurus Faster is stable + v4 future flag turns it on by default (@​slorber)
  • docusaurus-mdx-loader, docusaurus-utils, docusaurus
    • #11777 feat(cli): write-heading-ids CLI now supports the --syntax and --migrate options (@​slorber)
  • docusaurus-mdx-loader
    • #11755 feat(mdx-loader): add support for explicit headingId based on MD/MDX comments (@​slorber)
  • docusaurus-theme-live-codeblock, docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11734 feat(theme): Split <DocCard>, improve extensibility, better handling of emoji icons, stable classNames (@​slorber)
    • #11733 feat(theme): Use React context for <Tabs>, allow custom <TabItem> components (@​slorber)
  • docusaurus-faster, docusaurus
    • #11715 feat(bundler): upgrade to Rspack 1.7, remove useless experimental feature flags (@​slorber)
  • docusaurus-plugin-content-pages
  • docusaurus-mdx-loader, docusaurus-theme-classic
    • #11642 feat(mdx-loader): add admonitions directive support for class/id shortcuts (@​lebalz)
  • docusaurus-theme-classic
  • docusaurus-theme-search-algolia
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
    • #11512 feat(core): New siteConfig future.experimental_vcs API + future.experimental_faster.gitEagerVcs flag (@​slorber)

🐛 Bug Fix

  • docusaurus
    • #11844 fix(core): fix url.resolve() Node.js deprecation warning (

… 8 updates

Bumps the production-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tinyglobby](https://github.com/SuperchupuDev/tinyglobby) | `0.2.15` | `0.2.16` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.35.2` | `3.36.0` |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.9.2` | `3.10.0` |
| [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) | `3.9.2` | `3.10.0` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.9.2` | `3.10.0` |
| [@docusaurus/remark-plugin-npm2yarn](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-remark-plugin-npm2yarn) | `3.9.2` | `3.10.0` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |



Updates `tinyglobby` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.16)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `simple-git` from 3.35.2 to 3.36.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.36.0/simple-git)

Updates `@docusaurus/core` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus)

Updates `@docusaurus/plugin-client-redirects` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus-plugin-client-redirects)

Updates `@docusaurus/preset-classic` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/remark-plugin-npm2yarn` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.10.0/packages/docusaurus-remark-plugin-npm2yarn)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

---
updated-dependencies:
- dependency-name: tinyglobby
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: simple-git
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@docusaurus/core"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@docusaurus/preset-classic"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@docusaurus/remark-plugin-npm2yarn"
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Apr 16, 2026
@github-actions github-actions bot added the chore label Apr 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Mar-20, Mar-21, Mar-22, Mar-23, Mar-24, Mar-27, Mar-30, Apr-5, Apr-6, Apr-7, Apr-8, Apr-16]
    bar [188.63, 189.87, 187.45, 187.93, 187.93, 186.35, 188.30, 187.81, 188.42, 188.59, 189.84, 192.69]
    line [134.36, 139.82, 141.15, 141.79, 134.53, 140.55, 134.62, 134.19, 133.87, 138.14, 127.32, 140.96]
    line [76.58, 74.92, 73.83, 77.77, 74.02, 77.10, 77.41, 77.73, 74.56, 80.16, 77.02, 81.79]
    line [133.34, 123.28, 125.66, 126.65, 122.93, 128.82, 126.34, 127.91, 125.16, 122.83, 125.98, 120.86]
    line [99.82, 102.15, 104.63, 100.11, 102.26, 104.28, 103.40, 98.55, 104.22, 103.59, 103.12, 107.36]
    line [154.54, 158.47, 152.54, 153.40, 160.13, 161.83, 162.72, 161.59, 147.84, 148.71, 162.06, 161.49]
    line [55.01, 55.07, 55.14, 54.97, 52.69, 54.36, 53.37, 53.82, 56.32, 55.94, 57.36, 53.10]
    line [23.83, 25.61, 25.64, 25.22, 25.67, 25.63, 25.15, 26.46, 25.57, 26.37, 26.75, 25.16]
    line [36.42, 40.38, 36.50, 39.38, 38.08, 39.48, 40.18, 38.93, 38.36, 35.23, 41.88, 46.42]
    line [45.42, 45.55, 44.76, 44.94, 43.55, 42.67, 44.21, 47.13, 41.53, 47.88, 44.28, 47.31]
    line [19.79, 19.47, 18.35, 19.30, 19.37, 19.08, 19.88, 20.02, 19.41, 20.18, 18.41, 23.64]
    line [23.83, 22.72, 24.07, 23.01, 23.19, 23.80, 24.02, 24.56, 23.07, 21.40, 24.14, 23.53]
    line [83.51, 83.81, 81.43, 79.47, 81.70, 81.36, 81.35, 81.81, 84.38, 83.54, 84.32, 83.73]
    line [14.06, 13.99, 14.45, 15.39, 15.15, 14.76, 15.30, 14.95, 14.57, 15.50, 15.41, 15.66]
    line [121.85, 123.29, 123.31, 123.57, 119.37, 123.63, 121.70, 126.05, 126.20, 126.46, 123.33, 123.00]
    line [100.34, 95.68, 103.94, 100.49, 100.37, 101.61, 103.43, 96.40, 102.92, 99.21, 100.52, 102.05]
    line [33.49, 35.23, 32.80, 33.41, 31.17, 33.44, 33.97, 34.80, 34.26, 36.10, 36.17, 36.69]
    line [342.75, 347.71, 359.34, 340.76, 354.09, 354.69, 357.70, 357.50, 356.42, 341.55, 355.72, 351.58]
    line [6.35, 6.19, 6.26, 6.60, 6.25, 6.74, 6.77, 6.57, 6.61, 6.73, 7.00, 6.60]
    line [223.12, 228.15, 216.79, 218.07, 220.91, 223.03, 217.84, 221.62, 223.63, 223.28, 229.16, 223.99]
    line [46.22, 49.72, 49.15, 48.47, 48.92, 49.74, 47.82, 49.22, 48.87, 50.93, 44.38, 48.73]
    line [259.65, 234.19, 251.38, 263.45, 259.03, 264.42, 262.82, 259.51, 261.27, 249.89, 261.98, 260.22]
    line [84.64, 82.02, 89.37, 88.80, 89.20, 89.35, 90.00, 97.23, 85.82, 88.62, 91.77, 94.38]
    line [144.94, 146.39, 146.52, 149.65, 147.78, 143.68, 144.97, 144.90, 146.68, 145.47, 146.56, 146.23]
    line [82.99, 84.87, 85.57, 82.40, 83.84, 81.84, 82.00, 81.46, 81.94, 77.93, 83.70, 80.03]
    line [171.60, 172.56, 154.71, 166.00, 173.35, 167.42, 171.49, 166.95, 170.01, 169.14, 165.39, 165.96]
    line [128.67, 125.67, 130.11, 116.06, 133.46, 130.91, 126.44, 128.14, 123.76, 136.62, 133.64, 131.56]
    line [67.73, 68.98, 63.91, 69.35, 66.34, 67.66, 67.35, 66.87, 67.74, 69.26, 70.15, 68.32]
    line [333.24, 336.87, 327.34, 320.84, 322.94, 325.27, 326.73, 321.72, 328.23, 343.02, 332.37, 325.59]
    line [259.22, 254.59, 258.80, 265.17, 259.19, 264.34, 232.73, 257.73, 251.87, 240.02, 266.31, 255.90]
    line [215.44, 220.20, 209.66, 217.73, 213.19, 200.65, 215.04, 210.95, 204.79, 206.43, 212.35, 218.35]
    line [225.78, 230.86, 229.00, 232.44, 230.81, 228.49, 228.09, 234.26, 231.70, 219.86, 232.88, 228.20]
    line [224.68, 217.69, 227.52, 226.28, 219.14, 221.19, 226.02, 217.73, 228.96, 203.68, 224.92, 225.82]
    line [119.47, 113.95, 118.70, 123.16, 121.00, 118.77, 121.60, 123.74, 121.73, 120.16, 125.96, 156.56]
    line [215.32, 218.95, 211.96, 209.30, 215.41, 213.73, 216.98, 210.20, 214.91, 209.11, 216.00, 218.20]
    line [216.78, 222.67, 220.47, 206.28, 217.42, 221.24, 216.32, 220.41, 218.02, 220.27, 210.30, 207.49]
    line [36.61, 35.87, 38.67, 37.37, 36.99, 37.97, 35.69, 36.40, 35.82, 36.18, 37.44, 35.75]
    line [209.59, 204.82, 212.94, 211.50, 207.03, 210.21, 215.65, 213.52, 215.27, 213.92, 211.68, 218.95]
    line [162.09, 175.73, 167.53, 169.26, 167.37, 175.14, 177.59, 179.11, 171.90, 177.30, 178.37, 175.23]
    line [248.37, 243.77, 240.29, 242.61, 244.28, 244.79, 237.77, 238.81, 234.08, 305.83, 243.57, 244.58]
    line [175.92, 178.79, 174.01, 172.30, 172.16, 173.35, 170.18, 172.81, 174.46, 178.10, 179.62, 176.32]
    line [399.88, 410.92, 409.10, 416.42, 413.72, 409.38, 416.05, 413.02, 410.36, 392.72, 397.99, 409.08]
    line [126.98, 130.36, 127.52, 127.75, 130.81, 125.94, 125.76, 129.75, 128.69, 130.72, 130.46, 125.52]
    line [386.06, 387.41, 376.59, 391.51, 373.44, 379.72, 384.27, 373.30, 367.91, 366.55, 370.00, 381.73]
    line [95.61, 100.00, 97.34, 96.90, 96.73, 98.18, 91.72, 97.44, 96.14, 95.65, 98.60, 118.93]
    line [173.75, 182.92, 186.30, 171.18, 184.68, 174.16, 169.88, 182.89, 175.34, 157.18, 176.94, 179.55]
    line [193.75, 189.15, 186.42, 190.28, 193.49, 184.99, 190.27, 189.55, 193.41, 185.15, 191.53, 188.88]
    line [235.22, 227.41, 228.79, 241.01, 235.98, 226.38, 241.62, 226.17, 248.01, 244.17, 242.46, 253.59]
    line [260.91, 239.46, 259.16, 256.10, 260.18, 248.06, 263.68, 253.34, 251.40, 240.71, 240.89, 249.85]
    line [199.56, 199.40, 197.96, 202.91, 203.92, 196.82, 200.56, 195.13, 202.74, 197.17, 200.02, 209.32]
    line [175.91, 178.24, 172.29, 170.07, 169.37, 169.09, 172.70, 171.27, 171.33, 174.25, 173.31, 171.40]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.88 2.6 / 2.8 / 3.0 0.10 ┣━━┻━━╋━━●━━┫
alexiosc/megistos 6.96 6.8 / 7.1 / 7.9 0.27 ┣━━┻●━╋━━┻━━┫
apollographql/apollo-server 2.49 2.4 / 2.5 / 2.9 0.13 ┣━━┻━●╋━━┻━━┫
aspnetboilerplate/aspnetboilerplate 8.78 8.4 / 8.8 / 9.8 0.28 ┣━━┻━━●━━┻━━┫
aws-amplify/docs 12.01 9.6 / 11.9 / 12.9 0.60 ┣━━━┻━━╋●━┻━━━┫
Azure/azure-rest-api-specs 9.97 9.2 / 9.8 / 11.2 0.53 ┣━━━┻━━╋●━┻━━━┫
bitjson/typescript-starter 0.85 0.9 / 1.0 / 1.1 0.04 ● ┣━━┻━╋━┻━━┫
caddyserver/caddy 3.23 2.6 / 3.4 / 3.7 0.19 ┣━━┻●━╋━━┻━━┫
canada-ca/open-source-logiciel-libre 1.06 1.0 / 1.1 / 1.2 0.05 ┣━┻━●╋━━┻━┫
chef/chef 5.36 5.2 / 5.4 / 5.7 0.13 ┣━━┻━●╋━━┻━━┫
dart-lang/sdk 53.38 53.7 / 56.0 / 61.5 1.83 ┣━●━┻━━━╋━━━┻━━━┫
django/django 13.27 13.1 / 13.8 / 16.7 0.71 ┣━━━┻●━╋━━┻━━━┫
eslint/eslint 9.44 9.2 / 9.6 / 10.2 0.22 ┣━━●━━╋━━┻━━┫
exonum/exonum 3.42 3.3 / 3.4 / 3.8 0.10 ┣━━┻━━●━━┻━━┫
flutter/samples 14.23 13.7 / 14.5 / 16.3 0.74 ┣━━━┻━●╋━━┻━━━┫
gitbucket/gitbucket 3.15 3.0 / 3.3 / 4.3 0.25 ┣━━┻━●╋━━┻━━┫
googleapis/google-cloud-cpp 122.03 116.7 / 121.2 / 131.2 3.02 ┣━━━┻━━━╋●━━┻━━━┫
graphql/express-graphql 1.10 1.0 / 1.1 / 1.3 0.07 ┣━┻━━●━━┻━┫
graphql/graphql-js 2.63 2.6 / 2.7 / 2.9 0.10 ┣━━┻●━╋━━┻━━┫
graphql/graphql-relay-js 1.11 1.0 / 1.1 / 1.3 0.06 ┣━┻━━╋●━┻━┫
graphql/graphql-spec 1.21 1.2 / 1.3 / 1.6 0.09 ┣━┻●━╋━━┻━┫
iluwatar/java-design-patterns 11.68 11.5 / 11.9 / 12.7 0.31 ┣━━┻●━╋━━┻━━┫
ktaranov/sqlserver-kit 6.12 5.6 / 5.9 / 6.4 0.20 ┣━━┻━━╋━━●━━┫
liriliri/licia 3.76 3.6 / 3.8 / 4.0 0.10 ┣━━┻━●╋━━┻━━┫
MartinThoma/LaTeX-examples 6.17 5.7 / 6.1 / 6.5 0.14 ┣━━┻━━╋●━┻━━┫
mdx-js/mdx 1.71 1.7 / 1.8 / 2.0 0.08 ┣━●┻━━╋━━┻━━┫
microsoft/TypeScript-Website 5.18 5.0 / 5.2 / 5.6 0.16 ┣━━┻━━●━━┻━━┫
MicrosoftDocs/PowerShell-Docs 21.13 19.6 / 20.7 / 26.2 1.29 ┣━━┻━━━╋●━━┻━━┫
neovim/nvim-lspconfig 5.06 4.7 / 5.0 / 5.6 0.19 ┣━━┻━━╋●━┻━━┫
pagekit/pagekit 3.57 3.3 / 3.4 / 3.8 0.11 ┣━━┻━━╋━━┻●━┫
php/php-src 19.14 22.7 / 23.5 / 26.4 0.71 ● ┣┻━╋━┻┫
plasticrake/tplink-smarthome-api 1.27 1.1 / 1.3 / 1.4 0.07 ┣━┻━━●━━┻━┫
prettier/prettier 7.60 7.3 / 7.6 / 8.3 0.22 ┣━━┻━━●━━┻━━┫
pycontribs/jira 1.49 1.4 / 1.5 / 1.7 0.07 ┣━┻━━╋●━┻━┫
RustPython/RustPython 4.90 6.0 / 6.3 / 7.0 0.22 ● ┣┻━╋━┻┫
shoelace-style/shoelace 2.72 2.6 / 2.8 / 3.2 0.14 ┣━━┻●━╋━━┻━━┫
slint-ui/slint 13.16 13.0 / 13.4 / 14.1 0.27 ┣━━●━━╋━━┻━━┫
SoftwareBrothers/admin-bro 2.46 2.2 / 2.5 / 3.0 0.18 ┣━━┻━●╋━━┻━━┫
sveltejs/svelte 21.27 20.2 / 21.1 / 23.3 0.74 ┣━━━┻━━╋●━┻━━━┫
TheAlgorithms/Python 5.50 5.2 / 5.5 / 6.6 0.28 ┣━━┻━━●━━┻━━┫
twbs/bootstrap 1.73 1.7 / 1.8 / 2.0 0.08 ┣━┻━●╋━━┻━┫
typescript-cheatsheets/react 1.14 1.3 / 1.4 / 1.6 0.08 ● ┣━┻━━╋━━┻━┫
typescript-eslint/typescript-eslint 4.06 3.8 / 4.0 / 4.3 0.12 ┣━━┻━━╋●━┻━━┫
vitest-dev/vitest 10.36 10.3 / 11.1 / 13.3 0.64 ┣━━●┻━━╋━━┻━━━┫
w3c/aria-practices 3.43 3.1 / 3.3 / 3.6 0.13 ┣━━┻━━╋━━●━━┫
w3c/specberus 1.84 1.8 / 1.9 / 2.2 0.10 ┣━━●━━╋━━┻━━┫
webdeveric/webpack-assets-manifest 1.16 1.1 / 1.2 / 1.4 0.08 ┣━┻●━╋━━┻━┫
webpack/webpack 5.12 4.9 / 5.2 / 5.6 0.19 ┣━━┻━●╋━━┻━━┫
wireapp/wire-desktop 1.23 1.2 / 1.3 / 1.6 0.08 ┣━●━━╋━━┻━┫
wireapp/wire-webapp 11.68 10.8 / 11.3 / 12.6 0.41 ┣━━━┻━━╋━━●━━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.88 35.75 -3.30% ▇▇▅▇▆██▇▇▄▆▆▇▅▅▆▄▆▇▅ 27
alexiosc/megistos 583 6.96 83.73 2.11% ▃█▆▆▅██▆▅▇▆▆▆▇▇▇█▇█▇ 27
apollographql/apollo-server 254 2.49 102.05 1.55% ▇▇▇▆███▃▇▇▇▇▄▃▇▆█▆▆▇ 27
aspnetboilerplate/aspnetboilerplate 2286 8.78 260.22 0.32% ▆▆▇▇▇▇▇▇█▇▇▆▇▇▇▇▇▅▇▇ 27
aws-amplify/docs 2937 12.01 244.58 0.02% ▄▄▃▄▄▄▄▃▄▃▃▃▃▃▃▂▃█▃▄ 27
Azure/azure-rest-api-specs 2491 9.97 249.85 -1.59% ▄█▆█▃█▇▄██▇▆▆▆█▇▆▅▅▆ 27
bitjson/typescript-starter 20 0.85 23.64 21.78% ▄▄▄▄▄▅▄▃▃▅▄▆▄▄▄▅▄▅▃█ 27
caddyserver/caddy 305 3.23 94.38 5.46% ▃▃▄▃▄▃▃▃▄▃▄▄█▄▃▃▂▃▄▄ 27
canada-ca/open-source-logiciel-libre 7 1.06 6.60 0.83% ▆▆▄▃█▆▄▆▅▆▆▆▆▄▅▅▆▆▇▅ 27
chef/chef 1201 5.36 223.99 1.05% ▆▇▆▆▇▆▅▇▇▄▇▆▇▅▇▅█▇█▇ 27
dart-lang/sdk 11173 53.38 209.32 4.99% ▇█▇▇▇▇▄▇▅█▆▆▇▆▄▇▇▆▇█ 27
django/django 2898 13.27 218.35 3.72% █▇▇▇██▅▅▃▇█▇▆▇▇▇▆▆▇█ 27
eslint/eslint 2060 9.44 218.20 2.26% ▆▆▆█▆▇▇▆▅█▆▇▄▆▆▇▇▆▇▇ 27
exonum/exonum 421 3.42 123.00 -0.34% █▆▄█▇▇▇▇▆▆▇▇█▇█▇██▇▇ 27
flutter/samples 2494 14.23 175.23 1.66% ▃▅▇▄▇▆▇█▇▇▇█▇██▆▇▇█▇ 27
gitbucket/gitbucket 415 3.15 131.56 2.72% ▅██▇▇▆██▇▆▇▇▆▇▇▅███▇ 27
googleapis/google-cloud-cpp 20916 122.03 171.40 -0.16% ▇▄██▆▆▇█▆▇█▇▇▇▇█▆██▇ 27
graphql/express-graphql 26 1.10 23.53 -0.41% ▆▆▆▄▇▇▆▄▇▆▆▇▇█▆▂█▄▆▆ 27
graphql/graphql-js 371 2.63 140.96 2.97% █▅▆▆█▇▆█▇▅▇▄▇▅▆▅▇▇▄▇ 27
graphql/graphql-relay-js 28 1.11 25.16 -1.50% ▅▅▇▇▇▇▃█▆▆▆▆▇██▆▆▇▇▆ 27
graphql/graphql-spec 19 1.21 15.66 5.46% █▇▇▆▄█▇▇▆▇█▇▇█▅▆▇█▇█ 27
iluwatar/java-design-patterns 2060 11.68 176.32 1.44% ▆█▅▆██▇▇▄▆▆▆▇▇▆▇▇██▇ 27
ktaranov/sqlserver-kit 490 6.12 80.03 -3.03% ▆█▅▇▇▄█▅▆▇▅▆█▄▆▆▆▄▇▅ 27
liriliri/licia 1437 3.76 381.73 0.79% █▅▇▅█▆▅█▇▇▇▇▇▄▆▅▅▅▆▇ 27
MartinThoma/LaTeX-examples 1409 6.17 228.20 -0.75% ▆▆▆▆▄▅▆▆▆▅▆▅█▆▇▆▆▄▆▆ 27
mdx-js/mdx 140 1.71 81.79 6.93% ▆▄▅▅▅█▄▄█▇▅▇▆▃█▆▄▇▆█ 27
microsoft/TypeScript-Website 757 5.18 146.23 0.21% ██▇▇█▆█▅▄▇▆█▄▆█▇▆▇▇▇ 27
MicrosoftDocs/PowerShell-Docs 2652 21.13 125.52 -2.07% █▆███▇█▂██▅███▆▇▇▇▇▇ 27
neovim/nvim-lspconfig 840 5.06 165.96 -1.24% ▇▇█▇▇▆▆▆▆▇▇▇▇▅▆▆▇▇▆▆ 27
pagekit/pagekit 741 3.57 207.49 -4.60% ▃▆█▇██▆██▇▇█▇▇█▇▇▇▆▆ 27
php/php-src 2276 19.14 118.93 22.89% ▄▄▄▄▅▄▄▄▄▂▄▄▄▄▄▄▄▄▄█ 27
plasticrake/tplink-smarthome-api 62 1.27 48.73 0.19% ▇▄▆▆█▅▃█▄▅▅▆▆▅▅▄▇▆▃▅ 27
prettier/prettier 2671 7.60 351.58 -0.16% ▇▇▇█▇██▆▇▇███▇▇▇█▆▇▇ 27
pycontribs/jira 79 1.49 53.10 -2.67% █▇▄▆▇█▃▇█▆▆█▅▆▇█▇▇█▆ 27
RustPython/RustPython 767 4.90 156.56 29.52% ▄▄▃▃▄▃▂▃▄▃▄▄▄▄▄▄▃▃▄█ 27
shoelace-style/shoelace 440 2.72 161.49 2.47% ▇█▆▇█▇▇▇▆▇▇▇▆█▇▅▄▅▇▇ 27
slint-ui/slint 2882 13.16 218.95 3.57% ▇█▄▆▆▆▇▆▇█▇▇█▇▇█▇▇▇█ 27
SoftwareBrothers/admin-bro 441 2.46 179.55 1.60% ▆▇▇▇▅▂█▆▇▄▆▇█▆▆▆▆▄▆▆ 27
sveltejs/svelte 8701 21.27 409.08 -0.15% █▇████▄▇██▇▇█▇██▆▆▆▇ 27
TheAlgorithms/Python 1407 5.50 255.90 -0.60% ▇█▇▆▇████▃▆▇▇▆▇▆▇▅█▇ 27
twbs/bootstrap 118 1.73 68.32 1.21% ▇▅▆▇▆▇█▄█▇▅▆▄█▆▇▆▇█▇ 27
typescript-cheatsheets/react 53 1.14 46.42 20.24% ▅▄▅▄▅▅▅▅▄▅▅▅▄▅▃▅▄▃▆█ 27
typescript-eslint/typescript-eslint 1323 4.06 325.59 -0.34% ▄▆▆▆▅▆▆█▆▇▆▅▆▅▇▇▆█▇▆ 27
vitest-dev/vitest 2627 10.36 253.59 8.27% ██▆▆▅▄▅█▅▇▇▇▆▆▂▇█▇▇█ 27
w3c/aria-practices 414 3.43 120.86 -4.89% █▇▇▃█▆▇█▇▅███▅█▇▆▆▆▅ 27
w3c/specberus 197 1.84 107.36 5.19% ▅▅▇▆█▃▇▆█▆▆▇▅▄▄▆▇▆▆▇ 27
webdeveric/webpack-assets-manifest 55 1.16 47.31 6.25% ▅▅▇▂▃▃▄█▄▆▄▇▇▆▇▄▄▇▅▇ 27
webpack/webpack 1156 5.12 225.82 1.65% █▄▇▅▆▅▇▆▆▆▇▄▇▇▅▇█▄▇▇ 27
wireapp/wire-desktop 45 1.23 36.69 8.83% █▅▂▇▇▆▅▄▇▇▅▆▇▇▇▆▇███ 27
wireapp/wire-webapp 2206 11.68 188.88 -0.43% ▆█▇▇▃▇▇█▆▇▇██▅█▇█▆▇▇ 27
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.88 759.82 -3.30% ▇▇▅▇▆██▇▇▄▆▆▇▅▅▆▄▆▇▅ 27
alexiosc/megistos 583 6.96 657.95 2.11% ▃█▆▆▅██▆▅▇▆▆▆▇▇▇█▇█▇ 27
apollographql/apollo-server 254 2.49 842.13 1.83% ▇▇▇▆███▃▇▇▇▇▄▃▇▆█▆▇▇ 27
aspnetboilerplate/aspnetboilerplate 2286 8.78 633.14 0.32% ▆▆▇▇▇▇▇▇█▇▇▆▇▇▇▇▇▅▇▇ 27
aws-amplify/docs 2937 12.01 861.23 0.51% ▄▃▃▄▄▄▄▃▄▃▃▃▃▃▃▂▃█▃▄ 27
Azure/azure-rest-api-specs 2491 9.97 737.31 -1.18% ▄█▆█▃█▇▄██▇▆▆▆█▇▆▅▅▆ 27
bitjson/typescript-starter 20 0.85 94.56 21.78% ▄▄▄▄▄▅▄▃▃▅▄▆▄▄▄▅▄▅▃█ 27
caddyserver/caddy 305 3.23 841.09 5.65% ▃▃▄▃▄▃▃▃▄▃▄▄█▄▃▃▂▃▄▄ 27
canada-ca/open-source-logiciel-libre 7 1.06 54.69 0.83% ▆▆▄▃█▆▄▆▅▆▆▆▆▄▅▅▆▆▇▅ 27
chef/chef 1201 5.36 1051.71 1.06% ▆▇▆▆▇▆▅▇▇▄▇▆▇▅▇▅█▇█▇ 27
dart-lang/sdk 11173 53.38 1416.71 5.11% ▇█▇▇▇▇▄▇▅█▅▆▇▆▄▇▇▆▇█ 27
django/django 2898 13.27 1385.19 3.87% █▇▇▇██▅▅▃▇█▇▆▇▇▇▆▆▇█ 27
eslint/eslint 2060 9.44 1514.99 2.24% ▆▆▆█▆▇▇▆▅█▆▇▄▆▆▇▇▆▇▇ 27
exonum/exonum 421 3.42 1176.51 -0.34% █▆▄█▇▇▇▇▆▆▇▇█▇█▇██▇▇ 27
flutter/samples 2494 14.23 1510.83 1.66% ▃▅▇▄▇▆▇█▇▇▇█▇██▆▇▇█▇ 27
gitbucket/gitbucket 415 3.15 609.64 3.00% ▅██▇▇▆█▇▇▆▇▇▆▇▇▅███▇ 27
googleapis/google-cloud-cpp 20916 122.03 1460.76 0.57% ▇▄██▆▆▇█▆▇█▇▇▇▇█▆██▇ 27
graphql/express-graphql 26 1.10 107.69 -0.41% ▆▆▆▄▇▇▆▄▇▆▆▇▇█▆▂█▄▆▆ 27
graphql/graphql-js 371 2.63 826.03 2.94% █▅▆▆█▇▆█▇▅▆▄▇▅▆▅▇▇▄▇ 27
graphql/graphql-relay-js 28 1.11 98.84 -1.50% ▅▅▇▇▇▇▃█▆▆▆▆▇██▆▆▇▇▆ 27
graphql/graphql-spec 19 1.21 522.54 5.46% █▇▇▆▄█▇▇▆▇█▇▇█▅▆▇█▇█ 27
iluwatar/java-design-patterns 2060 11.68 543.42 1.44% ▆█▅▆██▇▇▄▆▆▆▇▇▆▇▇██▇ 27
ktaranov/sqlserver-kit 490 6.12 1212.31 -3.03% ▆█▅▇▇▄█▅▆▇▅▆█▄▆▆▆▄▇▅ 27
liriliri/licia 1437 3.76 454.78 0.79% █▅▇▅█▆▅█▇▇▇▇▇▄▆▅▅▅▆▇ 27
MartinThoma/LaTeX-examples 1409 6.17 471.29 -0.75% ▆▆▆▆▄▅▆▆▆▅▆▅█▆▇▆▆▄▆▆ 27
mdx-js/mdx 140 1.71 382.68 6.93% ▆▄▅▅▅█▄▄█▇▅▇▆▃█▆▄▇▆█ 27
microsoft/TypeScript-Website 757 5.18 1015.85 0.73% ██▇▇█▆█▅▄▇▆█▄▆█▇▇▇▇▇ 27
MicrosoftDocs/PowerShell-Docs 2652 21.13 1316.36 -1.85% █▆███▇█▂██▅███▆▇▇▇▇▇ 27
neovim/nvim-lspconfig 840 5.06 448.68 -0.77% ▇▇█▇▇▆▆▆▆▇▇▇▇▅▆▆▇▇▆▆ 27
pagekit/pagekit 741 3.57 432.63 -4.60% ▃▆█▇██▆██▇▇█▇▇█▇▇▇▆▆ 27
php/php-src 2276 19.14 2069.18 22.59% ▄▄▄▄▅▄▄▄▄▂▄▄▄▄▅▄▄▄▄█ 27
plasticrake/tplink-smarthome-api 62 1.27 263.28 0.19% ▇▄▆▆█▅▃█▄▅▅▆▆▅▅▄▇▆▃▅ 27
prettier/prettier 2671 7.60 483.08 -0.22% ▇▇▇█▇██▆▇▇███▇▇▇█▆▇▇ 27
pycontribs/jira 79 1.49 376.41 -2.67% █▇▄▆▇█▃▇█▆▆█▅▆▇█▇▇█▆ 27
RustPython/RustPython 767 4.90 2472.97 31.21% ▄▄▃▃▄▃▂▃▃▃▄▄▄▄▄▄▄▃▄█ 27
shoelace-style/shoelace 440 2.72 779.57 2.50% ▇█▆▇█▇▇▇▆█▇▇▆█▇▅▄▅▇▇ 27
slint-ui/slint 2882 13.16 1372.78 3.54% ██▄▆▆▇▇▆▇█▇▇█▇▆█▇▇▇█ 27
SoftwareBrothers/admin-bro 441 2.46 395.74 1.60% ▆▇▇▇▅▂█▆▇▄▆▇█▆▆▆▆▄▆▆ 27
sveltejs/svelte 8701 21.27 277.72 0.07% █▇████▄▇██▇▇█▇██▆▆▆▇ 27
TheAlgorithms/Python 1407 5.50 653.48 -0.60% ▇█▇▆▇████▃▆▇▇▆▇▆▇▅█▇ 27
twbs/bootstrap 118 1.73 560.99 1.21% ▇▅▆▇▆▇█▄█▇▅▆▄█▆▇▆▇█▇ 27
typescript-cheatsheets/react 53 1.14 344.19 20.24% ▅▄▅▄▅▅▅▅▄▅▅▅▄▅▃▅▄▃▆█ 27
typescript-eslint/typescript-eslint 1323 4.06 1718.52 -0.38% ▄▆▆▆▅▆▆█▆▇▆▅▆▅▇▇▆█▇▆ 27
vitest-dev/vitest 2627 10.36 783.95 9.62% ▇▇▅▆▅▄▅█▅▇▇▇▆▆▂▇█▇▇█ 27
w3c/aria-practices 414 3.43 1128.89 -4.89% █▇▇▃█▆▇█▇▅███▅█▇▆▆▆▅ 27
w3c/specberus 197 1.84 351.50 3.94% ▅▅▇▆█▃▇▆█▆▆▆▅▄▄▆▇▆▆▇ 27
webdeveric/webpack-assets-manifest 55 1.16 108.39 5.47% ▅▅▇▂▃▃▄█▄▆▄▆▇▅▇▃▄▇▅▆ 27
webpack/webpack 1156 5.12 1096.48 5.09% █▄▇▅▆▅▇▆▆▆▇▄▇▇▅▇█▄▇█ 27
wireapp/wire-desktop 45 1.23 161.43 8.01% █▅▂▇▇▇▅▄█▇▅▆▇▇▇▆▇███ 27
wireapp/wire-webapp 2206 11.68 770.34 2.24% ▅▇▆▇▃▆▆▇▅▆▆▇▇▄▇▆█▆▇▇ 27

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

Labels

chore 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