Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump eslint and @types/eslint #6281

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps eslint and @types/eslint. These dependencies needed to be updated together.
Updates eslint from 7.32.0 to 9.11.1

Release notes

Sourced from eslint's releases.

v9.11.1

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)

Chores

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)

v9.11.0

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)

Chores

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.11.1 - September 23, 2024

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

v9.11.0 - September 20, 2024

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

v8.57.1 - September 16, 2024

... (truncated)

Commits
  • 69e9459 9.11.1
  • fcdac44 Build: changelog update for 9.11.1
  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943)
  • 36d8095 chore: package.json update for @​eslint/js release
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931)
  • Additional commits viewable in compare view

Updates @types/eslint from 8.56.12 to 9.6.1

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 24, 2024
@github-actions github-actions bot added the chore label Sep 24, 2024
Copy link
Contributor

github-actions bot commented Sep 24, 2024

Performance Report

Daily Performance

xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [Aug-31, Sep-2, Sep-6, Sep-9, Sep-10, Sep-13, Sep-16, Sep-17, Sep-18, Sep-22, Sep-23, Sep-29]
    bar [179.62, 175.68, 178.38, 175.73, 175.70, 175.56, 170.99, 174.42, 176.15, 171.49, 170.60, 171.48]
    line [9.81, 8.92, 9.30, 0.00, 9.85, 9.67, 9.68, 9.92, 9.37, 9.23, 9.26, 9.28]
    line [92.49, 93.42, 92.85, 96.99, 93.46, 97.52, 91.70, 93.14, 88.50, 84.12, 92.41, 90.61]
    line [19.78, 17.23, 19.98, 0.00, 20.38, 20.10, 19.75, 19.58, 19.44, 18.99, 18.71, 18.67]
    line [237.57, 232.38, 230.54, 0.00, 229.61, 230.62, 234.72, 234.92, 228.04, 217.32, 205.66, 201.47]
    line [246.15, 249.29, 224.39, 0.00, 241.04, 239.64, 234.60, 238.64, 244.36, 234.31, 230.98, 213.30]
    line [120.42, 122.42, 114.54, 119.33, 121.78, 117.69, 120.09, 120.05, 120.31, 117.43, 109.01, 113.32]
    line [31.46, 31.96, 32.39, 0.00, 33.27, 33.48, 33.18, 30.65, 34.02, 29.87, 31.63, 30.53]
    line [74.15, 76.26, 75.33, 0.00, 76.18, 75.30, 72.34, 73.59, 69.54, 71.59, 70.97, 71.46]
    line [433.22, 451.36, 445.82, 0.00, 442.79, 448.98, 444.77, 437.29, 443.15, 426.39, 420.42, 421.49]
    line [140.70, 140.40, 143.33, 143.38, 143.55, 140.59, 138.57, 140.62, 141.72, 135.93, 132.42, 135.60]
    line [195.27, 198.37, 193.18, 205.21, 202.42, 187.59, 200.94, 202.64, 174.86, 188.42, 184.98, 192.11]
    line [86.32, 87.46, 87.14, 81.35, 83.34, 83.78, 82.79, 83.96, 85.57, 82.01, 81.81, 82.17]
    line [143.16, 143.31, 137.86, 0.00, 143.10, 144.41, 139.70, 143.74, 112.39, 139.33, 141.10, 136.92]
    line [223.20, 230.93, 227.50, 233.38, 223.69, 216.25, 228.77, 208.66, 221.89, 226.09, 216.90, 227.64]
    line [135.44, 134.10, 133.16, 133.12, 133.37, 136.08, 131.30, 132.64, 136.81, 125.88, 123.97, 122.18]
    line [40.88, 40.72, 39.85, 0.00, 39.94, 41.26, 40.08, 36.34, 39.18, 37.74, 37.18, 38.59]
    line [274.59, 278.30, 269.85, 262.88, 274.40, 281.31, 272.54, 275.91, 275.97, 256.03, 258.54, 253.73]
    line [71.44, 71.07, 70.80, 70.10, 70.83, 70.27, 68.51, 69.01, 65.91, 63.15, 63.41, 66.07]
    line [98.42, 98.44, 103.61, 0.00, 95.82, 91.96, 97.25, 88.47, 97.89, 91.06, 89.08, 89.41]
    line [168.59, 168.11, 162.00, 0.00, 166.81, 166.56, 165.69, 164.68, 158.25, 149.51, 158.09, 157.58]
    line [109.73, 98.03, 113.59, 117.23, 110.00, 114.04, 109.51, 113.51, 116.46, 104.81, 102.79, 105.92]
    line [225.22, 232.84, 224.81, 0.00, 227.34, 228.09, 230.87, 227.16, 231.88, 223.22, 214.31, 209.39]
    line [179.72, 174.42, 171.06, 0.00, 173.10, 169.76, 175.73, 176.36, 175.75, 159.14, 168.41, 170.47]
    line [378.12, 369.19, 372.46, 362.58, 366.57, 385.92, 371.23, 373.66, 361.57, 355.78, 361.81, 346.73]
    line [254.64, 251.96, 258.89, 257.30, 255.86, 259.52, 256.30, 250.62, 253.31, 250.10, 236.21, 247.36]
    line [152.77, 128.16, 146.70, 0.00, 151.25, 142.95, 141.14, 143.95, 140.92, 145.29, 140.59, 144.18]
    line [41.01, 43.29, 42.33, 0.00, 41.15, 42.24, 41.01, 42.53, 38.05, 39.43, 38.14, 39.05]
    line [205.56, 221.13, 223.08, 217.30, 217.60, 210.80, 216.66, 208.33, 215.69, 211.15, 207.60, 204.96]
    line [82.69, 82.19, 79.19, 0.00, 81.30, 83.34, 82.19, 82.78, 80.29, 80.65, 77.47, 80.71]
    line [371.32, 379.20, 373.63, 372.65, 376.36, 368.52, 365.71, 377.56, 376.77, 361.09, 354.59, 363.44]
    line [189.02, 182.17, 179.93, 181.55, 184.12, 189.95, 185.74, 153.97, 189.99, 184.11, 172.95, 184.08]
    line [156.20, 128.81, 149.88, 0.00, 151.49, 151.06, 156.36, 155.63, 151.63, 151.94, 152.50, 147.03]
    line [37.79, 36.83, 35.85, 0.00, 37.06, 36.42, 35.98, 35.70, 34.54, 34.55, 33.11, 32.67]
    line [406.57, 392.41, 395.48, 385.49, 402.68, 388.38, 390.24, 382.26, 399.81, 383.04, 391.20, 387.70]
    line [212.85, 203.78, 213.00, 214.26, 206.28, 205.22, 203.09, 207.23, 202.88, 201.82, 207.79, 206.46]
    line [130.04, 119.32, 127.89, 123.29, 124.49, 129.64, 121.66, 124.08, 126.72, 119.08, 118.45, 113.66]
    line [257.53, 250.46, 249.77, 240.66, 262.89, 257.78, 257.49, 249.43, 247.25, 248.88, 251.75, 251.83]
    line [52.00, 53.54, 52.52, 0.00, 52.32, 54.12, 51.77, 53.09, 51.40, 50.85, 49.44, 50.82]
    line [164.92, 155.92, 153.19, 0.00, 155.03, 154.46, 150.27, 151.44, 153.53, 138.23, 146.78, 145.40]
    line [91.57, 89.68, 92.88, 88.59, 86.05, 89.85, 89.86, 94.27, 91.54, 90.45, 90.71, 93.13]
    line [31.04, 30.96, 30.04, 0.00, 31.22, 29.93, 31.17, 32.23, 31.60, 29.23, 29.18, 27.82]
    line [55.19, 56.79, 55.22, 55.40, 55.63, 54.54, 52.86, 55.21, 52.35, 50.94, 48.45, 51.00]
    line [178.67, 173.82, 183.91, 169.15, 181.18, 183.51, 175.60, 176.44, 174.39, 169.65, 170.91, 170.33]
    line [170.61, 161.33, 168.54, 172.61, 166.17, 170.88, 163.08, 171.82, 163.97, 154.58, 167.67, 168.81]
    line [128.57, 133.06, 133.03, 112.77, 129.44, 131.63, 130.97, 130.22, 113.06, 109.25, 122.56, 128.06]
    line [258.50, 262.12, 249.11, 258.37, 255.88, 255.75, 261.30, 254.48, 241.79, 249.14, 250.28, 244.08]
    line [263.63, 263.57, 250.38, 244.75, 250.69, 253.77, 247.48, 255.65, 251.83, 237.98, 246.89, 239.78]
    line [172.99, 170.71, 168.98, 170.63, 166.15, 168.68, 161.23, 172.09, 168.48, 164.20, 163.31, 170.90]
    line [150.29, 143.06, 151.08, 140.90, 145.94, 143.19, 137.67, 143.95, 148.30, 144.49, 142.14, 141.15]
