Skip to content

chore: bump the action-dependencies-version group across 3 directories with 5 updates#8720

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/action-dependencies-version-12fc1a3099
Closed

chore: bump the action-dependencies-version group across 3 directories with 5 updates#8720
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/action-dependencies-version-12fc1a3099

Conversation

@dependabot
Copy link
Contributor

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

Bumps the action-dependencies-version group with 4 updates in the / directory: codecov/codecov-action, actions/cache, release-drafter/release-drafter and actions/create-github-app-token.
Bumps the action-dependencies-version group with 1 update in the /.github/actions/pr directory: actions/create-github-app-token.
Bumps the action-dependencies-version group with 1 update in the /.github/actions/setup-node directory: pnpm/action-setup.

Updates codecov/codecov-action from 5.5.2 to 5.5.3

Release notes

Sourced from codecov/codecov-action's releases.

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Updates actions/cache from 5.0.3 to 5.0.4

Release notes

Sourced from actions/cache's releases.

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

Changelog

Sourced from actions/cache's changelog.

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6
Commits

Updates release-drafter/release-drafter from 6.4.0 to 7.1.1

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.1.1

What's Changed

Bug Fixes

  • fix: remove disable-releaser and disable-autolabeler from action.yaml (#1564) @​cchanche

Full Changelog: release-drafter/release-drafter@v7.1.0...v7.1.1

v7.1.0

What's Changed

New

Bug Fixes

  • fix: support pull_request_target event in autolabeler (#1560) @​jmeridth
  • fix: empty template when prs all are excluded by labels (#1429) @​Bledai
  • fix: fall back to org .github repo when config not found in current repo (#1554) @​jetersen

Maintenance

Documentation

Full Changelog: release-drafter/release-drafter@v7.0.0...v7.1.0

v7.0.0

What's Changed

Breaking

Bug Fixes

Maintenance

... (truncated)

Commits
  • 139054a chore: release v7.1.1
  • 114efa7 fix: remove disable-releaser and disable-autolabeler from action.yaml (#1564)
  • b23b6d2 test: add semantic prefix replacer example
  • 44a942e chore: release v7.1.0
  • f1f40a0 docs: update README with pull_request_target example (#1561)
  • ebb69bb fix: support pull_request_target event in autolabeler (#1560)
  • bddbd54 ci: make sure PRs have a type label (#1557)
  • 4a66170 fix: empty template when prs all are excluded by labels (#1429)
  • 7431882 feat: filter releases by semver range (#1445)
  • 5a8b0d3 ci: restore CodeQL category lost when matrix was removed
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 2.2.1 to 3.0.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v3.0.0-beta.6

3.0.0-beta.6 (2026-03-13)

Bug Fixes

  • deps: bump @​actions/core from 1.11.1 to 3.0.0 (#337) (b044133)
  • deps: bump minimatch from 9.0.5 to 9.0.9 (#335) (5cbc656)
  • deps: bump the production-dependencies group with 4 updates (#336) (6bda5bc)
  • deps: bump undici from 7.16.0 to 7.18.2 (#323) (b4f638f)

v3.0.0-beta.5

3.0.0-beta.5 (2026-03-13)

  • fix!: require NODE_USE_ENV_PROXY for proxy support (#342) (d53a1cd)

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.

v3.0.0-beta.4

3.0.0-beta.4 (2026-03-13)

Bug Fixes

  • deps: bump @​octokit/auth-app from 7.2.1 to 8.0.1 (#257) (bef1eaf)
  • deps: bump @​octokit/request from 9.2.3 to 10.0.2 (#256) (5d7307b)
  • deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
  • deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)

... (truncated)

Commits
  • f8d387b build(release): 3.0.0 [skip ci]
  • d2129bd style: remove extra blank line in release workflow
  • 77b94ef build: refresh generated artifacts
  • 3ab4c66 chore: move undici to devDependencies
  • 739cf66 docs: update README action versions
  • db40289 build(deps): bump actions versions in test.yml
  • 496a7ac test: migrate from AVA to Node.js native test runner (#346)
  • 3870dc3 Rename end-to-end proxy job in test workflow
  • 4451bcb fix!: require NODE_USE_ENV_PROXY for proxy support (#342)
  • dce0ab0 fix: remove custom proxy handling (#143)
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 2.2.1 to 3.0.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v3.0.0-beta.6

3.0.0-beta.6 (2026-03-13)

Bug Fixes

  • deps: bump @​actions/core from 1.11.1 to 3.0.0 (#337) (b044133)
  • deps: bump minimatch from 9.0.5 to 9.0.9 (#335) (5cbc656)
  • deps: bump the production-dependencies group with 4 updates (#336) (6bda5bc)
  • deps: bump undici from 7.16.0 to 7.18.2 (#323) (b4f638f)

v3.0.0-beta.5

3.0.0-beta.5 (2026-03-13)

  • fix!: require NODE_USE_ENV_PROXY for proxy support (#342) (d53a1cd)

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.

v3.0.0-beta.4

3.0.0-beta.4 (2026-03-13)

Bug Fixes

  • deps: bump @​octokit/auth-app from 7.2.1 to 8.0.1 (#257) (bef1eaf)
  • deps: bump @​octokit/request from 9.2.3 to 10.0.2 (#256) (5d7307b)
  • deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
  • deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)

... (truncated)

Commits
  • f8d387b build(release): 3.0.0 [skip ci]
  • d2129bd style: remove extra blank line in release workflow
  • 77b94ef build: refresh generated artifacts
  • 3ab4c66 chore: move undici to devDependencies
  • 739cf66 docs: update README action versions
  • db40289 build(deps): bump actions versions in test.yml
  • 496a7ac test: migrate from AVA to Node.js native test runner (#346)
  • 3870dc3 Rename end-to-end proxy job in test workflow
  • 4451bcb fix!: require NODE_USE_ENV_PROXY for proxy support (#342)
  • dce0ab0 fix: remove custom proxy handling (#143)
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 2.2.1 to 3.0.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v3.0.0-beta.6

3.0.0-beta.6 (2026-03-13)

Bug Fixes

  • deps: bump @​actions/core from 1.11.1 to 3.0.0 (#337) (b044133)
  • deps: bump minimatch from 9.0.5 to 9.0.9 (#335) (5cbc656)
  • deps: bump the production-dependencies group with 4 updates (#336) (6bda5bc)
  • deps: bump undici from 7.16.0 to 7.18.2 (#323) (b4f638f)

v3.0.0-beta.5

3.0.0-beta.5 (2026-03-13)

  • fix!: require NODE_USE_ENV_PROXY for proxy support (#342) (d53a1cd)

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.

v3.0.0-beta.4

3.0.0-beta.4 (2026-03-13)

Bug Fixes

  • deps: bump @​octokit/auth-app from 7.2.1 to 8.0.1 (#257) (bef1eaf)
  • deps: bump @​octokit/request from 9.2.3 to 10.0.2 (#256) (5d7307b)
  • deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
  • deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)

... (truncated)

Commits
  • f8d387b build(release): 3.0.0 [skip ci]
  • d2129bd style: remove extra blank line in release workflow
  • 77b94ef build: refresh generated artifacts
  • 3ab4c66 chore: move undici to devDependencies
  • 739cf66 docs: update README action versions
  • db40289 build(deps): bump actions versions in test.yml
  • 496a7ac test: migrate from AVA to Node.js native test runner (#346)
  • 3870dc3 Rename end-to-end proxy job in test workflow
  • 4451bcb fix!: require NODE_USE_ENV_PROXY for proxy support (#342)
  • dce0ab0 fix: remove custom proxy handling (#143)
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 2.2.1 to 3.0.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.0.0

3.0.0 (2026-03-14)

Bug Fixes

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v3.0.0-beta.6

3.0.0-beta.6 (2026-03-13)

Bug Fixes

  • deps: bump @​actions/core from 1.11.1 to 3.0.0 (#337) (b044133)
  • deps: bump minimatch from 9.0.5 to 9.0.9 (#335) (5cbc656)
  • deps: bump the production-dependencies group with 4 updates (#336) (6bda5bc)
  • deps: bump undici from 7.16.0 to 7.18.2 (#323) (b4f638f)

v3.0.0-beta.5

3.0.0-beta.5 (2026-03-13)

  • fix!: require NODE_USE_ENV_PROXY for proxy support (#342) (d53a1cd)

BREAKING CHANGES

  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.

v3.0.0-beta.4

3.0.0-beta.4 (2026-03-13)

Bug Fixes

  • deps: bump @​octokit/auth-app from 7.2.1 to 8.0.1 (#257) (bef1eaf)
  • deps: bump @​octokit/request from 9.2.3 to 10.0.2 (#256) (5d7307b)
  • deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
  • deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)

... (truncated)

Commits
  • f8d387b build(release): 3.0.0 [skip ci]
  • d2129bd style: remove extra blank line in release workflow
  • 77b94ef build: refresh generated artifacts
  • 3ab4c66 chore: move undici to devDependencies
  • 739cf66 docs: update README action versions
  • db40289 build(deps): bump actions versions in test.yml
  • 496a7ac test: migrate from AVA to Node.js native test runner (#346)
  • 3870dc3 Rename end-to-end proxy job in test workflow
  • 4451bcb fix!: require NODE_USE_ENV_PROXY for proxy support (#342)
  • dce0ab0 fix: remove custom proxy handling (#143)
  • Additional commits viewable in compare view

Updates pnpm/action-setup from 4 to 5

Release notes

Sourced from pnpm/action-setup's releases.

v5.0.0

Updated the action to use Node.js 24.

v4.4.0

Updated the action to use Node.js 24.

v4.3.0

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0

v4.2.0

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #179

v4.1.0

Add support for package.yaml #156.

Commits

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

…s with 5 updates

Bumps the action-dependencies-version group with 4 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action), [actions/cache](https://github.com/actions/cache), [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token).
Bumps the action-dependencies-version group with 1 update in the /.github/actions/pr directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token).
Bumps the action-dependencies-version group with 1 update in the /.github/actions/setup-node directory: [pnpm/action-setup](https://github.com/pnpm/action-setup).


Updates `codecov/codecov-action` from 5.5.2 to 5.5.3
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@671740a...1af5884)

Updates `actions/cache` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5.0.3...v5.0.4)

Updates `release-drafter/release-drafter` from 6.4.0 to 7.1.1
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@6a93d82...139054a)

Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@29824e6...f8d387b)

Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@29824e6...f8d387b)

Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@29824e6...f8d387b)

Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@29824e6...f8d387b)

Updates `pnpm/action-setup` from 4 to 5
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: actions/cache
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: action-dependencies-version
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: actions/create-github-app-token
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: actions/create-github-app-token
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: actions/create-github-app-token
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: actions/create-github-app-token
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
- dependency-name: pnpm/action-setup
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: action-dependencies-version
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 18, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2026

Superseded by #8721.

@dependabot dependabot bot closed this Mar 18, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/action-dependencies-version-12fc1a3099 branch March 18, 2026 23:18
@github-actions
Copy link
Contributor

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Feb-16, Feb-17, Feb-19, Feb-20, Feb-21, Feb-22, Feb-23, Feb-24, Feb-26, Feb-27, Mar-2, Mar-3, Mar-10, Mar-13, Mar-15, Mar-16, Mar-18]
    bar [192.54, 190.97, 189.21, 190.95, 191.93, 188.84, 190.95, 190.14, 188.86, 187.47, 189.15, 187.99, 188.38, 189.98, 185.21, 189.57, 189.94]
    line [26.65, 24.45, 25.52, 23.53, 25.65, 25.87, 24.49, 24.03, 24.62, 25.06, 24.45, 24.76, 24.74, 25.60, 26.18, 25.98, 26.18]
    line [69.14, 67.84, 76.41, 70.89, 67.31, 66.82, 66.94, 70.88, 67.89, 70.56, 67.78, 66.98, 69.18, 70.51, 65.83, 66.30, 71.24]
    line [26.14, 23.05, 24.64, 20.92, 22.32, 25.16, 23.04, 24.66, 23.19, 24.07, 21.50, 23.56, 24.56, 23.16, 23.57, 24.07, 23.83]
    line [15.30, 15.16, 14.06, 14.46, 15.41, 14.08, 14.28, 13.96, 14.98, 14.69, 15.09, 15.05, 14.93, 14.92, 15.23, 14.84, 15.49]
    line [35.66, 39.21, 40.89, 39.79, 40.82, 39.75, 38.29, 38.55, 38.02, 38.35, 35.65, 38.90, 38.99, 38.46, 40.13, 39.77, 35.19]
    line [81.75, 78.06, 74.92, 73.32, 81.29, 78.95, 76.37, 76.80, 73.75, 75.77, 77.40, 74.68, 79.36, 75.39, 75.58, 78.40, 82.65]
    line [103.52, 102.20, 104.64, 105.41, 96.15, 100.38, 103.85, 96.33, 99.09, 99.19, 100.48, 103.18, 103.33, 98.05, 102.55, 95.32, 106.69]
    line [79.88, 88.50, 88.86, 89.95, 85.47, 89.64, 87.93, 87.72, 85.68, 85.69, 83.26, 89.40, 86.73, 86.09, 89.20, 79.46, 92.39]
    line [136.31, 141.26, 136.95, 140.26, 134.61, 141.79, 137.76, 142.75, 135.42, 139.26, 136.06, 139.99, 140.01, 135.63, 143.93, 142.95, 142.92]
    line [234.21, 221.97, 226.10, 219.20, 223.30, 227.37, 223.02, 226.36, 218.81, 215.75, 221.50, 212.02, 224.11, 219.75, 232.68, 220.52, 224.66]
    line [6.48, 6.78, 6.24, 6.45, 6.67, 5.92, 6.38, 6.30, 6.44, 6.78, 6.62, 6.55, 6.32, 6.79, 7.12, 6.59, 6.40]
    line [191.66, 183.24, 198.97, 195.69, 196.29, 194.82, 190.50, 191.36, 189.34, 184.31, 185.47, 198.42, 191.68, 193.62, 189.84, 166.89, 162.12]
    line [251.74, 255.44, 255.70, 246.95, 250.90, 244.70, 255.35, 256.03, 252.54, 255.82, 263.63, 252.65, 260.43, 254.55, 236.73, 261.47, 261.57]
    line [32.51, 34.43, 31.35, 34.71, 33.66, 36.75, 33.50, 33.75, 33.98, 34.43, 34.99, 32.10, 34.36, 33.03, 34.53, 33.80, 34.65]
    line [150.80, 149.13, 152.26, 152.78, 149.55, 148.15, 148.90, 152.11, 143.30, 150.41, 149.07, 153.47, 146.06, 140.05, 150.95, 150.81, 152.08]
    line [220.67, 225.17, 231.02, 220.24, 226.17, 215.58, 226.36, 225.70, 222.46, 230.96, 236.51, 222.64, 222.38, 225.56, 216.60, 228.18, 230.50]
    line [126.15, 122.12, 122.32, 119.71, 119.61, 127.43, 118.55, 121.57, 118.53, 115.70, 116.93, 121.24, 118.95, 118.40, 114.99, 118.14, 120.45]
    line [121.26, 129.83, 131.86, 128.62, 131.04, 130.26, 129.44, 123.58, 128.31, 129.87, 130.27, 130.71, 127.81, 125.76, 132.01, 131.14, 126.58]
    line [147.05, 161.97, 157.72, 155.61, 153.59, 162.30, 157.06, 159.96, 153.79, 161.66, 159.28, 163.36, 159.01, 157.48, 159.10, 169.05, 158.80]
    line [229.70, 226.87, 232.74, 235.31, 224.47, 238.32, 230.44, 216.76, 225.02, 229.69, 222.82, 225.14, 221.56, 225.82, 223.33, 223.62, 229.75]
    line [124.63, 126.05, 123.51, 125.30, 123.36, 124.67, 122.06, 125.40, 123.31, 123.27, 118.58, 127.90, 124.38, 120.45, 128.40, 126.26, 127.60]
    line [96.07, 105.42, 104.57, 104.52, 96.66, 102.79, 103.56, 108.60, 97.11, 104.32, 106.04, 94.30, 104.19, 100.36, 94.07, 106.95, 98.69]
    line [216.79, 209.78, 203.99, 220.72, 225.56, 229.20, 204.56, 214.62, 214.22, 215.21, 211.23, 203.79, 213.30, 213.00, 209.05, 214.75, 226.05]
    line [178.63, 177.91, 178.13, 170.26, 181.98, 177.56, 185.31, 187.50, 177.93, 177.54, 178.41, 174.58, 186.65, 179.06, 166.05, 180.55, 178.41]
    line [355.34, 343.44, 363.00, 335.36, 339.22, 362.80, 356.26, 358.85, 353.61, 350.32, 358.90, 343.06, 352.21, 348.39, 359.59, 349.81, 361.27]
    line [33.04, 44.04, 44.67, 46.36, 48.18, 49.05, 48.06, 46.41, 47.91, 43.77, 46.60, 45.68, 47.70, 47.47, 48.64, 47.90, 44.17]
    line [87.71, 81.51, 80.83, 78.91, 82.42, 80.37, 81.15, 79.72, 81.93, 80.10, 84.29, 81.35, 81.66, 80.93, 85.41, 78.19, 76.92]
    line [215.88, 213.12, 205.73, 212.95, 211.55, 213.31, 213.15, 214.61, 215.98, 216.39, 213.20, 207.00, 210.46, 215.67, 209.05, 214.60, 214.16]
    line [267.24, 254.70, 257.67, 260.94, 258.83, 263.71, 255.40, 259.16, 257.65, 254.22, 257.02, 267.92, 259.39, 256.02, 269.97, 254.79, 247.32]
    line [216.31, 214.05, 214.67, 213.49, 218.19, 216.61, 212.54, 214.33, 212.86, 215.99, 216.40, 215.81, 217.40, 210.64, 213.63, 210.38, 215.69]
    line [383.65, 403.62, 329.33, 387.65, 379.15, 375.70, 377.89, 371.33, 366.95, 377.92, 377.66, 385.69, 370.91, 378.91, 387.90, 387.80, 357.41]
    line [322.69, 320.99, 329.84, 297.30, 325.03, 331.76, 320.00, 316.72, 330.45, 317.84, 319.02, 305.87, 317.67, 331.44, 338.69, 332.97, 321.49]
    line [128.86, 131.22, 132.26, 123.16, 133.27, 135.57, 126.55, 124.20, 119.96, 129.35, 126.96, 116.50, 125.61, 123.50, 128.64, 128.22, 126.42]
    line [244.19, 223.55, 239.70, 229.90, 235.21, 223.87, 231.37, 229.84, 219.75, 240.64, 223.28, 229.19, 235.85, 231.18, 227.46, 239.47, 227.26]
    line [188.43, 193.17, 194.32, 195.93, 197.80, 193.32, 192.22, 196.28, 187.50, 189.10, 188.54, 189.19, 186.81, 190.52, 190.26, 197.02, 199.19]
    line [214.14, 215.28, 213.09, 213.97, 220.46, 207.58, 214.51, 202.85, 211.79, 211.44, 214.66, 206.78, 214.22, 219.20, 204.44, 213.42, 204.36]
    line [168.80, 179.63, 179.91, 171.61, 176.10, 175.03, 175.02, 172.48, 176.50, 175.06, 173.05, 179.29, 168.17, 175.84, 172.23, 167.20, 176.08]
    line [36.77, 36.33, 37.40, 36.62, 38.51, 36.10, 37.37, 36.52, 37.66, 35.60, 37.02, 36.08, 36.38, 35.91, 38.37, 36.25, 37.58]
    line [128.95, 131.05, 132.77, 134.30, 133.46, 131.83, 132.27, 131.01, 131.00, 133.00, 131.45, 127.22, 127.60, 130.54, 131.20, 126.76, 133.77]
    line [55.62, 52.95, 56.33, 56.16, 52.87, 55.45, 55.44, 54.09, 53.55, 56.91, 50.34, 56.33, 53.77, 52.96, 57.64, 49.40, 55.15]
    line [423.97, 415.82, 402.21, 417.90, 421.85, 402.15, 417.55, 417.69, 405.05, 412.32, 405.86, 426.09, 413.29, 411.20, 402.18, 405.65, 398.05]
    line [246.02, 244.24, 231.62, 249.13, 242.45, 246.48, 246.10, 248.98, 240.98, 239.52, 244.96, 243.99, 244.22, 247.23, 240.74, 246.80, 245.34]
    line [99.12, 97.35, 97.51, 101.87, 100.27, 99.76, 98.90, 95.69, 94.30, 98.50, 95.82, 98.55, 97.82, 96.22, 96.21, 96.60, 98.32]
    line [46.03, 46.35, 45.95, 47.66, 45.50, 46.89, 43.13, 47.48, 43.86, 43.58, 44.95, 42.68, 45.79, 43.00, 44.30, 47.55, 45.46]
    line [20.25, 18.95, 19.76, 18.01, 18.46, 18.38, 19.68, 18.34, 19.60, 19.60, 19.63, 18.78, 19.22, 18.67, 19.78, 18.71, 18.12]
    line [80.84, 83.02, 84.44, 80.37, 87.47, 84.08, 83.91, 75.76, 83.59, 84.08, 83.89, 88.30, 81.02, 82.11, 85.90, 84.63, 84.05]
    line [272.11, 262.81, 268.41, 258.56, 256.27, 284.25, 260.54, 263.62, 267.57, 257.62, 270.01, 257.62, 250.97, 253.10, 248.68, 263.99, 268.33]
    line [175.63, 176.43, 178.51, 182.28, 170.09, 171.99, 177.77, 181.65, 177.93, 171.71, 171.61, 178.31, 176.56, 173.19, 174.63, 177.66, 177.77]
    line [207.62, 204.11, 196.35, 204.19, 205.00, 194.87, 203.28, 199.45, 200.84, 188.59, 197.81, 190.62, 200.86, 205.50, 202.63, 202.69, 200.41]
    line [180.11, 177.55, 173.68, 176.25, 178.32, 171.39, 176.96, 177.51, 175.27, 171.69, 175.82, 173.02, 172.27, 176.52, 160.55, 175.49, 174.98]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.74 2.7 / 2.8 / 3.0 0.09 ┣━━┻●━╋━━┻━━┫
alexiosc/megistos 7.58 6.6 / 7.2 / 8.1 0.33 ┣━━┻━━╋━━┻●━┫
apollographql/apollo-server 2.38 2.4 / 2.5 / 2.9 0.11 ┣━━●━━╋━━┻━━┫
aspnetboilerplate/aspnetboilerplate 9.24 8.5 / 8.9 / 9.2 0.20 ┣━━┻━━╋━━┻━━●
aws-amplify/docs 11.71 11.5 / 11.8 / 12.4 0.22 ┣━━┻━●╋━━┻━━┫
Azure/azure-rest-api-specs 9.23 8.6 / 9.4 / 10.4 0.43 ┣━━┻━●╋━━┻━━┫
bitjson/typescript-starter 1.10 0.9 / 1.0 / 1.2 0.05 ┣━┻━━╋━━●━┫
caddyserver/caddy 3.26 3.2 / 3.4 / 4.1 0.16 ┣━━●━━╋━━┻━━┫
canada-ca/open-source-logiciel-libre 1.09 1.0 / 1.1 / 1.2 0.06 ┣━┻━━╋●━┻━┫
chef/chef 5.34 5.1 / 5.4 / 5.8 0.18 ┣━━┻━●╋━━┻━━┫
dart-lang/sdk 55.52 52.6 / 54.9 / 60.9 1.49 ┣━━━┻━━━╋━●━┻━━━┫
django/django 13.43 13.0 / 13.5 / 14.8 0.37 ┣━━┻━●╋━━┻━━┫
eslint/eslint 10.03 9.1 / 9.6 / 10.4 0.26 ┣━━┻━━╋━━┻━●┫
exonum/exonum 3.30 3.2 / 3.4 / 3.7 0.10 ┣━━●━━╋━━┻━━┫
flutter/samples 14.16 14.1 / 14.7 / 17.3 0.59 ┣━━━●━━╋━━┻━━━┫
gitbucket/gitbucket 3.28 3.0 / 3.2 / 3.7 0.14 ┣━━┻━━╋●━┻━━┫
googleapis/google-cloud-cpp 118.85 112.8 / 118.2 / 129.5 3.42 ┣━━━┻━━━╋●━━┻━━━┫
graphql/express-graphql 1.09 1.0 / 1.1 / 1.2 0.06 ┣━┻━●╋━━┻━┫
graphql/graphql-js 2.60 2.6 / 2.7 / 2.9 0.09 ┣━━┻●━╋━━┻━━┫
graphql/graphql-relay-js 1.07 1.0 / 1.1 / 1.3 0.07 ┣━┻●━╋━━┻━┫
graphql/graphql-spec 1.23 1.2 / 1.3 / 1.5 0.06 ┣━●━━╋━━┻━┫
iluwatar/java-design-patterns 11.59 10.9 / 11.7 / 12.3 0.33 ┣━━┻━●╋━━┻━━┫
ktaranov/sqlserver-kit 5.83 5.5 / 5.9 / 6.6 0.26 ┣━━┻━●╋━━┻━━┫
liriliri/licia 4.02 3.4 / 3.8 / 4.4 0.16 ┣━━┻━━╋━━┻●━┫
MartinThoma/LaTeX-examples 6.13 5.9 / 6.2 / 7.0 0.23 ┣━━┻━●╋━━┻━━┫
mdx-js/mdx 1.69 1.7 / 1.8 / 2.1 0.10 ┣━●┻━━╋━━┻━━┫
microsoft/TypeScript-Website 4.97 4.9 / 5.1 / 5.7 0.21 ┣━━┻●━╋━━┻━━┫
MicrosoftDocs/PowerShell-Docs 19.80 19.6 / 20.3 / 21.8 0.50 ┣━━━●━━╋━━┻━━━┫
neovim/nvim-lspconfig 5.16 3.8 / 4.1 / 5.1 0.27 ┣━┻━━╋━━┻━┫ ●
pagekit/pagekit 3.28 3.2 / 3.5 / 4.7 0.24 ┣━━●━━╋━━┻━━┫
php/php-src 23.13 22.3 / 23.3 / 25.1 0.59 ┣━━━┻━●╋━━┻━━━┫
plasticrake/tplink-smarthome-api 1.40 1.2 / 1.3 / 1.9 0.11 ┣━┻━━╋━●┻━┫
prettier/prettier 7.38 7.2 / 7.6 / 8.1 0.21 ┣━━●━━╋━━┻━━┫
pycontribs/jira 1.43 1.3 / 1.5 / 1.7 0.09 ┣━┻━●╋━━┻━┫
RustPython/RustPython 6.34 5.9 / 6.4 / 6.9 0.23 ┣━━┻━━●━━┻━━┫
shoelace-style/shoelace 2.77 2.5 / 2.8 / 3.1 0.12 ┣━━┻━━●━━┻━━┫
slint-ui/slint 13.11 12.7 / 13.2 / 13.9 0.29 ┣━━┻━━●━━┻━━┫
SoftwareBrothers/admin-bro 2.47 2.3 / 2.4 / 2.7 0.10 ┣━━┻━━╋●━┻━━┫
sveltejs/svelte 21.58 19.8 / 20.6 / 22.1 0.58 ┣━━━┻━━╋━━┻━━●┫
TheAlgorithms/Python 5.38 5.2 / 5.5 / 5.9 0.17 ┣━━┻●━╋━━┻━━┫
twbs/bootstrap 1.66 1.5 / 1.7 / 2.0 0.08 ┣━┻●━╋━━┻━┫
typescript-cheatsheets/react 1.51 1.2 / 1.4 / 1.6 0.08 ┣━┻━━╋━━┻●┫
typescript-eslint/typescript-eslint 4.07 3.8 / 4.1 / 4.5 0.16 ┣━━┻━━●━━┻━━┫
vitest-dev/vitest 11.29 10.2 / 11.0 / 11.8 0.43 ┣━━┻━━╋━●┻━━┫
w3c/aria-practices 3.27 3.1 / 3.3 / 4.1 0.20 ┣━━┻━━●━━┻━━┫
w3c/specberus 2.00 1.8 / 1.9 / 2.3 0.11 ┣━━┻━━╋━●┻━━┫
webdeveric/webpack-assets-manifest 1.21 1.1 / 1.2 / 1.4 0.08 ┣━┻━●╋━━┻━┫
webpack/webpack 4.98 4.8 / 5.1 / 5.5 0.17 ┣━━┻●━╋━━┻━━┫
wireapp/wire-desktop 1.27 1.2 / 1.3 / 1.4 0.06 ┣━┻━●╋━━┻━┫
wireapp/wire-webapp 10.66 10.5 / 11.0 / 12.1 0.36 ┣━━●━━╋━━┻━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.74 37.58 1.95% █▇▇▄▆▇▆█▆▆▆▅▅▅▆▅█▇▅▇ 39
alexiosc/megistos 583 7.58 76.92 -5.56% █▅▅▇█▆▆▆█▇▇▇▃▅▆▇█▅▅▅ 39
apollographql/apollo-server 254 2.38 106.69 5.60% ▆▆▅▇▇▆▇▇▇▇▇▇▇▆▅▆▇▄▆█ 39
aspnetboilerplate/aspnetboilerplate 2286 9.24 247.32 -4.15% ▅▇▆▅▆▆█▇▅█▆▆▇▆▇▅█▇▅▄ 39
aws-amplify/docs 2874 11.71 245.34 0.38% ▆▇▇▅▇█▇███▆▆▇█▇█▆▇█▇ 39
Azure/azure-rest-api-specs 2478 9.23 268.33 3.02% ██▅███▆▃▆█▅▄▅▄█▄▅▇▇▇ 39
bitjson/typescript-starter 20 1.10 18.12 -5.69% █▇▇▇▇▇▆▆█▅▆▆▇▇▇▃▇▅▆▅ 39
caddyserver/caddy 301 3.26 92.39 6.85% ▅▅▅▇▆▅▇▆▆▇▇▆▅▇▅▆▇▆▃█ 39
canada-ca/open-source-logiciel-libre 7 1.09 6.40 -1.46% ▆▇▇▇▆▇▆▆▅▄▃▆▅▇▆▇█▇▅▅ 39
chef/chef 1200 5.34 224.66 1.02% ▇▅▅▆█▅▅▆▆▇▇▇█▇▇▄█▇▆▇ 39
dart-lang/sdk 11126 55.52 200.41 -0.34% ▇▆▃▆▇▆▅▆▇▇▆▇▇██▆▇▇▇▆ 39
django/django 2897 13.43 215.69 0.65% ▆▇▆▇▇▇▇█▇█▇▇▇█▄▆▇▆▆▇ 39
eslint/eslint 2050 10.03 204.36 -4.23% ▇▇▆▆▇▆▅▇▅▆▇▆██▇▆▅▇▅▅ 39
exonum/exonum 421 3.30 127.60 3.30% ▇▇▇▆▆▄█▇▇▇▆▆▇▆▅▆██▆▇ 39
flutter/samples 2494 14.16 176.08 1.34% ▇▇█▇▇▇██▄█▃█▇▇██▇▇▅█ 39
gitbucket/gitbucket 415 3.28 126.58 -1.64% ▄▇▇██▇▇▃▇██▇▇▅▆▇█▇█▆ 39
googleapis/google-cloud-cpp 20796 118.85 174.98 -0.05% ██▆▆█▇▇▇▇▅▇▇▆█▇▇▄▇▇▇ 39
graphql/express-graphql 26 1.09 23.83 1.34% ▄▅▅▇▄▃▅█▆▇▆▅▆▆▆▃▅▆▆▆ 39
graphql/graphql-js 371 2.60 142.92 3.15% ▆▆▇▆▅▇▇▇▇▆▇█▆█▅▅████ 39
graphql/graphql-relay-js 28 1.07 26.18 5.10% ▇▄▆▇▇▆▇▇▅▇▅██▇█▇█▇██ 39
graphql/graphql-spec 19 1.23 15.49 5.07% ▇▇▆▆▆█▇▇▆▇▇▇▇█▆▇▇█▆█ 39
iluwatar/java-design-patterns 2060 11.59 177.77 0.88% ▆▆▆▆▆▅▇▇█▅█▇▆▆▅▇▆▇▇▇ 39
ktaranov/sqlserver-kit 490 5.83 84.05 1.18% ▆▆▇▆▇▆█▆▃▆▄▇▆▇▅▅▇█▆▇ 39
liriliri/licia 1437 4.02 357.41 -5.16% ▆▆▇█▇▇██▅▇▇▅█▇▇▇███▅ 39
MartinThoma/LaTeX-examples 1409 6.13 229.75 1.55% █▅▇█▆▇▇▃▅▆██▆▆▇█▆▇▆▇ 39
mdx-js/mdx 140 1.69 82.65 7.34% ▇▆▇▅▆▇▆▇█▇▆█▇▄▇▆▆▆▇█ 39
microsoft/TypeScript-Website 756 4.97 152.08 2.77% ▄█▆█▇▇█▅▆██▃▇▃▆▅▇▇▇▇ 39
MicrosoftDocs/PowerShell-Docs 2648 19.80 133.77 2.31% ▇▇███▇▆▄▆▇▇▇▅█▆▇▇▇▅█ 39
neovim/nvim-lspconfig 837 5.16 162.12 -14.52% ▇▄▆▅▅▇▇▃▆▇▇▇▇▆▆█▆▃▄▃ 39
pagekit/pagekit 741 3.28 226.05 6.50% █▆▇▇▆▇▆▇▆█▇▇▆▇▇▇▆▇▇█ 39
php/php-src 2274 23.13 98.32 0.76% ▄▆██▅██▇▇▇██▇▇▇▆▇█▆█ 39
plasticrake/tplink-smarthome-api 62 1.40 44.17 -5.65% ▇▆▅▆▅█▆█▅▇▇▇▆▆▆▇▇▇▇▅ 39
prettier/prettier 2665 7.38 361.27 2.52% █▇▆██▇▆▆▇▆▇█▇▆▅██▇▆█ 39
pycontribs/jira 79 1.43 55.15 1.95% ▆▇▇█▃▇▇▆▅▇▇▅█▇▅▆█▄▅▇ 39
RustPython/RustPython 764 6.34 120.45 0.99% █▆▅▇▅▇▇▆▆█▇▇▅▆▆▇▅█▅▇ 39
shoelace-style/shoelace 440 2.77 158.80 0.31% ▆▄▆▆▇▅▆▆▅▆▅▄▇▆▄▆▆█▇▆ 39
slint-ui/slint 2808 13.11 214.16 0.51% █▇▇▇▇▆▅▅█▆▆▄▇▇▇▇▆▇▇▇ 39
SoftwareBrothers/admin-bro 441 2.47 178.41 -1.50% ▇▆▅▆▄▇▅███▇▇▆▄▆▇▃▅▇▆ 39
sveltejs/svelte 8589 21.58 398.05 -3.62% ▆▇▆█▅▇█▆▇▄███▅▇█▆▇▆▅ 39
TheAlgorithms/Python 1407 5.38 261.57 2.48% ▆▅▆▇██▆▇█▇██▇▇▅█▄█▇█ 39
twbs/bootstrap 118 1.66 71.24 4.02% ▆███▇▇▆▇▇██▆▇▇██▆█▅█ 39
typescript-cheatsheets/react 53 1.51 35.19 -8.97% ▅▇█▅▅▄▇█▇▅▇▇▇▇▅█▇▇▇▄ 39
typescript-eslint/typescript-eslint 1308 4.07 321.49 -0.28% █▇▆▆▅▇▅▆▄▇▇▃▇▇▇▇██▇▆ 39
vitest-dev/vitest 2566 11.29 227.26 -1.71% ▃▄▆█▅▄▅██▅▅▅▆▆▆▄▅▅█▅ 39
w3c/aria-practices 414 3.27 126.42 0.05% ▇▂▇█▇▇▅█▆▇▄██▇▆▇▇█▇▇ 39
w3c/specberus 197 2.00 98.69 -3.67% ▂▅▆▇▆█▅▇▅▇▇█▇▅▇▆▄█▇▆ 39
webdeveric/webpack-assets-manifest 55 1.21 45.46 1.40% ▆▂▅▅▆▅▄▆▃█▆▆▆▆▄▄▅▆▇▆ 39
webpack/webpack 1148 4.98 230.50 2.34% ▇▄▇▇██▆█▅▇▇▄▄▆▆▇▅▆▇▇ 39
wireapp/wire-desktop 44 1.27 34.65 2.27% ▅▆▆▆▅█▄▇▃▇▆▆▆▄▆▅▆▇▄▆ 38
wireapp/wire-webapp 2123 10.66 199.19 4.20% ▇▃▆▇▇▅▆▆▆▅▇▅▆▇▇▆▆▇██ 39
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.74 798.57 1.95% █▇▇▄▆▇▆█▆▆▆▅▅▅▆▅█▇▅▇ 39
alexiosc/megistos 583 7.58 604.44 -5.56% █▅▅▇█▆▆▆█▇▇▇▃▅▆▇█▅▅▅ 39
apollographql/apollo-server 254 2.38 876.60 5.60% ▆▆▅▇▇▆▇▇▇▇▇▇▇▆▅▆▇▄▆█ 39
aspnetboilerplate/aspnetboilerplate 2286 9.24 601.75 -4.15% ▅▇▆▅▆▆█▇▅█▆▆▇▆▇▅█▇▅▄ 39
aws-amplify/docs 2874 11.71 857.83 0.38% ▆▇▇▅▇█▇███▆▆▇█▇█▆▇█▇ 39
Azure/azure-rest-api-specs 2478 9.23 787.55 11.23% ▅▅▃▅▅▅▄▄▆█▆▅▆▅█▅▆▇▇█ 39
bitjson/typescript-starter 20 1.10 72.50 -5.69% █▇▇▇▇▇▆▆█▅▆▆▇▇▇▃▇▅▆▅ 39
caddyserver/caddy 301 3.26 822.57 8.03% ▅▅▅▇▆▅▇▆▆▇▇▆▅▇▅▆▇▆▃█ 39
canada-ca/open-source-logiciel-libre 7 1.09 53.03 -1.46% ▆▇▇▇▆▇▆▆▅▄▃▆▅▇▆▇█▇▅▅ 39
chef/chef 1200 5.34 1054.98 1.06% ▇▅▅▆█▅▅▆▆▇▇▇█▇▇▄█▇▆▇ 39
dart-lang/sdk 11126 55.52 1355.88 -0.68% ▇▇▃▆▇▆▅▆▇▇▆▇▇██▆▇▆▇▆ 39
django/django 2897 13.43 1365.67 0.80% ▆▇▆▇▇▇▇█▇█▇▇▇█▄▆▇▆▆▇ 39
eslint/eslint 2050 10.03 1419.29 -4.22% ▇▇▆▆▇▆▅▇▅▆▇▆██▇▆▅▇▅▅ 39
exonum/exonum 421 3.30 1220.56 3.30% ▇▇▇▆▆▄█▇▇▇▆▆▇▆▅▆██▆▇ 39
flutter/samples 2494 14.16 1518.16 3.35% ▇▇█▇▇▇██▄█▃█▇▇██▇▇▆█ 39
gitbucket/gitbucket 415 3.28 584.71 -0.95% ▃▇▆▇▇▇▇▃▇██▇▇▅▆▇█▇█▆ 39
googleapis/google-cloud-cpp 20796 118.85 1480.30 1.37% ▇█▆▆█▇▇▇▇▆▇▇▆██▇▄▇█▇ 39
graphql/express-graphql 26 1.09 109.09 1.34% ▄▅▅▇▄▃▅█▆▇▆▅▆▆▆▃▅▆▆▆ 39
graphql/graphql-js 371 2.60 837.89 3.64% ▆▆▇▆▅▇▇▇▇▆▇█▆█▅▅████ 39
graphql/graphql-relay-js 28 1.07 102.84 5.10% ▇▄▆▇▇▆▇▇▅▇▅██▇█▇█▇██ 39
graphql/graphql-spec 19 1.23 516.95 5.07% ▇▇▆▆▆█▇▇▆▇▇▇▇█▆▇▇█▆█ 39
iluwatar/java-design-patterns 2060 11.59 547.89 0.80% ▆▆▅▆▆▅▇▆█▅█▇▆▆▅▇▆▇▇▇ 39
ktaranov/sqlserver-kit 490 5.83 1273.23 1.38% ▆▆▇▆▇▆█▆▃▆▄▇▆▇▅▅▇█▆▇ 39
liriliri/licia 1437 4.02 425.80 -5.16% ▆▆▇█▇▇██▅▇▇▅█▇▇▇███▅ 39
MartinThoma/LaTeX-examples 1409 6.13 474.51 1.55% █▅▇█▆▇▇▃▅▆██▆▆▇█▆▇▆▇ 39
mdx-js/mdx 140 1.69 386.69 8.07% ▇▆▇▅▅▇▅▇▇▇▆█▇▄▇▆▆▇▇█ 39
microsoft/TypeScript-Website 756 4.97 1050.49 2.30% ▅█▆█▇▇█▅▆█▇▃▇▃▆▅▇▇▇▇ 39
MicrosoftDocs/PowerShell-Docs 2648 19.80 1399.07 2.34% ▇▇███▇▆▄▆▇▇▇▅█▆▇▇▇▅█ 39
neovim/nvim-lspconfig 837 5.16 435.41 18.33% ▄▃▄▃▃▄▅▂▄▄▄▅▄▄▃▅▄▇█▇ 39
pagekit/pagekit 741 3.28 471.32 6.50% █▆▇▇▆▇▆▇▆█▇▇▆▇▇▇▆▇▇█ 39
php/php-src 2274 23.13 1714.21 0.87% ▄▆██▅███▇▇██▇▇▇▆▇█▆█ 39
plasticrake/tplink-smarthome-api 62 1.40 238.68 -5.65% ▇▆▅▆▅█▆█▅▇▇▇▆▆▆▇▇▇▇▅ 39
prettier/prettier 2665 7.38 496.82 2.49% █▇▆██▇▆▆▇▆▇█▇▆▅██▇▆█ 39
pycontribs/jira 79 1.43 390.95 1.95% ▆▇▇█▃▇▇▆▅▇▇▅█▇▅▆█▄▅▇ 39
RustPython/RustPython 764 6.34 1861.55 4.67% ▆▅▄▅▅▆▇▇▆█▇▇▆▆▆█▆█▆▇ 39
shoelace-style/shoelace 440 2.77 766.23 0.27% ▆▄▆▆▇▅▆▆▅▆▅▄▇▆▄▆▆█▇▆ 39
slint-ui/slint 2808 13.11 1339.11 0.92% █▇▇▇▇▆▆▅█▆▆▄▇▇▇▇▆▇▇▇ 39
SoftwareBrothers/admin-bro 441 2.47 393.24 -1.50% ▇▆▅▆▄▇▅███▇▇▆▄▆▇▃▅▇▆ 39
sveltejs/svelte 8589 21.58 269.40 -3.48% ▆▇▆█▅▇█▆▇▄███▅▇█▆▇▆▅ 39
TheAlgorithms/Python 1407 5.38 667.97 2.69% ▅▅▆▇█▇▆▇█▇██▇▇▅█▄█▇█ 39
twbs/bootstrap 118 1.66 585.04 4.02% ▆███▇▇▆▇▇██▆▇▇██▆█▅█ 39
typescript-cheatsheets/react 53 1.51 260.91 -8.97% ▅▇█▅▅▄▇█▇▅▇▇▇▇▅█▇▇▇▄ 39
typescript-eslint/typescript-eslint 1308 4.07 1697.67 -0.23% █▇▆▆▅▇▅▆▄▇▇▃▇▇▇▇██▇▆ 39
vitest-dev/vitest 2566 11.29 694.52 -0.87% ▃▄▆█▅▄▅██▅▅▅▆▆▆▄▅▆█▅ 39
w3c/aria-practices 414 3.27 1180.83 0.05% ▇▂▇█▇▇▅█▆▇▄██▇▆▇▇█▇▇ 39
w3c/specberus 197 2.00 327.11 -2.08% ▂▅▆▇▆█▅▇▆▇██▇▅▇▆▅██▆ 39
webdeveric/webpack-assets-manifest 55 1.21 104.15 1.40% ▆▂▅▅▆▅▄▆▃█▆▆▆▆▄▄▅▆▇▆ 39
webpack/webpack 1148 4.98 1081.64 2.71% ▇▄▇▇██▆█▅▇▇▄▄▆▆▇▅▇▇▇ 39
wireapp/wire-desktop 44 1.27 154.33 2.27% ▅▆▆▆▅█▄▇▃▇▆▆▆▄▆▅▆▇▄▆ 38
wireapp/wire-webapp 2123 10.66 788.14 5.36% ▇▃▅▇▇▅▆▅▆▅▇▅▆▆▆▆▆▇██ 39

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

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants