Skip to content

chore: bump the development-dependencies group across 1 directory with 11 updates#8837

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

chore: bump the development-dependencies group across 1 directory with 11 updates#8837
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-68521c336a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
@vitest/coverage-istanbul 4.1.5 4.1.6
rollup 4.60.3 4.60.4
tsdown 0.21.10 0.22.0
typescript-eslint 8.59.1 8.59.3
vite 8.0.10 8.0.13
vitest 4.1.5 4.1.6
@types/estree 1.0.8 1.0.9
@typescript-eslint/parser 8.59.1 8.59.3
@typescript-eslint/types 8.59.1 8.59.3
@types/jsdom 28.0.1 28.0.3
typedoc 0.28.18 0.28.19

Updates @vitest/coverage-istanbul from 4.1.5 to 4.1.6

Release notes

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

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates rollup from 4.60.3 to 4.60.4

Release notes

Sourced from rollup's releases.

v4.60.4

4.60.4

2026-05-14

Bug Fixes

  • Improve stability of chunk hashes (#6362)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.60.4

2026-05-14

Bug Fixes

  • Improve stability of chunk hashes (#6362)

Pull Requests

Commits

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.3

Release notes

Sourced from typescript-eslint's releases.

v8.59.3

8.59.3 (2026-05-11)

This was a version bump only, there were no code changes.

See GitHub Releases for more information.

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

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.3 (2026-05-11)

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.

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.13

Release notes

Sourced from vite's releases.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.0.13 (2026-05-14)

Features

  • bundled-dev: add lazy bundling support (#21406) (4f0949f)
  • optimizer: improve the esbuild plugin converter to pass some properties of build result to onEnd (#22357) (47071ce)
  • update rolldown to 1.0.1 (#22444) (8c766a6)

Bug Fixes

  • build: copy public directory after building same environment with write=false (#22328) (158e8ae)
  • css: await sass/less/styl worker disposal on teardown (fix #22274) (#22275) (b7edcb7)
  • css: keep deprecated name/originalFileName in synthetic assetFileNames call (#22439) (8e59c97)
  • make isBundled per environment (#22257) (a576326)
  • ssr: avoid rewriting labels that collide with imports (#22451) (d9b18e0)

Miscellaneous Chores

8.0.12 (2026-05-11)

Features

Bug Fixes

  • deps: update all non-major dependencies (#22420) (2be6000)
  • module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#22369) (f5a22e6)
  • refer to rolldownOptions instead of deprecated rollupOptions in messages (#22400) (b675c7b)
  • worker: apply build.target to worker bundle (#22404) (3c93fde)
  • worker: forward define to worker bundle transform (#22408) (d4838a0)

Miscellaneous Chores

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)

... (truncated)

Commits
  • a46f11a release: v8.0.13
  • d9b18e0 fix(ssr): avoid rewriting labels that collide with imports (#22451)
  • 4f0949f feat(bundled-dev): add lazy bundling support (#21406)
  • 158e8ae fix(build): copy public directory after building same environment with `write...
  • 47071ce feat(optimizer): improve the esbuild plugin converter to pass some properties...
  • 8e59c97 fix(css): keep deprecated name/originalFileName in synthetic `assetFileNa...
  • a576326 fix: make isBundled per environment (#22257)
  • 8c766a6 feat: update rolldown to 1.0.1 (#22444)
  • b7edcb7 fix(css): await sass/less/styl worker disposal on teardown (fix #22274) (#22275)
  • fcdc87c chore: update changelog (#22413)
  • Additional commits viewable in compare view

Updates vitest from 4.1.5 to 4.1.6

Release notes

Sourced from vitest's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • See full diff in compare view

Updates @types/estree from 1.0.8 to 1.0.9

Commits

Updates @typescript-eslint/parser from 8.59.1 to 8.59.3

Release notes

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

v8.59.3

8.59.3 (2026-05-11)

This was a version bump only, there were no code changes.

See GitHub Releases for more information.

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

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.3 (2026-05-11)

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.

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.3

Release notes

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

v8.59.3

8.59.3 (2026-05-11)

This was a version bump only, there were no code changes.

See GitHub Releases for more information.

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

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.3 (2026-05-11)

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.

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 @types/jsdom from 28.0.1 to 28.0.3

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 11 updates

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

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.1.5` | `4.1.6` |
| [rollup](https://github.com/rollup/rollup) | `4.60.3` | `4.60.4` |
| [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.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.13` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.6` |
| [@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.3` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.59.1` | `8.59.3` |
| [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) | `28.0.1` | `28.0.3` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.18` | `0.28.19` |



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

Updates `rollup` from 4.60.3 to 4.60.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.60.3...v4.60.4)

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.3
- [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.3/packages/typescript-eslint)

Updates `vite` from 8.0.10 to 8.0.13
- [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.13/packages/vite)

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

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.3
- [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.3/packages/parser)

Updates `@typescript-eslint/types` from 8.59.1 to 8.59.3
- [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.3/packages/types)

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

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

---
updated-dependencies:
- dependency-name: "@vitest/coverage-istanbul"
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-version: 4.60.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vite
  dependency-version: 8.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: vitest
  dependency-version: 4.1.6
  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.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/types"
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/jsdom"
  dependency-version: 28.0.3
  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 14, 2026
@github-actions github-actions Bot added the chore label May 14, 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 [May-4, May-14]
    bar [186.25, 185.54]
    line [35.07, 37.81]
    line [140.01, 134.12]
    line [53.38, 50.05]
    line [38.18, 40.99]
    line [46.04, 47.86]
    line [71.11, 68.60]
    line [100.08, 81.01]
    line [81.26, 81.49]
    line [191.37, 186.71]
    line [166.55, 114.44]
    line [119.17, 127.02]
    line [17.95, 19.43]
    line [24.56, 28.03]
    line [24.93, 26.36]
    line [91.75, 79.86]
    line [102.79, 89.97]
    line [382.99, 363.49]
    line [158.32, 162.04]
    line [13.72, 14.39]
    line [6.46, 6.16]
    line [229.32, 230.80]
    line [189.78, 188.46]
    line [240.52, 248.17]
    line [37.38, 37.60]
    line [218.55, 212.42]
    line [127.00, 123.86]
    line [215.39, 219.90]
    line [226.51, 238.17]
    line [353.58, 347.53]
    line [160.29, 160.77]
    line [213.17, 219.22]
    line [129.13, 127.92]
    line [94.12, 123.69]
    line [138.03, 146.70]
    line [213.15, 202.83]
    line [84.38, 81.37]
    line [321.24, 320.83]
    line [41.81, 48.75]
    line [126.81, 126.83]
    line [144.52, 131.42]
    line [263.11, 241.16]
    line [172.93, 177.77]
    line [258.73, 243.60]
    line [97.37, 107.54]
    line [263.28, 233.56]
    line [403.25, 401.14]
    line [209.84, 189.51]
    line [222.86, 227.47]
    line [193.68, 187.77]
    line [170.59, 170.66]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.74 2.8 / 2.8 / 2.8 0.00 ``
alexiosc/megistos 7.16 6.9 / 6.9 / 6.9 0.00 ``
apollographql/apollo-server 2.83 2.5 / 2.5 / 2.5 0.00 ``
aspnetboilerplate/aspnetboilerplate 9.79 8.7 / 8.7 / 8.7 0.00 ``
aws-amplify/docs 12.42 13.1 / 13.1 / 13.1 0.00 ``
Azure/azure-rest-api-specs 10.23 9.6 / 9.6 / 9.6 0.00 ``
bitjson/typescript-starter 1.03 1.1 / 1.1 / 1.1 0.00 ``
caddyserver/caddy 3.89 3.4 / 3.4 / 3.4 0.00 ``
canada-ca/open-source-logiciel-libre 1.14 1.1 / 1.1 / 1.1 0.00 ``
chef/chef 5.08 4.8 / 4.8 / 4.8 0.00 ``
dart-lang/sdk 60.54 58.7 / 58.7 / 58.7 0.00 ``
django/django 15.33 13.8 / 13.8 / 13.8 0.00 ``
eslint/eslint 9.43 9.7 / 9.7 / 9.7 0.00 ``
exonum/exonum 3.31 3.5 / 3.5 / 3.5 0.00 ``
flutter/samples 12.90 11.7 / 11.7 / 11.7 0.00 ``
gitbucket/gitbucket 3.63 2.5 / 2.5 / 2.5 0.00 ``
googleapis/google-cloud-cpp 122.62 122.7 / 122.7 / 122.7 0.00 ``
graphql/express-graphql 0.99 1.0 / 1.0 / 1.0 0.00 ``
graphql/graphql-js 2.77 2.6 / 2.6 / 2.6 0.00 ``
graphql/graphql-relay-js 1.00 1.1 / 1.1 / 1.1 0.00 ``
graphql/graphql-spec 1.32 1.4 / 1.4 / 1.4 0.00 ``
iluwatar/java-design-patterns 11.59 11.9 / 11.9 / 11.9 0.00 ``
ktaranov/sqlserver-kit 6.01 6.0 / 6.0 / 6.0 0.00 ``
liriliri/licia 3.95 3.8 / 3.8 / 3.8 0.00 ``
MartinThoma/LaTeX-examples 6.10 6.1 / 6.1 / 6.1 0.00 ``
mdx-js/mdx 1.73 1.4 / 1.4 / 1.4 0.00 ``
microsoft/TypeScript-Website 5.21 5.5 / 5.5 / 5.5 0.00 ``
MicrosoftDocs/PowerShell-Docs 24.43 24.2 / 24.2 / 24.2 0.00 ``
neovim/nvim-lspconfig 5.31 5.3 / 5.3 / 5.3 0.00 ``
pagekit/pagekit 3.37 3.4 / 3.4 / 3.4 0.00 ``
php/php-src 18.51 24.3 / 24.3 / 24.3 0.00 ``
plasticrake/tplink-smarthome-api 1.27 1.5 / 1.5 / 1.5 0.00 ``
prettier/prettier 7.69 7.6 / 7.6 / 7.6 0.00 ``
pycontribs/jira 1.60 1.5 / 1.5 / 1.5 0.00 ``
RustPython/RustPython 6.21 6.2 / 6.2 / 6.2 0.00 ``
shoelace-style/shoelace 2.72 2.8 / 2.8 / 2.8 0.00 ``
slint-ui/slint 13.92 13.5 / 13.5 / 13.5 0.00 ``
SoftwareBrothers/admin-bro 2.36 2.3 / 2.3 / 2.3 0.00 ``
sveltejs/svelte 21.79 21.7 / 21.7 / 21.7 0.00 ``
TheAlgorithms/Python 5.83 5.3 / 5.3 / 5.3 0.00 ``
twbs/bootstrap 1.72 1.7 / 1.7 / 1.7 0.00 ``
typescript-cheatsheets/react 1.29 1.4 / 1.4 / 1.4 0.00 ``
typescript-eslint/typescript-eslint 4.12 4.1 / 4.1 / 4.1 0.00 ``
vitest-dev/vitest 10.72 11.1 / 11.1 / 11.1 0.00 ``
w3c/aria-practices 3.34 3.3 / 3.3 / 3.3 0.00 ``
w3c/specberus 1.83 2.0 / 2.0 / 2.0 0.00 ``
webdeveric/webpack-assets-manifest 1.15 1.2 / 1.2 / 1.2 0.00 ``
webpack/webpack 5.09 5.2 / 5.2 / 5.2 0.00 ``
wireapp/wire-desktop 1.19 1.3 / 1.3 / 1.3 0.00 ``
wireapp/wire-webapp 11.81 11.7 / 11.7 / 11.7 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.74 37.60 0.60% ██ 1
alexiosc/megistos 583 7.16 81.37 -3.56% █▅ 1
apollographql/apollo-server 255 2.83 89.97 -12.48% 1
aspnetboilerplate/aspnetboilerplate 2286 9.79 233.56 -11.29% 1
aws-amplify/docs 2959 12.42 238.17 5.15% ▆█ 1
Azure/azure-rest-api-specs 2493 10.23 243.60 -5.85% █▄ 1
bitjson/typescript-starter 20 1.03 19.43 8.26% ▅█ 1
caddyserver/caddy 311 3.89 79.86 -12.96% 1
canada-ca/open-source-logiciel-libre 7 1.14 6.16 -4.69% █▅ 1
chef/chef 1030 5.08 202.83 -4.84% █▄ 1
dart-lang/sdk 11367 60.54 187.77 -3.05% █▆ 1
django/django 2906 15.33 189.51 -9.69% █▁ 1
eslint/eslint 2068 9.43 219.22 2.84% ▆█ 1
exonum/exonum 421 3.31 127.02 6.59% ▅█ 1
flutter/samples 1695 12.90 131.42 -9.07% █▁ 1
gitbucket/gitbucket 415 3.63 114.44 -31.29% 1
googleapis/google-cloud-cpp 20926 122.62 170.66 0.04% ██ 1
graphql/express-graphql 26 0.99 26.36 5.77% ▅█ 1
graphql/graphql-js 371 2.77 134.12 -4.21% █▅ 1
graphql/graphql-relay-js 28 1.00 28.03 14.11% ▄█ 1
graphql/graphql-spec 19 1.32 14.39 4.90% ▆█ 1
iluwatar/java-design-patterns 2061 11.59 177.77 2.80% ▆█ 1
ktaranov/sqlserver-kit 490 6.01 81.49 0.28% ██ 1
liriliri/licia 1437 3.95 363.49 -5.09% █▄ 1
MartinThoma/LaTeX-examples 1409 6.10 230.80 0.64% ██ 1
mdx-js/mdx 140 1.73 81.01 -19.05% 1
microsoft/TypeScript-Website 765 5.21 146.70 6.28% ▅█ 1
MicrosoftDocs/PowerShell-Docs 3125 24.43 127.92 -0.94% █▇ 1
neovim/nvim-lspconfig 853 5.31 160.77 0.30% ██ 1
pagekit/pagekit 741 3.37 219.90 2.10% ▇█ 1
php/php-src 2290 18.51 123.69 31.42% ▂█ 1
plasticrake/tplink-smarthome-api 62 1.27 48.75 16.58% ▃█ 1
prettier/prettier 2674 7.69 347.53 -1.71% █▇ 1
pycontribs/jira 80 1.60 50.05 -6.25% █▃ 1
RustPython/RustPython 788 6.21 126.83 0.01% ██ 1
shoelace-style/shoelace 440 2.72 162.04 2.35% ▇█ 1
slint-ui/slint 2957 13.92 212.42 -2.81% █▆ 1
SoftwareBrothers/admin-bro 441 2.36 186.71 -2.44% █▆ 1
sveltejs/svelte 8742 21.79 401.14 -0.52% ██ 1
TheAlgorithms/Python 1407 5.83 241.16 -8.34% █▂ 1
twbs/bootstrap 118 1.72 68.60 -3.54% █▅ 1
typescript-cheatsheets/react 53 1.29 40.99 7.34% ▅█ 1
typescript-eslint/typescript-eslint 1323 4.12 320.83 -0.13% ██ 1
vitest-dev/vitest 2661 10.72 248.17 3.18% ▆█ 1
w3c/aria-practices 414 3.34 123.86 -2.47% █▆ 1
w3c/specberus 197 1.83 107.54 10.44% ▄█ 1
webdeveric/webpack-assets-manifest 55 1.15 47.86 3.95% ▆█ 1
webpack/webpack 1158 5.09 227.47 2.07% ▇█ 1
wireapp/wire-desktop 45 1.19 37.81 7.82% ▅█ 1
wireapp/wire-webapp 2226 11.81 188.46 -0.69% ██ 1
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.74 799.20 0.60% ██ 1
alexiosc/megistos 583 7.16 639.41 -3.56% █▅ 1
apollographql/apollo-server 255 2.83 743.05 -12.48% 1
aspnetboilerplate/aspnetboilerplate 2286 9.79 568.26 -11.29% 1
aws-amplify/docs 2959 12.42 860.11 5.15% ▆█ 1
Azure/azure-rest-api-specs 2493 10.23 727.47 -5.85% █▄ 1
bitjson/typescript-starter 20 1.03 77.73 8.26% ▅█ 1
caddyserver/caddy 311 3.89 714.88 -12.96% 1
canada-ca/open-source-logiciel-libre 7 1.14 51.03 -4.69% █▅ 1
chef/chef 1030 5.08 990.53 -4.84% █▄ 1
dart-lang/sdk 11367 60.54 1282.43 -3.05% █▆ 1
django/django 2906 15.33 1206.86 -9.69% █▁ 1
eslint/eslint 2068 9.43 1524.71 2.84% ▆█ 1
exonum/exonum 421 3.31 1214.99 6.59% ▅█ 1
flutter/samples 1695 12.90 786.57 -9.07% █▁ 1
gitbucket/gitbucket 415 3.63 530.83 -31.29% 1
googleapis/google-cloud-cpp 20926 122.62 1456.48 0.04% ██ 1
graphql/express-graphql 26 0.99 120.66 5.77% ▅█ 1
graphql/graphql-js 371 2.77 794.60 -4.21% █▅ 1
graphql/graphql-relay-js 28 1.00 110.11 14.11% ▄█ 1
graphql/graphql-spec 19 1.32 480.22 4.90% ▆█ 1
iluwatar/java-design-patterns 2061 11.59 547.96 2.80% ▆█ 1
ktaranov/sqlserver-kit 490 6.01 1234.48 0.28% ██ 1
liriliri/licia 1437 3.95 433.05 -5.09% █▄ 1
MartinThoma/LaTeX-examples 1409 6.10 476.67 0.64% ██ 1
mdx-js/mdx 140 1.73 379.60 -19.05% 1
microsoft/TypeScript-Website 765 5.21 1010.38 6.28% ▅█ 1
MicrosoftDocs/PowerShell-Docs 3125 24.43 1364.64 -0.94% █▇ 1
neovim/nvim-lspconfig 853 5.31 469.12 0.30% ██ 1
pagekit/pagekit 741 3.37 458.49 2.10% ▇█ 1
php/php-src 2290 18.51 2174.01 31.42% ▂█ 1
plasticrake/tplink-smarthome-api 62 1.27 263.39 16.58% ▃█ 1
prettier/prettier 2674 7.69 477.24 -1.71% █▇ 1
pycontribs/jira 80 1.60 353.44 -6.25% █▃ 1
RustPython/RustPython 788 6.21 2023.91 0.01% ██ 1
shoelace-style/shoelace 440 2.72 782.22 2.35% ▇█ 1
slint-ui/slint 2957 13.92 1325.07 -2.81% █▆ 1
SoftwareBrothers/admin-bro 441 2.36 411.52 -2.44% █▆ 1
sveltejs/svelte 8742 21.79 272.20 -0.52% ██ 1
TheAlgorithms/Python 1407 5.83 615.84 -8.34% █▂ 1
twbs/bootstrap 118 1.72 563.32 -3.54% █▅ 1
typescript-cheatsheets/react 53 1.29 303.92 7.34% ▅█ 1
typescript-eslint/typescript-eslint 1323 4.12 1735.08 -0.13% ██ 1
vitest-dev/vitest 2661 10.72 783.78 3.18% ▆█ 1
w3c/aria-practices 414 3.34 1157.26 -2.47% █▆ 1
w3c/specberus 197 1.83 352.10 10.44% ▄█ 1
webdeveric/webpack-assets-manifest 55 1.15 109.64 3.95% ▆█ 1
webpack/webpack 1158 5.09 1108.27 2.07% ▇█ 1
wireapp/wire-desktop 45 1.19 166.39 7.82% ▅█ 1
wireapp/wire-webapp 2226 11.81 776.20 -0.69% ██ 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