Skip to content

chore: bump the development-dependencies group across 1 directory with 13 updates - #8979

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-b5bdfae1ea
Open

chore: bump the development-dependencies group across 1 directory with 13 updates#8979
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-b5bdfae1ea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
rollup 4.62.2 4.62.4
typescript-eslint 8.65.0 8.66.0
vite 8.1.5 8.2.0
@types/semver 7.7.1 7.8.0
@typescript-eslint/parser 8.65.0 8.66.0
@typescript-eslint/types 8.65.0 8.66.0
eslint-plugin-yml 3.6.0 3.7.0
globals 17.7.0 17.9.0
mocha 11.7.6 11.8.0
@types/react 19.2.17 19.2.18
webpack 5.109.0 5.109.2
webpack-cli 7.2.1 7.2.2
typedoc 0.28.19 0.28.20

Updates rollup from 4.62.2 to 4.62.4

Release notes

Sourced from rollup's releases.

v4.62.4

4.62.4

2026-08-01

Bug Fixes

  • Resolve a regression when using Rollup on older Linux distributions (#6467)

Pull Requests

v4.62.3

4.62.3

2026-07-26

Bug Fixes

  • Sanitize illegal characters preserved modules input base (#6439)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.62.4

2026-08-01

Bug Fixes

  • Resolve a regression when using Rollup on older Linux distributions (#6467)

Pull Requests

4.62.3

2026-07-26

Bug Fixes

  • Sanitize illegal characters preserved modules input base (#6439)

Pull Requests

... (truncated)

Commits

Updates typescript-eslint from 8.65.0 to 8.66.0

Release notes

Sourced from typescript-eslint's releases.

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ 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.66.0 (2026-08-03)

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.1.5 to 8.2.0

Release notes

Sourced from vite's releases.

create-vite@8.2.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.0 (2026-07-30)

Features

  • add input to server.fs.allow (#23035) (95a3cda)
  • bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
  • bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
  • config: include column in config incompatibility location (#23064) (8a24572)
  • dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)

Bug Fixes

  • bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
  • deps: update all non-major dependencies (#23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#22932) (fa005d1)
  • support resolving top-level input option with plugins (#23101) (41df81a)

Documentation

  • config: correct cacheDir default fallback description (#23060) (aafa103)

Tests

8.2.0-beta.0 (2026-07-22)

Features

  • add input option (#22642) (9beae37)
  • config: warn features incompatible with native loader in bundle loader (#22850) (05302b0)
  • css: export PostCSS config type for type-safe configs (#22792) (302c755)
  • dev: label network URLs with their interface name (#22830) (78accc4)
  • optimizer: support aube lockfile (#22813) (6319827)
  • optimizer: support nub lockfile (#22891) (65d3604)
  • update rolldown-related dependencies and use client-side HMR in bundled-dev (#22961) (960e9ef)
  • wasm: expand test suite, unwrap WebAssembly.Global and enable js-string builtins (#22674) (9e79b51)

Bug Fixes

Performance Improvements

... (truncated)

Commits

Updates @types/semver from 7.7.1 to 7.8.0

Commits

Updates @typescript-eslint/parser from 8.65.0 to 8.66.0

Release notes

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

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ 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.66.0 (2026-08-03)

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.65.0 to 8.66.0

Release notes

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

v8.66.0

8.66.0 (2026-08-03)

🚀 Features

  • typescript-estree: handle import.defer() as ImportExpression (#12609)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#12590)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#12591)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#12607)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#12588)
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#12617)
  • website: list onUnsupportedTypeScriptVersion in parser options (#12585)

❤️ 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.66.0 (2026-08-03)

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 eslint-plugin-yml from 3.6.0 to 3.7.0

Release notes

Sourced from eslint-plugin-yml's releases.

v3.7.0

Minor Changes

v3.6.1

Patch Changes

Changelog

Sourced from eslint-plugin-yml's changelog.

3.7.0

Minor Changes

3.6.1

Patch Changes

Commits
  • bf0cfd6 Version Packages (#640)
  • 70eeffa chore(deps): update dependency stylelint-config-recommended-vue to v2 (#639)
  • be40dc3 chore(deps): update dependency stylelint-config-standard-vue to v2 (#641)
  • 5002618 Add yml/no-boolean-key (#631)
  • 8b6c3ae Version Packages (#638)
  • 91fbec6 chore(deps-dev): bump postcss from 8.5.12 to 8.5.24 (#635)
  • 1e9df08 chore(deps): bump uuid and istanbul-lib-processinfo (#634)
  • fc104f2 chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (#632)
  • 7329c61 fix(sort-keys): don't duplicate inline comments when reordering block sequenc...
  • 4dc06b2 chore(deps): update actions/stale action to v11 (#633)
  • Additional commits viewable in compare view

Updates globals from 17.7.0 to 17.9.0

Release notes

Sourced from globals's releases.

v17.9.0

  • Update globals (2026-08-01) (#348) 5a958ed

sindresorhus/globals@v17.8.0...v17.9.0

v17.8.0

  • Update globals (2026-07-01) (#347) 7394811

sindresorhus/globals@v17.7.0...v17.8.0

Commits

Updates mocha from 11.7.6 to 11.8.0

Release notes

Sourced from mocha's releases.

v11.8.0

11.8.0 (2026-08-02)

🌟 Features

  • add --fail-hook-affected-tests option to report skipped tests as failed (#5519) (#6052) (7830309)

🧹 Chores

v11.7.7

11.7.7 (2026-06-13)

🩹 Fixes

Changelog

Sourced from mocha's changelog.

11.8.0 (2026-08-02)

🌟 Features

  • add --fail-hook-affected-tests option to report skipped tests as failed (#5519) (#6052) (7830309)

🧹 Chores

11.7.7 (2026-06-13)

🩹 Fixes

Commits
  • 90c1bb3 chore(v11.x): release 11.8.0 (#6076)
  • 05aec43 chore(CI): bump Node from 22 to 24 in publish action (#6206)
  • 1f44d5f chore: change site title to Mocha 11, update index note (#6086)
  • 26deb23 chore: add modern Netlify to v11.x branch (#6082)
  • 7830309 feat: add --fail-hook-affected-tests option to report skipped tests as failed...
  • 41f2b95 chore(v11.x): release 11.7.7 (#6068)
  • 3477563 fix: surface ts-node compile errors (#6045)
  • See full diff in compare view

Updates @types/react from 19.2.17 to 19.2.18

Commits

Updates webpack from 5.109.0 to 5.109.2

Release notes

Sourced from webpack's releases.

v5.109.2

Patch Changes

  • Resolve aliases pointing at a package directory whose name ends with .js again. (by @​alexander-akait in #21542)

  • Name CSS sources in source maps by their resource path, without the css prefix. (by @​bjohansebas in #21536)

  • Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by @​bjohansebas in #21528)

  • Report "universal" as the loader context target for the universal target. (by @​alexander-akait in #21540)

  • Skip require().prop in dead branches gated by inlined imported constants. (by @​hai-x in #21517)

  • Annotate configuration options and public hooks in the generated types with the @since JSDoc tag. (by @​bjohansebas in #21473)

v5.109.1

Patch Changes

  • Fix stray semicolon emitted before an imported call following a parenthesized sequence element. (by @​alexander-akait in #21533)

  • Make require(esm) module.exports re-export analysis independent of module processing order. (by @​alexander-akait in #21521)

  • Ignore ERR_SERVER_NOT_RUNNING on lazy-compilation backend dispose so compiler.close() succeeds on Bun. (by @​alexander-akait in #21521)

  • Name the failing key when DefinePlugin fails to evaluate a typeof value. (by @​alexander-akait in #21503)

  • Improve Deno compatibility: guard setNoDelay and force-close connections on lazy-compilation backend dispose, and return a real ArrayBuffer from the Node async/sync wasm loader so WebAssembly.instantiate accepts it. (by @​alexander-akait in #21524)

  • Speed up the HTML parser and cut its peak memory: module-scope helpers/state and tokenizer callbacks, plus exact AST column pre-sizing. (by @​alexander-akait in #21492)

  • Track CommonJS build dependencies by parsing sources when require.cache children are unavailable (e.g. Bun). (by @​alexander-akait in #21531)

  • Cook common string-literal escapes on the JS parser fast path and own the tokenizer's cold-path readers. (by @​alexander-akait in #21500)

  • Build the CSS parseA* AST on the SoA store instead of node classes, cutting parse memory and time. (by @​alexander-akait in #21498)

  • Speed up and cut memory of the experimental CSS and HTML parsers: drop two derivable AST node columns, and scan long string, url, comment, and plaintext token bodies natively. (by @​alexander-akait in #21504)

  • Speed up non-modules CSS parsing: skip redundant token re-reads, drop selector-prelude tokens without materializing nodes, allocate rule preludes lazily, and fast-path empty list seals. (by @​alexander-akait in #21511)

  • Speed up stats generation and cut its peak memory: reuse cached sort comparators instead of thrashing the comparator caches on every sort, and drop redundant module-graph lookups and allocations in the extractors. (by @​alexander-akait in #21506)

  • Speed up CSS parsing: byte-range function-name checks, indexed sibling lookahead. (by @​bjohansebas in #21520)

  • Reduce allocations and redundant work across the code-generation, module-concatenation, exports/usage-analysis, hashing, and chunk-splitting hot paths. (by @​alexander-akait in #21516)

  • Enable the Node.js compile cache in the webpack CLI entry point. (by @​bjohansebas in #21523)

  • Encode the persistent cache with V8's value serializer. (by @​avivkeller in #21514)

... (truncated)

Changelog

Sourced from webpack's changelog.

5.109.2

Patch Changes

  • Resolve aliases pointing at a package directory whose name ends with .js again. (by @​alexander-akait in #21542)

  • Name CSS sources in source maps by their resource path, without the css prefix. (by @​bjohansebas in #21536)

  • Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by @​bjohansebas in #21528)

  • Report "universal" as the loader context target for the universal target. (by @​alexander-akait in #21540)

  • Skip require().prop in dead branches gated by inlined imported constants. (by @​hai-x in #21517)

  • Annotate configuration options and public hooks in the generated types with the @since JSDoc tag. (by @​bjohansebas in #21473)

5.109.1

Patch Changes

  • Fix stray semicolon emitted before an imported call following a parenthesized sequence element. (by @​alexander-akait in #21533)

  • Make require(esm) module.exports re-export analysis independent of module processing order. (by @​alexander-akait in #21521)

  • Ignore ERR_SERVER_NOT_RUNNING on lazy-compilation backend dispose so compiler.close() succeeds on Bun. (by @​alexander-akait in #21521)

  • Name the failing key when DefinePlugin fails to evaluate a typeof value. (by @​alexander-akait in #21503)

  • Improve Deno compatibility: guard setNoDelay and force-close connections on lazy-compilation backend dispose, and return a real ArrayBuffer from the Node async/sync wasm loader so WebAssembly.instantiate accepts it. (by @​alexander-akait in #21524)

  • Speed up the HTML parser and cut its peak memory: module-scope helpers/state and tokenizer callbacks, plus exact AST column pre-sizing. (by @​alexander-akait in #21492)

  • Track CommonJS build dependencies by parsing sources when require.cache children are unav...

    Description has been truncated

…h 13 updates

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

| Package | From | To |
| --- | --- | --- |
| [rollup](https://github.com/rollup/rollup) | `4.62.2` | `4.62.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.66.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.5` | `8.2.0` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.7.1` | `7.8.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.65.0` | `8.66.0` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.65.0` | `8.66.0` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `3.6.0` | `3.7.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.9.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.7.6` | `11.8.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [webpack](https://github.com/webpack/webpack) | `5.109.0` | `5.109.2` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `7.2.1` | `7.2.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.19` | `0.28.20` |



Updates `rollup` from 4.62.2 to 4.62.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.62.2...v4.62.4)

Updates `typescript-eslint` from 8.65.0 to 8.66.0
- [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.66.0/packages/typescript-eslint)

Updates `vite` from 8.1.5 to 8.2.0
- [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/create-vite@8.2.0/packages/vite)

Updates `@types/semver` from 7.7.1 to 7.8.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Updates `@typescript-eslint/parser` from 8.65.0 to 8.66.0
- [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.66.0/packages/parser)

Updates `@typescript-eslint/types` from 8.65.0 to 8.66.0
- [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.66.0/packages/types)

Updates `eslint-plugin-yml` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-yml@v3.6.0...v3.7.0)

Updates `globals` from 17.7.0 to 17.9.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.7.0...v17.9.0)

Updates `mocha` from 11.7.6 to 11.8.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.8.0/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.7.6...v11.8.0)

Updates `@types/react` from 19.2.17 to 19.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `webpack` from 5.109.0 to 5.109.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.109.0...v5.109.2)

Updates `webpack-cli` from 7.2.1 to 7.2.2
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.2.1...webpack-cli@7.2.2)

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

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.62.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/semver"
  dependency-version: 7.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-yml
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-version: 17.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mocha
  dependency-version: 11.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: webpack
  dependency-version: 5.109.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: webpack-cli
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.20
  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 Aug 6, 2026
@github-actions github-actions Bot added the chore label Aug 6, 2026
@github-actions

github-actions Bot commented Aug 6, 2026

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 [Jul-13, Aug-6]
    bar [192.31, 186.74]
    line [17.82, 19.27]
    line [97.93, 103.37]
    line [302.24, 253.25]
    line [94.47, 89.77]
    line [82.41, 81.09]
    line [48.47, 36.13]
    line [277.07, 234.61]
    line [6.29, 6.76]
    line [238.39, 259.45]
    line [208.19, 199.50]
    line [158.48, 173.79]
    line [204.20, 207.61]
    line [209.39, 219.36]
    line [153.81, 134.13]
    line [120.84, 125.41]
    line [23.34, 23.63]
    line [146.76, 200.11]
    line [25.88, 35.19]
    line [17.18, 15.89]
    line [201.45, 197.73]
    line [176.39, 168.45]
    line [96.02, 102.29]
    line [298.01, 208.04]
    line [76.00, 79.68]
    line [148.29, 145.75]
    line [374.43, 363.33]
    line [259.46, 199.24]
    line [221.06, 167.72]
    line [129.95, 127.14]
    line [126.09, 94.03]
    line [68.71, 59.04]
    line [155.87, 166.96]
    line [169.41, 168.00]
    line [50.42, 51.29]
    line [116.87, 92.71]
    line [330.04, 343.88]
    line [243.47, 235.50]
    line [64.41, 71.14]
    line [174.01, 183.38]
    line [250.26, 252.92]
    line [18.90, 21.68]
    line [328.06, 212.93]
    line [395.07, 477.28]
    line [119.39, 129.95]
    line [266.63, 262.69]
    line [33.78, 45.54]
    line [43.65, 46.24]
    line [107.84, 99.00]
    line [218.96, 206.74]
    line [169.05, 197.78]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.85 2.1 / 2.1 / 2.1 0.00 ``
alexiosc/megistos 7.19 7.1 / 7.1 / 7.1 0.00 ``
apollographql/apollo-server 2.48 2.6 / 2.6 / 2.6 0.00 ``
aspnetboilerplate/aspnetboilerplate 9.03 7.6 / 7.6 / 7.6 0.00 ``
aws-amplify/docs 12.64 10.7 / 10.7 / 10.7 0.00 ``
Azure/azure-rest-api-specs 9.80 10.4 / 10.4 / 10.4 0.00 ``
bitjson/typescript-starter 1.04 1.1 / 1.1 / 1.1 0.00 ``
caddyserver/caddy 3.59 3.4 / 3.4 / 3.4 0.00 ``
canada-ca/open-source-logiciel-libre 1.03 1.1 / 1.1 / 1.1 0.00 ``
chef/chef 5.18 5.0 / 5.0 / 5.0 0.00 ``
dart-lang/sdk 58.66 57.0 / 57.0 / 57.0 0.00 ``
django/django 13.36 14.0 / 14.0 / 14.0 0.00 ``
eslint/eslint 10.02 10.2 / 10.2 / 10.2 0.00 ``
exonum/exonum 2.42 2.7 / 2.7 / 2.7 0.00 ``
flutter/samples 12.64 11.0 / 11.0 / 11.0 0.00 ``
gitbucket/gitbucket 3.33 3.5 / 3.5 / 3.5 0.00 ``
googleapis/google-cloud-cpp 125.88 125.8 / 125.8 / 125.8 0.00 ``
graphql/express-graphql 1.10 1.1 / 1.1 / 1.1 0.00 ``
graphql/graphql-js 2.75 3.7 / 3.7 / 3.7 0.00 ``
graphql/graphql-relay-js 0.80 1.1 / 1.1 / 1.1 0.00 ``
graphql/graphql-spec 1.20 1.1 / 1.1 / 1.1 0.00 ``
iluwatar/java-design-patterns 12.40 11.8 / 11.8 / 11.8 0.00 ``
ktaranov/sqlserver-kit 4.79 5.1 / 5.1 / 5.1 0.00 ``
liriliri/licia 3.96 3.8 / 3.8 / 3.8 0.00 ``
MartinThoma/LaTeX-examples 6.77 4.7 / 4.7 / 4.7 0.00 ``
mdx-js/mdx 1.74 1.8 / 1.8 / 1.8 0.00 ``
microsoft/TypeScript-Website 5.25 5.2 / 5.2 / 5.2 0.00 ``
MicrosoftDocs/PowerShell-Docs 24.59 24.1 / 24.1 / 24.1 0.00 ``
neovim/nvim-lspconfig 5.17 3.9 / 3.9 / 3.9 0.00 ``
pagekit/pagekit 3.72 2.9 / 2.9 / 2.9 0.00 ``
php/php-src 25.33 18.3 / 18.3 / 18.3 0.00 ``
plasticrake/tplink-smarthome-api 1.21 1.2 / 1.2 / 1.2 0.00 ``
prettier/prettier 7.74 8.0 / 8.0 / 8.0 0.00 ``
pycontribs/jira 1.36 1.2 / 1.2 / 1.2 0.00 ``
RustPython/RustPython 9.24 7.1 / 7.1 / 7.1 0.00 ``
shoelace-style/shoelace 2.64 2.8 / 2.8 / 2.8 0.00 ``
slint-ui/slint 15.23 14.0 / 14.0 / 14.0 0.00 ``
SoftwareBrothers/admin-bro 2.40 2.5 / 2.5 / 2.5 0.00 ``
sveltejs/svelte 18.72 22.5 / 22.5 / 22.5 0.00 ``
TheAlgorithms/Python 5.58 5.6 / 5.6 / 5.6 0.00 ``
twbs/bootstrap 1.66 1.8 / 1.8 / 1.8 0.00 ``
typescript-cheatsheets/react 1.11 1.3 / 1.3 / 1.3 0.00 ``
typescript-eslint/typescript-eslint 4.06 4.0 / 4.0 / 4.0 0.00 ``
vitest-dev/vitest 10.45 10.2 / 10.2 / 10.2 0.00 ``
w3c/aria-practices 3.21 3.5 / 3.5 / 3.5 0.00 ``
w3c/specberus 1.92 1.8 / 1.8 / 1.8 0.00 ``
webdeveric/webpack-assets-manifest 1.19 1.3 / 1.3 / 1.3 0.00 ``
webpack/webpack 6.22 5.6 / 5.6 / 5.6 0.00 ``
wireapp/wire-desktop 1.12 1.3 / 1.3 / 1.3 0.00 ``
wireapp/wire-webapp 12.48 13.9 / 13.9 / 13.9 0.00 ``

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.85 36.13 -25.46% 1
alexiosc/megistos 583 7.19 81.09 -1.61% █▇ 1
apollographql/apollo-server 256 2.48 103.37 5.55% ▅█ 1
aspnetboilerplate/aspnetboilerplate 2288 9.03 253.25 -16.21% 1
aws-amplify/docs 2965 12.64 234.61 -15.33% 1
Azure/azure-rest-api-specs 2543 9.80 259.45 8.83% ▅█ 1
bitjson/typescript-starter 20 1.04 19.27 8.12% ▅█ 1
caddyserver/caddy 322 3.59 89.77 -4.98% █▄ 1
canada-ca/open-source-logiciel-libre 7 1.03 6.76 7.49% ▅█ 1
chef/chef 1034 5.18 199.50 -4.17% █▅ 1
dart-lang/sdk 11599 58.66 197.73 -1.85% █▇ 1
django/django 2930 13.36 219.36 4.76% ▆█ 1
eslint/eslint 2080 10.02 207.61 1.67% ▇█ 1
exonum/exonum 421 2.42 173.79 9.66% ▄█ 1
flutter/samples 1696 12.64 134.13 -12.80% 1
gitbucket/gitbucket 417 3.33 125.41 3.78% ▆█ 1
googleapis/google-cloud-cpp 21148 125.88 168.00 -0.84% █▇ 1
graphql/express-graphql 26 1.10 23.63 1.24% ▇█ 1
graphql/graphql-js 551 2.75 200.11 36.35% ▂█ 1
graphql/graphql-relay-js 28 0.80 35.19 35.95% ▂█ 1
graphql/graphql-spec 19 1.20 15.89 -7.46% █▂ 1
iluwatar/java-design-patterns 2089 12.40 168.45 -4.50% █▅ 1
ktaranov/sqlserver-kit 490 4.79 102.29 6.52% ▅█ 1
liriliri/licia 1438 3.96 363.33 -2.96% █▆ 1
MartinThoma/LaTeX-examples 1409 6.77 208.04 -30.19% 1
mdx-js/mdx 139 1.74 79.68 4.84% ▆█ 1
microsoft/TypeScript-Website 765 5.25 145.75 -1.71% █▇ 1
MicrosoftDocs/PowerShell-Docs 3126 24.59 127.14 -2.16% █▆ 1
neovim/nvim-lspconfig 867 5.17 167.72 -24.13% 1
pagekit/pagekit 741 3.72 199.24 -23.21% 1
php/php-src 2382 25.33 94.03 -25.42% 1
plasticrake/tplink-smarthome-api 62 1.21 51.29 1.72% ▇█ 1
prettier/prettier 2661 7.74 343.88 4.19% ▆█ 1
pycontribs/jira 80 1.36 59.04 -14.08% 1
RustPython/RustPython 857 9.24 92.71 -20.67% 1
shoelace-style/shoelace 440 2.64 166.96 7.11% ▅█ 1
slint-ui/slint 3586 15.23 235.50 -3.27% █▆ 1
SoftwareBrothers/admin-bro 441 2.40 183.38 5.39% ▅█ 1
sveltejs/svelte 8935 18.72 477.28 20.81% ▃█ 1
TheAlgorithms/Python 1411 5.58 252.92 1.06% ▇█ 1
twbs/bootstrap 118 1.66 71.14 10.45% ▄█ 1
typescript-cheatsheets/react 24 1.11 21.68 14.75% ▄█ 1
typescript-eslint/typescript-eslint 865 4.06 212.93 -35.10% 1
vitest-dev/vitest 2744 10.45 262.69 -1.48% █▇ 1
w3c/aria-practices 417 3.21 129.95 8.84% ▅█ 1
w3c/specberus 190 1.92 99.00 -8.20% █▂ 1
webdeveric/webpack-assets-manifest 55 1.19 46.24 5.94% ▅█ 1
webpack/webpack 1285 6.22 206.74 -5.58% █▄ 1
wireapp/wire-desktop 51 1.12 45.54 34.80% ▂█ 1
wireapp/wire-webapp 2469 12.48 197.78 17.00% ▃█ 1
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.85 767.84 -25.46% 1
alexiosc/megistos 583 7.19 637.15 -1.61% █▇ 1
apollographql/apollo-server 256 2.48 851.17 5.19% ▆█ 1
aspnetboilerplate/aspnetboilerplate 2288 9.03 619.30 -16.18% 1
aws-amplify/docs 2965 12.64 849.26 -15.24% 1
Azure/azure-rest-api-specs 2543 9.80 789.37 8.27% ▅█ 1
bitjson/typescript-starter 20 1.04 77.09 8.12% ▅█ 1
caddyserver/caddy 322 3.59 817.67 -4.46% █▅ 1
canada-ca/open-source-logiciel-libre 7 1.03 56.04 7.49% ▅█ 1
chef/chef 1034 5.18 979.55 -4.15% █▅ 1
dart-lang/sdk 11599 58.66 1361.83 -1.01% █▇ 1
django/django 2930 13.36 1409.95 4.88% ▆█ 1
eslint/eslint 2080 10.02 1455.88 2.27% ▇█ 1
exonum/exonum 421 2.42 1662.34 9.66% ▄█ 1
flutter/samples 1696 12.64 802.54 -12.80% 1
gitbucket/gitbucket 417 3.33 599.68 3.89% ▆█ 1
googleapis/google-cloud-cpp 21148 125.88 1460.40 -0.36% ██ 1
graphql/express-graphql 26 1.10 108.13 1.24% ▇█ 1
graphql/graphql-js 551 2.75 1491.19 36.57% ▂█ 1
graphql/graphql-relay-js 28 0.80 138.24 35.95% ▂█ 1
graphql/graphql-spec 19 1.20 532.06 -7.46% █▂ 1
iluwatar/java-design-patterns 2089 12.40 519.15 -4.49% █▅ 1
ktaranov/sqlserver-kit 490 4.79 1549.53 6.52% ▅█ 1
liriliri/licia 1438 3.96 433.58 -2.96% █▆ 1
MartinThoma/LaTeX-examples 1409 6.77 429.67 -30.19% 1
mdx-js/mdx 139 1.74 375.46 5.81% ▅█ 1
microsoft/TypeScript-Website 765 5.25 1004.84 -1.71% █▇ 1
MicrosoftDocs/PowerShell-Docs 3126 24.59 1356.69 -2.08% █▇ 1
neovim/nvim-lspconfig 867 5.17 492.72 -23.88% 1
pagekit/pagekit 741 3.72 415.42 -23.21% 1
php/php-src 2382 25.33 1662.55 -24.92% 1
plasticrake/tplink-smarthome-api 62 1.21 277.12 1.72% ▇█ 1
prettier/prettier 2661 7.74 488.62 4.07% ▆█ 1
pycontribs/jira 80 1.36 416.95 -14.08% 1
RustPython/RustPython 857 9.24 2031.17 -21.98% 1
shoelace-style/shoelace 440 2.64 806.35 7.11% ▅█ 1
slint-ui/slint 3586 15.23 1253.15 -2.17% █▆ 1
SoftwareBrothers/admin-bro 441 2.40 404.18 5.39% ▅█ 1
sveltejs/svelte 8935 18.72 327.39 21.15% ▃█ 1
TheAlgorithms/Python 1411 5.58 646.55 1.06% ▇█ 1
twbs/bootstrap 118 1.66 583.57 10.45% ▄█ 1
typescript-cheatsheets/react 24 1.11 196.05 14.75% ▄█ 1
typescript-eslint/typescript-eslint 865 4.06 715.34 -60.19% 1
vitest-dev/vitest 2744 10.45 738.96 -1.56% █▇ 1
w3c/aria-practices 417 3.21 1222.17 8.87% ▅█ 1
w3c/specberus 190 1.92 323.58 -7.97% █▂ 1
webdeveric/webpack-assets-manifest 55 1.19 106.77 6.78% ▅█ 1
webpack/webpack 1285 6.22 1213.39 2.85% ▆█ 1
wireapp/wire-desktop 51 1.12 192.86 26.87% ▃█ 1
wireapp/wire-webapp 2469 12.48 829.57 18.52% ▃█ 1

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