Loading

Time to Process Files

Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 3.15 2.7 / 2.9 / 3.1 0.11 ┣━━┻━━╋━━┻━━┫●
alexiosc/megistos 7.22 6.6 / 7.2 / 7.5 0.24 ┣━━┻━━╋●━┻━━┫
apollographql/apollo-server 2.21 2.0 / 2.1 / 2.3 0.06 ┣━┻━━╋━━┻━●
aspnetboilerplate/aspnetboilerplate 11.07 10.5 / 10.8 / 11.6 0.27 ┣━━┻━━╋━━●━━┫
aws-amplify/docs 11.24 10.7 / 11.2 / 11.8 0.33 ┣━━┻━━╋●━┻━━┫
Azure/azure-rest-api-specs 14.24 12.9 / 13.7 / 14.8 0.51 ┣━━━┻━━╋━━●━━━┫
bitjson/typescript-starter 0.66 0.6 / 0.6 / 0.7 0.03 ┣━━┻━╋━●━━┫
caddyserver/caddy 3.05 2.8 / 3.0 / 3.5 0.17 ┣━━┻━━╋●━┻━━┫
canada-ca/open-source-logiciel-libre 0.75 0.7 / 0.7 / 0.8 0.02 ┣━━┻━╋━●━━┫
chef/chef 5.28 5.1 / 5.3 / 6.0 0.22 ┣━━┻━●╋━━┻━━┫
dart-lang/sdk 56.84 55.3 / 58.0 / 70.4 3.18 ┣━━━┻━━●╋━━━┻━━━┫
django/django 13.52 13.0 / 13.5 / 14.3 0.35 ┣━━┻━━●━━┻━━┫
eslint/eslint 9.76 8.9 / 9.3 / 10.2 0.32 ┣━━┻━━╋━━┻●━┫
exonum/exonum 3.07 2.9 / 3.0 / 3.7 0.20 ┣━━┻━━╋●━┻━━┫
flutter/samples 14.11 13.7 / 14.4 / 18.4 1.06 ┣━━━┻━●╋━━┻━━━┫
gitbucket/gitbucket 3.03 2.8 / 2.9 / 3.1 0.08 ┣━━┻━━╋━━●━━┫
googleapis/google-cloud-cpp 139.46 129.2 / 136.4 / 145.8 4.11 ┣━━━┻━━━╋━━●┻━━━┫
graphql/express-graphql 0.67 0.6 / 0.7 / 0.8 0.04 ┣━┻━━╋●━┻━┫
graphql/graphql-js 2.11 1.9 / 2.0 / 2.2 0.09 ┣━┻━━╋━●┻━┫
graphql/graphql-relay-js 0.72 0.6 / 0.7 / 0.7 0.03 ┣━┻━━╋━●┻━┫
graphql/graphql-spec 0.80 0.7 / 0.8 / 0.9 0.03 ┣━┻━━╋━●┻━┫
iluwatar/java-design-patterns 10.78 10.1 / 10.7 / 12.5 0.52 ┣━━┻━━╋●━┻━━┫
ktaranov/sqlserver-kit 5.95 5.6 / 5.8 / 6.1 0.15 ┣━━┻━━╋━●┻━━┫
liriliri/licia 3.37 3.1 / 3.2 / 3.4 0.07 ┣━━┻━━╋━━┻━━●
MartinThoma/LaTeX-examples 6.72 5.9 / 6.2 / 6.6 0.21 ┣━━┻━━╋━━┻━━┫●
mdx-js/mdx 1.61 1.4 / 1.5 / 1.8 0.08 ┣━┻━━╋━━●━┫
microsoft/TypeScript-Website 5.16 4.7 / 5.0 / 5.9 0.24 ┣━━┻━━╋━●┻━━┫
MicrosoftDocs/PowerShell-Docs 23.67 20.6 / 21.7 / 23.9 0.85 ┣━━━┻━━╋━━┻━━━┫●
neovim/nvim-lspconfig 2.91 2.6 / 2.7 / 2.9 0.10 ┣━━┻━━╋━━┻━━●
pagekit/pagekit 3.47 2.9 / 3.1 / 3.3 0.10 ┣━━┻━━╋━━┻━━┫ ●
php/php-src 23.74 23.3 / 24.5 / 26.1 0.71 ┣━━●┻━━╋━━┻━━━┫
plasticrake/tplink-smarthome-api 0.87 0.8 / 0.8 / 0.9 0.03 ┣━┻━━╋━●┻━┫
prettier/prettier 6.03 5.7 / 5.9 / 6.2 0.14 ┣━━┻━━╋━●┻━━┫
pycontribs/jira 1.21 1.1 / 1.2 / 1.3 0.06 ┣━┻━━╋━●┻━┫
RustPython/RustPython 4.31 4.0 / 4.4 / 6.1 0.44 ┣━━┻━━●━━┻━━┫
shoelace-style/shoelace 2.27 2.1 / 2.2 / 2.5 0.12 ┣━━┻━━╋●━┻━━┫
SoftwareBrothers/admin-bro 2.19 1.8 / 1.9 / 2.1 0.08 ┣━┻━━╋━━┻━┫ ●
sveltejs/svelte 19.17 17.4 / 18.8 / 20.3 0.57 ┣━━━┻━━╋━●┻━━━┫
TheAlgorithms/Python 5.30 4.7 / 4.9 / 5.3 0.16 ┣━━┻━━╋━━┻━━┫●
twbs/bootstrap 1.13 1.0 / 1.1 / 1.4 0.08 ┣━┻━━╋●━┻━┫
typescript-cheatsheets/react 1.04 1.0 / 1.0 / 1.1 0.03 ┣━┻━━╋━●┻━┫
typescript-eslint/typescript-eslint 3.59 3.2 / 3.4 / 3.7 0.12 ┣━━┻━━╋━━┻━●┫
vitest-dev/vitest 7.29 6.6 / 6.9 / 7.4 0.22 ┣━━┻━━╋━━┻━●┫
w3c/aria-practices 2.77 2.4 / 2.6 / 3.0 0.14 ┣━━┻━━╋━━●━━┫
w3c/specberus 1.56 1.5 / 1.6 / 2.1 0.15 ┣━━┻━●╋━━┻━━┫
webdeveric/webpack-assets-manifest 0.68 0.6 / 0.6 / 0.7 0.03 ┣━━┻━╋━┻━━┫●
webpack/webpack 4.53 4.1 / 4.3 / 4.7 0.16 ┣━━┻━━╋━━┻●━┫
wireapp/wire-desktop 0.84 0.7 / 0.8 / 0.9 0.04 ┣━┻━━╋━━●━┫
wireapp/wire-webapp 7.27 7.0 / 7.4 / 8.0 0.31 ┣━━┻━●╋━━┻━━┫

