forked from anuraghazra/github-readme-stats
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Merge upstream master #9
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ra#3708) * feat: add `display_bytes` option to top-languages. * docs: add description about display bytes in top-languages * feat: add `stats_format` option instead of `display_bytes` * docs: add description about stats format in top-languages * refactor: rewrite with function to determine display value * docs: add `stats_format`to table of parameter * fix: remove unnecessary decimal part from format of bytes * tests: add tests of stats_format in top-langs card * Update tests/renderTopLanguagesCard.test.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update readme.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * prettier * jsdoc --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update readme.md * Update translations.js --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* Update readme.md * Update translations.js * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * mark as long lang --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…aghazra#4424) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 55.3.0 to 57.0.8. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v55.3.0...v57.0.8) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 57.0.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…) scopes (anuraghazra#4426) * 🔧 Add .env example * 📝 Update README for add the PAT settings * 📝 Add fine-grained PAT documentation * remove .env.example * docs review * toc * more review * Update readme.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Colin-de-Seroux <77831261+Colin-de-Seroux@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
anuraghazra#2107) * add custom year * edit fetcher * add tests * add documentation * Update vercel.json * Update fetchStats.test.js * Update readme.md * Update readme.md Co-authored-by: Rick Staa <rick.staa@outlook.com> * test: fix tests * style: format code * fix: fix commit stats time frame description anuraghazra#1053 This commit makes sure the last year label is shown when `include_all_commits` or `year` is not provided. See anuraghazra#1053 for more information. * resolved merge conflict * Update stats-fetcher.js * resolve comments * Update src/cards/types.d.ts Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com> * Update src/fetchers/stats-fetcher.js Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com> * graphQL year only to commit * change argument name to commits_year * Update readme.md Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com> * Update readme.md Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com> * Update readme.md Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com> * wrap label into function * review * more review * fix test * Update readme.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * docs --------- Co-authored-by: Touch Sungkawichai <talay@10ninox.com> Co-authored-by: Rick Staa <rick.staa@outlook.com> Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add Persian/Farsi (fa) language support This PR adds support for Persian (Farsi) language with ISO 639-1 code `fa`. Translations have been added for all keys in `statCardLocales`, `repoCardLocales`, `langCardLocales`, and `wakatimeCardLocales`. The translations follow the existing style and are compatible with the project's structure. Please test the display of Persian text in the UI to ensure proper rendering. * review * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…ghazra#4429) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…azra#4440) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…4441) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* Add locale th to translations.js * add Locale th to readme.md --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* Update readme.md Added hindi language in available locales. * Update translations.js Added hindi language * prettier * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…nuraghazra#4445) * docs: sort list of available languages alphabetically inside readme * dev --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…during development (anuraghazra#4447) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…uraghazra#4463) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…nuraghazra#4464) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…a#4465) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…raghazra#4452) * Fix: When user doesn't have any PR, it's Merged PRs Percentage is NAN (fixes anuraghazra#4449) * review --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* Improve existing Serbian * Distinguish Cyrillic & Latin Serbian * Use sr for cyrillic Serbian to support backwards compatibility * review --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
) Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.35.0 to 9.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Bumps [eslint](https://github.com/eslint/eslint) from 9.35.0 to 9.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.35.0...v9.36.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…aghazra#4453) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 57.0.8 to 60.1.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v57.0.8...v60.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 60.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…4456) Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.1.6 to 16.2.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.1.6...v16.2.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…zra#4572) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…uraghazra#4573) * refactor: move wrap text multiline function tests into fmt module * lints --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* Fixed Myanmar (my : Burma ) language * Update src/translations.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…azra#4577) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* refactor: move HTTP related code into separate module * dev --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…azra#4579) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* refactor: move logger into separate module * Update api/status/pat-info.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…azra#4580) * Updated Readme.md made the readme header slightly better, doesn't make a huge difference but i think it looks great * review * review * review --------- Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…ghazra#4588) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
….0 (anuraghazra#4567) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@778341a...28e16e8) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…4565) Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.3 to 16.2.4. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.2.3...v16.2.4) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…aghazra#4566) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 60.8.2 to 61.1.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v60.8.2...v61.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 61.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…#4591) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…ghazra#4593) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
…aghazra#4594) Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.