Skip to content

chore: bump the development-dependencies group across 1 directory with 7 updates#8831

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

chore: bump the development-dependencies group across 1 directory with 7 updates#8831
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-6757bce510

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

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

Package From To
tsdown 0.21.10 0.22.0
typescript-eslint 8.59.1 8.59.2
vite 8.0.10 8.0.11
@types/estree 1.0.8 1.0.9
@typescript-eslint/parser 8.59.1 8.59.2
@typescript-eslint/types 8.59.1 8.59.2
typedoc 0.28.18 0.28.19

Updates tsdown from 0.21.10 to 0.22.0

Release notes

Sourced from tsdown's releases.

v0.22.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

🔄 Migration Guide

Node.js version

Upgrade to Node.js 22.18.0 or later. Bun and Deno remain supported (experimental).

unrun is no longer bundled

If your environment relies on the unrun config loader (i.e. you're on a Node version without native TypeScript support and use the default auto loader), install it manually:

npm i -D unrun
# or, alternatively, the new tsx loader:
npm i -D tsx

If you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the auto loader will pick native.

dts auto-enabled from tsconfig

If your tsconfig.json has compilerOptions.declaration: true but you do not want tsdown to emit .d.ts files, opt out explicitly:

// tsdown.config.ts
export default defineConfig({
  dts: false,
})

exports.bin auto-detection

... (truncated)

Commits

Updates typescript-eslint from 8.59.1 to 8.59.2

Release notes

Sourced from typescript-eslint's releases.

v8.59.2

8.59.2 (2026-05-04)

🩹 Fixes

  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
  • rule-tester: add TypeScript as a peer dependency (#12288)

❤️ 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.59.2 (2026-05-04)

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

See GitHub Releases for more information.

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

Commits

Updates vite from 8.0.10 to 8.0.11

Release notes

Sourced from vite's releases.

v8.0.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.11 (2026-05-07)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22334) (672c962)
  • deps: update all non-major dependencies (#22382) (5c0cfcb)
  • glob: align hmr matcher options with glob enumeration (#22306) (30028f9)
  • make separate object instance for each environment (#22276) (7c2aa3b)

Documentation

Miscellaneous Chores

  • deps: update dependency tsdown to ^0.21.10 (#22333) (3b51e05)
  • deps: update rolldown-related dependencies (#22383) (555ff36)
  • deps: update transitive packages to fix npm audit alerts (#22316) (86aee62)

Code Refactoring

Tests

Commits

Updates @types/estree from 1.0.8 to 1.0.9

Commits

Updates @typescript-eslint/parser from 8.59.1 to 8.59.2

Release notes

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

v8.59.2

8.59.2 (2026-05-04)

🩹 Fixes

  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
  • rule-tester: add TypeScript as a peer dependency (#12288)

❤️ 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.59.2 (2026-05-04)

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.59.1 to 8.59.2

Release notes

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

v8.59.2

8.59.2 (2026-05-04)

🩹 Fixes

  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
  • rule-tester: add TypeScript as a peer dependency (#12288)

❤️ 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.59.2 (2026-05-04)

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 typedoc from 0.28.18 to 0.28.19

Release notes

Sourced from typedoc's releases.

v0.28.19

Features

  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #3089.

Bug Fixes

  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #3093.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.28.19 (2026-04-12)

Features

  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #3089.

Bug Fixes

  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #3093.

Thanks!

Commits
  • 0135da0 Update changelog for release
  • 68fa965 Bump version to 0.28.19
  • cb13565 Update changelog, documentation
  • acba2ae Fix Comment.getShortSummary with windows line endings
  • a108643 feat(router): move anchor creation to seperate function (#3092)
  • d743a1c Merge pull request #3091 from hyosua/feat/locales-fr
  • 70a9b41 Update CHANGELOG and format French locales
  • 4db90bc Add French translations for locales
  • c8fb88f Attempt updating actions versions
  • a58e6a9 Update deps
  • 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 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [tsdown](https://github.com/rolldown/tsdown) | `0.21.10` | `0.22.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.59.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.11` |
| [@types/estree](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/estree) | `1.0.8` | `1.0.9` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.59.1` | `8.59.2` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.59.1` | `8.59.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.18` | `0.28.19` |



Updates `tsdown` from 0.21.10 to 0.22.0
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.10...v0.22.0)

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-version: 8.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/estree"
  dependency-version: 1.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.19
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 7, 2026
@github-actions github-actions Bot added the chore label May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Apr-7, Apr-8, May-4, May-7]
    bar [188.59, 189.84, 186.25, 195.62]
    line [47.88, 44.28, 46.04, 45.68]
    line [20.18, 18.41, 17.95, 24.23]
    line [15.50, 15.41, 13.72, 15.94]
    line [136.62, 133.64, 166.55, 131.43]
    line [138.14, 127.32, 140.01, 143.64]
    line [220.27, 210.30, 215.39, 220.34]
    line [80.16, 77.02, 100.08, 83.03]
    line [223.28, 229.16, 213.15, 211.45]
    line [103.59, 103.12, 97.37, 100.79]
    line [203.68, 224.92, 222.86, 213.98]
    line [99.21, 100.52, 102.79, 104.95]
    line [6.73, 7.00, 6.46, 6.61]
    line [249.89, 261.98, 263.28, 268.74]
    line [157.18, 176.94, 191.37, 183.41]
    line [26.37, 26.75, 24.56, 22.40]
    line [55.94, 57.36, 53.38, 42.73]
    line [88.62, 91.77, 91.75, 87.44]
    line [122.83, 125.98, 127.00, 122.66]
    line [343.02, 332.37, 321.24, 414.24]
    line [209.11, 216.00, 213.17, 212.15]
    line [77.93, 83.70, 81.26, 86.55]
    line [169.14, 165.39, 160.29, 158.94]
    line [36.10, 36.17, 35.07, 32.00]
    line [240.02, 266.31, 263.11, 261.02]
    line [145.47, 146.56, 138.03, 149.65]
    line [244.17, 242.46, 240.52, 250.84]
    line [36.18, 37.44, 37.38, 37.87]
    line [213.92, 211.68, 218.55, 207.00]
    line [178.10, 179.62, 172.93, 184.86]
    line [83.54, 84.32, 84.38, 80.01]
    line [392.72, 397.99, 403.25, 399.28]
    line [95.65, 98.60, 94.12, 92.79]
    line [366.55, 370.00, 382.99, 386.82]
    line [305.83, 243.57, 226.51, 233.10]
    line [21.40, 24.14, 24.93, 24.88]
    line [130.72, 130.46, 129.13, 127.74]
    line [69.26, 70.15, 71.11, 64.03]
    line [126.46, 123.33, 119.17, 123.28]
    line [148.71, 162.06, 158.32, 171.73]
    line [35.23, 41.88, 38.18, 39.22]
    line [185.15, 191.53, 189.78, 190.50]
    line [120.16, 125.96, 126.81, 122.69]
    line [206.43, 212.35, 209.84, 214.48]
    line [219.86, 232.88, 229.32, 224.54]
    line [341.55, 355.72, 353.58, 338.06]
    line [50.93, 44.38, 41.81, 47.67]
    line [177.30, 178.37, 144.52, 131.93]
    line [240.71, 240.89, 258.73, 268.21]
    line [197.17, 200.02, 193.68, 180.40]
    line [174.25, 173.31, 170.59, 221.15]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.72 2.8 / 2.8 / 2.8 0.04 ┣━●┻━━╋━━┻━━┫
alexiosc/megistos 7.29 6.9 / 6.9 / 7.0 0.03 ┣┻╋┻┫ ●
apollographql/apollo-server 2.43 2.5 / 2.5 / 2.6 0.03 ● ┣━━┻━━╋━━┻━━┫
aspnetboilerplate/aspnetboilerplate 8.51 8.7 / 8.9 / 9.1 0.21 ┣●━┻━━╋━━┻━━┫
aws-amplify/docs 12.69 9.6 / 11.6 / 13.1 1.46 ┣━━┻━━━╋━━●┻━━┫
Azure/azure-rest-api-specs 9.30 9.6 / 10.1 / 10.3 0.33 ●┣━━━┻━━╋━━┻━━━┫
bitjson/typescript-starter 0.83 1.0 / 1.1 / 1.1 0.05 ● ┣━━┻━╋━┻━━┫
caddyserver/caddy 3.56 3.3 / 3.4 / 3.4 0.05 ┣━━┻━━╋━━┻━━┫ ●
canada-ca/open-source-logiciel-libre 1.06 1.0 / 1.0 / 1.1 0.03 ┣━┻━━╋●━┻━┫
chef/chef 4.87 4.8 / 5.2 / 5.4 0.23 ┣━●┻━━╋━━┻━━┫
dart-lang/sdk 63.01 55.9 / 57.1 / 58.7 1.19 ┣━┻━╋━┻━┫ ●
django/django 13.55 13.6 / 13.8 / 14.0 0.16 ┣●━━┻━━╋━━┻━━━┫
eslint/eslint 9.75 9.5 / 9.7 / 9.8 0.13 ┣━━┻━━╋●━┻━━┫
exonum/exonum 3.41 3.3 / 3.4 / 3.5 0.08 ┣━━┻━━●━━┻━━┫
flutter/samples 12.85 11.7 / 13.3 / 14.1 1.08 ┣━━┻━━●╋━━━┻━━┫
gitbucket/gitbucket 3.16 2.5 / 2.9 / 3.1 0.27 ┣━━┻━━╋━━●━━┫
googleapis/google-cloud-cpp 94.63 119.4 / 120.7 / 122.7 1.43 ● ┣╋┫
graphql/express-graphql 1.05 1.0 / 1.1 / 1.2 0.07 ┣━━┻●━╋━━┻━━┫
graphql/graphql-js 2.58 2.6 / 2.7 / 2.9 0.12 ┣━●┻━━╋━━┻━━┫
graphql/graphql-relay-js 1.25 1.0 / 1.1 / 1.1 0.04 ┣━┻━━╋━━┻━┫ ●
graphql/graphql-spec 1.19 1.2 / 1.3 / 1.4 0.07 ┣━━●━━╋━━┻━━┫
iluwatar/java-design-patterns 11.15 11.5 / 11.7 / 11.9 0.19 ●┣━━━┻━━╋━━┻━━━┫
ktaranov/sqlserver-kit 5.66 5.9 / 6.1 / 6.3 0.18 ●┣━━┻━━╋━━┻━━┫
liriliri/licia 3.71 3.8 / 3.9 / 3.9 0.07 ●━━┻━━╋━━┻━━┫
MartinThoma/LaTeX-examples 6.28 6.1 / 6.2 / 6.4 0.15 ┣━━┻━━╋━●┻━━┫
mdx-js/mdx 1.69 1.4 / 1.7 / 1.8 0.18 ┣━━┻━━╋●━┻━━┫
microsoft/TypeScript-Website 5.11 5.2 / 5.3 / 5.5 0.17 ┣━●┻━━╋━━┻━━┫
MicrosoftDocs/PowerShell-Docs 24.46 20.3 / 21.6 / 24.2 1.84 ┣━━━┻━━━╋━━━┻━●━┫
neovim/nvim-lspconfig 5.37 5.0 / 5.1 / 5.3 0.15 ┣━━┻━━╋━━┻━●┫
pagekit/pagekit 3.36 3.4 / 3.4 / 3.5 0.07 ┣━●┻━━╋━━┻━━┫
php/php-src 24.68 23.1 / 23.7 / 24.3 0.52 ┣━━┻━━━╋━━━┻━━●
plasticrake/tplink-smarthome-api 1.30 1.2 / 1.4 / 1.5 0.11 ┣━━┻●━╋━━┻━━┫
prettier/prettier 7.91 7.5 / 7.6 / 7.8 0.13 ┣━━┻━━╋━━┻━━┫●
pycontribs/jira 1.87 1.4 / 1.4 / 1.5 0.05 ┣┻╋┻┫ ●
RustPython/RustPython 6.42 6.1 / 6.2 / 6.4 0.12 ┣━━┻━━╋━━┻━●┫
shoelace-style/shoelace 2.56 2.7 / 2.8 / 3.0 0.10 ●┣━━┻━━╋━━┻━━┫
slint-ui/slint 14.28 13.4 / 13.5 / 13.6 0.06 ┣┻╋┻┫ ●
SoftwareBrothers/admin-bro 2.40 2.3 / 2.5 / 2.8 0.21 ┣━━┻●━╋━━┻━━┫
sveltejs/svelte 21.89 21.7 / 21.9 / 22.1 0.17 ┣━━━┻━━╋●━┻━━━┫
TheAlgorithms/Python 5.39 5.3 / 5.5 / 5.9 0.26 ┣━━┻━●╋━━┻━━┫
twbs/bootstrap 1.84 1.7 / 1.7 / 1.7 0.02 ┣┻╋┻┫ ●
typescript-cheatsheets/react 1.35 1.3 / 1.4 / 1.5 0.10 ┣━━┻━●╋━━┻━━┫
typescript-eslint/typescript-eslint 3.19 3.9 / 4.0 / 4.1 0.11 ● ┣━┻╋┻━┫
vitest-dev/vitest 10.61 10.6 / 10.8 / 11.1 0.19 ┣━━●━━╋━━┻━━┫
w3c/aria-practices 3.38 3.3 / 3.3 / 3.4 0.05 ┣━━┻━━╋━━┻●━┫
w3c/specberus 1.95 1.9 / 1.9 / 2.0 0.06 ┣━━┻━━●━━┻━━┫
webdeveric/webpack-assets-manifest 1.20 1.1 / 1.2 / 1.2 0.04 ┣━┻━━╋●━┻━┫
webpack/webpack 5.41 5.1 / 5.3 / 5.6 0.23 ┣━━┻━━╋●━┻━━┫
wireapp/wire-desktop 1.41 1.2 / 1.3 / 1.3 0.02 ┣━┻╋┻━┫ ●
wireapp/wire-webapp 11.69 11.5 / 11.7 / 11.9 0.16 ┣━━┻━━●━━┻━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.72 37.87 2.35% ▆▇▇█ 3
alexiosc/megistos 583 7.29 80.01 -4.84% ▇██▄ 3
apollographql/apollo-server 255 2.43 104.95 4.08% ▅▆▇█ 3
aspnetboilerplate/aspnetboilerplate 2286 8.51 268.74 4.01% ▅▇▇█ 3
aws-amplify/docs 2959 12.69 233.10 -9.87% █▃▂▃ 3
Azure/azure-rest-api-specs 2493 9.30 268.21 8.69% ▄▄▇█ 3
bitjson/typescript-starter 20 0.83 24.23 28.58% ▄▃▂█ 3
caddyserver/caddy 311 3.56 87.44 -3.60% ▆██▅ 3
canada-ca/open-source-logiciel-libre 7 1.06 6.61 -1.72% ▆█▅▆ 3
chef/chef 1030 4.87 211.45 -4.70% ▇█▅▅ 3
dart-lang/sdk 11367 63.01 180.40 -8.41% ▇█▆▂ 3
django/django 2906 13.55 214.48 2.36% ▆█▇█ 3
eslint/eslint 2068 9.75 212.15 -0.29% ▆█▇▇ 3
exonum/exonum 421 3.41 123.28 0.24% █▇▅▇ 3
flutter/samples 1695 12.85 131.93 -20.87% ██▃▁ 3
gitbucket/gitbucket 415 3.16 131.43 -9.73% ▃▃█▂ 3
googleapis/google-cloud-cpp 20926 94.63 221.15 28.04% ▃▃▂█ 3
graphql/express-graphql 26 1.05 24.88 5.91% ▃▇██ 3
graphql/graphql-js 371 2.58 143.64 6.28% ▇▄▇█ 3
graphql/graphql-relay-js 28 1.25 22.40 -13.48% ▇█▅▁ 3
graphql/graphql-spec 19 1.19 15.94 7.17% ▇▇▃█ 3
iluwatar/java-design-patterns 2061 11.15 184.86 4.51% ▆▇▅█ 3
ktaranov/sqlserver-kit 490 5.66 86.55 6.90% ▄▇▆█ 3
liriliri/licia 1437 3.71 386.82 3.66% ▅▆██ 3
MartinThoma/LaTeX-examples 1409 6.28 224.54 -1.24% ▅█▇▆ 3
mdx-js/mdx 140 1.69 83.03 -3.17% ▃▂█▄ 3
microsoft/TypeScript-Website 765 5.11 149.65 4.39% ▇▇▅█ 3
MicrosoftDocs/PowerShell-Docs 3125 24.46 127.74 -1.81% ██▇▇ 3
neovim/nvim-lspconfig 853 5.37 158.94 -3.64% █▇▅▅ 3
pagekit/pagekit 741 3.36 220.34 2.33% █▆▇█ 3
php/php-src 2290 24.68 92.79 -3.47% ▆█▆▅ 3
plasticrake/tplink-smarthome-api 62 1.30 47.67 4.29% █▄▃▆ 3
prettier/prettier 2674 7.91 338.06 -3.49% ▆██▅ 3
pycontribs/jira 80 1.87 42.73 -23.10% ▇█▅ 3
RustPython/RustPython 788 6.42 122.69 -1.30% ▅██▆ 3
shoelace-style/shoelace 440 2.56 171.73 9.83% ▃▆▅█ 3
slint-ui/slint 2957 14.28 207.00 -3.59% ▇▆█▅ 3
SoftwareBrothers/admin-bro 441 2.40 183.41 4.71% ▃▆█▇ 3
sveltejs/svelte 8742 21.89 399.28 0.33% ▇▇██ 3
TheAlgorithms/Python 1407 5.39 261.02 1.77% ▄██▇ 3
twbs/bootstrap 118 1.84 64.03 -8.76% ▇▇█▂ 3
typescript-cheatsheets/react 53 1.35 39.22 2.07% ▃█▅▆ 3
typescript-eslint/typescript-eslint 1323 3.19 414.24 24.69% ▄▃▂█ 3
vitest-dev/vitest 2661 10.61 250.84 3.49% ▇▆▆█ 3
w3c/aria-practices 414 3.38 122.66 -2.08% ▆██▆ 3
w3c/specberus 197 1.95 100.79 -0.56% ██▅▇ 3
webdeveric/webpack-assets-manifest 55 1.20 45.68 -0.84% █▅▆▆ 3
webpack/webpack 1158 5.41 213.98 -1.46% ▄██▆ 3
wireapp/wire-desktop 45 1.41 32.00 -10.56% ██▆▁ 3
wireapp/wire-webapp 2226 11.69 190.50 0.89% ▆███ 3
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.72 804.81 2.35% ▆▇▇█ 3
alexiosc/megistos 583 7.29 628.68 -4.84% ▇██▄ 3
apollographql/apollo-server 255 2.43 866.78 4.13% ▅▆▇█ 3
aspnetboilerplate/aspnetboilerplate 2286 8.51 653.86 4.01% ▅▇▇█ 3
aws-amplify/docs 2959 12.69 841.81 -8.17% █▃▂▃ 3
Azure/azure-rest-api-specs 2493 9.30 800.97 9.58% ▄▄▇█ 3
bitjson/typescript-starter 20 0.83 96.92 28.58% ▄▃▂█ 3
caddyserver/caddy 311 3.56 782.78 -3.52% ▆██▅ 3
canada-ca/open-source-logiciel-libre 7 1.06 54.80 -1.72% ▆█▅▆ 3
chef/chef 1030 4.87 1032.60 -2.13% ▇█▆▆ 3
dart-lang/sdk 11367 63.01 1232.06 -7.79% ▇█▇▂ 3
django/django 2906 13.55 1365.84 2.67% ▆▇▇█ 3
eslint/eslint 2068 9.75 1475.54 -0.19% ▆█▇▇ 3
exonum/exonum 421 3.41 1179.23 0.24% █▇▅▇ 3
flutter/samples 1695 12.85 789.63 -39.75% ██▁▁ 3
gitbucket/gitbucket 415 3.16 609.65 -9.67% ▃▃█▂ 3
googleapis/google-cloud-cpp 20926 94.63 1887.34 28.77% ▃▃▂█ 3
graphql/express-graphql 26 1.05 113.85 5.91% ▃▇██ 3
graphql/graphql-js 371 2.58 851.01 7.04% ▆▄▇█ 3
graphql/graphql-relay-js 28 1.25 88.01 -13.48% ▇█▅▁ 3
graphql/graphql-spec 19 1.19 531.94 7.17% ▇▇▃█ 3
iluwatar/java-design-patterns 2061 11.15 569.82 4.52% ▆▇▅█ 3
ktaranov/sqlserver-kit 490 5.66 1311.11 6.90% ▄▇▆█ 3
liriliri/licia 1437 3.71 460.85 3.66% ▅▆██ 3
MartinThoma/LaTeX-examples 1409 6.28 463.74 -1.24% ▅█▇▆ 3
mdx-js/mdx 140 1.69 389.07 -3.08% ▃▂█▄ 3
microsoft/TypeScript-Website 765 5.11 1030.71 3.78% ▇█▅█ 3
MicrosoftDocs/PowerShell-Docs 3125 24.46 1362.79 -0.69% ███▇ 3
neovim/nvim-lspconfig 853 5.37 463.78 1.59% ▇▆██ 3
pagekit/pagekit 741 3.36 459.42 2.33% █▆▇█ 3
php/php-src 2290 24.68 1630.89 -3.03% ▆█▆▅ 3
plasticrake/tplink-smarthome-api 62 1.30 257.57 4.29% █▄▃▆ 3
prettier/prettier 2674 7.91 464.23 -3.56% ▆██▅ 3
pycontribs/jira 80 1.87 301.75 -23.29% ▇█▅ 3
RustPython/RustPython 788 6.42 1957.91 -0.40% ▅▇█▇ 3
shoelace-style/shoelace 440 2.56 828.98 9.83% ▃▆▅█ 3
slint-ui/slint 2957 14.28 1291.29 -3.79% ▇▆█▅ 3
SoftwareBrothers/admin-bro 441 2.40 404.24 4.71% ▃▆█▇ 3
sveltejs/svelte 8742 21.89 270.94 0.28% ▇▇██ 3
TheAlgorithms/Python 1407 5.39 666.57 1.77% ▄██▇ 3
twbs/bootstrap 118 1.84 525.82 -8.76% ▇▇█▂ 3
typescript-cheatsheets/react 53 1.35 290.85 2.07% ▃█▅▆ 3
typescript-eslint/typescript-eslint 1323 3.19 2240.26 27.03% ▃▃▂█ 3
vitest-dev/vitest 2661 10.61 792.21 5.55% ▅▅▆█ 3
w3c/aria-practices 414 3.38 1146.04 -2.06% ▆██▆ 3
w3c/specberus 197 1.95 330.00 -0.98% ██▅▇ 3
webdeveric/webpack-assets-manifest 55 1.20 104.64 -0.84% █▅▆▆ 3
webpack/webpack 1158 5.41 1042.57 0.87% ▄▇█▇ 3
wireapp/wire-desktop 45 1.41 140.81 -10.56% ██▆▁ 3
wireapp/wire-webapp 2226 11.69 784.58 1.52% ▆███ 3

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