Note:

  • Elapsed time is in seconds.

Files per Second over Time

Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 3.15 32.67 -9.15% ▆█▆▆▆▇▆▆▅▆▅▆▄▅▄▃▃ 16
alexiosc/megistos 583 7.22 80.71 -1.05% ▅▇▆▄▆▅▆▆▇▅▄█▅▅▅▄▅ 16
apollographql/apollo-server 250 2.21 113.32 -4.71% ▇▇█▆▇█▇▇▆█▇▇▇▇▇▆▇▄▅ 18
aspnetboilerplate/aspnetboilerplate 2739 11.07 247.36 -2.49% ▇▇▆▇██▇████▇█▆█▇▆▇▄▆ 19
aws-amplify/docs 2831 11.24 251.83 -0.65% ▆█▄█▆▄██▇▇▆▇█▅▇▆▅▆▆▆ 19
Azure/azure-rest-api-specs 2426 14.24 170.33 -3.44% ▅█▇▅█▅█▆▇█▇▅▆▆▆▆▆▄▅▅ 19
bitjson/typescript-starter 20 0.66 30.53 -4.91% ▃█▆▇▇████▇▅▅█▃▅▆▅ 16
caddyserver/caddy 276 3.05 90.61 -1.86% ▇▆█▆▇█▆███▇▇▄▇▆▅▃▆▆▆ 19
canada-ca/open-source-logiciel-libre 7 0.75 9.28 -3.04% ▇▇▄▅█▇▇▆▇▆█▇▆▆▄▅▅ 16
chef/chef 1201 5.28 227.64 1.92% ▅█▇█▇█▆▇▅▅▆▇█▃▅▆▇▇▆▇ 19
dart-lang/sdk 9713 56.84 170.90 1.96% ███▇▇█▇▇▇▇██▃▇█▇▆▇▆█ 19
django/django 2792 13.52 206.46 0.03% █▇▇▅██▇▆▇▆▆▇▄▇▆▆▆▅▇▆ 19
eslint/eslint 2000 9.76 204.96 -4.15% ▄▇█▇█▇▇█▅▇▇▇█▆▅▇▆▇▆▅ 19
exonum/exonum 421 3.07 136.92 -2.26% ▇█▇▇▇▇█▇█▆█▇▂▇▇▇▆ 16
flutter/samples 2598 14.11 184.08 1.42% ███▇▇▇█▇███▇█▅▂█▇█▆▇ 19
gitbucket/gitbucket 411 3.03 135.60 -3.15% █▆▇▇████▇▇▇▄▇▇▇▇▅▇▅▅ 19
googleapis/google-cloud-cpp 19685 139.46 141.15 -2.03% ▇█▆▆█▅▆▇▆▆▅▄▄▆▇▇▇▆▆▅ 19
graphql/express-graphql 26 0.67 38.59 -1.90% ███▇▆███▇█▇▃▇▆▅▅▆ 16
graphql/graphql-js 333 2.11 157.58 -3.49% ▇▇▇▆▇▇▅█▇▇▆▇▆▅▃▃▅▅ 17
graphql/graphql-relay-js 28 0.72 39.05 -4.83% ▄▇█▇█▄▆█▇▅█▆▄▅▅▄▄ 16
graphql/graphql-spec 15 0.80 18.67 -4.45% ▆█▃▇██▇█▇▇█▆▆▆▆▅▅ 16
iluwatar/java-design-patterns 1838 10.78 170.47 -1.08% ██▇▇▇▇▇▆█▇█▇▇▇▃▆▆ 16
ktaranov/sqlserver-kit 489 5.95 82.17 -2.16% ▇███▅▆▆▆▇▆▆▅▇▇▅▆▅▅ 17
liriliri/licia 1421 3.37 421.49 -4.04% ▆▆█▇▇▇█▇▇▇▇▆▇▅▆▅▅ 16
MartinThoma/LaTeX-examples 1407 6.72 209.39 -7.65% █▄▇▆▆▇▆▇▇▇█▄▇▆▅▄▃ 16
mdx-js/mdx 144 1.61 89.41 -5.92% ▆▇▇▇█▆▆▄▆▆▇▆▆▃▇▅▅▄▄ 18
microsoft/TypeScript-Website 758 5.16 147.03 -3.29% ▇█▃▆▇▆▆▇▇██▇█▇▇▆▇▆ 17
MicrosoftDocs/PowerShell-Docs 2690 23.67 113.66 -8.29% ██▇▃▇▆▇▆██▆▆▆▆▇▇▆▅▅▄ 19
neovim/nvim-lspconfig 356 2.91 122.18 -7.73% ▇█▇▇▇▇▇▇██▇█▄▇▆█▆▄▄▄ 19
pagekit/pagekit 741 3.47 213.30 -10.61% █▅▇▄▇▅▇▅▄▆▅▆▇▅▅▅▂ 16
php/php-src 2211 23.74 93.13 3.05% ▆█▅▇▇▆▄▅▅▇▇▆▆██▇▆▇▇█ 19
plasticrake/tplink-smarthome-api 62 0.87 71.46 -2.98% ▅▇▇▇▇██▆▇▄▅▇▄▅▅▅▅ 16
prettier/prettier 2190 6.03 363.44 -2.03% ▆███▇▇▇▇▇▆▅▇█▇▇▆▅▅▆ 18
pycontribs/jira 80 1.21 66.07 -4.00% █████▇█▇█▇█▆▆█▆▆▃▅▆ 18
RustPython/RustPython 621 4.31 144.18 0.58% ███▂▇█▇█▆▆▇▆▇▇▆▇▇▆▇ 18
shoelace-style/shoelace 437 2.27 192.11 -1.54% ▅█▇▆█▇█▇▃█▇▇▇█▃▆▅▅▆ 18
SoftwareBrothers/admin-bro 441 2.19 201.47 -12.15% ██▇▇▇▇▇█▆▇███▇▅▅▃▃ 17
sveltejs/svelte 7431 19.17 387.70 -1.17% ▆█▆▆▆▅▇▇▆▅▆▆▅▇▄▇▅▆▆▆ 19
TheAlgorithms/Python 1345 5.30 253.73 -6.68% █▆█▆▆▅▆▇▇█▆▇▆▇▇▇▄▄▄▄ 19
twbs/bootstrap 120 1.13 105.92 -3.19% ▆▇▂▆▇█▇▆▇█▇▇▅█▇█▆▅▅▆ 19
typescript-cheatsheets/react 53 1.04 50.82 -2.63% ▇▅▇▆▇▅▇█▅▇▆▇▆▅▅▄▅ 16
typescript-eslint/typescript-eslint 1245 3.59 346.73 -6.30% ▆█▆▆▆▅▅▇▇███▃▆▇▅▅▅▅▄ 19
vitest-dev/vitest 1780 7.29 244.08 -4.48% ▅█▇█▅▇█▄▇▅▇▆█▆▆▄▅▅▅▄ 19
w3c/aria-practices 403 2.77 145.40 -4.63% █▇▆▇▆▆▆▆▆▆▄▆▆▅▆▃▄▅▄ 18
w3c/specberus 200 1.56 128.06 1.44% ▆██▇█▅▇▇▇█▇█▇█▆▅▂▆▆▇ 19
webdeveric/webpack-assets-manifest 19 0.68 27.82 -9.41% ▇▆▇▆▇▇▃█▇▆██▇▅▅▅▄ 16
webpack/webpack 1086 4.53 239.78 -4.83% ████▆▅▆▆▇▆▇▆▄▇▇▆▃▆▆▅ 19
wireapp/wire-desktop 43 0.84 51.00 -5.60% ▇▆█▇▇▇▇▇▆▇▃▇▆▇▇▅▅▄▃▅ 19
wireapp/wire-webapp 1228 7.27 168.81 1.73% █▇▇▄▇█▅▇█▇▅▆▆█▇▆▄▄▇▇ 19

