Skip to content

chore: bump the development-dependencies group across 1 directory with 14 updates#8817

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-11f558ca33
Open

chore: bump the development-dependencies group across 1 directory with 14 updates#8817
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-11f558ca33

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the development-dependencies group with 14 updates in the / directory:

Package From To
@vitest/coverage-istanbul 4.1.2 4.1.4
prettier 3.8.1 3.8.3
tsdown 0.21.7 0.21.9
typescript-eslint 8.58.0 8.58.2
vite 8.0.5 8.0.8
vitest 4.1.2 4.1.4
@typescript-eslint/parser 8.58.0 8.58.2
@typescript-eslint/types 8.58.0 8.58.2
globals 17.4.0 17.5.0
webpack 5.105.4 5.106.2
@docusaurus/module-type-aliases 3.9.2 3.10.0
@docusaurus/tsconfig 3.9.2 3.10.0
@docusaurus/types 3.9.2 3.10.0
typedoc 0.28.18 0.28.19

Updates @vitest/coverage-istanbul from 4.1.2 to 4.1.4

Release notes

Sourced from @​vitest/coverage-istanbul's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates tsdown from 0.21.7 to 0.21.9

Release notes

Sourced from tsdown's releases.

v0.21.9

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.21.8

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 752c3e5 chore: release v0.21.9
  • 2d74e05 feat: upgrade rolldown
  • 16e2795 feat(config): track transitive config dependencies for watch reload (#919)
  • 38afd8f fix: skip Node.js version check in Bun
  • 665e5ac feat(plugin): add tsdownConfig and tsdownConfigResolved plugin hooks (#918)
  • e6021f5 fix(css): detect css modules from full id for vue virtual sfc styles (#917)
  • abe87e7 chore: upgrade deps
  • d8e1c1f fix: skip package.json writting when content is deeply equal (#913)
  • 60592ef feat(exports): add bin to publishConfig when devExports is enabled (#911)
  • ded1b9c chore: release v0.21.8
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.58.0 to 8.58.2

Release notes

Sourced from typescript-eslint's releases.

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.1 (2026-04-08)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates vite from 8.0.5 to 8.0.8

Release notes

Sourced from vite's releases.

v8.0.8

Please refer to CHANGELOG.md for details.

v8.0.7

Please refer to CHANGELOG.md for details.

v8.0.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.8 (2026-04-09)

Features

Bug Fixes

  • avoid dns.getDefaultResultOrder temporary (#22202) (15f1c15)
  • ssr: class property keys hoisting matching imports (#22199) (e137601)

8.0.7 (2026-04-07)

Bug Fixes

  • use sync dns.getDefaultResultOrder instead of dns.promises (#22185) (5c05b04)

8.0.6 (2026-04-07)

Features

Bug Fixes

Performance Improvements

  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#22151) (56ec256)

Miscellaneous Chores

Commits

Updates vitest from 4.1.2 to 4.1.4

Release notes

Sourced from vitest's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ac04bac chore: release v4.1.4
  • 82c858d chore: Remove no-op function in plugin config logic (#8501)
  • d4fbb5c feat(experimental): support aria snapshot (#9668)
  • b77de96 feat(reporter): add filterMeta option to json reporter (#10078)
  • a120e3a feat(experimental): expose assertion as a public field (#10095)
  • 5375780 feat(coverage): default to text reporter skipFull if agent detected (#10018)
  • a1b5f0f fix: make expect(..., message) consistent as error message prefix (#10068)
  • 203f07a fix: use "black" foreground for labeled terminal message to ensure contrast (...
  • 2dc0d62 chore: release v4.1.3
  • 7827363 feat: add experimental.preParse flag (#10070)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.58.0 to 8.58.2

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.1 (2026-04-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/types from 8.58.0 to 8.58.2

Release notes

Sourced from @​typescript-eslint/types's releases.

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.58.1 (2026-04-08)

This was a version bump only for types to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates globals from 17.4.0 to 17.5.0

Release notes

Sourced from globals's releases.

v17.5.0

  • Update globals (2026-04-12) (#342) 5d84602

sindresorhus/globals@v17.4.0...v17.5.0

Commits

Updates webpack from 5.105.4 to 5.106.2

Release notes

Sourced from webpack's releases.

v5.106.2

Patch Changes

  • CSS @​import now inherits the parent module's exportType, so a file configured as "text" correctly creates a style tag when @​imported by a "style" parent. (by @​xiaoxiaojx in #20838)

  • Make asset modules available in JS context when referenced from both CSS and a lazily compiled JS chunk. (by @​xiaoxiaojx in #20801)

  • Include missing generator options in hash to ensure persistent cache invalidation when configuration changes (CssGenerator exportsOnly, JsonGenerator JSONParse, WebAssemblyGenerator mangleImports). (by @​xiaoxiaojx in #20821)

  • Fix || default value handling in ProgressPlugin and ManifestPlugin that incorrectly overrode user-provided falsy values (e.g. modules: false, entries: false, entrypoints: false). (by @​xiaoxiaojx in #20823)

  • Migrate from mime-types to mime-db. (by @​alexander-akait in #20812)

  • Handle @charset at-rules in CSS modules. (by @​alexander-akait in #20831)

  • Marked all experimental options in types. (by @​alexander-akait in #20814)

v5.106.1

Patch Changes

  • Fix two ES5-environment regressions in the anonymous default export .name fix-up: the generated code referenced an undeclared __WEBPACK_DEFAULT_EXPORT__ binding causing ReferenceError, and used Reflect.defineProperty which is not available in pre-ES2015 runtimes. The fix-up now references the real assignment target and uses Object.defineProperty / Object.getOwnPropertyDescriptor. (by @​xiaoxiaojx in #20796)

  • Prevent !important from being renamed as a local identifier in CSS modules. (by @​xiaoxiaojx in #20798)

  • Use compiler context instead of module context for CSS modules local ident hashing to avoid hash collisions when files with the same name exist in different directories. (by @​xiaoxiaojx in #20799)

v5.106.0

Minor Changes

  • Add exportType: "style" for CSS modules to inject styles into DOM via HTMLStyleElement, similar to style-loader functionality. (by @​xiaoxiaojx in #20579)

  • Add context option support for VirtualUrlPlugin (by @​xiaoxiaojx in #20449)

    • The context for the virtual module. A string path. Defaults to 'auto', which will try to resolve the context from the module id.
    • Support custom context path for resolving relative imports in virtual modules
    • Add examples demonstrating context usage and filename customization
  • Generate different CssModule instances for different exportType values. (by @​xiaoxiaojx in #20590)

  • Added the localIdentHashFunction option to configure the hash function to be used for hashing. (by @​alexander-akait in #20694) Additionally, the localIdentName option can now be a function.

  • Added support for destructuring assignment require in cjs, allowing for tree shaking. (by @​ahabhgk in #20548)

  • Added the validate option to enable/disable validation in webpack/plugins/loaders, also implemented API to make it inside plugins. (by @​xiaoxiaojx in #20275)

  • Added source support for async WASM modules. (by @​magic-akari in #20364)

Patch Changes

  • Add a static getSourceBasicTypes method to the Module class to prevent errors across multiple versions. (by @​xiaoxiaojx in #20614)

... (truncated)

Changelog

Sourced from webpack's changelog.

5.106.2

Patch Changes

  • CSS @​import now inherits the parent module's exportType, so a file configured as "text" correctly creates a style tag when @​imported by a "style" parent. (by @​xiaoxiaojx in #20838)

  • Make asset modules available in JS context when referenced from both CSS and a lazily compiled JS chunk. (by @​xiaoxiaojx in #20801)

  • Include missing generator options in hash to ensure persistent cache invalidation when configuration changes (CssGenerator exportsOnly, JsonGenerator JSONParse, WebAssemblyGenerator mangleImports). ...

    Description has been truncated

…h 14 updates

Bumps the development-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.1.2` | `4.1.4` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.21.7` | `0.21.9` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.0` | `8.58.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.5` | `8.0.8` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.2` | `4.1.4` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.0` | `8.58.2` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.58.0` | `8.58.2` |
| [globals](https://github.com/sindresorhus/globals) | `17.4.0` | `17.5.0` |
| [webpack](https://github.com/webpack/webpack) | `5.105.4` | `5.106.2` |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.9.2` | `3.10.0` |
| [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.9.2` | `3.10.0` |
| [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.9.2` | `3.10.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.18` | `0.28.19` |



Updates `@vitest/coverage-istanbul` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-istanbul)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `tsdown` from 0.21.7 to 0.21.9
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.7...v0.21.9)

Updates `typescript-eslint` from 8.58.0 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/typescript-eslint)

Updates `vite` from 8.0.5 to 8.0.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.8/packages/vite)

Updates `vitest` from 4.1.2 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

Updates `@typescript-eslint/parser` from 8.58.0 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/parser)

Updates `@typescript-eslint/types` from 8.58.0 to 8.58.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.2/packages/types)

Updates `globals` from 17.4.0 to 17.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.4.0...v17.5.0)

Updates `webpack` from 5.105.4 to 5.106.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.105.4...v5.106.2)

Updates `@docusaurus/module-type-aliases` 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-module-type-aliases)

Updates `@docusaurus/tsconfig` 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-tsconfig)

Updates `@docusaurus/types` 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-types)

Updates `typedoc` from 0.28.18 to 0.28.19
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.18...v0.28.19)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tsdown
  dependency-version: 0.21.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.58.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-version: 8.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.58.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-version: 17.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: webpack
  dependency-version: 5.106.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@docusaurus/tsconfig"
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@docusaurus/types"
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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, 188.65]
    line [134.36, 139.82, 141.15, 141.79, 134.53, 140.55, 134.62, 134.19, 133.87, 138.14, 127.32, 139.12]
    line [76.58, 74.92, 73.83, 77.77, 74.02, 77.10, 77.41, 77.73, 74.56, 80.16, 77.02, 80.19]
    line [133.34, 123.28, 125.66, 126.65, 122.93, 128.82, 126.34, 127.91, 125.16, 122.83, 125.98, 124.40]
    line [99.82, 102.15, 104.63, 100.11, 102.26, 104.28, 103.40, 98.55, 104.22, 103.59, 103.12, 103.29]
    line [154.54, 158.47, 152.54, 153.40, 160.13, 161.83, 162.72, 161.59, 147.84, 148.71, 162.06, 150.92]
    line [55.01, 55.07, 55.14, 54.97, 52.69, 54.36, 53.37, 53.82, 56.32, 55.94, 57.36, 54.26]
    line [23.83, 25.61, 25.64, 25.22, 25.67, 25.63, 25.15, 26.46, 25.57, 26.37, 26.75, 26.37]
    line [36.42, 40.38, 36.50, 39.38, 38.08, 39.48, 40.18, 38.93, 38.36, 35.23, 41.88, 40.22]
    line [45.42, 45.55, 44.76, 44.94, 43.55, 42.67, 44.21, 47.13, 41.53, 47.88, 44.28, 47.25]
    line [19.79, 19.47, 18.35, 19.30, 19.37, 19.08, 19.88, 20.02, 19.41, 20.18, 18.41, 17.74]
    line [23.83, 22.72, 24.07, 23.01, 23.19, 23.80, 24.02, 24.56, 23.07, 21.40, 24.14, 24.49]
    line [83.51, 83.81, 81.43, 79.47, 81.70, 81.36, 81.35, 81.81, 84.38, 83.54, 84.32, 77.06]
    line [14.06, 13.99, 14.45, 15.39, 15.15, 14.76, 15.30, 14.95, 14.57, 15.50, 15.41, 15.21]
    line [121.85, 123.29, 123.31, 123.57, 119.37, 123.63, 121.70, 126.05, 126.20, 126.46, 123.33, 126.29]
    line [100.34, 95.68, 103.94, 100.49, 100.37, 101.61, 103.43, 96.40, 102.92, 99.21, 100.52, 95.26]
    line [33.49, 35.23, 32.80, 33.41, 31.17, 33.44, 33.97, 34.80, 34.26, 36.10, 36.17, 34.91]
    line [342.75, 347.71, 359.34, 340.76, 354.09, 354.69, 357.70, 357.50, 356.42, 341.55, 355.72, 336.68]
    line [6.35, 6.19, 6.26, 6.60, 6.25, 6.74, 6.77, 6.57, 6.61, 6.73, 7.00, 5.12]
    line [223.12, 228.15, 216.79, 218.07, 220.91, 223.03, 217.84, 221.62, 223.63, 223.28, 229.16, 217.23]
    line [46.22, 49.72, 49.15, 48.47, 48.92, 49.74, 47.82, 49.22, 48.87, 50.93, 44.38, 50.47]
    line [259.65, 234.19, 251.38, 263.45, 259.03, 264.42, 262.82, 259.51, 261.27, 249.89, 261.98, 260.52]
    line [84.64, 82.02, 89.37, 88.80, 89.20, 89.35, 90.00, 97.23, 85.82, 88.62, 91.77, 93.29]
    line [144.94, 146.39, 146.52, 149.65, 147.78, 143.68, 144.97, 144.90, 146.68, 145.47, 146.56, 142.55]
    line [82.99, 84.87, 85.57, 82.40, 83.84, 81.84, 82.00, 81.46, 81.94, 77.93, 83.70, 86.55]
    line [171.60, 172.56, 154.71, 166.00, 173.35, 167.42, 171.49, 166.95, 170.01, 169.14, 165.39, 174.14]
    line [128.67, 125.67, 130.11, 116.06, 133.46, 130.91, 126.44, 128.14, 123.76, 136.62, 133.64, 133.36]
    line [67.73, 68.98, 63.91, 69.35, 66.34, 67.66, 67.35, 66.87, 67.74, 69.26, 70.15, 70.31]
    line [333.24, 336.87, 327.34, 320.84, 322.94, 325.27, 326.73, 321.72, 328.23, 343.02, 332.37, 327.57]
    line [259.22, 254.59, 258.80, 265.17, 259.19, 264.34, 232.73, 257.73, 251.87, 240.02, 266.31, 252.20]
    line [215.44, 220.20, 209.66, 217.73, 213.19, 200.65, 215.04, 210.95, 204.79, 206.43, 212.35, 213.00]
    line [225.78, 230.86, 229.00, 232.44, 230.81, 228.49, 228.09, 234.26, 231.70, 219.86, 232.88, 234.00]
    line [224.68, 217.69, 227.52, 226.28, 219.14, 221.19, 226.02, 217.73, 228.96, 203.68, 224.92, 225.31]
    line [119.47, 113.95, 118.70, 123.16, 121.00, 118.77, 121.60, 123.74, 121.73, 120.16, 125.96, 153.60]
    line [215.32, 218.95, 211.96, 209.30, 215.41, 213.73, 216.98, 210.20, 214.91, 209.11, 216.00, 264.99]
    line [216.78, 222.67, 220.47, 206.28, 217.42, 221.24, 216.32, 220.41, 218.02, 220.27, 210.30, 203.79]
    line [36.61, 35.87, 38.67, 37.37, 36.99, 37.97, 35.69, 36.40, 35.82, 36.18, 37.44, 35.79]
    line [209.59, 204.82, 212.94, 211.50, 207.03, 210.21, 215.65, 213.52, 215.27, 213.92, 211.68, 211.25]
    line [162.09, 175.73, 167.53, 169.26, 167.37, 175.14, 177.59, 179.11, 171.90, 177.30, 178.37, 167.61]
    line [248.37, 243.77, 240.29, 242.61, 244.28, 244.79, 237.77, 238.81, 234.08, 305.83, 243.57, 243.58]
    line [175.92, 178.79, 174.01, 172.30, 172.16, 173.35, 170.18, 172.81, 174.46, 178.10, 179.62, 173.56]
    line [399.88, 410.92, 409.10, 416.42, 413.72, 409.38, 416.05, 413.02, 410.36, 392.72, 397.99, 392.24]
    line [126.98, 130.36, 127.52, 127.75, 130.81, 125.94, 125.76, 129.75, 128.69, 130.72, 130.46, 165.02]
    line [386.06, 387.41, 376.59, 391.51, 373.44, 379.72, 384.27, 373.30, 367.91, 366.55, 370.00, 356.68]
    line [95.61, 100.00, 97.34, 96.90, 96.73, 98.18, 91.72, 97.44, 96.14, 95.65, 98.60, 97.71]
    line [173.75, 182.92, 186.30, 171.18, 184.68, 174.16, 169.88, 182.89, 175.34, 157.18, 176.94, 180.23]
    line [193.75, 189.15, 186.42, 190.28, 193.49, 184.99, 190.27, 189.55, 193.41, 185.15, 191.53, 188.20]
    line [235.22, 227.41, 228.79, 241.01, 235.98, 226.38, 241.62, 226.17, 248.01, 244.17, 242.46, 235.17]
    line [260.91, 239.46, 259.16, 256.10, 260.18, 248.06, 263.68, 253.34, 251.40, 240.71, 240.89, 269.11]
    line [199.56, 199.40, 197.96, 202.91, 203.92, 196.82, 200.56, 195.13, 202.74, 197.17, 200.02, 181.84]
    line [175.91, 178.24, 172.29, 170.07, 169.37, 169.09, 172.70, 171.27, 171.33, 174.25, 173.31, 171.55]
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 7.57 6.8 / 7.1 / 7.9 0.27 ┣━━┻━━╋━━┻━●┫
apollographql/apollo-server 2.67 2.4 / 2.5 / 2.9 0.13 ┣━━┻━━╋━━●━━┫
aspnetboilerplate/aspnetboilerplate 8.77 8.4 / 8.8 / 9.8 0.28 ┣━━┻━●╋━━┻━━┫
aws-amplify/docs 12.06 9.6 / 11.9 / 12.9 0.60 ┣━━━┻━━╋●━┻━━━┫
Azure/azure-rest-api-specs 9.26 9.2 / 9.8 / 11.2 0.53 ┣━━━●━━╋━━┻━━━┫
bitjson/typescript-starter 1.13 0.9 / 1.0 / 1.1 0.04 ┣━┻━━╋━━┻━┫●
caddyserver/caddy 3.27 2.6 / 3.4 / 3.7 0.19 ┣━━┻●━╋━━┻━━┫
canada-ca/open-source-logiciel-libre 1.37 1.0 / 1.1 / 1.2 0.05 ┣━┻━╋━┻━┫ ●
chef/chef 5.53 5.2 / 5.4 / 5.7 0.13 ┣━━┻━━╋━━●━━┫
dart-lang/sdk 61.44 53.7 / 56.0 / 61.5 1.83 ┣━━┻━━━╋━━━┻━━┫ ●
django/django 13.61 13.1 / 13.8 / 16.7 0.71 ┣━━━┻━●╋━━┻━━━┫
eslint/eslint 7.77 9.2 / 9.6 / 10.2 0.22 ● ┣┻╋┻┫
exonum/exonum 3.33 3.3 / 3.4 / 3.8 0.10 ┣━━┻●━╋━━┻━━┫
flutter/samples 14.88 13.7 / 14.5 / 16.3 0.74 ┣━━━┻━━╋━●┻━━━┫
gitbucket/gitbucket 3.11 3.0 / 3.3 / 4.3 0.25 ┣━━┻●━╋━━┻━━┫
googleapis/google-cloud-cpp 121.92 116.7 / 121.2 / 131.2 3.02 ┣━━━┻━━━╋●━━┻━━━┫
graphql/express-graphql 1.06 1.0 / 1.1 / 1.3 0.07 ┣━┻●━╋━━┻━┫
graphql/graphql-js 2.67 2.6 / 2.7 / 2.9 0.10 ┣━━┻━●╋━━┻━━┫
graphql/graphql-relay-js 1.06 1.0 / 1.1 / 1.3 0.06 ┣━┻●━╋━━┻━┫
graphql/graphql-spec 1.25 1.2 / 1.3 / 1.6 0.09 ┣━┻━●╋━━┻━┫
iluwatar/java-design-patterns 11.87 11.5 / 11.9 / 12.7 0.31 ┣━━┻━━●━━┻━━┫
ktaranov/sqlserver-kit 5.66 5.6 / 5.9 / 6.4 0.20 ┣━●┻━━╋━━┻━━┫
liriliri/licia 4.03 3.6 / 3.8 / 4.0 0.10 ┣━━┻━━╋━━┻━━┫●
MartinThoma/LaTeX-examples 6.02 5.7 / 6.1 / 6.5 0.14 ┣━━┻●━╋━━┻━━┫
mdx-js/mdx 1.75 1.7 / 1.8 / 2.0 0.08 ┣━━●━━╋━━┻━━┫
microsoft/TypeScript-Website 5.31 5.0 / 5.2 / 5.6 0.16 ┣━━┻━━╋━●┻━━┫
MicrosoftDocs/PowerShell-Docs 16.07 19.6 / 20.7 / 26.2 1.29 ● ┣━━┻━━╋━━┻━━┫
neovim/nvim-lspconfig 4.82 4.7 / 5.0 / 5.6 0.19 ┣━━●━━╋━━┻━━┫
pagekit/pagekit 3.64 3.3 / 3.4 / 3.8 0.11 ┣━━┻━━╋━━┻━━●
php/php-src 23.29 22.7 / 23.5 / 26.4 0.71 ┣━━━┻━●╋━━┻━━━┫
plasticrake/tplink-smarthome-api 1.23 1.1 / 1.3 / 1.4 0.07 ┣━┻●━╋━━┻━┫
prettier/prettier 7.93 7.3 / 7.6 / 8.3 0.22 ┣━━┻━━╋━━┻━●┫
pycontribs/jira 1.46 1.4 / 1.5 / 1.7 0.07 ┣━┻━━●━━┻━┫
RustPython/RustPython 4.99 6.0 / 6.3 / 7.0 0.22 ● ┣┻━╋━┻┫
shoelace-style/shoelace 2.92 2.6 / 2.8 / 3.2 0.14 ┣━━┻━━╋━●┻━━┫
slint-ui/slint 13.64 13.0 / 13.4 / 14.1 0.27 ┣━━┻━━╋━━●━━┫
SoftwareBrothers/admin-bro 2.45 2.2 / 2.5 / 3.0 0.18 ┣━━┻━●╋━━┻━━┫
sveltejs/svelte 22.18 20.2 / 21.1 / 23.3 0.74 ┣━━━┻━━╋━━┻━●━┫
TheAlgorithms/Python 5.58 5.2 / 5.5 / 6.6 0.28 ┣━━┻━━╋●━┻━━┫
twbs/bootstrap 1.68 1.7 / 1.8 / 2.0 0.08 ┣━●━━╋━━┻━┫
typescript-cheatsheets/react 1.32 1.3 / 1.4 / 1.6 0.08 ┣━┻●━╋━━┻━┫
typescript-eslint/typescript-eslint 4.04 3.8 / 4.0 / 4.3 0.12 ┣━━┻━━●━━┻━━┫
vitest-dev/vitest 11.17 10.3 / 11.1 / 13.3 0.64 ┣━━━┻━━╋●━┻━━━┫
w3c/aria-practices 3.33 3.1 / 3.3 / 3.6 0.13 ┣━━┻━━╋●━┻━━┫
w3c/specberus 1.91 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.13 4.9 / 5.2 / 5.6 0.19 ┣━━┻━●╋━━┻━━┫
wireapp/wire-desktop 1.29 1.2 / 1.3 / 1.6 0.08 ┣━┻━●╋━━┻━┫
wireapp/wire-webapp 11.72 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.79 -3.20% ▇▇▅▇▆██▇▇▄▆▆▇▅▅▆▄▆▇▅ 27
alexiosc/megistos 583 7.57 77.06 -6.03% ▃█▆▆▅██▆▅▇▆▆▆▇▇▇█▇█▅ 27
apollographql/apollo-server 254 2.67 95.26 -5.21% ▇▇▇▆███▃▇▇▇▇▄▃▇▆█▆▆▅ 27
aspnetboilerplate/aspnetboilerplate 2286 8.77 260.52 0.44% ▆▆▇▇▇▇▇▇█▇▇▆▇▇▇▇▇▅▇▇ 27
aws-amplify/docs 2937 12.06 243.58 -0.39% ▄▄▃▄▄▄▄▃▄▃▃▃▃▃▃▂▃█▃▃ 27
Azure/azure-rest-api-specs 2491 9.26 269.11 6.00% ▄█▆█▃█▇▄██▇▆▆▆█▇▆▅▅█ 27
bitjson/typescript-starter 20 1.13 17.74 -8.63% ▅▆▅▆▆▆▅▄▄▇▆█▆▆▆▆▅▇▄▃ 27
caddyserver/caddy 305 3.27 93.29 4.24% ▃▃▄▃▄▃▃▃▄▃▄▄█▄▃▃▂▃▄▄ 27
canada-ca/open-source-logiciel-libre 7 1.37 5.12 -21.74% ▆▆▄▃█▆▄▆▅▆▆▆▆▄▅▅▆▆▇ 27
chef/chef 1201 5.53 217.23 -2.00% ▆▇▆▆▇▆▅▇▇▄▇▆▇▅▇▅█▇█▅ 27
dart-lang/sdk 11173 61.44 181.84 -8.79% ▇█▇▇▇▇▄▇▅█▆▆▇▇▄▇▇▆▇▄ 27
django/django 2898 13.61 213.00 1.18% █▇▇▇██▅▅▃▇█▇▆▇▇▇▆▆▇▇ 27
eslint/eslint 2060 7.77 264.99 24.19% ▃▃▃▄▃▄▄▃▃▄▃▄▂▃▃▄▄▃▄█ 27
exonum/exonum 421 3.33 126.29 2.33% █▆▄█▇▇▇▇▆▆▇▇█▇█▇██▇█ 27
flutter/samples 2494 14.88 167.61 -2.75% ▃▅▇▄▇▆▇█▇▇▇█▇██▆▇▇█▆ 27
gitbucket/gitbucket 415 3.11 133.36 4.12% ▅██▇▇▆██▇▆▇▇▆▇▇▅████ 27
googleapis/google-cloud-cpp 20916 121.92 171.55 -0.07% ▇▄██▆▆▇█▆▇█▇▇▇▇█▆██▇ 27
graphql/express-graphql 26 1.06 24.49 3.64% ▆▆▆▄▇▇▆▄▇▆▆▇▇█▆▂█▄▆▇ 27
graphql/graphql-js 371 2.67 139.12 1.63% █▅▆▆█▇▆█▇▅▇▄▇▅▆▅▇▇▄▇ 27
graphql/graphql-relay-js 28 1.06 26.37 3.24% ▅▅▇▇▇▇▃█▆▆▆▆▇██▆▆▇▇▇ 27
graphql/graphql-spec 19 1.25 15.21 2.42% █▇▇▆▄█▇▇▆▇█▇▇█▅▆▇█▇▇ 27
iluwatar/java-design-patterns 2060 11.87 173.56 -0.15% ▆█▅▆██▇▇▄▆▆▆▇▇▆▇▇██▇ 27
ktaranov/sqlserver-kit 490 5.66 86.55 4.88% ▆█▅▇▇▄█▅▆▇▅▆█▄▆▆▆▄▇█ 27
liriliri/licia 1437 4.03 356.68 -5.83% █▅▇▅█▆▅█▇▇▇▇▇▄▆▅▅▅▆▄ 27
MartinThoma/LaTeX-examples 1409 6.02 234.00 1.77% ▆▆▆▆▄▅▆▆▆▅▆▅█▆▇▆▆▄▆▆ 27
mdx-js/mdx 140 1.75 80.19 4.84% ▆▄▅▅▅█▄▄█▇▅▇▆▃█▆▄▇▆▇ 27
microsoft/TypeScript-Website 757 5.31 142.55 -2.31% ██▇▇█▆█▅▄▇▆█▄▆█▇▆▇▇▆ 27
MicrosoftDocs/PowerShell-Docs 2652 16.07 165.02 28.74% ▅▄▅▅▅▄▅▂▅▅▃▅▅▅▄▅▄▅▅█ 27
neovim/nvim-lspconfig 840 4.82 174.14 3.62% ▇▇█▇▇▆▆▆▆▇▇▇▇▅▆▆▇▇▆█ 27
pagekit/pagekit 741 3.64 203.79 -6.30% ▃▆█▇██▆██▇▇█▇▇█▇▇▇▆▅ 27
php/php-src 2276 23.29 97.71 0.97% █▇▇▇█▇█▇▇▃▇▇▇▇█▇▆▇█▇ 27
plasticrake/tplink-smarthome-api 62 1.23 50.47 3.78% ▇▄▆▆█▅▃█▄▅▅▆▆▅▅▄▇▆▃▆ 27
prettier/prettier 2671 7.93 336.68 -4.39% ▇▇▇█▇██▆▇▇███▇▇▇█▆▇▅ 27
pycontribs/jira 79 1.46 54.26 -0.55% █▇▄▆▇█▃▇█▆▆█▅▆▇█▇▇█▆ 27
RustPython/RustPython 767 4.99 153.60 27.07% ▄▄▄▃▄▃▂▃▄▃▄▄▄▄▄▄▄▄▄█ 27
shoelace-style/shoelace 440 2.92 150.92 -4.24% ▇█▆▇█▇▇▇▆▇▇▇▆█▇▅▄▅▇▅ 27
slint-ui/slint 2882 13.64 211.25 -0.07% ▇█▄▆▆▆▇▆▇█▇▇█▇▇█▇▇▇▇ 27
SoftwareBrothers/admin-bro 441 2.45 180.23 1.99% ▆▇▇▇▅▂█▆▇▄▆▇█▆▆▆▆▄▆▇ 27
sveltejs/svelte 8701 22.18 392.24 -4.26% █▇████▄▇██▇▇█▇██▆▆▆▅ 27
TheAlgorithms/Python 1407 5.58 252.20 -2.04% ▇█▇▆▇████▃▆▇▇▆▇▆▇▅█▆ 27
twbs/bootstrap 118 1.68 70.31 4.16% ▇▅▆▇▆▇█▄█▇▅▆▄█▆▇▆▇██ 27
typescript-cheatsheets/react 53 1.32 40.22 4.18% ▇▅▆▅▇▇▇▇▅▇▇▇▆▇▄▆▅▄█▇ 27
typescript-eslint/typescript-eslint 1323 4.04 327.57 0.26% ▄▆▆▆▅▆▆█▆▇▆▅▆▅▇▇▆█▇▆ 27
vitest-dev/vitest 2627 11.17 235.17 0.40% ██▆▆▅▄▅█▅▇▇▇▆▆▂▇█▇▇▆ 27
w3c/aria-practices 414 3.33 124.40 -2.10% █▇▇▃█▆▇█▇▅███▅█▇▆▆▆▆ 27
w3c/specberus 197 1.91 103.29 1.21% ▅▅▇▆█▃▇▆█▆▆▇▅▄▄▆▇▆▆▆ 27
webdeveric/webpack-assets-manifest 55 1.16 47.25 6.11% ▅▅▇▂▃▃▄█▄▆▄▇▇▆▇▄▄▇▅▇ 27
webpack/webpack 1156 5.13 225.31 1.42% █▄▇▅▆▅▇▆▆▆▇▄▇▇▅▇█▄▇▇ 27
wireapp/wire-desktop 45 1.29 34.91 3.54% █▅▂▇▇▇▆▄██▆▇▇▇█▆▇██▇ 27
wireapp/wire-webapp 2206 11.72 188.20 -0.79% ▆█▇▇▃▇▇█▆▇▇██▅█▇█▆▇▇ 27
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.88 760.59 -3.20% ▇▇▅▇▆██▇▇▄▆▆▇▅▅▆▄▆▇▅ 27
alexiosc/megistos 583 7.57 605.53 -6.03% ▃█▆▆▅██▆▅▇▆▆▆▇▇▇█▇█▅ 27
apollographql/apollo-server 254 2.67 786.05 -4.95% ▇▇▇▆███▃▇▇▇▇▄▃▇▆█▆▇▅ 27
aspnetboilerplate/aspnetboilerplate 2286 8.77 633.86 0.44% ▆▆▇▇▇▇▇▇█▇▇▆▇▇▇▇▇▅▇▇ 27
aws-amplify/docs 2937 12.06 857.71 0.10% ▄▃▃▄▄▄▄▃▄▃▃▃▃▃▃▂▃█▃▃ 27
Azure/azure-rest-api-specs 2491 9.26 794.15 6.44% ▄█▆█▃█▇▄▇█▇▆▆▆█▇▆▅▅█ 27
bitjson/typescript-starter 20 1.13 70.95 -8.63% ▅▆▅▆▆▆▅▄▄▇▆█▆▆▆▆▅▇▄▃ 27
caddyserver/caddy 305 3.27 831.35 4.42% ▃▃▄▃▄▃▃▃▄▃▄▄█▄▃▃▂▃▄▄ 27
canada-ca/open-source-logiciel-libre 7 1.37 42.45 -21.74% ▆▆▄▃█▆▄▆▅▆▆▆▆▄▅▅▆▆▇ 27
chef/chef 1201 5.53 1019.95 -1.99% ▆▇▆▆▇▆▅▇▇▄▇▆▇▅▇▅█▇█▅ 27
dart-lang/sdk 11173 61.44 1230.74 -8.69% ▇█▇▇▇▇▄▇▅█▆▆█▇▄▇▇▆▇▄ 27
django/django 2898 13.61 1351.31 1.32% █▇▇▇██▅▅▃▇█▇▆▇▇▇▆▆▇▇ 27
eslint/eslint 2060 7.77 1839.90 24.17% ▃▃▃▄▃▄▄▃▃▄▃▄▂▃▃▄▄▃▄█ 27
exonum/exonum 421 3.33 1207.99 2.33% █▆▄█▇▇▇▇▆▆▇▇█▇█▇██▇█ 27
flutter/samples 2494 14.88 1445.15 -2.75% ▃▅▇▄▇▆▇█▇▇▇█▇██▆▇▇█▆ 27
gitbucket/gitbucket 415 3.11 617.97 4.41% ▅██▇▇▆█▇▇▆▇▇▆▇▇▅████ 27
googleapis/google-cloud-cpp 20916 121.92 1462.07 0.66% ▇▄██▆▆▇█▆▇█▇▇▇▇█▆██▇ 27
graphql/express-graphql 26 1.06 112.07 3.64% ▆▆▆▄▇▇▆▄▇▆▆▇▇█▆▂█▄▆▇ 27
graphql/graphql-js 371 2.67 815.23 1.60% █▅▆▆█▇▆█▇▅▆▄▇▅▆▅▇▇▄▇ 27
graphql/graphql-relay-js 28 1.06 103.59 3.24% ▅▅▇▇▇▇▃█▆▆▆▆▇██▆▆▇▇▇ 27
graphql/graphql-spec 19 1.25 507.52 2.42% █▇▇▆▄█▇▇▆▇█▇▇█▅▆▇█▇▇ 27
iluwatar/java-design-patterns 2060 11.87 534.92 -0.15% ▆█▅▆██▇▇▄▆▆▆▇▇▆▇▇██▇ 27
ktaranov/sqlserver-kit 490 5.66 1311.20 4.88% ▆█▅▇▇▄█▅▆▇▅▆█▄▆▆▆▄▇█ 27
liriliri/licia 1437 4.03 424.94 -5.83% █▅▇▅█▆▅█▇▇▇▇▇▄▆▅▅▅▆▄ 27
MartinThoma/LaTeX-examples 1409 6.02 483.27 1.77% ▆▆▆▆▄▅▆▆▆▅▆▅█▆▇▆▆▄▆▆ 27
mdx-js/mdx 140 1.75 375.19 4.84% ▆▄▅▅▅█▄▄█▇▅▇▆▃█▆▄▇▆▇ 27
microsoft/TypeScript-Website 757 5.31 990.33 -1.80% ██▇▇█▆█▅▄▇▆█▄▆█▇▇▇▇▆ 27
MicrosoftDocs/PowerShell-Docs 2652 16.07 1730.56 29.03% ▅▄▅▅▅▄▅▂▅▅▃▅▅▅▄▅▄▅▅█ 27
neovim/nvim-lspconfig 840 4.82 470.79 4.12% ▇▇█▇▇▆▆▆▆▇▇▇▇▅▆▆▇▇▆█ 27
pagekit/pagekit 741 3.64 424.91 -6.30% ▃▆█▇██▆██▇▇█▇▇█▇▇▇▆▅ 27
php/php-src 2276 23.29 1700.09 0.72% █▇▇▇█▇█▇▇▃▇▇▇▇█▇▆▇█▇ 27
plasticrake/tplink-smarthome-api 62 1.23 272.71 3.78% ▇▄▆▆█▅▃█▄▅▅▆▆▅▅▄▇▆▃▆ 27
prettier/prettier 2671 7.93 462.60 -4.45% ▇▇▇█▇██▆▇▇███▇▇▇█▆▇▅ 27
pycontribs/jira 79 1.46 384.60 -0.55% █▇▄▆▇█▃▇█▆▆█▅▆▇█▇▇█▆ 27
RustPython/RustPython 767 4.99 2426.21 28.73% ▄▄▃▃▄▃▂▃▄▃▄▄▄▄▄▄▄▄▄█ 27
shoelace-style/shoelace 440 2.92 728.54 -4.21% ▇█▆▇█▇▇▇▆█▇▇▆█▇▅▄▅▇▅ 27
slint-ui/slint 2882 13.64 1324.53 -0.10% ██▅▆▆▇█▆▇█▇▇█▇▆█▇▇▇▇ 27
SoftwareBrothers/admin-bro 441 2.45 397.24 1.99% ▆▇▇▇▅▂█▆▇▄▆▇█▆▆▆▆▄▆▇ 27
sveltejs/svelte 8701 22.18 266.28 -4.05% █▇████▄▇██▇▇█▇██▆▆▆▆ 27
TheAlgorithms/Python 1407 5.58 644.04 -2.04% ▇█▇▆▇████▃▆▇▇▆▇▆▇▅█▆ 27
twbs/bootstrap 118 1.68 577.37 4.16% ▇▅▆▇▆▇█▄█▇▅▆▄█▆▇▆▇██ 27
typescript-cheatsheets/react 53 1.32 298.22 4.18% ▇▅▆▅▇▇▇▇▅▇▇▇▆▇▄▆▅▄█▇ 27
typescript-eslint/typescript-eslint 1323 4.04 1728.94 0.23% ▄▆▆▆▅▆▆█▆▇▆▅▆▅▇▇▆█▇▇ 27
vitest-dev/vitest 2627 11.17 727.00 1.66% ██▆▆▅▄▅█▅▇▇▇▆▆▂▇█▇▇▇ 27
w3c/aria-practices 414 3.33 1161.98 -2.10% █▇▇▃█▆▇█▇▅███▅█▇▆▆▆▆ 27
w3c/specberus 197 1.91 338.19 0.01% ▅▅▇▆█▃▇▆█▆▆▆▅▄▄▆▇▆▆▆ 27
webdeveric/webpack-assets-manifest 55 1.16 108.25 5.34% ▅▅▇▂▃▃▄█▄▆▄▆▇▅▇▃▄▇▅▆ 27
webpack/webpack 1156 5.13 1094.02 4.85% █▄▇▅▆▅▇▆▆▆▇▄▇▇▅▇█▄▇█ 27
wireapp/wire-desktop 45 1.29 153.58 2.76% █▅▂▇▇▇▆▄██▆▆▇▇█▆▇██▇ 27
wireapp/wire-webapp 2206 11.72 767.56 1.88% ▅▇▆▇▃▆▆▇▅▆▆▇▇▄▇▆█▆▇▇ 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