Skip to content

chore: bump the development-dependencies group across 1 directory with 4 updates - #8972

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

chore: bump the development-dependencies group across 1 directory with 4 updates#8972
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-66d5d3c32f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 4 updates in the / directory: rollup, globals, webpack and typedoc.

Updates rollup from 4.62.2 to 4.62.3

Release notes

Sourced from rollup's releases.

v4.62.3

4.62.3

2026-07-26

Bug Fixes

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

Pull Requests

Changelog

Sourced from rollup's changelog.

4.62.3

2026-07-26

Bug Fixes

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

Pull Requests

Commits
  • a80a197 4.62.3
  • e87e19b Update audit resolve
  • 72f98e9 Fix build:docs after rollup update (#6460)
  • e3821cd fix: make isLegal idempotent by not using a global-flag regex (#6432)
  • db0c477 Sanitize input base before computing preserved module chunk names (#6439)
  • a65f21c chore(deps): update dependency magic-string to v1 (#6457)
  • a43aae4 docs: fix broken commonjs namedExports link in troubleshooting (#6455)
  • 41c28d7 chore(deps): lock file maintenance (#6459)
  • 894136e chore(deps): update dtolnay/rust-toolchain digest to 4cda84d (#6446)
  • fad0ba3 fix(deps): update swc monorepo (major) (#6458)
  • Additional commits viewable in compare view

Updates globals from 17.7.0 to 17.8.0

Release notes

Sourced from globals's releases.

v17.8.0

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

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

Commits

Updates webpack from 5.109.0 to 5.109.1

Release notes

Sourced from webpack's releases.

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)

  • Speed up SplitChunksPlugin: reject non-subset chunk sets with 64-bit signatures, cache unnamed entry keys, and drop per-module closures. (by @​avivkeller in #21529)

  • Initialize NormalModule._ast in the constructor so each instance keeps a single hidden-class shape. (by @​alexander-akait in #21515)

  • Reduce allocations in the binary serialization hot paths. (by @​alexander-akait in #21526)

  • Deduplicate and simplify several lib modules and speed up AggressiveMergingPlugin. (by @​alexander-akait in #21525)

  • Rename nested const/let __webpack_require__ and __webpack_exports__ declarations in bundled webpack output. (by @​hai-x in #21508)

Changelog

Sourced from webpack's changelog.

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 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)

  • Speed up SplitChunksPlugin: reject non-subset chunk sets with 64-bit signatures, cache unnamed entry keys, and drop per-module closures. (by @​avivkeller in #21529)

  • Initialize NormalModule._ast in the constructor so each instance keeps a single hidden-class shape. (by @​alexander-akait in #21515)

  • Reduce allocations in the binary serialization hot paths. (by @​alexander-akait in #21526)

  • Deduplicate and simplify several lib modules and speed up AggressiveMergingPlugin. (by @​alexander-akait in #21525)

  • Rename nested const/let __webpack_require__ and __webpack_exports__ declarations in bundled webpack output. (by @​hai-x in #21508)

Commits
  • ec39088 chore(release): new release (#21493)
  • cea3698 fix: avoid stray semicolon after a parenthesized sequence element (#21533)
  • 6926396 fix: track CommonJS build dependencies without require.cache children; run mo...
  • bcb1abd chore(perf): improve caching in SplitChunksPlugin (#21529)
  • c9268f1 Fix require(esm) module.exports re-export exports determinism (#21521)
  • 59566fc chore(deps): bump postcss from 8.5.16 to 8.5.23 (#21527)
  • e28262e refactor: reduce duplication and name magic constants across lib, speed up Ag...
  • aa1e746 perf(serialization): reduce allocations in binary middleware hot paths (#21526)
  • 929b113 perf: enable the Node.js compile cache in the CLI entry point (#21523)
  • 4efcd73 Enable HotTestCases on Deno (#21524)
  • Additional commits viewable in compare view

Updates typedoc from 0.28.19 to 0.28.20

Release notes

Sourced from typedoc's releases.

v0.28.20

Features

  • Group/category section headings (<h2>) in the default theme now include an id attribute so they can be linked to via fragment identifiers (e.g. modules.html#classes), #3029.
  • Added a @reexport modifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.
  • API: Introduced generateOutputsBegin and generateOutputsEnd events on Application for plugin use.

Bug Fixes

  • When --emit none is used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.
  • Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, #3103.
  • A @hidden tag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.
  • Custom @group and @category titles with the same sort weight are now ordered consistently with the alphabetical reflection sort, #3120.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.28.20 (2026-07-05)

Features

  • Group/category section headings (<h2>) in the default theme now include an id attribute so they can be linked to via fragment identifiers (e.g. modules.html#classes), #3029.
  • Added a @reexport modifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.
  • API: Introduced generateOutputsBegin and generateOutputsEnd events on Application for plugin use.

Bug Fixes

  • When --emit none is used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.
  • Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, #3103.
  • A @hidden tag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.
  • Custom @group and @category titles with the same sort weight are now ordered consistently with the alphabetical reflection sort, #3120.

Thanks!

Commits
  • 34d843b Update changelog for release
  • fbd4a25 Bump version to 0.28.20
  • 93ba157 Update dependencies in example
  • e8c5df8 Remove unnecessary files from distribution
  • 392b0dd Update dependencies
  • 8510dd4 Add missing entries in changelog before release
  • 51dc052 Update change log for 0.28.20 release
  • 72f20cd Merge branch 'fix-locale-sort-group-category-titles' into dev
  • 623f2c0 Fix failing test, accept slightly slower build for now
  • c8bdf14 Minor config tweak to improve dev build time
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 4 updates

Bumps the development-dependencies group with 4 updates in the / directory: [rollup](https://github.com/rollup/rollup), [globals](https://github.com/sindresorhus/globals), [webpack](https://github.com/webpack/webpack) and [typedoc](https://github.com/TypeStrong/TypeDoc).


Updates `rollup` from 4.62.2 to 4.62.3
- [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.3)

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

Updates `webpack` from 5.109.0 to 5.109.1
- [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.1)

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.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-version: 17.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: webpack
  dependency-version: 5.109.1
  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 Jul 30, 2026
@github-actions github-actions Bot added the chore label Jul 30, 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 [Jul-5, Jul-13, Jul-30]
    bar [186.85, 192.31, 188.75]
    line [19.46, 17.82, 19.08]
    line [102.97, 94.47, 92.86]
    line [121.46, 97.93, 102.29]
    line [92.06, 82.41, 80.46]
    line [249.74, 302.24, 258.24]
    line [37.33, 48.47, 37.98]
    line [233.42, 277.07, 234.75]
    line [6.57, 6.29, 8.45]
    line [209.98, 208.19, 202.62]
    line [247.09, 238.39, 218.12]
    line [249.94, 209.39, 273.33]
    line [118.72, 158.48, 128.83]
    line [210.72, 204.20, 211.74]
    line [147.25, 153.81, 126.33]
    line [127.24, 120.84, 130.56]
    line [23.61, 23.34, 21.51]
    line [25.58, 25.88, 26.33]
    line [147.06, 146.76, 154.94]
    line [14.44, 17.18, 14.93]
    line [192.47, 201.45, 196.38]
    line [166.99, 176.39, 173.97]
    line [104.04, 96.02, 80.36]
    line [410.40, 374.43, 369.02]
    line [75.44, 76.00, 80.95]
    line [225.39, 298.01, 220.42]
    line [144.57, 148.29, 143.82]
    line [163.07, 221.06, 167.03]
    line [220.82, 259.46, 216.61]
    line [130.91, 129.95, 134.61]
    line [50.17, 50.42, 49.83]
    line [340.70, 330.04, 346.23]
    line [55.28, 68.71, 56.80]
    line [169.94, 169.41, 171.41]
    line [94.49, 126.09, 90.18]
    line [150.47, 155.87, 165.97]
    line [93.33, 116.87, 115.08]
    line [177.29, 174.01, 169.52]
    line [243.88, 243.47, 242.52]
    line [26.00, 18.90, 21.24]
    line [251.57, 250.26, 252.81]
    line [68.91, 64.41, 100.47]
    line [401.72, 395.07, 508.03]
    line [266.02, 266.63, 259.12]
    line [124.96, 119.39, 128.89]
    line [320.66, 328.06, 205.50]
    line [101.09, 107.84, 100.62]
    line [47.14, 43.65, 47.99]
    line [33.94, 33.78, 38.14]
    line [209.38, 218.96, 255.47]
    line [191.84, 169.05, 195.92]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.71 2.1 / 2.6 / 2.8 0.28 ┣━━┻━━╋●━┻━━┫
alexiosc/megistos 7.25 5.3 / 6.6 / 7.1 0.74 ┣━━━┻━━╋━━●━━━┫
apollographql/apollo-server 2.50 1.5 / 2.3 / 2.6 0.45 ┣━━┻━━╋●━┻━━┫
aspnetboilerplate/aspnetboilerplate 8.86 7.6 / 8.8 / 9.3 0.71 ┣━━━┻━━●━━┻━━━┫
aws-amplify/docs 12.63 10.7 / 12.2 / 13.3 0.94 ┣━━┻━━━╋━●━┻━━┫
Azure/azure-rest-api-specs 11.66 9.9 / 10.2 / 10.4 0.25 ┣┻━╋━┻┫ ●
bitjson/typescript-starter 1.05 0.9 / 1.1 / 1.3 0.16 ┣━━┻━━●━━┻━━┫
caddyserver/caddy 3.47 2.7 / 3.2 / 3.4 0.32 ┣━━┻━━╋━●┻━━┫
canada-ca/open-source-logiciel-libre 0.83 1.0 / 1.1 / 1.1 0.03 ● ┣┻╋┻┫
chef/chef 5.10 4.9 / 4.9 / 5.0 0.02 ┣┻╋┻┫ ●
dart-lang/sdk 59.06 57.0 / 59.1 / 63.1 2.33 ┣━━━┻━━━●━━━┻━━━┫
django/django 10.72 8.6 / 12.8 / 14.6 2.42 ┣━━━┻●━━╋━━━┻━━━┫
eslint/eslint 9.82 9.6 / 10.0 / 10.2 0.22 ┣━━━┻●━╋━━┻━━━┫
exonum/exonum 3.27 2.7 / 3.3 / 3.7 0.39 ┣━━┻━━●━━┻━━┫
flutter/samples 13.42 11.0 / 11.4 / 11.6 0.22 ┣┻╋┻┫ ●
gitbucket/gitbucket 3.19 3.2 / 3.3 / 3.5 0.08 ┣●━┻━━╋━━┻━━┫
googleapis/google-cloud-cpp 123.38 124.3 / 125.5 / 126.1 0.72 ● ┣━━┻━━━╋━━━┻━━┫
graphql/express-graphql 1.21 1.1 / 1.1 / 1.2 0.03 ┣━┻━━╋━━┻━┫ ●
graphql/graphql-js 3.56 3.6 / 3.7 / 3.9 0.10 ●━━┻━━╋━━┻━━┫
graphql/graphql-relay-js 1.06 1.1 / 1.1 / 1.1 0.02 ┣●┻━━╋━━┻━┫
graphql/graphql-spec 1.27 1.1 / 1.3 / 1.3 0.10 ┣━━┻━━●━━┻━━┫
iluwatar/java-design-patterns 12.01 11.8 / 12.3 / 12.6 0.30 ┣━━●┻━━╋━━┻━━━┫
ktaranov/sqlserver-kit 6.10 3.5 / 5.0 / 5.8 0.88 ┣━━━┻━━╋━━┻●━━┫
liriliri/licia 3.90 3.0 / 3.6 / 3.8 0.35 ┣━━┻━━╋━━●━━┫
MartinThoma/LaTeX-examples 6.39 4.7 / 5.9 / 6.4 0.68 ┣━━━┻━━╋━━●━━━┫
mdx-js/mdx 1.72 1.8 / 1.8 / 1.9 0.03 ● ┣━━┻━╋━┻━━┫
microsoft/TypeScript-Website 5.32 5.2 / 5.3 / 5.5 0.13 ┣━━┻━━╋●━┻━━┫
MicrosoftDocs/PowerShell-Docs 23.22 23.5 / 23.9 / 24.6 0.41 ┣●━┻━━━╋━━━┻━━┫
neovim/nvim-lspconfig 5.19 3.9 / 4.9 / 5.5 0.61 ┣━━━┻━━╋●━┻━━━┫
pagekit/pagekit 3.42 2.9 / 3.2 / 3.4 0.22 ┣━━┻━━╋━━●━━┫
php/php-src 26.41 18.3 / 22.9 / 24.8 2.69 ┣━━━┻━━━╋━━━┻●━━┫
plasticrake/tplink-smarthome-api 1.24 1.0 / 1.3 / 1.5 0.15 ┣━━┻━━●━━┻━━┫
prettier/prettier 7.69 7.4 / 7.8 / 8.1 0.24 ┣━━━┻━●╋━━┻━━━┫
pycontribs/jira 1.41 1.2 / 1.4 / 1.6 0.15 ┣━━┻━━╋●━┻━━┫
RustPython/RustPython 7.45 7.1 / 8.4 / 8.9 0.78 ┣━━●┻━━╋━━┻━━━┫
shoelace-style/shoelace 2.65 2.8 / 2.9 / 3.0 0.05 ● ┣━┻━╋━┻━┫
slint-ui/slint 14.79 13.8 / 14.0 / 14.2 0.15 ┣━┻━╋━┻━┫ ●
SoftwareBrothers/admin-bro 2.60 2.4 / 2.5 / 2.7 0.10 ┣━━┻━━╋━━●━━┫
sveltejs/svelte 17.59 21.7 / 22.3 / 22.5 0.31 ● ┣╋┫
TheAlgorithms/Python 5.58 5.4 / 5.6 / 5.8 0.16 ┣━━┻━●╋━━┻━━┫
twbs/bootstrap 1.17 1.7 / 1.7 / 1.8 0.05 ● ┣┻╋┻┫
typescript-cheatsheets/react 1.13 0.7 / 1.0 / 1.3 0.22 ┣━━┻━━╋●━┻━━┫
typescript-eslint/typescript-eslint 4.21 3.9 / 4.1 / 4.3 0.16 ┣━━┻━━╋━●┻━━┫
vitest-dev/vitest 10.59 10.1 / 10.3 / 10.5 0.17 ┣━━┻━━╋━━┻━━●
w3c/aria-practices 3.24 3.2 / 3.4 / 3.5 0.14 ┣━━●━━╋━━┻━━┫
w3c/specberus 1.89 1.8 / 1.9 / 2.1 0.13 ┣━━┻━●╋━━┻━━┫
webdeveric/webpack-assets-manifest 1.15 1.1 / 1.2 / 1.3 0.04 ┣━●━━╋━━┻━┫
webpack/webpack 5.03 5.6 / 5.8 / 6.1 0.15 ● ┣━┻━╋━┻━┫
wireapp/wire-desktop 1.34 1.3 / 1.3 / 1.4 0.05 ┣━━┻━━╋━●┻━━┫
wireapp/wire-webapp 12.60 11.9 / 12.6 / 13.9 0.74 ┣━━┻━━━●━━━┻━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.71 37.98 -5.33% ▃▃▂█▃ 4
alexiosc/megistos 583 7.25 80.46 -10.26% █▂▃▂▂ 4
apollographql/apollo-server 256 2.50 102.29 -11.50% █▁▂▂▂ 4
aspnetboilerplate/aspnetboilerplate 2288 8.86 258.24 -1.76% ▃▃▄█▄ 4
aws-amplify/docs 2965 12.63 234.75 -3.92% ▃▄▄█▄ 4
Azure/azure-rest-api-specs 2543 11.66 218.12 -10.94% ██▆▅▁ 4
bitjson/typescript-starter 20 1.05 19.08 0.14% █▅▂▄▅ 4
caddyserver/caddy 322 3.47 92.86 -7.92% ▂▃█▃▂ 4
canada-ca/open-source-logiciel-libre 7 0.83 8.45 29.94% ▃▃▃▂█ 4
chef/chef 1034 5.10 202.62 -3.30% ███▇▅ 4
dart-lang/sdk 11599 59.06 196.38 0.86% ▄▇▇█▇ 4
django/django 2930 10.72 273.33 13.98% ▂▁█▂▅ 4
eslint/eslint 2080 9.82 211.74 1.27% █▇▆▅▇ 4
exonum/exonum 421 3.27 128.83 0.13% ▃▂▃█▄ 4
flutter/samples 1696 13.42 126.33 -15.15% ▆▆▆█ 4
gitbucket/gitbucket 417 3.19 130.56 3.92% ▆▇▇▅█ 4
googleapis/google-cloud-cpp 21148 123.38 171.41 0.94% ▇█▇▇█ 4
graphql/express-graphql 26 1.21 21.51 -8.66% ▇▅█▆▃ 4
graphql/graphql-js 551 3.56 154.94 5.41% ▆▄▇▆█ 4
graphql/graphql-relay-js 28 1.06 26.33 2.63% █▅▇▇█ 4
graphql/graphql-spec 19 1.27 14.93 -1.32% ▃▄▃█▄ 4
iluwatar/java-design-patterns 2089 12.01 173.97 2.74% ▅▆▆█▇ 4
ktaranov/sqlserver-kit 490 6.10 80.36 -21.24% ▂█▂▃▁ 4
liriliri/licia 1438 3.90 369.02 -8.07% █▃▃▃▂ 4
MartinThoma/LaTeX-examples 1409 6.39 220.42 -9.49% ▂▃▂█▂ 4
mdx-js/mdx 139 1.72 80.95 7.11% ▄▅▆▆█ 4
microsoft/TypeScript-Website 765 5.32 143.82 -1.15% ▅▇██▇ 4
MicrosoftDocs/PowerShell-Docs 3126 23.22 134.61 3.01% ▇▇▅▆█ 4
neovim/nvim-lspconfig 867 5.19 167.03 -5.94% ▃▂▃█▃ 4
pagekit/pagekit 741 3.42 216.61 -6.02% ▃▄▃█▃ 4
php/php-src 2382 26.41 90.18 -11.92% ▃▂▂█▂ 4
plasticrake/tplink-smarthome-api 62 1.24 49.83 -0.81% ▂█▄▅▅ 4
prettier/prettier 2661 7.69 346.23 2.42% ▇█▅▅▇ 4
pycontribs/jira 80 1.41 56.80 -3.13% ▄▂▄█▄ 4
RustPython/RustPython 857 7.45 115.08 15.99% ▃▃▃██ 4
shoelace-style/shoelace 440 2.65 165.97 9.32% ▅▄▅▆█ 4
slint-ui/slint 3586 14.79 242.52 -0.52% ██▆▇▇ 4
SoftwareBrothers/admin-bro 441 2.60 169.52 -3.94% █▇▄▆▅ 4
sveltejs/svelte 8935 17.59 508.03 26.99% ▃▃▃▂█ 4
TheAlgorithms/Python 1411 5.58 252.81 0.62% █▅▆▆▆ 4
twbs/bootstrap 118 1.17 100.47 48.23% ▃▂▂▂█ 4
typescript-cheatsheets/react 24 1.13 21.24 -12.31% ▂▂█▁▂ 4
typescript-eslint/typescript-eslint 865 4.21 205.50 -36.28% ▅█▄▇ 4
vitest-dev/vitest 2744 10.59 259.12 -2.65% ▆▇█▇▆ 4
w3c/aria-practices 417 3.24 128.89 4.31% █▄█▅█ 4
w3c/specberus 190 1.89 100.62 -2.10% █▇▃█▆ 4
webdeveric/webpack-assets-manifest 55 1.15 47.99 3.71% ▇▇█▄█ 4
webpack/webpack 1285 5.03 255.47 20.63% ▃▄▃▄█ 4
wireapp/wire-desktop 51 1.34 38.14 12.49% ▆▅▃▅█ 4
wireapp/wire-webapp 2469 12.60 195.92 5.25% ██▆▃█ 4
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.71 807.17 -5.33% ▃▃▂█▃ 4
alexiosc/megistos 583 7.25 632.19 -10.26% █▂▃▂▂ 4
apollographql/apollo-server 256 2.50 842.33 -11.80% █▁▂▂▂ 4
aspnetboilerplate/aspnetboilerplate 2288 8.86 631.50 -1.72% ▃▃▄█▄ 4
aws-amplify/docs 2965 12.63 849.78 -3.82% ▃▄▄█▄ 4
Azure/azure-rest-api-specs 2543 11.66 663.61 -11.40% ██▆▅▁ 4
bitjson/typescript-starter 20 1.05 76.32 0.14% █▅▂▄▅ 4
caddyserver/caddy 322 3.47 845.86 -7.41% ▂▃█▃▂ 4
canada-ca/open-source-logiciel-libre 7 0.83 69.99 29.94% ▃▃▃▂█ 4
chef/chef 1034 5.10 994.86 -3.28% ███▇▆ 4
dart-lang/sdk 11599 59.06 1352.57 1.72% ▄▇▇█▇ 4
django/django 2930 10.72 1756.84 14.11% ▂▁█▂▅ 4
eslint/eslint 2080 9.82 1484.83 1.87% █▇▆▅▇ 4
exonum/exonum 421 3.27 1232.30 0.13% ▃▂▃█▄ 4
flutter/samples 1696 13.42 755.91 -15.15% ▆▆▆█ 4
gitbucket/gitbucket 417 3.19 624.32 4.03% ▆▇▇▅█ 4
googleapis/google-cloud-cpp 21148 123.38 1490.04 1.43% ▇█▇▇█ 4
graphql/express-graphql 26 1.21 98.43 -8.66% ▇▅█▆▃ 4
graphql/graphql-js 551 3.56 1154.56 5.58% ▆▄▇▆█ 4
graphql/graphql-relay-js 28 1.06 103.43 2.63% █▅▇▇█ 4
graphql/graphql-spec 19 1.27 499.60 -1.32% ▃▄▃█▄ 4
iluwatar/java-design-patterns 2089 12.01 536.16 2.75% ▅▆▆█▇ 4
ktaranov/sqlserver-kit 490 6.10 1217.38 -21.24% ▂█▂▃▁ 4
liriliri/licia 1438 3.90 440.36 -8.07% █▃▃▃▂ 4
MartinThoma/LaTeX-examples 1409 6.39 455.24 -9.49% ▂▃▂█▂ 4
mdx-js/mdx 139 1.72 381.45 8.10% ▄▅▆▅█ 4
microsoft/TypeScript-Website 765 5.32 991.55 -1.15% ▅▇██▇ 4
MicrosoftDocs/PowerShell-Docs 3126 23.22 1436.36 3.10% ▇▇▅▆█ 4
neovim/nvim-lspconfig 867 5.19 490.68 -5.63% ▃▂▃█▃ 4
pagekit/pagekit 741 3.42 451.63 -6.02% ▃▄▃█▃ 4
php/php-src 2382 26.41 1594.47 -11.32% ▃▂▂█▂ 4
plasticrake/tplink-smarthome-api 62 1.24 269.25 -0.81% ▂█▄▅▅ 4
prettier/prettier 2661 7.69 491.95 2.30% ▇█▅▅▇ 4
pycontribs/jira 80 1.41 401.14 -3.13% ▄▂▄█▄ 4
RustPython/RustPython 857 7.45 2521.38 14.08% ▃▃▃█▇ 4
shoelace-style/shoelace 440 2.65 801.55 9.32% ▅▄▅▆█ 4
slint-ui/slint 3586 14.79 1290.49 0.62% ██▆▇█ 4
SoftwareBrothers/admin-bro 441 2.60 373.63 -3.94% █▇▄▆▅ 4
sveltejs/svelte 8935 17.59 348.49 27.34% ▃▃▃▂█ 4
TheAlgorithms/Python 1411 5.58 646.27 0.62% █▅▆▆▆ 4
twbs/bootstrap 118 1.17 824.23 48.23% ▃▂▂▂█ 4
typescript-cheatsheets/react 24 1.13 192.05 -12.31% ▂▂█▁▂ 4
typescript-eslint/typescript-eslint 865 4.21 690.37 -60.92% ▅█▄▇ 4
vitest-dev/vitest 2744 10.59 728.93 -2.73% ▆▇█▇▆ 4
w3c/aria-practices 417 3.24 1212.22 4.33% █▄█▅█ 4
w3c/specberus 190 1.89 328.87 -1.85% █▇▃█▆ 4
webdeveric/webpack-assets-manifest 55 1.15 110.80 4.53% ▇▇█▄█ 4
webpack/webpack 1285 5.03 1499.45 31.41% ▃▃▂▃█ 4
wireapp/wire-desktop 51 1.34 161.52 5.87% ▇▇▄▆█ 4
wireapp/wire-webapp 2469 12.60 821.75 6.62% █▇▆▃█ 4

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