Data Throughput

Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 3.15 694.30 -9.15% ▆█▆▆▆▇▆▆▅▆▅▆▄▅▄▃▃ 16
alexiosc/megistos 583 7.22 634.15 -1.05% ▅▇▆▄▆▅▆▆▇▅▄█▅▅▅▄▅ 16
apollographql/apollo-server 250 2.21 897.96 -4.71% ▇▇█▆▇█▇▇▆█▇▇▇▇▇▆▇▄▅ 18
aspnetboilerplate/aspnetboilerplate 2739 11.07 575.09 -4.41% █▇▆▇██▇████▇█▆█▇▆▇▄▆ 19
aws-amplify/docs 2831 11.24 840.26 -0.17% ▆█▄█▆▄██▇▇▆▇█▅▇▆▅▆▆▆ 19
Azure/azure-rest-api-specs 2426 14.24 485.08 -3.43% ▅█▇▅█▅█▆▇█▇▅▆▇▆▆▆▄▅▅ 19
bitjson/typescript-starter 20 0.66 122.14 -4.91% ▃█▆▇▇████▇▅▅█▃▅▆▅ 16
caddyserver/caddy 276 3.05 737.99 -1.47% ▆▆█▅▇█▆███▇▇▄▇▆▆▃▆▇▆ 19
canada-ca/open-source-logiciel-libre 7 0.75 76.90 -3.04% ▇▇▄▅█▇▇▆▇▆█▇▆▆▄▅▅ 16
chef/chef 1201 5.28 1044.54 1.48% ▅█▇█▇█▆▇▆▆▆▇█▃▅▆▇▇▆▇ 19
dart-lang/sdk 9713 56.84 1238.39 1.86% ███▇▇▇▇▇▇▇██▃▇█▇▆▇▆▇ 19
django/django 2792 13.52 1263.21 0.20% █▇▇▅██▇▆▇▆▆▇▄▇▆▆▆▅▇▇ 19
eslint/eslint 2000 9.76 1677.51 -3.97% ▄▇█▇█▇▇█▆▇▇▇█▇▅▇▆▇▆▅ 19
exonum/exonum 421 3.07 1309.73 -2.26% ▇█▇▇▇▇█▇█▆█▇▂▇▇▇▆ 16
flutter/samples 2598 14.11 1381.28 1.44% ███▇▇▇█▇███▇█▅▂█▇█▆▇ 19
gitbucket/gitbucket 411 3.03 612.68 -3.15% █▆▇▇████▇▇▇▄▇▇▇▇▅▇▅▅ 19
googleapis/google-cloud-cpp 19685 139.46 1007.05 -2.07% ▇█▆▆█▅▆▇▆▆▅▄▄▆▇▇▇▆▆▅ 19
graphql/express-graphql 26 0.67 176.63 -1.90% ███▇▆███▇█▇▃▇▆▅▅▆ 16
graphql/graphql-js 333 2.11 897.23 -3.44% ▇▇▇▆▇▇▅█▇▇▆▇▆▅▃▃▅▅ 17
graphql/graphql-relay-js 28 0.72 153.42 -4.83% ▄▇█▇█▄▆█▇▅█▆▄▅▅▄▄ 16
graphql/graphql-spec 15 0.80 685.64 -4.45% ▆█▃▇██▇█▇▇█▆▆▆▆▅▅ 16
iluwatar/java-design-patterns 1838 10.78 524.58 -1.08% ██▇▇▇▇▇▆█▇█▇▇▇▃▆▆ 16
ktaranov/sqlserver-kit 489 5.95 1242.94 -2.16% ▇███▅▆▆▆▇▆▆▅▇▇▅▆▅▅ 17
liriliri/licia 1421 3.37 496.83 -3.93% ▆▆█▇▇▇█▇▇▇▇▆▇▅▆▅▅ 16
MartinThoma/LaTeX-examples 1407 6.72 432.77 -7.65% █▄▇▆▆▇▆▇▇▇█▄▇▆▅▄▃ 16
mdx-js/mdx 144 1.61 409.80 -5.64% ▆▇▇▇█▆▆▄▆▆▇▆▆▃▇▅▅▄▅ 18
microsoft/TypeScript-Website 758 5.16 1006.12 -3.41% ▇█▃▆▇▆▆▇▇██▇█▇▇▆▇▆ 17
MicrosoftDocs/PowerShell-Docs 2690 23.67 1161.29 -8.33% ██▇▃▇▆▇▆██▆▆▆▆▇▇▆▅▅▄ 19
neovim/nvim-lspconfig 356 2.91 320.89 -7.91% ███▇▇▇█▇██▇█▄▇▆█▆▄▄▄ 19
pagekit/pagekit 741 3.47 444.74 -10.61% █▅▇▄▇▅▇▅▄▆▅▆▇▅▅▅▂ 16
php/php-src 2211 23.74 1359.06 3.10% ▆█▅▇█▆▄▅▅▇▇▆▆██▇▆▇▇█ 19
plasticrake/tplink-smarthome-api 62 0.87 386.10 -2.98% ▅▇▇▇▇██▆▇▄▅▇▄▅▅▅▅ 16
prettier/prettier 2190 6.03 506.49 -2.03% ▆███▇▇▇▇▇▆▅▇█▇▇▆▅▅▆ 18
pycontribs/jira 80 1.21 455.03 -4.07% ████▇▇█▇█▇█▆▆█▅▆▃▄▆ 18
RustPython/RustPython 621 4.31 1060.84 0.85% ███▂▇█▇█▆▆▇▆▇▇▆▇▇▆▇ 18
shoelace-style/shoelace 437 2.27 911.76 -0.92% ▅█▇▆█▇▇▇▃█▇▇▇█▃▆▅▅▆ 18
SoftwareBrothers/admin-bro 441 2.19 444.06 -12.25% ██▇▇▇▇▇█▆▇███▇▅▅▃▃ 17
sveltejs/svelte 7431 19.17 279.65 -1.44% ▆█▆▆▆▅▇▇▆▅▆▆▅▆▃▆▅▅▆▅ 19
TheAlgorithms/Python 1345 5.30 642.90 -6.78% █▆█▇▆▅▆▇▇█▆▇▆▇▇▇▄▄▄▄ 19
twbs/bootstrap 120 1.13 848.26 -3.19% ▆▇▂▆▇█▇▆▇█▇▇▅█▇█▆▅▅▆ 19
typescript-cheatsheets/react 53 1.04 371.12 -2.63% ▇▅▇▆▇▅▇█▅▇▆▇▆▅▅▄▅ 16
typescript-eslint/typescript-eslint 1245 3.59 1603.89 -6.16% ▆▇▆▆▆▅▅▇▇███▃▆▇▅▅▅▅▄ 19
vitest-dev/vitest 1780 7.29 501.05 -4.61% ▅█▇█▅▇█▄▇▅▇▆█▆▆▄▅▅▅▄ 19
w3c/aria-practices 403 2.77 1355.48 -4.38% █▇▆▇▆▆▆▆▆▆▄▆▆▅▆▃▄▅▅ 18
w3c/specberus 200 1.56 408.53 1.44% ▆██▇█▅▇▇▇█▇█▇█▆▅▂▆▆▇ 19
webdeveric/webpack-assets-manifest 19 0.68 149.36 -9.41% ▇▆▇▆▇▇▃█▇▆██▇▅▅▅▄ 16
webpack/webpack 1086 4.53 1041.48 -4.82% ████▆▅▆▆▇▆▇▆▄▇▇▆▃▆▆▅ 19
wireapp/wire-desktop 43 0.84 224.18 -5.52% ▇▆█▇▇▇▇█▆▇▃▇▆▇▇▅▅▄▃▅ 19
wireapp/wire-webapp 1228 7.27 712.92 1.40% █▇▇▄▇█▅▇█▇▅▆▆█▇▆▄▄▇▇ 19

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-e2a8ecf813 branch from 8bb29fd to 35ac1d0 Compare September 29, 2024 07:54
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.

Updates `eslint` from 7.32.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.32.0...v9.11.1)

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

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-e2a8ecf813 branch from 35ac1d0 to eb45dbe Compare September 29, 2024 08:10
@Jason3S Jason3S closed this Sep 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-e2a8ecf813 branch September 29, 2024 08:40
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.

1 participant