From b6418873eeaa76c5ebf27ffb521a4c2291f88237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:51:42 +0100 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 (#48) * Update peter-evans/create-pull-request action to v6 * Update .mega-linter.yml * [MegaLinter] Apply linters fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nicolas Vuillamy Co-authored-by: nvuillam --- .github/workflows/github-dependents-info.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- .mega-linter.yml | 1 + docs/github-dependents-info.md | 504 +++++++++---------- tsconfig.json | 4 +- 5 files changed, 257 insertions(+), 256 deletions(-) diff --git a/.github/workflows/github-dependents-info.yml b/.github/workflows/github-dependents-info.yml index 4b89d35..8bffd64 100644 --- a/.github/workflows/github-dependents-info.yml +++ b/.github/workflows/github-dependents-info.yml @@ -55,7 +55,7 @@ jobs: # Create pull request - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} branch: github-dependents-info-auto-update diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 7c513f5..1c3bcc6 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -64,7 +64,7 @@ jobs: - name: Create Pull Request with applied fixes id: cpr if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix') - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} commit-message: '[MegaLinter] Apply linters automatic fixes' diff --git a/.mega-linter.yml b/.mega-linter.yml index f079e2e..8586aa7 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -13,6 +13,7 @@ DISABLE_ERRORS_LINTERS: - ACTION_ACTIONLINT SPELL_FILTER_REGEX_EXCLUDE: (github-dependents-info) DISABLE_LINTERS: + - MARKDOWN_MARKDOWN_LINK_CHECK - TYPESCRIPT_STANDARD PRE_COMMANDS: - command: yarn install --frozen-lockfile diff --git a/docs/github-dependents-info.md b/docs/github-dependents-info.md index 3de3bcf..2f663db 100644 --- a/docs/github-dependents-info.md +++ b/docs/github-dependents-info.md @@ -5,257 +5,257 @@ [![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=52&color=informational&logo=slickpic)](https://github.com/nvuillam/node-sarif-builder/network/dependents) [![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=1002&color=informational&logo=slickpic)](https://github.com/nvuillam/node-sarif-builder/network/dependents) -| Repository | Stars | -| :-------- | -----: | -|   [go-gitea](https://github.com/go-gitea) / [gitea](https://github.com/go-gitea/gitea) | 40337 | -|   [novuhq](https://github.com/novuhq) / [novu](https://github.com/novuhq/novu) | 31690 | -|   [backstage](https://github.com/backstage) / [backstage](https://github.com/backstage/backstage) | 24853 | -|   [Unleash](https://github.com/Unleash) / [unleash](https://github.com/Unleash/unleash) | 9904 | -|   [stoplightio](https://github.com/stoplightio) / [spectral](https://github.com/stoplightio/spectral) | 2151 | -|   [Checkmk](https://github.com/Checkmk) / [checkmk](https://github.com/Checkmk/checkmk) | 1226 | -|   [rilldata](https://github.com/rilldata) / [rill](https://github.com/rilldata/rill) | 1147 | -|   [trailheadapps](https://github.com/trailheadapps) / [ebikes-lwc](https://github.com/trailheadapps/ebikes-lwc) | 725 | -|   [secretlint](https://github.com/secretlint) / [secretlint](https://github.com/secretlint/secretlint) | 662 | -|   [lichess-org](https://github.com/lichess-org) / [api](https://github.com/lichess-org/api) | 386 | -|   [scionproto](https://github.com/scionproto) / [scion](https://github.com/scionproto/scion) | 331 | -|   [OlympusDAO](https://github.com/OlympusDAO) / [olympus-frontend](https://github.com/OlympusDAO/olympus-frontend) | 285 | -|   [paypal](https://github.com/paypal) / [paypal-js](https://github.com/paypal/paypal-js) | 195 | -|   [jsdelivr](https://github.com/jsdelivr) / [data.jsdelivr.com](https://github.com/jsdelivr/data.jsdelivr.com) | 192 | -|   [jsdelivr](https://github.com/jsdelivr) / [globalping](https://github.com/jsdelivr/globalping) | 188 | -|   [nvuillam](https://github.com/nvuillam) / [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | 173 | -|   [asyncapi](https://github.com/asyncapi) / [cli](https://github.com/asyncapi/cli) | 155 | -|   [jfoclpf](https://github.com/jfoclpf) / [geoapi.pt](https://github.com/jfoclpf/geoapi.pt) | 126 | -|   [airbytehq](https://github.com/airbytehq) / [airbyte-platform](https://github.com/airbytehq/airbyte-platform) | 124 | -|   [nix-community](https://github.com/nix-community) / [nur-combined](https://github.com/nix-community/nur-combined) | 99 | -|   [navtrack](https://github.com/navtrack) / [navtrack](https://github.com/navtrack/navtrack) | 83 | -|   [Southclaws](https://github.com/Southclaws) / [storyden](https://github.com/Southclaws/storyden) | 65 | -|   [nvuillam](https://github.com/nvuillam) / [vscode-groovy-lint](https://github.com/nvuillam/vscode-groovy-lint) | 65 | -|   [stac-utils](https://github.com/stac-utils) / [stac-server](https://github.com/stac-utils/stac-server) | 62 | -|   [asyncapi](https://github.com/asyncapi) / [html-template](https://github.com/asyncapi/html-template) | 51 | -|   [salesforce](https://github.com/salesforce) / [utam-js-recipes](https://github.com/salesforce/utam-js-recipes) | 41 | -|   [Oriflame](https://github.com/Oriflame) / [backstage-plugins](https://github.com/Oriflame/backstage-plugins) | 35 | -|   [soundchaser128](https://github.com/soundchaser128) / [clip-mash](https://github.com/soundchaser128/clip-mash) | 35 | -|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-bevragen](https://github.com/BRP-API/Haal-Centraal-BRP-bevragen) | 30 | -|   [forem](https://github.com/forem) / [forem-docs](https://github.com/forem/forem-docs) | 24 | -|   [baloise-incubator](https://github.com/baloise-incubator) / [spectral-ruleset](https://github.com/baloise-incubator/spectral-ruleset) | 21 | -|   [EvgenyParomov](https://github.com/EvgenyParomov) / [block-list](https://github.com/EvgenyParomov/block-list) | 21 | -|   [asyncapi](https://github.com/asyncapi) / [markdown-template](https://github.com/asyncapi/markdown-template) | 21 | -|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-BRK-bevragen](https://github.com/VNG-Realisatie/Haal-Centraal-BRK-bevragen) | 18 | -|   [Fintan-contents](https://github.com/Fintan-contents) / [mobile-app-crib-notes](https://github.com/Fintan-contents/mobile-app-crib-notes) | 14 | -|   [eightcard](https://github.com/eightcard) / [openapi-to-normalizr](https://github.com/eightcard/openapi-to-normalizr) | 14 | -|   [jmlue42](https://github.com/jmlue42) / [spectral-jsonapi-ruleset](https://github.com/jmlue42/spectral-jsonapi-ruleset) | 12 | -|   [AxisCommunications](https://github.com/AxisCommunications) / [backstage-plugins](https://github.com/AxisCommunications/backstage-plugins) | 8 | -|   [danicc097](https://github.com/danicc097) / [openapi-go-gin-postgres-sqlc](https://github.com/danicc097/openapi-go-gin-postgres-sqlc) | 8 | -|   [melloware](https://github.com/melloware) / [quarkus-primereact](https://github.com/melloware/quarkus-primereact) | 8 | -|   [tegonal](https://github.com/tegonal) / [lasius](https://github.com/tegonal/lasius) | 8 | -|   [oasisprotocol](https://github.com/oasisprotocol) / [explorer](https://github.com/oasisprotocol/explorer) | 7 | -|   [qase-tms](https://github.com/qase-tms) / [specs](https://github.com/qase-tms/specs) | 6 | -|   [ByteCrumb](https://github.com/ByteCrumb) / [Umbraco.Community.DeliveryApiExtensions](https://github.com/ByteCrumb/Umbraco.Community.DeliveryApiExtensions) | 6 | -|   [decentraland](https://github.com/decentraland) / [catalyst-api-specs](https://github.com/decentraland/catalyst-api-specs) | 6 | -|   [felipe-bergamaschi](https://github.com/felipe-bergamaschi) / [swagger-auto-integration](https://github.com/felipe-bergamaschi/swagger-auto-integration) | 6 | -|   [isaac545454](https://github.com/isaac545454) / [react-utils](https://github.com/isaac545454/react-utils) | 6 | -|   [navikt](https://github.com/navikt) / [sosialhjelp-soknad](https://github.com/navikt/sosialhjelp-soknad) | 5 | -|   [one-zero-eight](https://github.com/one-zero-eight) / [InNoHassle-Website](https://github.com/one-zero-eight/InNoHassle-Website) | 5 | -|   [snacker-tracker](https://github.com/snacker-tracker) / [reporter](https://github.com/snacker-tracker/reporter) | 5 | -|   [lasconic](https://github.com/lasconic) / [openapi-finary](https://github.com/lasconic/openapi-finary) | 5 | -|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-BAG-bevragen](https://github.com/VNG-Realisatie/Haal-Centraal-BAG-bevragen) | 5 | -|   [docupike](https://github.com/docupike) / [docs](https://github.com/docupike/docs) | 5 | -|   [vorillaz](https://github.com/vorillaz) / [react-openapi-swr](https://github.com/vorillaz/react-openapi-swr) | 4 | -|   [dalisoft](https://github.com/dalisoft) / [airlight](https://github.com/dalisoft/airlight) | 4 | -|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-Reisdocumenten-bevragen](https://github.com/BRP-API/Haal-Centraal-Reisdocumenten-bevragen) | 3 | -|   [waanlabs](https://github.com/waanlabs) / [gitcoffee](https://github.com/waanlabs/gitcoffee) | 3 | -|   [Vizzuality](https://github.com/Vizzuality) / [skytruth-30x30](https://github.com/Vizzuality/skytruth-30x30) | 3 | -|   [hackworthltd](https://github.com/hackworthltd) / [primer-app](https://github.com/hackworthltd/primer-app) | 3 | -|   [ndruger](https://github.com/ndruger) / [development_tool_test](https://github.com/ndruger/development_tool_test) | 3 | -|   [svierk](https://github.com/svierk) / [salesforce-utam-e2e-testing](https://github.com/svierk/salesforce-utam-e2e-testing) | 3 | -|   [miles-w-3](https://github.com/miles-w-3) / [web-dev-final-project](https://github.com/miles-w-3/web-dev-final-project) | 2 | -|   [eai04191](https://github.com/eai04191) / [resonite-api-spec](https://github.com/eai04191/resonite-api-spec) | 2 | -|   [duynghiadev](https://github.com/duynghiadev) / [Learn-Code-Youtube](https://github.com/duynghiadev/Learn-Code-Youtube) | 2 | -|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-historie-bevragen](https://github.com/BRP-API/Haal-Centraal-BRP-historie-bevragen) | 2 | -|   [ABoyWithALaptop](https://github.com/ABoyWithALaptop) / [code-review-chatGPT-sadTeam](https://github.com/ABoyWithALaptop/code-review-chatGPT-sadTeam) | 2 | -|   [AssemblyAI](https://github.com/AssemblyAI) / [assemblyai-api-spec](https://github.com/AssemblyAI/assemblyai-api-spec) | 2 | -|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-bewoning](https://github.com/BRP-API/Haal-Centraal-BRP-bewoning) | 2 | -|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-common](https://github.com/VNG-Realisatie/Haal-Centraal-common) | 2 | -|   [aboe026](https://github.com/aboe026) / [software-update-checker](https://github.com/aboe026/software-update-checker) | 2 | -|   [koooge](https://github.com/koooge) / [redash-api-doc](https://github.com/koooge/redash-api-doc) | 1 | -|   [OpenCSGs](https://github.com/OpenCSGs) / [gitea](https://github.com/OpenCSGs/gitea) | 1 | -|   [RBC](https://github.com/RBC) / [backstage](https://github.com/RBC/backstage) | 1 | -|   [Pavel-Sulimau](https://github.com/Pavel-Sulimau) / [open_api_playground](https://github.com/Pavel-Sulimau/open_api_playground) | 1 | -|   [DavidZbarsky-at](https://github.com/DavidZbarsky-at) / [nodejs-repro](https://github.com/DavidZbarsky-at/nodejs-repro) | 1 | -|   [lishogi-org](https://github.com/lishogi-org) / [api](https://github.com/lishogi-org/api) | 1 | -|   [navikt](https://github.com/navikt) / [sosialhjelp-innsyn](https://github.com/navikt/sosialhjelp-innsyn) | 1 | -|   [Moaaz-Adel](https://github.com/Moaaz-Adel) / [automation-exercise-cypress](https://github.com/Moaaz-Adel/automation-exercise-cypress) | 1 | -|   [EugeniBykovski](https://github.com/EugeniBykovski) / [blocker-host-client](https://github.com/EugeniBykovski/blocker-host-client) | 1 | -|   [fsf-silva-ferreira](https://github.com/fsf-silva-ferreira) / [salesforce-practice](https://github.com/fsf-silva-ferreira/salesforce-practice) | 1 | -|   [beingofexistence13](https://github.com/beingofexistence13) / [mediaflow](https://github.com/beingofexistence13/mediaflow) | 1 | -|   [SmartBear-DevRel](https://github.com/SmartBear-DevRel) / [webinar-security-by-design](https://github.com/SmartBear-DevRel/webinar-security-by-design) | 1 | -|   [stac-api-extensions](https://github.com/stac-api-extensions) / [filter](https://github.com/stac-api-extensions/filter) | 1 | -|   [flussonic](https://github.com/flussonic) / [openapi-demo](https://github.com/flussonic/openapi-demo) | 1 | -|   [jamalsoueidan](https://github.com/jamalsoueidan) / [booking-api](https://github.com/jamalsoueidan/booking-api) | 1 | -|   [govuk-one-login](https://github.com/govuk-one-login) / [account-interventions-service](https://github.com/govuk-one-login/account-interventions-service) | 1 | -|   [Vizzuality](https://github.com/Vizzuality) / [cms-scaffold](https://github.com/Vizzuality/cms-scaffold) | 1 | -|   [365614269](https://github.com/365614269) / [CNCF-Incubating](https://github.com/365614269/CNCF-Incubating) | 1 | -|   [twynb](https://github.com/twynb) / [AudioStreamSplitting](https://github.com/twynb/AudioStreamSplitting) | 1 | -|   [mgansler](https://github.com/mgansler) / [plusone](https://github.com/mgansler/plusone) | 1 | -|   [braze-community](https://github.com/braze-community) / [braze-specification](https://github.com/braze-community/braze-specification) | 1 | -|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-BRK-event-sourcing](https://github.com/VNG-Realisatie/Haal-Centraal-BRK-event-sourcing) | 1 | -|   [puni9869](https://github.com/puni9869) / [gitea](https://github.com/puni9869/gitea) | 1 | -|   [jdschleicher](https://github.com/jdschleicher) / [demo-dreamhouse-lwc-shift-left](https://github.com/jdschleicher/demo-dreamhouse-lwc-shift-left) | 1 | -|   [mydeveloperday](https://github.com/mydeveloperday) / [npm-audit-sarif](https://github.com/mydeveloperday/npm-audit-sarif) | 1 | -|   [jasonsjones](https://github.com/jasonsjones) / [lwr-sandbox](https://github.com/jasonsjones/lwr-sandbox) | 1 | -|   [swfz](https://github.com/swfz) / [git-hooks](https://github.com/swfz/git-hooks) | 1 | -|   [pedrosalpr](https://github.com/pedrosalpr) / [pedrosa-payments](https://github.com/pedrosalpr/pedrosa-payments) | 0 | -|   [McGivneyC](https://github.com/McGivneyC) / [Packaging](https://github.com/McGivneyC/Packaging) | 0 | -|   [lilpulgo772](https://github.com/lilpulgo772) / [codeberg](https://github.com/lilpulgo772/codeberg) | 0 | -|   [Emilm76](https://github.com/Emilm76) / [block-list-client](https://github.com/Emilm76/block-list-client) | 0 | -|   [viceice](https://github.com/viceice) / [gitea](https://github.com/viceice/gitea) | 0 | -|   [alderwhiteford](https://github.com/alderwhiteford) / [CS4530-Module-5](https://github.com/alderwhiteford/CS4530-Module-5) | 0 | -|   [jagiya-dev](https://github.com/jagiya-dev) / [client](https://github.com/jagiya-dev/client) | 0 | -|   [BRP-API](https://github.com/BRP-API) / [brp-shared](https://github.com/BRP-API/brp-shared) | 0 | -|   [contract-first-idp](https://github.com/contract-first-idp) / [spectral-image](https://github.com/contract-first-idp/spectral-image) | 0 | -|   [ChanEddyW](https://github.com/ChanEddyW) / [ebikes-lwc](https://github.com/ChanEddyW/ebikes-lwc) | 0 | -|   [andrewthauer](https://github.com/andrewthauer) / [backstage](https://github.com/andrewthauer/backstage) | 0 | -|   [alderwhiteford](https://github.com/alderwhiteford) / [CS4510-Module-3](https://github.com/alderwhiteford/CS4510-Module-3) | 0 | -|   [IsraelBoka](https://github.com/IsraelBoka) / [airbyte-engeem](https://github.com/IsraelBoka/airbyte-engeem) | 0 | -|   [anshitasaini](https://github.com/anshitasaini) / [offload](https://github.com/anshitasaini/offload) | 0 | -|   [flaviostutz](https://github.com/flaviostutz) / [wso2apim-sdk](https://github.com/flaviostutz/wso2apim-sdk) | 0 | -|   [flaviostutz](https://github.com/flaviostutz) / [cdk-practical-constructs](https://github.com/flaviostutz/cdk-practical-constructs) | 0 | -|   [assclic19](https://github.com/assclic19) / [airbyte](https://github.com/assclic19/airbyte) | 0 | -|   [JatinPanchal2](https://github.com/JatinPanchal2) / [backstage123](https://github.com/JatinPanchal2/backstage123) | 0 | -|   [tnir](https://github.com/tnir) / [forem-docs](https://github.com/tnir/forem-docs) | 0 | -|   [khulnasoft](https://github.com/khulnasoft) / [shipyard](https://github.com/khulnasoft/shipyard) | 0 | -|   [mesosphere](https://github.com/mesosphere) / [gitea](https://github.com/mesosphere/gitea) | 0 | -|   [ghas-results](https://github.com/ghas-results) / [paypal-js](https://github.com/ghas-results/paypal-js) | 0 | -|   [Matusko](https://github.com/Matusko) / [flea](https://github.com/Matusko/flea) | 0 | -|   [h1-the-swan](https://github.com/h1-the-swan) / [mydiary](https://github.com/h1-the-swan/mydiary) | 0 | -|   [DennisRasey](https://github.com/DennisRasey) / [forgejo](https://github.com/DennisRasey/forgejo) | 0 | -|   [zanzibeer](https://github.com/zanzibeer) / [backstage](https://github.com/zanzibeer/backstage) | 0 | -|   [kyang04](https://github.com/kyang04) / [Collide](https://github.com/kyang04/Collide) | 0 | -|   [barolad](https://github.com/barolad) / [lct-krasnodar-2023-frontend](https://github.com/barolad/lct-krasnodar-2023-frontend) | 0 | -|   [sfdc-seadong](https://github.com/sfdc-seadong) / [DynamicLwcExample](https://github.com/sfdc-seadong/DynamicLwcExample) | 0 | -|   [beAGoodQE](https://github.com/beAGoodQE) / [ebikes-lwc](https://github.com/beAGoodQE/ebikes-lwc) | 0 | -|   [cvent](https://github.com/cvent) / [spectral-bug-example](https://github.com/cvent/spectral-bug-example) | 0 | -|   [encypher-studio](https://github.com/encypher-studio) / [newsware_clients_documentation](https://github.com/encypher-studio/newsware_clients_documentation) | 0 | -|   [akshaychavan7](https://github.com/akshaychavan7) / [Covey.town](https://github.com/akshaychavan7/Covey.town) | 0 | -|   [sanjana2296](https://github.com/sanjana2296) / [TicTacToe](https://github.com/sanjana2296/TicTacToe) | 0 | -|   [VladCherniavsky](https://github.com/VladCherniavsky) / [Health-and-Activity-Recommender](https://github.com/VladCherniavsky/Health-and-Activity-Recommender) | 0 | -|   [abhayruby1019](https://github.com/abhayruby1019) / [backS](https://github.com/abhayruby1019/backS) | 0 | -|   [DmitriyBrewer](https://github.com/DmitriyBrewer) / [gitea-clone](https://github.com/DmitriyBrewer/gitea-clone) | 0 | -|   [DmitriyBrewer](https://github.com/DmitriyBrewer) / [test-clgit](https://github.com/DmitriyBrewer/test-clgit) | 0 | -|   [InTheCloudDan](https://github.com/InTheCloudDan) / [backstage-testing](https://github.com/InTheCloudDan/backstage-testing) | 0 | -|   [ndelucca](https://github.com/ndelucca) / [gitea](https://github.com/ndelucca/gitea) | 0 | -|   [kulp006](https://github.com/kulp006) / [backstage](https://github.com/kulp006/backstage) | 0 | -|   [echoix](https://github.com/echoix) / [npm-groovy-lint](https://github.com/echoix/npm-groovy-lint) | 0 | -|   [VerdanTech](https://github.com/VerdanTech) / [VerdanTech-Frontend](https://github.com/VerdanTech/VerdanTech-Frontend) | 0 | -|   [aryalweb](https://github.com/aryalweb) / [backstage1](https://github.com/aryalweb/backstage1) | 0 | -|   [VisioLab](https://github.com/VisioLab) / [cash-register-api](https://github.com/VisioLab/cash-register-api) | 0 | -|   [RadioAktywne](https://github.com/RadioAktywne) / [website](https://github.com/RadioAktywne/website) | 0 | -|   [WebWorkTruck](https://github.com/WebWorkTruck) / [wt-panel-frontend](https://github.com/WebWorkTruck/wt-panel-frontend) | 0 | -|   [pavelkornev](https://github.com/pavelkornev) / [spectral-example](https://github.com/pavelkornev/spectral-example) | 0 | -|   [dyolfan](https://github.com/dyolfan) / [trading-journal-app_test](https://github.com/dyolfan/trading-journal-app_test) | 0 | -|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-Update-API](https://github.com/BRP-API/Haal-Centraal-BRP-Update-API) | 0 | -|   [mnabeel786](https://github.com/mnabeel786) / [Salesforce-POS](https://github.com/mnabeel786/Salesforce-POS) | 0 | -|   [jsoref](https://github.com/jsoref) / [forgejo-forgejo](https://github.com/jsoref/forgejo-forgejo) | 0 | -|   [Niko-Danilov](https://github.com/Niko-Danilov) / [Kemb](https://github.com/Niko-Danilov/Kemb) | 0 | -|   [vivek-tv-test](https://github.com/vivek-tv-test) / [sample_sf](https://github.com/vivek-tv-test/sample_sf) | 0 | -|   [dedaMazai](https://github.com/dedaMazai) / [browseExtension](https://github.com/dedaMazai/browseExtension) | 0 | -|   [jasonsjones](https://github.com/jasonsjones) / [lwr-project](https://github.com/jasonsjones/lwr-project) | 0 | -|   [industrial-demon](https://github.com/industrial-demon) / [nx-monorepo](https://github.com/industrial-demon/nx-monorepo) | 0 | -|   [dozjul](https://github.com/dozjul) / [gitea](https://github.com/dozjul/gitea) | 0 | -|   [DavidZbarsky-at](https://github.com/DavidZbarsky-at) / [repo-mapping-manifest-repro](https://github.com/DavidZbarsky-at/repo-mapping-manifest-repro) | 0 | -|   [jamalsoueidan](https://github.com/jamalsoueidan) / [booking-store](https://github.com/jamalsoueidan/booking-store) | 0 | -|   [neu-cs4530](https://github.com/neu-cs4530) / [fall23-team-project-group-706](https://github.com/neu-cs4530/fall23-team-project-group-706) | 0 | -|   [k2662](https://github.com/k2662) / [forgejo](https://github.com/k2662/forgejo) | 0 | -|   [ueki-tomohiro](https://github.com/ueki-tomohiro) / [storybook-visual-regression-test](https://github.com/ueki-tomohiro/storybook-visual-regression-test) | 0 | -|   [uncleaar](https://github.com/uncleaar) / [extension](https://github.com/uncleaar/extension) | 0 | -|   [Husan-Negmatullaev](https://github.com/Husan-Negmatullaev) / [block-list-extension](https://github.com/Husan-Negmatullaev/block-list-extension) | 0 | -|   [GuruDevCoder](https://github.com/GuruDevCoder) / [ThinkEasy.cz_Test1](https://github.com/GuruDevCoder/ThinkEasy.cz_Test1) | 0 | -|   [janus-api-idp](https://github.com/janus-api-idp) / [spectral-image](https://github.com/janus-api-idp/spectral-image) | 0 | -|   [3str-webdev](https://github.com/3str-webdev) / [web-block-service-extension](https://github.com/3str-webdev/web-block-service-extension) | 0 | -|   [Djiypyk](https://github.com/Djiypyk) / [block_plugin](https://github.com/Djiypyk/block_plugin) | 0 | -|   [bbusljeta](https://github.com/bbusljeta) / [tanstack-query-demo](https://github.com/bbusljeta/tanstack-query-demo) | 0 | -|   [digitalimplementer](https://github.com/digitalimplementer) / [chrome-ext-Blocker](https://github.com/digitalimplementer/chrome-ext-Blocker) | 0 | -|   [NatureSL](https://github.com/NatureSL) / [test-vite-react-extension](https://github.com/NatureSL/test-vite-react-extension) | 0 | -|   [Lyshka](https://github.com/Lyshka) / [extension-block](https://github.com/Lyshka/extension-block) | 0 | -|   [cibulka](https://github.com/cibulka) / [thinkeasy](https://github.com/cibulka/thinkeasy) | 0 | -|   [AisultanBaltabayev](https://github.com/AisultanBaltabayev) / [chrom-extension-block-list](https://github.com/AisultanBaltabayev/chrom-extension-block-list) | 0 | -|   [Denis-cyber](https://github.com/Denis-cyber) / [block-list](https://github.com/Denis-cyber/block-list) | 0 | -|   [sarvex](https://github.com/sarvex) / [unleash](https://github.com/sarvex/unleash) | 0 | -|   [ratiomark](https://github.com/ratiomark) / [block-list](https://github.com/ratiomark/block-list) | 0 | -|   [MrFus10n](https://github.com/MrFus10n) / [benny-test](https://github.com/MrFus10n/benny-test) | 0 | -|   [bert-bae](https://github.com/bert-bae) / [adventurebot](https://github.com/bert-bae/adventurebot) | 0 | -|   [jauderho](https://github.com/jauderho) / [gitea](https://github.com/jauderho/gitea) | 0 | -|   [Spandana-dara](https://github.com/Spandana-dara) / [Covey-Town](https://github.com/Spandana-dara/Covey-Town) | 0 | -|   [nokken65](https://github.com/nokken65) / [gifmu](https://github.com/nokken65/gifmu) | 0 | -|   [fyargat](https://github.com/fyargat) / [countries_client](https://github.com/fyargat/countries_client) | 0 | -|   [NatureSL](https://github.com/NatureSL) / [test-nextjs-client](https://github.com/NatureSL/test-nextjs-client) | 0 | -|   [ARustamA](https://github.com/ARustamA) / [browser_block_extention](https://github.com/ARustamA/browser_block_extention) | 0 | -|   [cLubber1337](https://github.com/cLubber1337) / [next-fsd](https://github.com/cLubber1337/next-fsd) | 0 | -|   [youliangdao](https://github.com/youliangdao) / [async-values-form](https://github.com/youliangdao/async-values-form) | 0 | -|   [Vadim2308](https://github.com/Vadim2308) / [EasyBlockExtension](https://github.com/Vadim2308/EasyBlockExtension) | 0 | -|   [Vizzuality](https://github.com/Vizzuality) / [ccsa](https://github.com/Vizzuality/ccsa) | 0 | -|   [nachmz42](https://github.com/nachmz42) / [what-is-that-fruit-front](https://github.com/nachmz42/what-is-that-fruit-front) | 0 | -|   [morellodev](https://github.com/morellodev) / [openapi-demo](https://github.com/morellodev/openapi-demo) | 0 | -|   [bert-bae](https://github.com/bert-bae) / [haiku-weather](https://github.com/bert-bae/haiku-weather) | 0 | -|   [andmoredev](https://github.com/andmoredev) / [aws-community-day-mx](https://github.com/andmoredev/aws-community-day-mx) | 0 | -|   [brekys](https://github.com/brekys) / [website-blocker-extension](https://github.com/brekys/website-blocker-extension) | 0 | -|   [MaDKnighT404](https://github.com/MaDKnighT404) / [stop-list-extension](https://github.com/MaDKnighT404/stop-list-extension) | 0 | -|   [RuslanBely](https://github.com/RuslanBely) / [client-block-extension](https://github.com/RuslanBely/client-block-extension) | 0 | -|   [brekys](https://github.com/brekys) / [website-blocker-client](https://github.com/brekys/website-blocker-client) | 0 | -|   [tranduybau](https://github.com/tranduybau) / [df-final-project](https://github.com/tranduybau/df-final-project) | 0 | -|   [iqb-vocabs](https://github.com/iqb-vocabs) / [validate-md-profile](https://github.com/iqb-vocabs/validate-md-profile) | 0 | -|   [Breazzz](https://github.com/Breazzz) / [block-extension](https://github.com/Breazzz/block-extension) | 0 | -|   [tienan92it](https://github.com/tienan92it) / [bookstore-demo](https://github.com/tienan92it/bookstore-demo) | 0 | -|   [felipe-bergamaschi](https://github.com/felipe-bergamaschi) / [gluk](https://github.com/felipe-bergamaschi/gluk) | 0 | -|   [extroblade](https://github.com/extroblade) / [block-websites](https://github.com/extroblade/block-websites) | 0 | -|   [fralomb](https://github.com/fralomb) / [.dotfiles](https://github.com/fralomb/.dotfiles) | 0 | -|   [DezengKong](https://github.com/DezengKong) / [Software-Development-ip2](https://github.com/DezengKong/Software-Development-ip2) | 0 | -|   [yoolinkaa](https://github.com/yoolinkaa) / [Flower](https://github.com/yoolinkaa/Flower) | 0 | -|   [allenYetu211](https://github.com/allenYetu211) / [oin](https://github.com/allenYetu211/oin) | 0 | -|   [dipsaus9](https://github.com/dipsaus9) / [framboos-2023](https://github.com/dipsaus9/framboos-2023) | 0 | -|   [ctrlx-altf4](https://github.com/ctrlx-altf4) / [career-climb](https://github.com/ctrlx-altf4/career-climb) | 0 | -|   [likuny0415](https://github.com/likuny0415) / [activity10](https://github.com/likuny0415/activity10) | 0 | -|   [Vizzuality](https://github.com/Vizzuality) / [ncs-prototyping-network](https://github.com/Vizzuality/ncs-prototyping-network) | 0 | -|   [mikekistler](https://github.com/mikekistler) / [contoso-fiber](https://github.com/mikekistler/contoso-fiber) | 0 | -|   [stac-api-extensions](https://github.com/stac-api-extensions) / [query](https://github.com/stac-api-extensions/query) | 0 | -|   [ws-4020](https://github.com/ws-4020) / [mobile-app-crib-notes](https://github.com/ws-4020/mobile-app-crib-notes) | 0 | -|   [roboticsoutreach](https://github.com/roboticsoutreach) / [pyinv-next-ui](https://github.com/roboticsoutreach/pyinv-next-ui) | 0 | -|   [stac-api-extensions](https://github.com/stac-api-extensions) / [sort](https://github.com/stac-api-extensions/sort) | 0 | -|   [surdarmaputra](https://github.com/surdarmaputra) / [world-clock](https://github.com/surdarmaputra/world-clock) | 0 | -|   [phonghpml](https://github.com/phonghpml) / [my-project](https://github.com/phonghpml/my-project) | 0 | -|   [aboe026](https://github.com/aboe026) / [release-node-project](https://github.com/aboe026/release-node-project) | 0 | -|   [Orcasa-Platform](https://github.com/Orcasa-Platform) / [orcasa](https://github.com/Orcasa-Platform/orcasa) | 0 | -|   [cplprince](https://github.com/cplprince) / [kingdoms](https://github.com/cplprince/kingdoms) | 0 | -|   [felipe-bergamaschi](https://github.com/felipe-bergamaschi) / [elofy](https://github.com/felipe-bergamaschi/elofy) | 0 | -|   [unfoldingWord](https://github.com/unfoldingWord) / [dcs](https://github.com/unfoldingWord/dcs) | 0 | -|   [Vizzuality](https://github.com/Vizzuality) / [tnc-human-rights-tool](https://github.com/Vizzuality/tnc-human-rights-tool) | 0 | -|   [boost-entropy-golang](https://github.com/boost-entropy-golang) / [gitea](https://github.com/boost-entropy-golang/gitea) | 0 | -|   [wieczorekkevin](https://github.com/wieczorekkevin) / [CS490-Directory](https://github.com/wieczorekkevin/CS490-Directory) | 0 | -|   [mesmerlord](https://github.com/mesmerlord) / [freeheat_test](https://github.com/mesmerlord/freeheat_test) | 0 | -|   [likuny0415](https://github.com/likuny0415) / [activity4](https://github.com/likuny0415/activity4) | 0 | -|   [harryzcy](https://github.com/harryzcy) / [gitea](https://github.com/harryzcy/gitea) | 0 | -|   [paveg](https://github.com/paveg) / [valos](https://github.com/paveg/valos) | 0 | -|   [wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf) / [gitea](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/gitea) | 0 | -|   [KrisKnez](https://github.com/KrisKnez) / [easy-notes-frontend](https://github.com/KrisKnez/easy-notes-frontend) | 0 | -|   [TNorsang](https://github.com/TNorsang) / [TicTacToeLogic](https://github.com/TNorsang/TicTacToeLogic) | 0 | -|   [naresh699](https://github.com/naresh699) / [shoe-app](https://github.com/naresh699/shoe-app) | 0 | -|   [jmratel](https://github.com/jmratel) / [ebikes-demo-brp](https://github.com/jmratel/ebikes-demo-brp) | 0 | -|   [kswatt22](https://github.com/kswatt22) / [EbikeDX](https://github.com/kswatt22/EbikeDX) | 0 | -|   [marcilenne](https://github.com/marcilenne) / [LWCBasics](https://github.com/marcilenne/LWCBasics) | 0 | -|   [sravanthiNetha](https://github.com/sravanthiNetha) / [ebikes](https://github.com/sravanthiNetha/ebikes) | 0 | -|   [kumod1990](https://github.com/kumod1990) / [LWC](https://github.com/kumod1990/LWC) | 0 | -|   [aboe026](https://github.com/aboe026) / [node-update-dependencies](https://github.com/aboe026/node-update-dependencies) | 0 | -|   [a-chandusfdc](https://github.com/a-chandusfdc) / [SFDCPlayground](https://github.com/a-chandusfdc/SFDCPlayground) | 0 | -|   [mydeveloperday](https://github.com/mydeveloperday) / [spectral-sarif](https://github.com/mydeveloperday/spectral-sarif) | 0 | -|   [Sidatii](https://github.com/Sidatii) / [ebikes-lwc](https://github.com/Sidatii/ebikes-lwc) | 0 | -|   [katalon-labs](https://github.com/katalon-labs) / [katalon-chrome-recorder](https://github.com/katalon-labs/katalon-chrome-recorder) | 0 | -|   [mashafrancis](https://github.com/mashafrancis) / [sa-jenkins](https://github.com/mashafrancis/sa-jenkins) | 0 | -|   [schnitz-air](https://github.com/schnitz-air) / [innocent-repo](https://github.com/schnitz-air/innocent-repo) | 0 | -|   [katalon-labs](https://github.com/katalon-labs) / [katalon-recorder-extension](https://github.com/katalon-labs/katalon-recorder-extension) | 0 | -|   [azu](https://github.com/azu) / [secretlint-sarif](https://github.com/azu/secretlint-sarif) | 0 | -|   [k-hal](https://github.com/k-hal) / [secretlint](https://github.com/k-hal/secretlint) | 0 | -|   [aboe026](https://github.com/aboe026) / [data-structures](https://github.com/aboe026/data-structures) | 0 | -|   [aboe026](https://github.com/aboe026) / [shields.io-badge-results](https://github.com/aboe026/shields.io-badge-results) | 0 | -|   [NOUIY](https://github.com/NOUIY) / [npm-groovy-lint](https://github.com/NOUIY/npm-groovy-lint) | 0 | +| Repository | Stars | +|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:| +|   [go-gitea](https://github.com/go-gitea) / [gitea](https://github.com/go-gitea/gitea) | 40337 | +|   [novuhq](https://github.com/novuhq) / [novu](https://github.com/novuhq/novu) | 31690 | +|   [backstage](https://github.com/backstage) / [backstage](https://github.com/backstage/backstage) | 24853 | +|   [Unleash](https://github.com/Unleash) / [unleash](https://github.com/Unleash/unleash) | 9904 | +|   [stoplightio](https://github.com/stoplightio) / [spectral](https://github.com/stoplightio/spectral) | 2151 | +|   [Checkmk](https://github.com/Checkmk) / [checkmk](https://github.com/Checkmk/checkmk) | 1226 | +|   [rilldata](https://github.com/rilldata) / [rill](https://github.com/rilldata/rill) | 1147 | +|   [trailheadapps](https://github.com/trailheadapps) / [ebikes-lwc](https://github.com/trailheadapps/ebikes-lwc) | 725 | +|   [secretlint](https://github.com/secretlint) / [secretlint](https://github.com/secretlint/secretlint) | 662 | +|   [lichess-org](https://github.com/lichess-org) / [api](https://github.com/lichess-org/api) | 386 | +|   [scionproto](https://github.com/scionproto) / [scion](https://github.com/scionproto/scion) | 331 | +|   [OlympusDAO](https://github.com/OlympusDAO) / [olympus-frontend](https://github.com/OlympusDAO/olympus-frontend) | 285 | +|   [paypal](https://github.com/paypal) / [paypal-js](https://github.com/paypal/paypal-js) | 195 | +|   [jsdelivr](https://github.com/jsdelivr) / [data.jsdelivr.com](https://github.com/jsdelivr/data.jsdelivr.com) | 192 | +|   [jsdelivr](https://github.com/jsdelivr) / [globalping](https://github.com/jsdelivr/globalping) | 188 | +|   [nvuillam](https://github.com/nvuillam) / [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | 173 | +|   [asyncapi](https://github.com/asyncapi) / [cli](https://github.com/asyncapi/cli) | 155 | +|   [jfoclpf](https://github.com/jfoclpf) / [geoapi.pt](https://github.com/jfoclpf/geoapi.pt) | 126 | +|   [airbytehq](https://github.com/airbytehq) / [airbyte-platform](https://github.com/airbytehq/airbyte-platform) | 124 | +|   [nix-community](https://github.com/nix-community) / [nur-combined](https://github.com/nix-community/nur-combined) | 99 | +|   [navtrack](https://github.com/navtrack) / [navtrack](https://github.com/navtrack/navtrack) | 83 | +|   [Southclaws](https://github.com/Southclaws) / [storyden](https://github.com/Southclaws/storyden) | 65 | +|   [nvuillam](https://github.com/nvuillam) / [vscode-groovy-lint](https://github.com/nvuillam/vscode-groovy-lint) | 65 | +|   [stac-utils](https://github.com/stac-utils) / [stac-server](https://github.com/stac-utils/stac-server) | 62 | +|   [asyncapi](https://github.com/asyncapi) / [html-template](https://github.com/asyncapi/html-template) | 51 | +|   [salesforce](https://github.com/salesforce) / [utam-js-recipes](https://github.com/salesforce/utam-js-recipes) | 41 | +|   [Oriflame](https://github.com/Oriflame) / [backstage-plugins](https://github.com/Oriflame/backstage-plugins) | 35 | +|   [soundchaser128](https://github.com/soundchaser128) / [clip-mash](https://github.com/soundchaser128/clip-mash) | 35 | +|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-bevragen](https://github.com/BRP-API/Haal-Centraal-BRP-bevragen) | 30 | +|   [forem](https://github.com/forem) / [forem-docs](https://github.com/forem/forem-docs) | 24 | +|   [baloise-incubator](https://github.com/baloise-incubator) / [spectral-ruleset](https://github.com/baloise-incubator/spectral-ruleset) | 21 | +|   [EvgenyParomov](https://github.com/EvgenyParomov) / [block-list](https://github.com/EvgenyParomov/block-list) | 21 | +|   [asyncapi](https://github.com/asyncapi) / [markdown-template](https://github.com/asyncapi/markdown-template) | 21 | +|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-BRK-bevragen](https://github.com/VNG-Realisatie/Haal-Centraal-BRK-bevragen) | 18 | +|   [Fintan-contents](https://github.com/Fintan-contents) / [mobile-app-crib-notes](https://github.com/Fintan-contents/mobile-app-crib-notes) | 14 | +|   [eightcard](https://github.com/eightcard) / [openapi-to-normalizr](https://github.com/eightcard/openapi-to-normalizr) | 14 | +|   [jmlue42](https://github.com/jmlue42) / [spectral-jsonapi-ruleset](https://github.com/jmlue42/spectral-jsonapi-ruleset) | 12 | +|   [AxisCommunications](https://github.com/AxisCommunications) / [backstage-plugins](https://github.com/AxisCommunications/backstage-plugins) | 8 | +|   [danicc097](https://github.com/danicc097) / [openapi-go-gin-postgres-sqlc](https://github.com/danicc097/openapi-go-gin-postgres-sqlc) | 8 | +|   [melloware](https://github.com/melloware) / [quarkus-primereact](https://github.com/melloware/quarkus-primereact) | 8 | +|   [tegonal](https://github.com/tegonal) / [lasius](https://github.com/tegonal/lasius) | 8 | +|   [oasisprotocol](https://github.com/oasisprotocol) / [explorer](https://github.com/oasisprotocol/explorer) | 7 | +|   [qase-tms](https://github.com/qase-tms) / [specs](https://github.com/qase-tms/specs) | 6 | +|   [ByteCrumb](https://github.com/ByteCrumb) / [Umbraco.Community.DeliveryApiExtensions](https://github.com/ByteCrumb/Umbraco.Community.DeliveryApiExtensions) | 6 | +|   [decentraland](https://github.com/decentraland) / [catalyst-api-specs](https://github.com/decentraland/catalyst-api-specs) | 6 | +|   [felipe-bergamaschi](https://github.com/felipe-bergamaschi) / [swagger-auto-integration](https://github.com/felipe-bergamaschi/swagger-auto-integration) | 6 | +|   [isaac545454](https://github.com/isaac545454) / [react-utils](https://github.com/isaac545454/react-utils) | 6 | +|   [navikt](https://github.com/navikt) / [sosialhjelp-soknad](https://github.com/navikt/sosialhjelp-soknad) | 5 | +|   [one-zero-eight](https://github.com/one-zero-eight) / [InNoHassle-Website](https://github.com/one-zero-eight/InNoHassle-Website) | 5 | +|   [snacker-tracker](https://github.com/snacker-tracker) / [reporter](https://github.com/snacker-tracker/reporter) | 5 | +|   [lasconic](https://github.com/lasconic) / [openapi-finary](https://github.com/lasconic/openapi-finary) | 5 | +|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-BAG-bevragen](https://github.com/VNG-Realisatie/Haal-Centraal-BAG-bevragen) | 5 | +|   [docupike](https://github.com/docupike) / [docs](https://github.com/docupike/docs) | 5 | +|   [vorillaz](https://github.com/vorillaz) / [react-openapi-swr](https://github.com/vorillaz/react-openapi-swr) | 4 | +|   [dalisoft](https://github.com/dalisoft) / [airlight](https://github.com/dalisoft/airlight) | 4 | +|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-Reisdocumenten-bevragen](https://github.com/BRP-API/Haal-Centraal-Reisdocumenten-bevragen) | 3 | +|   [waanlabs](https://github.com/waanlabs) / [gitcoffee](https://github.com/waanlabs/gitcoffee) | 3 | +|   [Vizzuality](https://github.com/Vizzuality) / [skytruth-30x30](https://github.com/Vizzuality/skytruth-30x30) | 3 | +|   [hackworthltd](https://github.com/hackworthltd) / [primer-app](https://github.com/hackworthltd/primer-app) | 3 | +|   [ndruger](https://github.com/ndruger) / [development_tool_test](https://github.com/ndruger/development_tool_test) | 3 | +|   [svierk](https://github.com/svierk) / [salesforce-utam-e2e-testing](https://github.com/svierk/salesforce-utam-e2e-testing) | 3 | +|   [miles-w-3](https://github.com/miles-w-3) / [web-dev-final-project](https://github.com/miles-w-3/web-dev-final-project) | 2 | +|   [eai04191](https://github.com/eai04191) / [resonite-api-spec](https://github.com/eai04191/resonite-api-spec) | 2 | +|   [duynghiadev](https://github.com/duynghiadev) / [Learn-Code-Youtube](https://github.com/duynghiadev/Learn-Code-Youtube) | 2 | +|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-historie-bevragen](https://github.com/BRP-API/Haal-Centraal-BRP-historie-bevragen) | 2 | +|   [ABoyWithALaptop](https://github.com/ABoyWithALaptop) / [code-review-chatGPT-sadTeam](https://github.com/ABoyWithALaptop/code-review-chatGPT-sadTeam) | 2 | +|   [AssemblyAI](https://github.com/AssemblyAI) / [assemblyai-api-spec](https://github.com/AssemblyAI/assemblyai-api-spec) | 2 | +|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-bewoning](https://github.com/BRP-API/Haal-Centraal-BRP-bewoning) | 2 | +|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-common](https://github.com/VNG-Realisatie/Haal-Centraal-common) | 2 | +|   [aboe026](https://github.com/aboe026) / [software-update-checker](https://github.com/aboe026/software-update-checker) | 2 | +|   [koooge](https://github.com/koooge) / [redash-api-doc](https://github.com/koooge/redash-api-doc) | 1 | +|   [OpenCSGs](https://github.com/OpenCSGs) / [gitea](https://github.com/OpenCSGs/gitea) | 1 | +|   [RBC](https://github.com/RBC) / [backstage](https://github.com/RBC/backstage) | 1 | +|   [Pavel-Sulimau](https://github.com/Pavel-Sulimau) / [open_api_playground](https://github.com/Pavel-Sulimau/open_api_playground) | 1 | +|   [DavidZbarsky-at](https://github.com/DavidZbarsky-at) / [nodejs-repro](https://github.com/DavidZbarsky-at/nodejs-repro) | 1 | +|   [lishogi-org](https://github.com/lishogi-org) / [api](https://github.com/lishogi-org/api) | 1 | +|   [navikt](https://github.com/navikt) / [sosialhjelp-innsyn](https://github.com/navikt/sosialhjelp-innsyn) | 1 | +|   [Moaaz-Adel](https://github.com/Moaaz-Adel) / [automation-exercise-cypress](https://github.com/Moaaz-Adel/automation-exercise-cypress) | 1 | +|   [EugeniBykovski](https://github.com/EugeniBykovski) / [blocker-host-client](https://github.com/EugeniBykovski/blocker-host-client) | 1 | +|   [fsf-silva-ferreira](https://github.com/fsf-silva-ferreira) / [salesforce-practice](https://github.com/fsf-silva-ferreira/salesforce-practice) | 1 | +|   [beingofexistence13](https://github.com/beingofexistence13) / [mediaflow](https://github.com/beingofexistence13/mediaflow) | 1 | +|   [SmartBear-DevRel](https://github.com/SmartBear-DevRel) / [webinar-security-by-design](https://github.com/SmartBear-DevRel/webinar-security-by-design) | 1 | +|   [stac-api-extensions](https://github.com/stac-api-extensions) / [filter](https://github.com/stac-api-extensions/filter) | 1 | +|   [flussonic](https://github.com/flussonic) / [openapi-demo](https://github.com/flussonic/openapi-demo) | 1 | +|   [jamalsoueidan](https://github.com/jamalsoueidan) / [booking-api](https://github.com/jamalsoueidan/booking-api) | 1 | +|   [govuk-one-login](https://github.com/govuk-one-login) / [account-interventions-service](https://github.com/govuk-one-login/account-interventions-service) | 1 | +|   [Vizzuality](https://github.com/Vizzuality) / [cms-scaffold](https://github.com/Vizzuality/cms-scaffold) | 1 | +|   [365614269](https://github.com/365614269) / [CNCF-Incubating](https://github.com/365614269/CNCF-Incubating) | 1 | +|   [twynb](https://github.com/twynb) / [AudioStreamSplitting](https://github.com/twynb/AudioStreamSplitting) | 1 | +|   [mgansler](https://github.com/mgansler) / [plusone](https://github.com/mgansler/plusone) | 1 | +|   [braze-community](https://github.com/braze-community) / [braze-specification](https://github.com/braze-community/braze-specification) | 1 | +|   [VNG-Realisatie](https://github.com/VNG-Realisatie) / [Haal-Centraal-BRK-event-sourcing](https://github.com/VNG-Realisatie/Haal-Centraal-BRK-event-sourcing) | 1 | +|   [puni9869](https://github.com/puni9869) / [gitea](https://github.com/puni9869/gitea) | 1 | +|   [jdschleicher](https://github.com/jdschleicher) / [demo-dreamhouse-lwc-shift-left](https://github.com/jdschleicher/demo-dreamhouse-lwc-shift-left) | 1 | +|   [mydeveloperday](https://github.com/mydeveloperday) / [npm-audit-sarif](https://github.com/mydeveloperday/npm-audit-sarif) | 1 | +|   [jasonsjones](https://github.com/jasonsjones) / [lwr-sandbox](https://github.com/jasonsjones/lwr-sandbox) | 1 | +|   [swfz](https://github.com/swfz) / [git-hooks](https://github.com/swfz/git-hooks) | 1 | +|   [pedrosalpr](https://github.com/pedrosalpr) / [pedrosa-payments](https://github.com/pedrosalpr/pedrosa-payments) | 0 | +|   [McGivneyC](https://github.com/McGivneyC) / [Packaging](https://github.com/McGivneyC/Packaging) | 0 | +|   [lilpulgo772](https://github.com/lilpulgo772) / [codeberg](https://github.com/lilpulgo772/codeberg) | 0 | +|   [Emilm76](https://github.com/Emilm76) / [block-list-client](https://github.com/Emilm76/block-list-client) | 0 | +|   [viceice](https://github.com/viceice) / [gitea](https://github.com/viceice/gitea) | 0 | +|   [alderwhiteford](https://github.com/alderwhiteford) / [CS4530-Module-5](https://github.com/alderwhiteford/CS4530-Module-5) | 0 | +|   [jagiya-dev](https://github.com/jagiya-dev) / [client](https://github.com/jagiya-dev/client) | 0 | +|   [BRP-API](https://github.com/BRP-API) / [brp-shared](https://github.com/BRP-API/brp-shared) | 0 | +|   [contract-first-idp](https://github.com/contract-first-idp) / [spectral-image](https://github.com/contract-first-idp/spectral-image) | 0 | +|   [ChanEddyW](https://github.com/ChanEddyW) / [ebikes-lwc](https://github.com/ChanEddyW/ebikes-lwc) | 0 | +|   [andrewthauer](https://github.com/andrewthauer) / [backstage](https://github.com/andrewthauer/backstage) | 0 | +|   [alderwhiteford](https://github.com/alderwhiteford) / [CS4510-Module-3](https://github.com/alderwhiteford/CS4510-Module-3) | 0 | +|   [IsraelBoka](https://github.com/IsraelBoka) / [airbyte-engeem](https://github.com/IsraelBoka/airbyte-engeem) | 0 | +|   [anshitasaini](https://github.com/anshitasaini) / [offload](https://github.com/anshitasaini/offload) | 0 | +|   [flaviostutz](https://github.com/flaviostutz) / [wso2apim-sdk](https://github.com/flaviostutz/wso2apim-sdk) | 0 | +|   [flaviostutz](https://github.com/flaviostutz) / [cdk-practical-constructs](https://github.com/flaviostutz/cdk-practical-constructs) | 0 | +|   [assclic19](https://github.com/assclic19) / [airbyte](https://github.com/assclic19/airbyte) | 0 | +|   [JatinPanchal2](https://github.com/JatinPanchal2) / [backstage123](https://github.com/JatinPanchal2/backstage123) | 0 | +|   [tnir](https://github.com/tnir) / [forem-docs](https://github.com/tnir/forem-docs) | 0 | +|   [khulnasoft](https://github.com/khulnasoft) / [shipyard](https://github.com/khulnasoft/shipyard) | 0 | +|   [mesosphere](https://github.com/mesosphere) / [gitea](https://github.com/mesosphere/gitea) | 0 | +|   [ghas-results](https://github.com/ghas-results) / [paypal-js](https://github.com/ghas-results/paypal-js) | 0 | +|   [Matusko](https://github.com/Matusko) / [flea](https://github.com/Matusko/flea) | 0 | +|   [h1-the-swan](https://github.com/h1-the-swan) / [mydiary](https://github.com/h1-the-swan/mydiary) | 0 | +|   [DennisRasey](https://github.com/DennisRasey) / [forgejo](https://github.com/DennisRasey/forgejo) | 0 | +|   [zanzibeer](https://github.com/zanzibeer) / [backstage](https://github.com/zanzibeer/backstage) | 0 | +|   [kyang04](https://github.com/kyang04) / [Collide](https://github.com/kyang04/Collide) | 0 | +|   [barolad](https://github.com/barolad) / [lct-krasnodar-2023-frontend](https://github.com/barolad/lct-krasnodar-2023-frontend) | 0 | +|   [sfdc-seadong](https://github.com/sfdc-seadong) / [DynamicLwcExample](https://github.com/sfdc-seadong/DynamicLwcExample) | 0 | +|   [beAGoodQE](https://github.com/beAGoodQE) / [ebikes-lwc](https://github.com/beAGoodQE/ebikes-lwc) | 0 | +|   [cvent](https://github.com/cvent) / [spectral-bug-example](https://github.com/cvent/spectral-bug-example) | 0 | +|   [encypher-studio](https://github.com/encypher-studio) / [newsware_clients_documentation](https://github.com/encypher-studio/newsware_clients_documentation) | 0 | +|   [akshaychavan7](https://github.com/akshaychavan7) / [Covey.town](https://github.com/akshaychavan7/Covey.town) | 0 | +|   [sanjana2296](https://github.com/sanjana2296) / [TicTacToe](https://github.com/sanjana2296/TicTacToe) | 0 | +|   [VladCherniavsky](https://github.com/VladCherniavsky) / [Health-and-Activity-Recommender](https://github.com/VladCherniavsky/Health-and-Activity-Recommender) | 0 | +|   [abhayruby1019](https://github.com/abhayruby1019) / [backS](https://github.com/abhayruby1019/backS) | 0 | +|   [DmitriyBrewer](https://github.com/DmitriyBrewer) / [gitea-clone](https://github.com/DmitriyBrewer/gitea-clone) | 0 | +|   [DmitriyBrewer](https://github.com/DmitriyBrewer) / [test-clgit](https://github.com/DmitriyBrewer/test-clgit) | 0 | +|   [InTheCloudDan](https://github.com/InTheCloudDan) / [backstage-testing](https://github.com/InTheCloudDan/backstage-testing) | 0 | +|   [ndelucca](https://github.com/ndelucca) / [gitea](https://github.com/ndelucca/gitea) | 0 | +|   [kulp006](https://github.com/kulp006) / [backstage](https://github.com/kulp006/backstage) | 0 | +|   [echoix](https://github.com/echoix) / [npm-groovy-lint](https://github.com/echoix/npm-groovy-lint) | 0 | +|   [VerdanTech](https://github.com/VerdanTech) / [VerdanTech-Frontend](https://github.com/VerdanTech/VerdanTech-Frontend) | 0 | +|   [aryalweb](https://github.com/aryalweb) / [backstage1](https://github.com/aryalweb/backstage1) | 0 | +|   [VisioLab](https://github.com/VisioLab) / [cash-register-api](https://github.com/VisioLab/cash-register-api) | 0 | +|   [RadioAktywne](https://github.com/RadioAktywne) / [website](https://github.com/RadioAktywne/website) | 0 | +|   [WebWorkTruck](https://github.com/WebWorkTruck) / [wt-panel-frontend](https://github.com/WebWorkTruck/wt-panel-frontend) | 0 | +|   [pavelkornev](https://github.com/pavelkornev) / [spectral-example](https://github.com/pavelkornev/spectral-example) | 0 | +|   [dyolfan](https://github.com/dyolfan) / [trading-journal-app_test](https://github.com/dyolfan/trading-journal-app_test) | 0 | +|   [BRP-API](https://github.com/BRP-API) / [Haal-Centraal-BRP-Update-API](https://github.com/BRP-API/Haal-Centraal-BRP-Update-API) | 0 | +|   [mnabeel786](https://github.com/mnabeel786) / [Salesforce-POS](https://github.com/mnabeel786/Salesforce-POS) | 0 | +|   [jsoref](https://github.com/jsoref) / [forgejo-forgejo](https://github.com/jsoref/forgejo-forgejo) | 0 | +|   [Niko-Danilov](https://github.com/Niko-Danilov) / [Kemb](https://github.com/Niko-Danilov/Kemb) | 0 | +|   [vivek-tv-test](https://github.com/vivek-tv-test) / [sample_sf](https://github.com/vivek-tv-test/sample_sf) | 0 | +|   [dedaMazai](https://github.com/dedaMazai) / [browseExtension](https://github.com/dedaMazai/browseExtension) | 0 | +|   [jasonsjones](https://github.com/jasonsjones) / [lwr-project](https://github.com/jasonsjones/lwr-project) | 0 | +|   [industrial-demon](https://github.com/industrial-demon) / [nx-monorepo](https://github.com/industrial-demon/nx-monorepo) | 0 | +|   [dozjul](https://github.com/dozjul) / [gitea](https://github.com/dozjul/gitea) | 0 | +|   [DavidZbarsky-at](https://github.com/DavidZbarsky-at) / [repo-mapping-manifest-repro](https://github.com/DavidZbarsky-at/repo-mapping-manifest-repro) | 0 | +|   [jamalsoueidan](https://github.com/jamalsoueidan) / [booking-store](https://github.com/jamalsoueidan/booking-store) | 0 | +|   [neu-cs4530](https://github.com/neu-cs4530) / [fall23-team-project-group-706](https://github.com/neu-cs4530/fall23-team-project-group-706) | 0 | +|   [k2662](https://github.com/k2662) / [forgejo](https://github.com/k2662/forgejo) | 0 | +|   [ueki-tomohiro](https://github.com/ueki-tomohiro) / [storybook-visual-regression-test](https://github.com/ueki-tomohiro/storybook-visual-regression-test) | 0 | +|   [uncleaar](https://github.com/uncleaar) / [extension](https://github.com/uncleaar/extension) | 0 | +|   [Husan-Negmatullaev](https://github.com/Husan-Negmatullaev) / [block-list-extension](https://github.com/Husan-Negmatullaev/block-list-extension) | 0 | +|   [GuruDevCoder](https://github.com/GuruDevCoder) / [ThinkEasy.cz_Test1](https://github.com/GuruDevCoder/ThinkEasy.cz_Test1) | 0 | +|   [janus-api-idp](https://github.com/janus-api-idp) / [spectral-image](https://github.com/janus-api-idp/spectral-image) | 0 | +|   [3str-webdev](https://github.com/3str-webdev) / [web-block-service-extension](https://github.com/3str-webdev/web-block-service-extension) | 0 | +|   [Djiypyk](https://github.com/Djiypyk) / [block_plugin](https://github.com/Djiypyk/block_plugin) | 0 | +|   [bbusljeta](https://github.com/bbusljeta) / [tanstack-query-demo](https://github.com/bbusljeta/tanstack-query-demo) | 0 | +|   [digitalimplementer](https://github.com/digitalimplementer) / [chrome-ext-Blocker](https://github.com/digitalimplementer/chrome-ext-Blocker) | 0 | +|   [NatureSL](https://github.com/NatureSL) / [test-vite-react-extension](https://github.com/NatureSL/test-vite-react-extension) | 0 | +|   [Lyshka](https://github.com/Lyshka) / [extension-block](https://github.com/Lyshka/extension-block) | 0 | +|   [cibulka](https://github.com/cibulka) / [thinkeasy](https://github.com/cibulka/thinkeasy) | 0 | +|   [AisultanBaltabayev](https://github.com/AisultanBaltabayev) / [chrom-extension-block-list](https://github.com/AisultanBaltabayev/chrom-extension-block-list) | 0 | +|   [Denis-cyber](https://github.com/Denis-cyber) / [block-list](https://github.com/Denis-cyber/block-list) | 0 | +|   [sarvex](https://github.com/sarvex) / [unleash](https://github.com/sarvex/unleash) | 0 | +|   [ratiomark](https://github.com/ratiomark) / [block-list](https://github.com/ratiomark/block-list) | 0 | +|   [MrFus10n](https://github.com/MrFus10n) / [benny-test](https://github.com/MrFus10n/benny-test) | 0 | +|   [bert-bae](https://github.com/bert-bae) / [adventurebot](https://github.com/bert-bae/adventurebot) | 0 | +|   [jauderho](https://github.com/jauderho) / [gitea](https://github.com/jauderho/gitea) | 0 | +|   [Spandana-dara](https://github.com/Spandana-dara) / [Covey-Town](https://github.com/Spandana-dara/Covey-Town) | 0 | +|   [nokken65](https://github.com/nokken65) / [gifmu](https://github.com/nokken65/gifmu) | 0 | +|   [fyargat](https://github.com/fyargat) / [countries_client](https://github.com/fyargat/countries_client) | 0 | +|   [NatureSL](https://github.com/NatureSL) / [test-nextjs-client](https://github.com/NatureSL/test-nextjs-client) | 0 | +|   [ARustamA](https://github.com/ARustamA) / [browser_block_extention](https://github.com/ARustamA/browser_block_extention) | 0 | +|   [cLubber1337](https://github.com/cLubber1337) / [next-fsd](https://github.com/cLubber1337/next-fsd) | 0 | +|   [youliangdao](https://github.com/youliangdao) / [async-values-form](https://github.com/youliangdao/async-values-form) | 0 | +|   [Vadim2308](https://github.com/Vadim2308) / [EasyBlockExtension](https://github.com/Vadim2308/EasyBlockExtension) | 0 | +|   [Vizzuality](https://github.com/Vizzuality) / [ccsa](https://github.com/Vizzuality/ccsa) | 0 | +|   [nachmz42](https://github.com/nachmz42) / [what-is-that-fruit-front](https://github.com/nachmz42/what-is-that-fruit-front) | 0 | +|   [morellodev](https://github.com/morellodev) / [openapi-demo](https://github.com/morellodev/openapi-demo) | 0 | +|   [bert-bae](https://github.com/bert-bae) / [haiku-weather](https://github.com/bert-bae/haiku-weather) | 0 | +|   [andmoredev](https://github.com/andmoredev) / [aws-community-day-mx](https://github.com/andmoredev/aws-community-day-mx) | 0 | +|   [brekys](https://github.com/brekys) / [website-blocker-extension](https://github.com/brekys/website-blocker-extension) | 0 | +|   [MaDKnighT404](https://github.com/MaDKnighT404) / [stop-list-extension](https://github.com/MaDKnighT404/stop-list-extension) | 0 | +|   [RuslanBely](https://github.com/RuslanBely) / [client-block-extension](https://github.com/RuslanBely/client-block-extension) | 0 | +|   [brekys](https://github.com/brekys) / [website-blocker-client](https://github.com/brekys/website-blocker-client) | 0 | +|   [tranduybau](https://github.com/tranduybau) / [df-final-project](https://github.com/tranduybau/df-final-project) | 0 | +|   [iqb-vocabs](https://github.com/iqb-vocabs) / [validate-md-profile](https://github.com/iqb-vocabs/validate-md-profile) | 0 | +|   [Breazzz](https://github.com/Breazzz) / [block-extension](https://github.com/Breazzz/block-extension) | 0 | +|   [tienan92it](https://github.com/tienan92it) / [bookstore-demo](https://github.com/tienan92it/bookstore-demo) | 0 | +|   [felipe-bergamaschi](https://github.com/felipe-bergamaschi) / [gluk](https://github.com/felipe-bergamaschi/gluk) | 0 | +|   [extroblade](https://github.com/extroblade) / [block-websites](https://github.com/extroblade/block-websites) | 0 | +|   [fralomb](https://github.com/fralomb) / [.dotfiles](https://github.com/fralomb/.dotfiles) | 0 | +|   [DezengKong](https://github.com/DezengKong) / [Software-Development-ip2](https://github.com/DezengKong/Software-Development-ip2) | 0 | +|   [yoolinkaa](https://github.com/yoolinkaa) / [Flower](https://github.com/yoolinkaa/Flower) | 0 | +|   [allenYetu211](https://github.com/allenYetu211) / [oin](https://github.com/allenYetu211/oin) | 0 | +|   [dipsaus9](https://github.com/dipsaus9) / [framboos-2023](https://github.com/dipsaus9/framboos-2023) | 0 | +|   [ctrlx-altf4](https://github.com/ctrlx-altf4) / [career-climb](https://github.com/ctrlx-altf4/career-climb) | 0 | +|   [likuny0415](https://github.com/likuny0415) / [activity10](https://github.com/likuny0415/activity10) | 0 | +|   [Vizzuality](https://github.com/Vizzuality) / [ncs-prototyping-network](https://github.com/Vizzuality/ncs-prototyping-network) | 0 | +|   [mikekistler](https://github.com/mikekistler) / [contoso-fiber](https://github.com/mikekistler/contoso-fiber) | 0 | +|   [stac-api-extensions](https://github.com/stac-api-extensions) / [query](https://github.com/stac-api-extensions/query) | 0 | +|   [ws-4020](https://github.com/ws-4020) / [mobile-app-crib-notes](https://github.com/ws-4020/mobile-app-crib-notes) | 0 | +|   [roboticsoutreach](https://github.com/roboticsoutreach) / [pyinv-next-ui](https://github.com/roboticsoutreach/pyinv-next-ui) | 0 | +|   [stac-api-extensions](https://github.com/stac-api-extensions) / [sort](https://github.com/stac-api-extensions/sort) | 0 | +|   [surdarmaputra](https://github.com/surdarmaputra) / [world-clock](https://github.com/surdarmaputra/world-clock) | 0 | +|   [phonghpml](https://github.com/phonghpml) / [my-project](https://github.com/phonghpml/my-project) | 0 | +|   [aboe026](https://github.com/aboe026) / [release-node-project](https://github.com/aboe026/release-node-project) | 0 | +|   [Orcasa-Platform](https://github.com/Orcasa-Platform) / [orcasa](https://github.com/Orcasa-Platform/orcasa) | 0 | +|   [cplprince](https://github.com/cplprince) / [kingdoms](https://github.com/cplprince/kingdoms) | 0 | +|   [felipe-bergamaschi](https://github.com/felipe-bergamaschi) / [elofy](https://github.com/felipe-bergamaschi/elofy) | 0 | +|   [unfoldingWord](https://github.com/unfoldingWord) / [dcs](https://github.com/unfoldingWord/dcs) | 0 | +|   [Vizzuality](https://github.com/Vizzuality) / [tnc-human-rights-tool](https://github.com/Vizzuality/tnc-human-rights-tool) | 0 | +|   [boost-entropy-golang](https://github.com/boost-entropy-golang) / [gitea](https://github.com/boost-entropy-golang/gitea) | 0 | +|   [wieczorekkevin](https://github.com/wieczorekkevin) / [CS490-Directory](https://github.com/wieczorekkevin/CS490-Directory) | 0 | +|   [mesmerlord](https://github.com/mesmerlord) / [freeheat_test](https://github.com/mesmerlord/freeheat_test) | 0 | +|   [likuny0415](https://github.com/likuny0415) / [activity4](https://github.com/likuny0415/activity4) | 0 | +|   [harryzcy](https://github.com/harryzcy) / [gitea](https://github.com/harryzcy/gitea) | 0 | +|   [paveg](https://github.com/paveg) / [valos](https://github.com/paveg/valos) | 0 | +|   [wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf) / [gitea](https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/gitea) | 0 | +|   [KrisKnez](https://github.com/KrisKnez) / [easy-notes-frontend](https://github.com/KrisKnez/easy-notes-frontend) | 0 | +|   [TNorsang](https://github.com/TNorsang) / [TicTacToeLogic](https://github.com/TNorsang/TicTacToeLogic) | 0 | +|   [naresh699](https://github.com/naresh699) / [shoe-app](https://github.com/naresh699/shoe-app) | 0 | +|   [jmratel](https://github.com/jmratel) / [ebikes-demo-brp](https://github.com/jmratel/ebikes-demo-brp) | 0 | +|   [kswatt22](https://github.com/kswatt22) / [EbikeDX](https://github.com/kswatt22/EbikeDX) | 0 | +|   [marcilenne](https://github.com/marcilenne) / [LWCBasics](https://github.com/marcilenne/LWCBasics) | 0 | +|   [sravanthiNetha](https://github.com/sravanthiNetha) / [ebikes](https://github.com/sravanthiNetha/ebikes) | 0 | +|   [kumod1990](https://github.com/kumod1990) / [LWC](https://github.com/kumod1990/LWC) | 0 | +|   [aboe026](https://github.com/aboe026) / [node-update-dependencies](https://github.com/aboe026/node-update-dependencies) | 0 | +|   [a-chandusfdc](https://github.com/a-chandusfdc) / [SFDCPlayground](https://github.com/a-chandusfdc/SFDCPlayground) | 0 | +|   [mydeveloperday](https://github.com/mydeveloperday) / [spectral-sarif](https://github.com/mydeveloperday/spectral-sarif) | 0 | +|   [Sidatii](https://github.com/Sidatii) / [ebikes-lwc](https://github.com/Sidatii/ebikes-lwc) | 0 | +|   [katalon-labs](https://github.com/katalon-labs) / [katalon-chrome-recorder](https://github.com/katalon-labs/katalon-chrome-recorder) | 0 | +|   [mashafrancis](https://github.com/mashafrancis) / [sa-jenkins](https://github.com/mashafrancis/sa-jenkins) | 0 | +|   [schnitz-air](https://github.com/schnitz-air) / [innocent-repo](https://github.com/schnitz-air/innocent-repo) | 0 | +|   [katalon-labs](https://github.com/katalon-labs) / [katalon-recorder-extension](https://github.com/katalon-labs/katalon-recorder-extension) | 0 | +|   [azu](https://github.com/azu) / [secretlint-sarif](https://github.com/azu/secretlint-sarif) | 0 | +|   [k-hal](https://github.com/k-hal) / [secretlint](https://github.com/k-hal/secretlint) | 0 | +|   [aboe026](https://github.com/aboe026) / [data-structures](https://github.com/aboe026/data-structures) | 0 | +|   [aboe026](https://github.com/aboe026) / [shields.io-badge-results](https://github.com/aboe026/shields.io-badge-results) | 0 | +|   [NOUIY](https://github.com/NOUIY) / [npm-groovy-lint](https://github.com/NOUIY/npm-groovy-lint) | 0 | _Generated using [github-dependents-info](https://github.com/nvuillam/github-dependents-info), by [Nicolas Vuillamy](https://github.com/nvuillam)_ \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 56412d7..8afb9df 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,10 +4,10 @@ "target": "es2017", "declaration": true, "rootDir": "./src", - "outDir": "./dist" + "outDir": "./dist", }, "include": ["src/**/*.ts"], "exclude": ["node_modules/**"], "types": ["node"], - "typeRoots": ["node_modules/@types", "src/types"] + "typeRoots": ["node_modules/@types", "src/types"], }