andrew
a596d6a8fa
standardizing gitea action files, attempting to build for arm64, and commenting on all differences.
Push Develop / docker (push) Successful in 1m14s
Sync GitHub / sync (push) Successful in 14s
Push Docker / docker (push) Successful in 58s
2026-06-17 12:13:08 -04:00
andrew
94379d943e
full refactor, moving everything into docker folder, making image on docker hub instead of instructing people to build it themselves, no more dev-dependencies, etc.
2026-06-17 10:04:47 -04:00
andrew
682c126702
Merge branch 'main' into andrew
2026-06-15 19:27:28 -04:00
andrew
bb12eef59c
merge upstream
2026-06-15 19:24:40 -04:00
andrew
5a3ce60099
Merge branch 'main' into andrew
2026-06-15 19:06:18 -04:00
andrew
12216a3a05
adding Gitea workflows to sync to GitHub and push to Docker Hub
2026-06-14 18:38:10 -04:00
andrew
8d0a4aa704
merge upstream
2026-06-14 15:57:17 -04:00
5df91f9bfa
docs: add github action as recommended usage method ( #4716 )
...
* docs: add github action as recommended usage method
Add new github action as recommended usage method now that we are no
longer sponsored by vercel and the hosted endpoint is not available
anymore.
Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com >
Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com >
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
* docs: improve action section
---------
Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com >
Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com >
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2026-01-18 17:20:25 +05:30
andrew
65e00a4e07
Merge branch 'main' into andrew
2026-01-08 07:57:34 -05:00
andrew
08924c997e
merge upstream
2026-01-08 07:56:33 -05:00
8108ba1417
build(deps-dev): Bump @actions/core from 1.11.1 to 2.0.1 ( #4702 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.11.1 to 2.0.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-version: 2.0.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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-21 14:36:28 +02:00
7d8dad0130
build(deps-dev): Bump eslint-plugin-jsdoc from 61.4.2 to 61.5.0 ( #4688 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 61.4.2 to 61.5.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.4.2...v61.5.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 61.5.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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-21 14:29:39 +02:00
a92b817795
build(deps-dev): Bump eslint from 9.39.1 to 9.39.2 ( #4704 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.39.1 to 9.39.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.39.2
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-21 14:28:27 +02:00
903588b300
build(deps-dev): Bump @eslint/js from 9.39.1 to 9.39.2 ( #4703 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.39.1 to 9.39.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.39.2
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-21 14:26:04 +02:00
Ophelia Goldstein and Alexandr Garbuzov
6ade6b4ef1
ci: revert restoring e2e test workflow ( #4709 )
...
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-21 14:23:28 +02:00
696dd6c774
ci: restore e2e test workflow ( #4708 )
...
* ci: restore e2e test workflow
* Update .github/workflows/e2e-test.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-21 13:43:45 +02:00
61b9adbf60
ci(deps): Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 ( #4706 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.9 to 8.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/84ae59a2cdc2258d6fa0732dd66352dddae2a412...98357b18bf14b5342f975ff684046ec3b2a07725 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-19 21:15:47 +02:00
8ee077b14b
ci(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 ( #4705 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/330a01c490aca151604b8cf639adc76d48f6c5d4...b7c566a772e6b6bfb58ed0dc250532a479d7789f )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 6.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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-19 21:14:21 +02:00
a3f234a4c3
ci(deps): Bump actions/setup-node from 6.0.0 to 6.1.0 ( #4689 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/2028fbc5c25fe9cf00d9f06a71cc4710d4507903...395ad3262231945c25e8478fd5baf05154b1d79f )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.1.0
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-19 21:11:16 +02:00
e807e167ef
ci(deps): Bump actions/checkout from 6.0.0 to 6.0.1 ( #4690 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-19 21:08:53 +02:00
8994937bd1
build(deps-dev): Bump express from 5.1.0 to 5.2.1 ( #4670 )
...
Bumps [express](https://github.com/expressjs/express ) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.2.1
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:39:13 +02:00
2c51a67a55
build(deps-dev): Bump eslint-plugin-jsdoc from 61.1.12 to 61.4.1 ( #4656 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 61.1.12 to 61.4.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.12...v61.4.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 61.4.1
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:35:34 +02:00
f8a4a2626b
build(deps-dev): Bump @eslint/eslintrc from 3.3.1 to 3.3.3 ( #4669 )
...
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.3.1...eslintrc-v3.3.3 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
dependency-version: 3.3.3
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:34:09 +02:00
68a8dcbbdb
build(deps-dev): Bump prettier from 3.6.2 to 3.7.3 ( #4668 )
...
* build(deps-dev): Bump prettier from 3.6.2 to 3.7.3
Bumps [prettier](https://github.com/prettier/prettier ) from 3.6.2 to 3.7.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.7.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:32:21 +02:00
e42de59a33
build(deps-dev): Bump lint-staged from 16.2.6 to 16.2.7 ( #4655 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.2.6 to 16.2.7.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.6...v16.2.7 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.2.7
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:26:32 +02:00
5f020e91ec
ci(deps): Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 ( #4654 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.8 to 7.0.9.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/271a8d0340265f705b14b6d32b9829c1cb33d45e...84ae59a2cdc2258d6fa0732dd66352dddae2a412 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 7.0.9
dependency-type: direct:production
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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:24:42 +02:00
7b45628291
ci(deps): Bump actions/checkout from 5.0.0 to 6.0.0 ( #4653 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.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 Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:22:04 +02:00
453f77fd8a
build(deps): Bump glob from 10.4.5 to 10.5.0 ( #4651 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.4.5 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0 )
---
updated-dependencies:
- dependency-name: glob
dependency-version: 10.5.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:19:52 +02:00
24c335f942
build(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 ( #4650 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:18:13 +02:00
daa8ee3ce0
build(deps-dev): Bump express from 5.1.0 to 5.2.0 ( #4667 )
...
Bumps [express](https://github.com/expressjs/express ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.2.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 20:16:22 +02:00
Ophelia Goldstein and Alexandr Garbuzov
e6c560f75e
docs(contributing): remove hacktoberfest notice ( #4686 )
...
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 18:57:24 +02:00
Ophelia Goldstein and Alexandr Garbuzov
2a626d7684
docs(readme): remove hacktoberfest notice ( #4685 )
...
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 18:56:42 +02:00
Ophelia Goldstein and Alexandr Garbuzov
d1a88db5a9
ci: temporary disable e2e tests workflow ( #4684 )
...
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-12-06 18:49:24 +02:00
fizahmad
45973cf12d
docs: fixed typo in "fine-grained token" warning message ( #4652 )
2025-12-03 23:36:11 +01:00
andrew
c6f7365cc6
Merge remote-tracking branch 'mirror/master' into main2
...
# Conflicts:
# express.js
2025-11-24 16:09:31 -05:00
adf2a65dcc
build(deps): Bump axios from 1.13.0 to 1.13.1 ( #4635 )
...
* build(deps): Bump axios from 1.13.0 to 1.13.1
Bumps [axios](https://github.com/axios/axios ) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.13.0...v1.13.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-11-07 18:10:12 +02:00
ec8b25f1cb
build(deps-dev): Bump eslint-plugin-jsdoc from 61.1.9 to 61.1.12 ( #4633 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 61.1.9 to 61.1.12.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.9...v61.1.12 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 61.1.12
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 Garbuzov <qwerty541zxc@gmail.com >
2025-11-07 18:07:28 +02:00
2a552410ff
build(deps-dev): Bump eslint from 9.38.0 to 9.39.0 ( #4632 )
...
* build(deps-dev): Bump eslint from 9.38.0 to 9.39.0
Bumps [eslint](https://github.com/eslint/eslint ) from 9.38.0 to 9.39.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.38.0...v9.39.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.39.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-11-07 18:05:38 +02:00
d1912d0665
build(deps-dev): Bump globals from 16.4.0 to 16.5.0 ( #4634 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.4.0 to 16.5.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.5.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 Garbuzov <qwerty541zxc@gmail.com >
2025-11-07 18:00:40 +02:00
a625dab7db
build(deps-dev): Bump @eslint/js from 9.38.0 to 9.39.0 ( #4636 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.38.0 to 9.39.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.39.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 Garbuzov <qwerty541zxc@gmail.com >
2025-11-07 17:58:28 +02:00
549ed26d72
ci(deps): Bump bahmutov/npm-install from 1.11.1 to 1.11.2 ( #4637 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/4488656f8e90d3c85e3a964db0018dd624f340e7...3e063b974f0d209807684aa23e534b3dde517fd9 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-version: 1.11.2
dependency-type: direct:production
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 Garbuzov <qwerty541zxc@gmail.com >
2025-11-07 17:56:10 +02:00
f744de1f0c
refactor: update languages JSON ( #4630 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-10-31 18:41:11 +02:00
b18d03defd
ci(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 ( #4625 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.2 to 5.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...330a01c490aca151604b8cf639adc76d48f6c5d4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 5.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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-31 18:38:34 +02:00
376b7ac04d
build(deps-dev): bump eslint-plugin-jsdoc from 61.1.5 to 61.1.9 ( #4626 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 61.1.5 to 61.1.9.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.5...v61.1.9 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 61.1.9
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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-31 18:36:28 +02:00
30860b84b1
build(deps): bump axios from 1.12.2 to 1.13.0 ( #4624 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.12.2 to 1.13.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.12.2...v1.13.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.13.0
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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-31 18:34:35 +02:00
2c30941065
build(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 ( #4623 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.2.5 to 16.2.6.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.5...v16.2.6 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.2.6
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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-31 18:32:39 +02:00
8a77b11149
build(deps-dev): bump eslint-plugin-jsdoc from 61.1.2 to 61.1.5 ( #4609 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 61.1.2 to 61.1.5.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.1.2...v61.1.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 61.1.5
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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-24 18:52:42 +03:00
86b0a557aa
build(deps-dev): bump eslint from 9.37.0 to 9.38.0 ( #4612 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.37.0 to 9.38.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.37.0...v9.38.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.38.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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-24 18:47:19 +03:00
12cad0f7e9
build(deps-dev): bump @eslint/js from 9.37.0 to 9.38.0 ( #4610 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.37.0 to 9.38.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.38.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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-24 18:45:07 +03:00
f72f03d873
build(deps-dev): bump lint-staged from 16.2.4 to 16.2.5 ( #4611 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.2.4 to 16.2.5.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.4...v16.2.5 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.2.5
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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-24 18:38:56 +03:00
0a060bab32
ci(deps): bump actions/setup-node from 5.0.0 to 6.0.0 ( #4613 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/a0853c24544627f65ddf259abe73b1d18a591444...2028fbc5c25fe9cf00d9f06a71cc4710d4507903 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.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 Garbuzov <qwerty541zxc@gmail.com >
2025-10-24 18:35:23 +03:00
Alexandr Garbuzov and Alexandr
98ab3d4172
chore: add vscode github actions extension into devcontainer ( #4615 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-22 22:20:20 +03:00
Alexandr Garbuzov and Alexandr
6d90255d05
fix: resolve vscode type errors inside retryer module ( #4614 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-22 21:53:48 +03:00
Alexandr Garbuzov and Alexandr
f023d9e74c
chore: add vscode github actions extension into workspace recommended ( #4608 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-20 20:47:52 +03:00
Alexandr Garbuzov and Alexandr
08d7b25d23
fix: mark Japanese as long locale for stats card ( #4607 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-19 23:52:42 +03:00
Alexandr Garbuzov and Alexandr
79162359c1
chore: enable tscheck inside icons module ( #4606 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-19 23:52:12 +03:00
Alexandr Garbuzov and Alexandr
5de1aa8706
fix: resolve vscode type errors inside I18n class ( #4605 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-19 23:51:42 +03:00
Alexandr Garbuzov and Alexandr
0b21b2b542
chore: enable tscheck inside envs module ( #4603 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-19 21:48:18 +03:00
7a5ac44604
docs(readme): change available envs formatting to the table instead of list ( #4602 )
...
* docs(readme): change available envs formatting to the table instead of list
* dev
* dev
* dev
* dev
* dev
* dev
* dev
* dev
* dev
* dev
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-19 21:47:24 +03:00
Alexandr Garbuzov and Alexandr
570619752f
chore: enable tscheck inside HTTP module ( #4601 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-19 21:34:30 +03:00
Alexandr Garbuzov and Alexandr
74a5648349
fix: mark Hungarian locale as long for stats card ( #4600 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-18 21:31:33 +03:00
Alexandr Garbuzov and Alexandr
237ef65864
ci: add comment with stale theme pr closer workflow disable reason ( #4599 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-18 21:22:23 +03:00
Alexandr Garbuzov and Alexandr
5871c68cff
fix: resolve vscode type errors inside color module ( #4598 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-18 21:21:41 +03:00
Alexandr Garbuzov and Alexandr
81ad1c736f
ci: add comment with preview theme workflow disable reason ( #4597 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-18 21:08:45 +03:00
Alexandr Garbuzov and Alexandr
c9eb6752c5
fix: resolve vscode type errors inside access module ( #4596 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-18 21:07:48 +03:00
Alexandr Garbuzov and Alexandr
a11169e2f1
refactor: move create progress node function into render module ( #4594 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-17 22:57:15 +03:00
Alexandr Garbuzov and Alexandr
f5de29fa67
refactor: move encode HTML function tests into separate module ( #4593 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-17 22:40:48 +03:00
Alexandr Garbuzov and Alexandr
a72d88fd54
fix: resolve vscode type errors inside card class ( #4592 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-17 21:45:43 +03:00
Alexandr Garbuzov and Alexandr
b240a06e7b
refactor: move encode HTML function into separate module ( #4591 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-17 21:26:37 +03:00
af1d8cad6f
build(deps-dev): bump eslint-plugin-jsdoc from 60.8.2 to 61.1.2 ( #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](https://github.com/gajus/eslint-plugin-jsdoc/compare/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 >
2025-10-17 19:56:10 +03:00
351da081cf
build(deps-dev): bump lint-staged from 16.2.3 to 16.2.4 ( #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](https://github.com/lint-staged/lint-staged/compare/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 >
2025-10-17 19:53:55 +03:00
432595e9d7
ci(deps): bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 ( #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](https://github.com/stefanzweifel/git-auto-commit-action/compare/778341af668090896ca464160c2def5d1d1a3eb0...28e16e81777b558cc906c8750092100bbb34c5e3 )
---
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 >
2025-10-17 19:51:45 +03:00
Alexandr Garbuzov and Alexandr
62c43e9f3a
fix: mark Greek as long locale for stats card ( #4589 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-16 23:52:58 +03:00
Alexandr Garbuzov and Alexandr
c43fd65bdd
refactor: move svg rendering related code into separate module ( #4588 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-16 23:44:17 +03:00
Sudhanshu Shukla and Alexandr
33f6276b0b
docs(readme): making main title bigger to improve appearance ( #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 >
2025-10-16 23:29:50 +03:00
Alexandr Garbuzov and Alexandr
516472f17a
tests: implement more test cases for operations ( #4587 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-16 23:08:43 +03:00
Alexandr Garbuzov and Alexandr
93e48939d5
refactor: move operations tests into separate module ( #4586 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-16 20:25:50 +03:00
Alexandr Garbuzov and Alexandr
a97ab2dc7a
fix: resolve vscode type errors inside utils tests ( #4585 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-16 20:18:28 +03:00
Alexandr Garbuzov and Alexandr
dff0cfec58
fix: mark Finnish locale as long for stats card ( #4583 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-15 23:36:50 +03:00
Alexandr Garbuzov and Alexandr
e158f0d27f
refactor: move operations into separate module ( #4582 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-15 23:29:53 +03:00
6d1a5e51bc
refactor: move logger into separate module ( #4581 )
...
* 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 >
2025-10-15 23:03:48 +03:00
Alexandr Garbuzov and Alexandr
bf021b0670
fix: resolve several vscode type errors inside fetchers code ( #4579 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-15 21:51:32 +03:00
Alexandr Garbuzov and Alexandr
2df35521d7
refactor: move HTTP related code into separate module ( #4578 )
...
* refactor: move HTTP related code into separate module
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-15 20:09:34 +03:00
Alexandr Garbuzov and Alexandr
da318a6751
refactor: move long locales const to the top and infer types ( #4577 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-14 23:55:20 +03:00
Alexandr Garbuzov and Alexandr
4e44891844
fix: mark Czech as long locale for stats card ( #4576 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-14 23:33:56 +03:00
306d0a34ce
fix: update Burmese translations ( #4570 )
...
* 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 >
2025-10-14 21:40:15 +03:00
Alexandr Garbuzov and Alexandr
d574feb667
refactor: better naming for kformatter function tests ( #4574 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-14 21:33:07 +03:00
Alexandr Garbuzov and Alexandr
fda29161e8
refactor: move wrap text multiline function tests into fmt module ( #4573 )
...
* refactor: move wrap text multiline function tests into fmt module
* lints
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-14 21:19:54 +03:00
Alexandr Garbuzov and Alexandr
ab53e3052d
refactor: move wrap text multiline function into fmt module ( #4572 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-14 21:11:23 +03:00
Ophelia Goldstein and Alexandr
b9c3bf6251
refactor: move fmt related tests into separate file ( #4569 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-13 23:56:07 +03:00
Ophelia Goldstein and Alexandr
5df2e634e9
refactor: move formatting related code into separate file ( #4568 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-13 23:50:06 +03:00
martin-mfg and Alexandr
c4a59b5afa
refactor: reduce magic numbers inside wakatime card generation code ( #4534 )
...
* refactor magic numbers
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-13 23:36:38 +03:00
Ophelia Goldstein and Alexandr
c1d13eac19
refactor: move color related tests into separate file ( #4564 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-13 20:39:16 +03:00
4143c6dec3
feat: implement number precision parameter for stats card ( #4514 )
...
* Update short number format
Update short number format by adding 2 decimal places instead of 1 for numbers between 1,000 and 9,999
* review
* Update src/common/utils.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* dev
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-13 20:21:28 +03:00
Ophelia Goldstein and Alexandr
7caaa21e73
fix: improve Ukrainian translations ( #4563 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-12 23:39:34 +03:00
Ophelia Goldstein and Alexandr
adbed1ee2f
fix: mark Azerbaijani locale as long for stats card ( #4562 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-12 23:22:51 +03:00
Ophelia Goldstein and Alexandr
d3a7a90bf9
ci: prevent codeql analysis workflow from running in forks ( #4561 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-12 23:15:09 +03:00
Ophelia Goldstein and Alexandr
90955dca00
fix: remove repository link display on missing param errors ( #4560 )
...
* fix: remove repository link display on missing param errors
* fix tests
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-12 23:14:27 +03:00
Ophelia Goldstein and Alexandr
92d6dfa226
fix: resolve vscode type errors in cache utils ( #4559 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-11 22:52:45 +03:00
Ophelia Goldstein and Alexandr
33f0c9153e
fix: resolve vscode errors inside cards svg generation code ( #4558 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-11 22:40:33 +03:00
Ophelia Goldstein and Alexandr
701068b8bc
refactor: move all color related code into separate file ( #4557 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-11 22:07:03 +03:00
Ophelia Goldstein and Alexandr
6a542c870d
fix: resolve vscode errors inside colors related code ( #4556 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-11 21:30:08 +03:00
Ophelia Goldstein and Alexandr
0849165c6e
fix: resolve vscode type errors in API endpoints files ( #4555 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-11 20:57:00 +03:00
6d6b87c359
build(deps-dev): bump jest from 29.7.0 to 30.2.0 ( #4524 )
...
* build(deps-dev): bump jest from 29.7.0 to 30.2.0
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 29.7.0 to 30.2.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.2.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* migration
---------
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 >
2025-10-10 19:20:14 +03:00
3d3786dad9
build(deps-dev): bump @testing-library/jest-dom from 6.8.0 to 6.9.1 ( #4525 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.8.0 to 6.9.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.8.0...v6.9.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-version: 6.9.1
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 >
2025-10-10 19:02:59 +03:00
b507f55ecd
build(deps): bump dotenv from 17.2.2 to 17.2.3 ( #4526 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 17.2.2 to 17.2.3.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v17.2.2...v17.2.3 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.2.3
dependency-type: direct:production
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 >
2025-10-10 19:00:15 +03:00
16e5bb5b19
build(deps-dev): bump eslint-plugin-jsdoc from 60.7.1 to 60.8.2 ( #4527 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 60.7.1 to 60.8.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v60.7.1...v60.8.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 60.8.2
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 >
2025-10-10 18:57:32 +03:00
9648e8c67b
build(deps-dev): bump eslint from 9.36.0 to 9.37.0 ( #4523 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.36.0 to 9.37.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/compare/v9.36.0...v9.37.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.37.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 >
2025-10-10 18:54:45 +03:00
3fd9ce0778
build(deps-dev): bump @eslint/js from 9.36.0 to 9.37.0 ( #4521 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.36.0 to 9.37.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.37.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 >
2025-10-10 18:52:01 +03:00
99b95fbc95
ci(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 ( #4520 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/05b42c624433fc40578a4040d5cf5e36ddca8cde...4eaacf0543bb3f2c246792bd56e8cdeffafb205a )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.3
dependency-type: direct:production
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 >
2025-10-10 18:48:59 +03:00
Ophelia Goldstein and Alexandr
b164ecebda
refactor: move errors related code into separate file ( #4554 )
...
* refactor: move errors related code into separate file
* jsdoc
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-09 22:31:46 +03:00
Ophelia Goldstein and Alexandr
f6e5d507ad
docs(readme): use same markdown syntax for lists across all file and remove redundant indentations ( #4553 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-09 21:13:20 +03:00
Ophelia Goldstein and Alexandr
7b0b366781
docs(readme): add missing info about wakatime card default cache timing ( #4552 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-09 21:12:25 +03:00
0afa6c4e78
refactor: reorganize cache TTL constants ( #4550 )
...
* refactor: reorganize cache TTL constants
* Update tests/wakatime.test.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 >
2025-10-09 03:41:02 +03:00
Ophelia Goldstein and Alexandr
3c22841a82
docs(contributing): remove redundant backslashes ( #4549 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-09 00:34:24 +03:00
Ophelia Goldstein and Alexandr
b3995211fe
docs(readme): remove redundant backslashes ( #4548 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-09 00:33:40 +03:00
Ophelia Goldstein and Alexandr
abda6d3663
docs(readme): add warning that custom title value should be URL encoded ( #4547 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-08 23:29:39 +03:00
Ophelia Goldstein and Alexandr
756a601079
docs(readme): add warning about required redeploy after changing environment variables to apply updates ( #4546 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-08 20:47:30 +03:00
4ce7b8bb66
docs(contributing): add note about NODE_ENV variable to disable caching for local development ( #4545 )
...
* docs(contributing): add note about NOTE_ENV variable to disable caching for local development
* Update CONTRIBUTING.md
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 >
2025-10-08 20:46:08 +03:00
Ophelia Goldstein and Alexandr
4f0aadcbcf
docs(readme): update information about CACHE_SECONDS environment variable ( #4544 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-08 02:27:20 +03:00
Ophelia Goldstein and Alexandr
956d6deded
feat: disable caching when NODE_ENV is development ( #4543 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-08 02:12:28 +03:00
Ophelia Goldstein and Alexandr
879463b14e
refactor: organize imports inside tests files ( #4542 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-08 01:58:06 +03:00
Ophelia Goldstein and Alexandr
12caf46c6d
fix: remove duplicate jest globals imports inside tests files ( #4541 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-08 01:42:04 +03:00
Ophelia Goldstein and Alexandr
e9cc6c0556
chore: configure tab size for javascript in vscode settings ( #4540 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-08 01:27:15 +03:00
e8e5cf86fb
feat: disable cache with proper headers when CACHE_SECONDS env is zero ( #4539 )
...
* feat: disable cache with proper headers when CACHE_SECONDS env is zero
* Update src/common/cache.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 >
2025-10-08 01:19:54 +03:00
Ophelia Goldstein and Alexandr
66764616fa
fix: ensure top langs error card dont ignore customization options ( #4538 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-07 23:32:56 +03:00
e9d0e8fd17
refactor: named arguments for render error function ( #4537 )
...
* refactor: named arguments for render error function
* Update tests/api.test.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 >
2025-10-07 23:21:18 +03:00
Ophelia Goldstein and Alexandr
f7920901b6
refactor: improve cache control headers formatting ( #4536 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-07 22:44:33 +03:00
195e2fc72d
refactor: move access guards logic into reusable functions ( #4535 )
...
* refactor: move access guards logic into reusable functions
* Update src/common/access.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 >
2025-10-07 21:13:13 +03:00
Alexandr Garbuzov and Alexandr
09627ce715
refactor: move cache headers logic into reusable functions ( #4533 )
...
* refactor: move cache headers logic into reusable functions
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-07 00:13:21 +03:00
Alexandr Garbuzov and Alexandr
ade7d53653
refactor: move cache seconds calculation logic into reusable function ( #4532 )
...
* refactor: move cache seconds calculation logic into reusable function
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-06 23:32:47 +03:00
fde13639aa
docs(readme): add description of FETCH_MULTI_PAGE_STARS environment variable ( #4531 )
...
* docs(readme): add description of FETCH_MULTI_PAGE_STARS environment variable
* Update readme.md
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 >
2025-10-06 22:04:06 +03:00
Alexandr Garbuzov and Alexandr
e5f40eb09c
fix: prevent items overlap by making swahili translation shorter for stats card commits ( #4530 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-06 22:02:00 +03:00
Alexandr Garbuzov and Alexandr
f5b1ffa5e3
refactor: move all envs related code into separate file ( #4529 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-06 21:32:23 +03:00
Alexandr Garbuzov and Alexandr
24b1df0d28
fix: mark Swahili language as long for stats card ( #4528 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-06 21:31:10 +03:00
Bear_03 and Alexandr
a697215f8e
feat: add support for EXCLUDE_REPO env variable ( #1299 )
...
* Add support for EXCLUDE_REPO env variable
* review
* docs
* refactor
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-05 23:49:17 +03:00
martin-mfg and Alexandr
39b93b57c8
feat: wakatime card width customization ( #4458 )
...
* add card_width to wakatime card
* better handling of card_width in wakatime card
* move default card_width for wakatime card, add to readme
* review
* review
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-05 23:03:25 +03:00
Alexandr Garbuzov and Alexandr
361e8279cc
chore: enable dependabot updates for devcontainer ( #4519 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-05 21:22:46 +03:00
Alexandr Garbuzov and Alexandr
41317e848e
fix: mark Tamil as long language for stats card ( #4518 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-05 21:22:05 +03:00
Alexandr Garbuzov and Alexandr
f5de3eb918
docs(contributing): update notice about hacktoberfest ( #4517 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-05 21:21:26 +03:00
Alexandr Garbuzov and Alexandr
3456ceb4b4
docs(readme): update notice about hacktoberfest ( #4516 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-05 21:20:52 +03:00
Alexandr Garbuzov and Alexandr
9abfce8ca0
chore: remove package lock from vercelignore to prevent discrepancies between dev and prod envs ( #4513 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 22:00:08 +03:00
Alexandr Garbuzov and Alexandr
e09f69c82b
chore: enable ts-check for bench tests utils ( #4512 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 21:59:30 +03:00
arjav007 and Alexandr
2641d69331
feat: add Sanskrit translations ( #4503 )
...
* feat: add Sanskrit translations
* revert
* revert
* docs
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 21:49:18 +03:00
Dhia Shams and Alexandr
7b7f78127f
feat: add Tamil translations ( #4504 )
...
* Corrections in malayalam translation
* Added tamil translations
* Added tamil to readme file
* review
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 21:32:50 +03:00
9f3223fb35
feat: add Swahili translations ( #3911 )
...
* Update translations.js
added the swahili translation
* dev
* docs
* 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 >
2025-10-04 21:19:19 +03:00
Alexandr Garbuzov and Alexandr
35485384e0
build(deps): remove unused upgrade dependency ( #4509 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 19:02:39 +03:00
Alexandr Garbuzov and Alexandr
ba9406e84c
chore: add comment with issue link to the retryer rate limit detection logic ( #4508 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 19:01:58 +03:00
Alexandr Garbuzov and Alexandr
3ce1fd74ae
docs(readme): update string about express inside the section about deploy on other platforms ( #4507 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 18:30:17 +03:00
Alexandr Garbuzov and Alexandr
bfa895d2e7
docs(contributing): add notice about hacktoberfest ( #4506 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-04 18:29:04 +03:00
a8dd06537f
refactor: update languages JSON ( #4487 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-03 18:55:41 +03:00
29560fe856
build(deps-dev): bump eslint-plugin-jsdoc from 60.1.1 to 60.5.0 ( #4478 )
...
* build(deps-dev): bump eslint-plugin-jsdoc from 60.1.1 to 60.5.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 60.1.1 to 60.5.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v60.1.1...v60.5.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 60.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
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 >
2025-10-03 18:50:31 +03:00
811f4582ee
build(deps-dev): bump jest-environment-jsdom from 30.1.2 to 30.2.0 ( #4479 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 30.1.2 to 30.2.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.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 >
2025-10-03 18:46:36 +03:00
cacc32a2cb
build(deps-dev): bump lint-staged from 16.2.0 to 16.2.3 ( #4472 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.2.0 to 16.2.3.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.0...v16.2.3 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.2.3
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 >
2025-10-03 18:43:40 +03:00
0e3056243e
ci(deps): bump bahmutov/npm-install from 1.11.0 to 1.11.1 ( #4474 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f...4488656f8e90d3c85e3a964db0018dd624f340e7 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-version: 1.11.1
dependency-type: direct:production
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 >
2025-10-03 18:40:36 +03:00
Ophelia Goldstein and Alexandr
98412a1c73
build(deps-dev): add express for testing custom deployment issues ( #4502 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-02 21:56:48 +03:00
Ophelia Goldstein and Alexandr
b25904c123
chore: improve bench tests utils jsdoc readability ( #4501 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-02 21:35:18 +03:00
Ophelia Goldstein and Alexandr
5031e32781
fix: make Bulgarian total commits translation shorter to prevent items overlapping ( #4500 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-02 20:54:44 +03:00
Ophelia Goldstein and Alexandr
e0d573e91b
chore: add more entries into vercelignore ( #4499 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-02 20:39:31 +03:00
Ophelia Goldstein and Alexandr
02cf32ce22
docs(readme): fix environment variables link inside common options section ( #4494 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-01 23:57:29 +03:00
Ophelia Goldstein and Alexandr
a38ff1003e
fix: mark Bulgarian language as long for stats card ( #4493 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-01 23:52:56 +03:00
Ophelia Goldstein and Alexandr
aac573569f
docs(readme): fix deploy vercel instance link inside important notice ( #4492 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-01 23:48:41 +03:00
Dhia Shams and Alexandr
8e8a15ba63
fix: update Malayalam translations ( #4490 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-01 23:40:26 +03:00
df8f7a6cef
fix: update Hindi translations ( #4488 )
...
* Fixed the trans in Hindi
* 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 >
* review
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-01 23:35:45 +03:00
ca3c5d5641
feat: add Bulgarian translations ( #3987 )
...
* Update translations.js
Added Bulgarian language translation
* Sorted languages alphabetically in translations.js
* docs
---------
Co-authored-by: mastersho <116218303+mastersho@users.noreply.github.com >
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-01 23:17:57 +03:00
c689c516f0
feat: add Urdu translations ( #3958 )
...
* Update translations.js for Urdu language
I've added the translations for Urdu language for stats cards.
* docs
---------
Co-authored-by: MD SARFARAZ <159709636+LearnWithNewton@users.noreply.github.com >
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-01 22:56:59 +03:00
ed942e846c
feat: update express.js to support containerized deployments + replicate the behaviour of the vercel app ( #4345 )
...
* Update express.js
This will help with containerized deployments and it replicates the behaviour of the vercel app
* Update express.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 >
2025-10-01 22:41:08 +03:00
0d60641b7c
tests: use custom benchmarking solution instead of outdated jest-bench package ( #4468 )
...
* Remove jest-bench dependency and use custom solutions
* review
* Update tests/bench/calculateRank.bench.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 >
2025-10-01 22:20:32 +03:00
Ophelia Goldstein and Alexandr
651de3afe4
docs(readme): add notice about hacktoberfest ( #4491 )
...
* docs(readme): add notice about hacktoberfest
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-10-01 20:19:27 +03:00
e466ada34e
feat: add Hebrew translations ( #3957 )
...
* Added Hebrew
* docs
* 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 >
2025-09-30 23:43:58 +03:00
Ophelia Goldstein and Alexandr
d286fa39be
fix: mark Filipino langiage as long for stats card ( #4486 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-30 23:10:14 +03:00
18c808afcf
feat: add Filipino translations ( #3800 )
...
* Update translations.js
Added translations. Filipino Languages which is main language that Philippines used.
* Update translations.js
Added translations. Filipino language which is the main language
of Philippines. Added translations in translations.js
* Update translations.js
* docs
* 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 >
2025-09-30 23:01:52 +03:00
Ophelia Goldstein and Alexandr
c6380b7f88
docs(readme): add warning about new wakatime accounts ( #4485 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-30 22:45:46 +03:00
Ophelia Goldstein and Alexandr
e9bf75e915
docs(readme): update wording since token scopes is not about stats card only ( #4484 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-30 22:44:57 +03:00
Ophelia Goldstein and Alexandr
b118aee08c
docs(readme): enhance the description of deploy first steps section ( #4483 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-30 21:59:33 +03:00
Ophelia Goldstein and Alexandr
bce273dcad
docs(readme): remove redundant steps words from tokens retrieval guides ( #4476 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-29 23:59:16 +03:00
b246514379
docs(readme): fix stats card options table markdown syntax ( #4475 )
...
* docs(readme): fix stats card options table markdown syntax
* Update readme.md
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 >
2025-09-29 23:54:33 +03:00
4c30073ed9
feat: add Catalan translations ( #4134 )
...
* Update translations.js
Catalan translation added
* 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 >
2025-09-29 23:46:10 +03:00
Ophelia Goldstein and Alexandr
1b579cda01
chore: add more folders into vercelignore ( #4473 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-29 23:16:09 +03:00
Ophelia Goldstein and Alexandr
fd15fcebf7
chore: remove redundant gitattributes file ( #4471 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-29 21:59:32 +03:00
3131cf7fc5
ci(deps): bump bahmutov/npm-install from 1.10.10 to 1.11.0 ( #4457 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.10 to 1.11.0.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/3714964fb879ebbbc108e167f0f3a0c81ec075c9...e5fe105da2400070b5345aeb71fcb1ef5d4b2d1f )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-version: 1.11.0
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 >
2025-09-26 18:51:55 +03:00
31f34d9f52
build(deps-dev): bump lint-staged from 16.1.6 to 16.2.0 ( #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](https://github.com/lint-staged/lint-staged/compare/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 >
2025-09-26 18:48:50 +03:00
8d0d044517
build(deps-dev): bump eslint-plugin-jsdoc from 57.0.8 to 60.1.1 ( #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](https://github.com/gajus/eslint-plugin-jsdoc/compare/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 >
2025-09-26 18:45:15 +03:00
d34a7068e7
build(deps-dev): bump eslint from 9.35.0 to 9.36.0 ( #4455 )
...
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](https://github.com/eslint/eslint/compare/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 >
2025-09-26 18:42:23 +03:00
a298e1cd41
build(deps-dev): bump @eslint/js from 9.35.0 to 9.36.0 ( #4454 )
...
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 >
2025-09-26 18:39:23 +03:00
Radoš Milićev and Alexandr
c81f3eb92d
feat: add Serbian (Latin) translations ( #4448 )
...
* Improve existing Serbian
* Distinguish Cyrillic & Latin Serbian
* Use sr for cyrillic Serbian to support backwards compatibility
* review
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-24 23:21:26 +03:00
Mohd Amir and Alexandr
4f17194684
fix: display correct data when user don't have any pull requests ( #4452 )
...
* Fix: When user doesn't have any PR, it's Merged PRs Percentage is NAN (fixes #4449 )
* review
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-24 22:55:49 +03:00
Ophelia Goldstein and Alexandr
be0dba8986
ci: update message in theme pull requests closer workflow ( #4465 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-24 21:31:53 +03:00
Ophelia Goldstein and Alexandr
3dd8095d5c
ci: set proper trigger event for theme pull requests closer workflow ( #4464 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-24 21:30:02 +03:00
Ophelia Goldstein and Alexandr
4859cc7689
ci: restrict repositories for theme pull requests closer workflow ( #4463 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-24 21:28:44 +03:00
Ophelia Goldstein and Alexandr
42130f1f96
fix: mark Portuguese locale as long for stats card ( #4451 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-19 22:40:40 +03:00
Ophelia Goldstein and Alexandr
51664ce7fa
tests(e2e): fix gist description ( #4450 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-19 22:37:29 +03:00
Ophelia Goldstein and Alexandr
e91880231d
chore: move original english translations to the top for convenience during development ( #4447 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-19 18:41:22 +03:00
Ophelia Goldstein and Alexandr
c3585cc1d0
chore: sort stats card long locales alphabetically ( #4446 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-19 18:39:29 +03:00
Ophelia Goldstein and Alexandr
68e5862b0b
docs: sort list of available languages alphabetically inside readme ( #4445 )
...
* docs: sort list of available languages alphabetically inside readme
* dev
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-19 18:38:29 +03:00
3e6ce83a42
feat: add Hindi translations ( #3985 )
...
* 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 >
2025-09-18 22:09:18 +03:00
Kornchanok Iednusorn and Alexandr
f48a59b9bf
feat: add Thai translations ( #4247 )
...
* Add locale th to translations.js
* add Locale th to readme.md
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-18 21:39:06 +03:00
Ophelia Goldstein and Alexandr
4f33921e9e
fix: remove Chinese from long locales ( #4442 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-18 21:12:31 +03:00
Ophelia Goldstein and Alexandr
6bda67effc
chore: make create progress node function jsdoc shorter ( #4441 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-18 20:57:18 +03:00
Ophelia Goldstein and Alexandr
a8c56ff4c9
fix: react on both type and message-based rate-limit signals ( #4440 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-18 19:52:10 +03:00
Ophelia Goldstein and Alexandr
10526a0b7e
chore: make stats card create text node function jsdoc shorter ( #4429 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-17 22:53:48 +03:00
Ophelia Goldstein and Alexandr
5306118587
chore: fix jsdoc for rank calculation function ( #4427 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-17 22:52:18 +03:00
f441d1696c
feat: add Persian (Farsi) translations ( #4263 )
...
* 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 >
2025-09-17 22:36:12 +03:00
b594b57b56
feat: implement commits year option and display appropriate year label ( #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 #1053
This commit makes sure the last year label is shown when
`include_all_commits` or `year` is not provided. See #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 >
2025-09-17 22:01:37 +03:00
63b402177d
docs: add information about fine-grained personal access tokens (PATs) scopes ( #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 >
2025-09-17 20:48:39 +03:00
f179fbe840
build(deps-dev): bump eslint-plugin-jsdoc from 55.3.0 to 57.0.8 ( #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](https://github.com/gajus/eslint-plugin-jsdoc/compare/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 >
2025-09-16 22:50:12 +03:00
ef7f139440
build(deps): bump axios from 1.11.0 to 1.12.2 ( #4423 )
...
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](https://github.com/axios/axios/compare/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 >
2025-09-16 22:47:50 +03:00
1655c957ce
feat: add Serbian translations ( #3542 )
...
* 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 >
2025-09-16 22:38:45 +03:00
Marcus Otterstad and Alexandr
d210391e7d
feat: add Norwegian translations ( #3653 )
...
* Update readme.md
* Update translations.js
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-16 22:14:38 +03:00
078040d26e
feat: add bytes stats format option for top-languages card ( #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 >
2025-09-16 21:41:46 +03:00
485c2247f8
build(deps): bump axios from 1.11.0 to 1.12.1 ( #4421 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.11.0...v1.12.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.12.1
dependency-type: direct:production
...
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 >
2025-09-15 23:54:04 +03:00
aa1caba1d4
feat: add Romanian translations ( #3970 )
...
* feat: add Romanian translation
* 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 >
2025-09-15 23:51:10 +03:00
Joni and Alexandr
1b06e7117e
feat: add Finnish translations ( #4144 )
...
* Update translations.js
Finnish added to 'src/translations.js' as a new translated language.
* docs
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-15 23:25:10 +03:00
Kyle Upton and Alexandr
3987991058
feat: implement whitelist for self-hosted instances ( #3939 )
...
* whitelist for username based endpoints
* added gist whitelist
* review
* fix
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-15 23:13:42 +03:00
Yunxiao Crrashh and Alexandr
70add4cfcf
fix: update Simplified Chinese translations ( #3766 )
...
* chore(translations): Update translation for cn
Signed-off-by: crrashh1542 <kotsuki@crrashh.com >
* update tests
* prettier
---------
Signed-off-by: crrashh1542 <kotsuki@crrashh.com >
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-15 20:12:33 +03:00
b13d6a9ca2
build(deps-dev): bump eslint-plugin-jsdoc from 55.0.0 to 55.2.0 ( #4419 )
...
* build(deps-dev): bump eslint-plugin-jsdoc from 55.0.0 to 55.2.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 55.0.0 to 55.2.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v55.0.0...v55.2.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 55.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
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 >
2025-09-10 21:41:50 +03:00
116d255bf1
build(deps-dev): bump globals from 16.3.0 to 16.4.0 ( #4418 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.3.0 to 16.4.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.4.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 >
2025-09-10 21:35:23 +03:00
George Gastaldi and Alexandr
affd6f458f
fix: improve Portuguese translations ( #3889 )
...
A more accurate ptBR translation for `Merged` is `Integrados`
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-10 21:32:04 +03:00
Frieder Bluemle and Alexandr
c966becb9a
chore: standardize the GitHub and npm branding through the codebase ( #4014 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-10 19:31:35 +03:00
Blueberryy and Alexandr
3cdfa8826e
fix: update Russian translations ( #4119 )
...
* Update Russian translation
* fix {apostrophe}
* missed {apostrophe}
* review
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-10 19:25:13 +03:00
孟武.尼德霍格.龍 and Alexandr
5320bc8c83
fix: update Traditional Chinese translations ( #4089 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-10 18:43:52 +03:00
Małgorzata (Gosia) and Alexandr
ea6ef1124d
fix: handle apostrophes for names ending in x ( #4343 )
...
* fix: handle apostrophes for names ending in x
* review
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-10 18:32:30 +03:00
b0b14091e7
build(deps-dev): bump eslint-plugin-jsdoc from 54.5.0 to 55.0.0 ( #4414 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 54.5.0 to 55.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.5.0...v55.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 55.0.0
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 >
2025-09-09 23:43:25 +03:00
Yavuz Selim OKTAR and Alexandr
b907fba9b0
fix: improve Turkish translations ( #4279 )
...
https://dictionary.cambridge.org/dictionary/english-turkish/statistics?q=Statistics#:~:text=information%20about%20something-,istatistik,-There%20were%20900
Change "Yıldızları" to the better translation of "İstatistikleri".
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-09 23:03:33 +03:00
71ff198609
fix: improve Arabic translations for accuracy ( #4327 )
...
* fix(translations): improve Arabic translations for accuracy
* 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 >
2025-09-09 21:12:50 +03:00
Blackspirits and Alexandr
25dced4363
fix: update Portuguese translations ( #4213 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2025-09-09 21:00:29 +03:00
44cc74d6c6
docs: fix grammar error inside readme file ( #4180 )
...
* Fix grammatical error :)
* Update readme.md
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 >
2025-09-09 20:36:33 +03:00
e4d4e9e284
feat: add Azerbaijani translations ( #4214 )
...
* feat(translations): add Azerbaijani translations
* feat(translations): add Azerbaijani to available locales
* 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 >
2025-09-09 20:30:50 +03:00
d3ee38f154
build(deps-dev): bump eslint-plugin-jsdoc from 54.1.1 to 54.5.0 ( #4407 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 54.1.1 to 54.5.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.1.1...v54.5.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 54.5.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 >
2025-09-08 14:22:34 +03:00
20721f7fa8
build(deps-dev): bump eslint from 9.34.0 to 9.35.0 ( #4410 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.34.0 to 9.35.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/compare/v9.34.0...v9.35.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.35.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 >
2025-09-08 14:19:46 +03:00
edc5d7762c
build(deps-dev): bump @eslint/js from 9.34.0 to 9.35.0 ( #4409 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.34.0 to 9.35.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.35.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.35.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 >
2025-09-08 14:16:38 +03:00
3fa9c1df76
build(deps): bump dotenv from 17.2.1 to 17.2.2 ( #4408 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 17.2.1 to 17.2.2.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v17.2.1...v17.2.2 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.2.2
dependency-type: direct:production
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 >
2025-09-08 14:13:30 +03:00
104dfbf340
ci(deps): bump actions/labeler from 5.0.0 to 6.0.1 ( #4406 )
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/8558fd74291d67161a8a78ce36a881fa63b766a9...634933edcd8ababfe52f92936142cc22ac488b1b )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: 6.0.1
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 >
2025-09-08 14:10:33 +03:00
c8e6976f35
ci(deps): bump actions/setup-node from 4.4.0 to 5.0.0 ( #4405 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...a0853c24544627f65ddf259abe73b1d18a591444 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 5.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 >
2025-09-08 14:06:38 +03:00
Alexandr Garbuzov and GitHub Readme Stats Bot
ac3924e10b
docs(theme): auto update theme readme ( #4411 )
...
Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com >
2025-09-08 14:01:59 +03:00
3fd11653f1
build(deps-dev): bump jest-environment-jsdom from 30.0.5 to 30.1.2 ( #4397 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 30.0.5 to 30.1.2.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/HEAD/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.1.2
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 >
2025-09-07 21:53:09 +03:00
62658da1e2
build(deps-dev): bump lint-staged from 16.1.5 to 16.1.6 ( #4396 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 16.1.5 to 16.1.6.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.1.5...v16.1.6 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.1.6
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 >
2025-09-07 21:49:35 +03:00
6db8385346
build(deps): bump emoji-name-map from 1.2.9 to 2.0.3 ( #4221 )
...
Bumps [emoji-name-map](https://github.com/IonicaBizau/emoji-name-map ) from 1.2.9 to 2.0.3.
- [Release notes](https://github.com/IonicaBizau/emoji-name-map/releases )
- [Commits](https://github.com/IonicaBizau/emoji-name-map/compare/1.2.9...2.0.3 )
---
updated-dependencies:
- dependency-name: emoji-name-map
dependency-version: 2.0.3
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 >
2025-09-07 21:46:21 +03:00
Alexandr Garbuzov
fe5ba3d641
chore: fix some grammar errors in theme doc generation script ( #4402 )
2025-09-07 21:31:36 +03:00
Alexandr Garbuzov
62069d08dd
ci: add ability to manually run the generate theme doc workflow ( #4401 )
2025-09-07 21:24:53 +03:00
Alexandr Garbuzov
7a2d13430d
refactor: remove suggestion to add theme from generate theme doc script ( #4400 )
2025-09-07 21:21:03 +03:00
Alexandr Garbuzov
71dd0da906
docs: refactor quick align tip section in readme for better readability ( #4399 )
2025-09-07 21:18:13 +03:00
Alexandr Garbuzov
9f0b9c7846
ci: fix prs cache clean workflow name to match naming style of other workflows ( #4398 )
2025-09-07 21:15:27 +03:00
Alexandr Garbuzov
891e31952b
chore: replace dependabot reviewer with codeowners file ( #4394 )
2025-09-07 21:11:55 +03:00
Alexandr Garbuzov
3adf254fb8
chore: remove outdated reviewer fields from dependabot config ( #4393 )
2025-09-07 21:08:57 +03:00
Alexandr Garbuzov
309f4a2749
docs: remove outdated give.india banner & fix broken HTML tags structure ( #4392 )
2025-09-07 21:05:48 +03:00
Alexandr Garbuzov
57ababf1c2
docs: reorder cards options sections inside readme for better readability ( #4391 )
2025-09-07 20:59:28 +03:00
Alexandr Garbuzov
8d620f6085
refactor: simplify cache timings constants ( #4390 )
2025-09-07 20:56:19 +03:00
Alexandr Garbuzov
647f2e1c88
ci: add missing github token env to the theme prs closer workflow ( #4388 )
2025-09-07 20:53:13 +03:00
Alexandr Garbuzov
3878de9783
chore: add ms-azuretools.vscode-containers extension to the workspace recommended ( #4386 )
2025-09-07 20:50:05 +03:00
Alexandr Garbuzov
794dc6bd23
docs: make table of contents opt-in ( #4385 )
2025-09-07 20:47:14 +03:00
Alexandr Garbuzov
68084d9f67
fix: return cache seconds value clamping which was accidentally removed in cdc6ad1 ( #4379 )
2025-09-07 20:43:59 +03:00
Alexandr Garbuzov
e27f7ed6d0
ci: temporary disable stale theme pr closer workflow ( #3520 )
2025-09-07 20:40:46 +03:00
Alexandr Garbuzov
a5cdd3f531
ci: temporary disable preview theme workflow ( #3514 )
...
* ci: temporary disable preview theme workflow
* dev
2025-09-07 20:37:25 +03:00
b0da0850cc
build(deps-dev): bump @testing-library/jest-dom from 6.7.0 to 6.8.0 ( #4383 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.7.0...v6.8.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-version: 6.8.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 Garbuzov <qwerty541zxc@gmail.com >
2025-09-01 18:48:50 +03:00
b8b89d82df
build(deps-dev): bump eslint-plugin-jsdoc from 54.1.0 to 54.1.1 ( #4382 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 54.1.0 to 54.1.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v54.1.0...v54.1.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 54.1.1
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 Garbuzov <qwerty541zxc@gmail.com >
2025-09-01 18:46:34 +03:00
d2b8d47a9f
build(deps-dev): bump eslint from 9.33.0 to 9.34.0 ( #4381 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.33.0 to 9.34.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/compare/v9.33.0...v9.34.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.34.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 Garbuzov <qwerty541zxc@gmail.com >
2025-09-01 18:44:45 +03:00
a8db2001ee
build(deps-dev): bump @eslint/js from 9.33.0 to 9.34.0 ( #4384 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.33.0 to 9.34.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.34.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.34.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 Garbuzov <qwerty541zxc@gmail.com >
2025-09-01 18:41:09 +03:00
0a5fe6f7a6
ci(deps): bump actions/checkout from 4.1.1 to 5.0.0 ( #4380 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...08c6903cd8c0fde910a37f88322edcfb5dd907a8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.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 Garbuzov <qwerty541zxc@gmail.com >
2025-09-01 18:39:58 +03:00
github-actions[bot] and Alexandr Garbuzov
0425bc7b05
refactor: update languages JSON ( #4395 )
...
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-09-01 18:38:51 +03:00
87c8cbaa58
build(deps-dev): bump eslint-plugin-jsdoc from 50.7.1 to 54.1.0 ( #4365 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.7.1 to 54.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.7.1...v54.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 54.1.0
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 >
2025-08-24 20:43:47 +03:00
32964d1b25
build(deps-dev): bump lint-staged from 15.5.1 to 16.1.5 ( #4362 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.5.1 to 16.1.5.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.5.1...v16.1.5 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 16.1.5
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 Garbuzov <qwerty541zxc@gmail.com >
2025-08-24 20:40:21 +03:00
0015129e2c
build(deps-dev): bump jest-environment-jsdom from 29.7.0 to 30.0.5 ( #4358 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.7.0 to 30.0.5.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.0.5
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 >
2025-08-24 20:37:48 +03:00
Alexandr Garbuzov
5ecf80b4d2
ci: add theme prs closer workflow ( #3534 )
...
* ci: add theme prs closer workflow
* permissions
2025-08-24 18:02:00 +03:00
Alexandr Garbuzov
bbadc0b212
tests(wakatime card): add percent display format test ( #3505 )
2025-08-24 17:44:45 +03:00
Alexandr Garbuzov
411e799d1d
tests(wakatime card): fix correct render test ( #3506 )
2025-08-24 17:39:04 +03:00
Alexandr Garbuzov
070dbd312c
ci: remove redundant checkout step from prs cache clean workflow ( #3655 )
2025-08-24 17:25:46 +03:00
Alexandr Garbuzov
dd7582db8f
refactor: fix cards files names by removing duplicating postfix ( #4376 )
2025-08-24 17:14:18 +03:00
Alexandr Garbuzov
09cb2a596e
refactor: fix fetchers names by removing duplicating postfix ( #4375 )
2025-08-24 17:07:23 +03:00
Alexandr Garbuzov
a92cc03e92
docs: update cache info to the actual one inside readme ( #4370 )
2025-08-24 17:00:08 +03:00
Alexandr Garbuzov
8ae6980056
docs: remove outdated translations ( #4369 )
2025-08-24 16:57:23 +03:00
Alexandr Garbuzov
6b457d04f1
tests: return cache tests which were removed in 53e4041 ( #4368 )
2025-08-24 16:43:02 +03:00
Alexandr Garbuzov
ff7e1e283c
chore: create devcontainer ( #4378 )
2025-08-24 16:39:57 +03:00
Alexandr Garbuzov
0cf6b18fa1
chore: bump node.js version from 18 to 22 in whole project ( #4377 )
2025-08-24 16:37:01 +03:00
Alexandr Garbuzov
2d143645b7
tests(e2e): fix top-langs and wakatime cards test data to prevent workflow errors ( #4367 )
2025-08-24 16:30:59 +03:00
76bcea5dec
build(deps): bump dotenv from 17.2.0 to 17.2.1 ( #4364 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 17.2.0 to 17.2.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v17.2.0...v17.2.1 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.2.1
dependency-type: direct:production
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 Garbuzov <qwerty541zxc@gmail.com >
2025-08-15 21:39:16 +03:00
147f8350fe
build(deps-dev): bump @testing-library/jest-dom from 6.6.3 to 6.6.4 ( #4360 )
...
* build(deps-dev): bump @testing-library/jest-dom from 6.6.3 to 6.6.4
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.6.3 to 6.6.4.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.3...v6.6.4 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-version: 6.6.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-08-14 20:21:49 +03:00
74b41f10b1
build(deps-dev): bump @testing-library/dom from 10.4.0 to 10.4.1 ( #4355 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 10.4.0 to 10.4.1.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.4.0...v10.4.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
dependency-version: 10.4.1
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 Garbuzov <qwerty541zxc@gmail.com >
2025-08-14 20:13:52 +03:00
99eafb4721
build(deps-dev): bump eslint from 9.31.0 to 9.33.0 ( #4357 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.31.0 to 9.33.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/compare/v9.31.0...v9.33.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.33.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 Garbuzov <qwerty541zxc@gmail.com >
2025-08-13 19:46:05 +03:00
4e16d7b964
build(deps-dev): bump @eslint/js from 9.31.0 to 9.33.0 ( #4363 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.31.0 to 9.33.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.33.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.33.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 Garbuzov <qwerty541zxc@gmail.com >
2025-08-13 19:38:55 +03:00
6522de0e0a
ci(deps): bump bahmutov/npm-install from 1.10.9 to 1.10.10 ( #4356 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.9 to 1.10.10.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/6bbff949458c1dd99b20e185cee8c4d6fcf1212a...3714964fb879ebbbc108e167f0f3a0c81ec075c9 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-version: 1.10.10
dependency-type: direct:production
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 Garbuzov <qwerty541zxc@gmail.com >
2025-08-12 20:03:40 +03:00
096c9a93c0
ci(deps): bump actions/checkout from 4.2.2 to 5.0.0 ( #4359 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.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 Garbuzov <qwerty541zxc@gmail.com >
2025-08-12 20:02:04 +03:00
6257ba51f6
build(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 ( #4339 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.1.5 to 10.1.8.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.8
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 Garbuzov <qwerty541zxc@gmail.com >
2025-07-25 18:38:12 +03:00
9f34eef992
build(deps): bump axios from 1.10.0 to 1.11.0 ( #4344 )
...
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.11.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-07-23 21:19:57 +03:00
407bcb9d4f
build(deps): bump form-data from 4.0.0 to 4.0.4 ( #4340 )
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.0 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.4 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-07-22 20:59:10 +03:00
andrew
71dbeca70c
added auto discovery for homepage and autokuma
2025-07-18 14:05:42 -04:00
c84d18d852
build(deps): bump dotenv from 17.0.1 to 17.2.0 ( #4330 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 17.0.1 to 17.2.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v17.0.1...v17.2.0 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.2.0
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 Garbuzov <qwerty541zxc@gmail.com >
2025-07-17 20:16:38 +03:00
ac02053f20
build(deps-dev): bump eslint from 9.30.1 to 9.31.0 ( #4329 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.30.1 to 9.31.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/compare/v9.30.1...v9.31.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.31.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 Garbuzov <qwerty541zxc@gmail.com >
2025-07-16 20:38:32 +03:00
3e97401177
build(deps-dev): bump @eslint/js from 9.30.1 to 9.31.0 ( #4328 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.30.1 to 9.31.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.31.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.31.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 Garbuzov <qwerty541zxc@gmail.com >
2025-07-15 21:03:02 +03:00
ffe0e8219e
build(deps-dev): bump globals from 16.2.0 to 16.3.0 ( #4321 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.2.0 to 16.3.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.3.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 Garbuzov <qwerty541zxc@gmail.com >
2025-07-09 18:22:11 +03:00
54bcc91847
build(deps): bump dotenv from 16.5.0 to 17.0.1 ( #4322 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.5.0 to 17.0.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.5.0...v17.0.1 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.0.1
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 Garbuzov <qwerty541zxc@gmail.com >
2025-07-08 20:09:50 +03:00
32feaa328c
build(deps-dev): bump eslint from 9.29.0 to 9.30.0 ( #4316 )
...
* build(deps-dev): bump eslint from 9.29.0 to 9.30.0
Bumps [eslint](https://github.com/eslint/eslint ) from 9.29.0 to 9.30.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/compare/v9.29.0...v9.30.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.30.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update package.json
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2025-07-05 20:51:25 +03:00
24ceff3ce4
build(deps-dev): bump @eslint/js from 9.29.0 to 9.30.0 ( #4315 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.29.0 to 9.30.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.30.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.30.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 >
2025-07-04 18:14:15 +03:00
2fe5ccd9f5
build(deps-dev): bump prettier from 3.6.0 to 3.6.2 ( #4317 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.6.0...3.6.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.6.2
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 >
2025-07-03 18:15:18 +03:00
github-actions[bot] and qwerty541
3da15d0a1e
refactor: update languages JSON ( #4318 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2025-07-02 19:00:46 +03:00
12a082de92
build(deps-dev): bump prettier from 3.5.3 to 3.6.0 ( #4304 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.3...3.6.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.6.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 >
2025-06-24 20:17:54 +03:00
9d222a3af5
build(deps-dev): bump eslint from 9.28.0 to 9.29.0 ( #4297 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.28.0 to 9.29.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/compare/v9.28.0...v9.29.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.29.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 >
2025-06-20 18:12:14 +03:00
2d18f87bdd
build(deps-dev): bump @eslint/js from 9.28.0 to 9.29.0 ( #4294 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.28.0 to 9.29.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.29.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.29.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 >
2025-06-19 19:56:14 +03:00
6518b93b36
build(deps): bump axios from 1.9.0 to 1.10.0 ( #4298 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.10.0
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 >
2025-06-18 21:11:21 +03:00
27ffc1aec6
ci(deps): bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 ( #4300 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 5.2.0 to 6.0.1.
- [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](https://github.com/stefanzweifel/git-auto-commit-action/compare/b863ae1933cb653a53c021fe36dbb774e1fb9403...778341af668090896ca464160c2def5d1d1a3eb0 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: 6.0.1
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 >
2025-06-17 20:52:35 +03:00
3740527fb5
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.17 to 50.7.1 ( #4284 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.17 to 50.7.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.17...v50.7.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.7.1
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 >
2025-06-06 20:09:20 +03:00
67c769f2fc
build(deps-dev): bump eslint from 9.27.0 to 9.28.0 ( #4282 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.27.0 to 9.28.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/compare/v9.27.0...v9.28.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.28.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 >
2025-06-05 19:18:41 +03:00
51c355065a
build(deps-dev): bump @eslint/js from 9.27.0 to 9.28.0 ( #4283 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.27.0 to 9.28.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.28.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.28.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 >
2025-06-04 19:41:56 +03:00
4306568359
ci(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 ( #4280 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/f49aabe0b5af0936a0987cfb85d86b75731b0186...05b42c624433fc40578a4040d5cf5e36ddca8cde )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.2
dependency-type: direct:production
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 >
2025-06-03 18:56:36 +03:00
github-actions[bot] and qwerty541
c3c6ee2d79
refactor: update languages JSON ( #4277 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2025-06-02 18:19:56 +03:00
618127f837
build(deps-dev): bump globals from 16.1.0 to 16.2.0 ( #4274 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0 )
---
updated-dependencies:
- dependency-name: globals
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 >
2025-05-27 18:04:01 +03:00
andrew
eb5b652b73
normalizing config across projects
2025-05-22 16:13:23 -04:00
19b1a798c6
build(deps-dev): bump eslint from 9.26.0 to 9.27.0 ( #4266 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.26.0 to 9.27.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/compare/v9.26.0...v9.27.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.27.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 >
2025-05-21 19:59:52 +03:00
andrew
d865ffc934
Merge branch 'andrew-updates' into andrew
2025-05-20 20:12:00 -04:00
andrew
278ccfeeca
moved github username to config
2025-05-20 20:10:19 -04:00
andrew
f1dcc800f1
merge upstream
2025-05-20 20:03:13 -04:00
andrew
5b97176340
merge upstream
2025-05-20 20:03:03 -04:00
andrew
8fa0efe80a
Merge branch 'andrew-updates' into andrew
2025-05-20 20:01:17 -04:00
andrew
17e3a7bb8d
reorganized a bit
2025-05-20 19:58:05 -04:00
a9bf883308
build(deps-dev): bump @eslint/js from 9.26.0 to 9.27.0 ( #4265 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.26.0 to 9.27.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.27.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.27.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 >
2025-05-20 20:20:46 +03:00
andrew
b0cc0529e4
merge upstream
2025-05-20 07:42:55 -04:00
andrew
5b7ee50436
merge upstream
2025-05-20 07:41:07 -04:00
12f4f57e25
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.11 to 50.6.14 ( #4253 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.11 to 50.6.14.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.11...v50.6.14 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.6.14
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 >
2025-05-17 20:42:26 +03:00
8c9a24eb25
build(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 ( #4255 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.1.2 to 10.1.5.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.5 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.5
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 >
2025-05-16 19:17:05 +03:00
4fb518effa
build(deps): bump undici from 5.28.5 to 5.29.0 ( #4260 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.5 to 5.29.0.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 5.29.0
dependency-type: indirect
...
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 >
2025-05-15 19:47:20 +03:00
ea0561215c
build(deps-dev): bump @actions/github from 6.0.0 to 6.0.1 ( #4256 )
...
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-version: 6.0.1
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 >
2025-05-14 18:44:14 +03:00
a2b372f582
build(deps-dev): bump globals from 16.0.0 to 16.1.0 ( #4254 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 16.0.0 to 16.1.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0 )
---
updated-dependencies:
- dependency-name: globals
dependency-version: 16.1.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 >
2025-05-13 20:18:25 +03:00
aebe00a0b2
build(deps-dev): bump eslint from 9.25.1 to 9.26.0 ( #4245 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.25.1 to 9.26.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/compare/v9.25.1...v9.26.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.26.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 >
2025-05-10 21:23:44 +03:00
8f7b9372e0
build(deps-dev): bump @eslint/js from 9.25.1 to 9.26.0 ( #4244 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.25.1 to 9.26.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.26.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.26.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 >
2025-05-09 16:55:11 +03:00
andrew
e31e2f8037
Merge branch 'main' into andrew
2025-05-06 21:24:38 -04:00
andrew
3ee3feddfe
merge upstream
2025-05-06 21:20:26 -04:00
github-actions[bot] and qwerty541
ff5a2a1ffa
refactor: update languages JSON ( #4238 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2025-05-02 20:31:12 +03:00
7d4844f25f
build(deps): bump axios from 1.8.4 to 1.9.0 ( #4236 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.9.0
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 >
2025-05-01 20:04:51 +03:00
5da00d1f35
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.9 to 50.6.11 ( #4235 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.9 to 50.6.11.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.9...v50.6.11 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 50.6.11
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 >
2025-04-30 19:51:17 +03:00
78c40da3ca
ci(deps): bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 ( #4230 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 5.1.0 to 5.2.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](https://github.com/stefanzweifel/git-auto-commit-action/compare/e348103e9026cc0eee72ae06630dbe30c8bf7a79...b863ae1933cb653a53c021fe36dbb774e1fb9403 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: 5.2.0
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 >
2025-04-27 19:57:43 +03:00
54348a36d2
ci(deps): bump bahmutov/npm-install from 1.10.8 to 1.10.9 ( #4231 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.8 to 1.10.9.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/6cee6086f1bf4467050e9a51e94bfb71b44cbc39...6bbff949458c1dd99b20e185cee8c4d6fcf1212a )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-version: 1.10.9
dependency-type: direct:production
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 >
2025-04-26 21:07:24 +03:00
228da691fa
build(deps-dev): bump eslint from 9.24.0 to 9.25.1 ( #4229 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.24.0 to 9.25.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.24.0...v9.25.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.25.1
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 >
2025-04-25 19:04:29 +03:00
578c4fb836
build(deps-dev): bump @eslint/js from 9.24.0 to 9.25.1 ( #4228 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.24.0 to 9.25.1.
- [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.25.1/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.25.1
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 >
2025-04-24 20:40:15 +03:00
25a9dabf13
build(deps-dev): bump lint-staged from 15.5.0 to 15.5.1 ( #4220 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.5.0 to 15.5.1.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.5.0...v15.5.1 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-version: 15.5.1
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 >
2025-04-20 21:05:36 +03:00
e1dabe450c
build(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 ( #4219 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.1.1 to 10.1.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.1.1...v10.1.2 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.2
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 >
2025-04-19 20:46:42 +03:00
db7a90736d
build(deps): bump dotenv from 16.4.7 to 16.5.0 ( #4218 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.4.7 to 16.5.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.7...v16.5.0 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 16.5.0
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 >
2025-04-18 20:58:27 +03:00
29977629ce
ci(deps): bump actions/setup-node from 4.3.0 to 4.4.0 ( #4217 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/cdca7365b2dadb8aad0a33bc7601856ffabcc48e...49933ea5288caeca8642d1e84afbd3f7d6820020 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 4.4.0
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 >
2025-04-17 19:44:29 +03:00
0d80aa5b7c
build(deps-dev): bump eslint from 9.23.0 to 9.24.0 ( #4208 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.23.0 to 9.24.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/compare/v9.23.0...v9.24.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 9.24.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 >
2025-04-09 20:59:26 +03:00
58863dec28
build(deps-dev): bump @eslint/js from 9.23.0 to 9.24.0 ( #4207 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.23.0 to 9.24.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.24.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.24.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 >
2025-04-08 21:29:30 +03:00
github-actions[bot] and qwerty541
b0d7c9303f
refactor: update languages JSON ( #4200 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2025-03-31 21:46:34 +03:00
c932465ad4
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.8 to 50.6.9 ( #4192 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.8 to 50.6.9.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.8...v50.6.9 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2025-03-27 21:05:51 +02:00
2e713d4f46
build(deps-dev): bump eslint from 9.22.0 to 9.23.0 ( #4193 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.22.0 to 9.23.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/compare/v9.22.0...v9.23.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2025-03-27 21:02:44 +02:00
5208b3d52a
build(deps-dev): bump @eslint/eslintrc from 3.3.0 to 3.3.1 ( #4195 )
...
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
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 >
2025-03-27 20:59:28 +02:00
806bce1bac
build(deps-dev): bump @eslint/js from 9.22.0 to 9.23.0 ( #4194 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.22.0 to 9.23.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.23.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2025-03-27 20:54:31 +02:00
3417e41a7e
build(deps): bump axios from 1.8.3 to 1.8.4 ( #4196 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.8.3...v1.8.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2025-03-26 21:03:29 +02:00
9c3bd5a82f
ci(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 ( #4197 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2025-03-25 21:23:16 +02:00
e3ddfe0274
ci(deps): bump bahmutov/npm-install from 1.10.7 to 1.10.8 ( #4198 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/7639f1c46981fc8c8d64ec6be729b7ddbd7ddc52...6cee6086f1bf4467050e9a51e94bfb71b44cbc39 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2025-03-24 21:44:41 +02:00
5c8d6369cb
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.3 to 50.6.8 ( #4183 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.3 to 50.6.8.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.3...v50.6.8 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2025-03-21 21:31:34 +02:00
3ab6a2b6d4
build(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 ( #4185 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.4.3 to 15.5.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.3...v15.5.0 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2025-03-20 20:16:09 +02:00
a6501d53f0
build(deps): bump axios from 1.8.2 to 1.8.3 ( #4184 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.8.2...v1.8.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2025-03-19 20:43:50 +02:00
e263e4eb02
ci(deps): bump actions/setup-node from 4.2.0 to 4.3.0 ( #4186 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a...cdca7365b2dadb8aad0a33bc7601856ffabcc48e )
---
updated-dependencies:
- dependency-name: actions/setup-node
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 >
2025-03-18 21:04:01 +02:00
ae57475bf4
build(deps-dev): bump eslint-config-prettier from 10.0.2 to 10.1.1 ( #4177 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.0.2 to 10.1.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.1.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
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 >
2025-03-14 20:46:47 +02:00
3ec430b08a
build(deps-dev): bump eslint from 9.21.0 to 9.22.0 ( #4176 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.21.0 to 9.22.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/compare/v9.21.0...v9.22.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2025-03-13 20:42:47 +02:00
46e3aa15be
build(deps-dev): bump @eslint/js from 9.21.0 to 9.22.0 ( #4178 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.21.0 to 9.22.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.22.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2025-03-12 19:38:23 +02:00
66326589d9
ci(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 ( #4179 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.7 to 7.0.8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/dd2324fc52d5d43c699a5636bcf19fceaa70c284...271a8d0340265f705b14b6d32b9829c1cb33d45e )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2025-03-11 20:19:14 +02:00
e5890f6115
build(deps): bump axios from 1.8.1 to 1.8.2 ( #4172 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.9 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
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 >
2025-03-10 20:06:40 +02:00
a7d1bef2e9
build(deps-dev): bump eslint-config-prettier from 10.0.1 to 10.0.2 ( #4165 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.0.1...v10.0.2 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
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 >
2025-03-09 20:41:29 +02:00
81689b9123
build(deps): bump axios from 1.7.9 to 1.8.1 ( #4166 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.9 to 1.8.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.1 )
---
updated-dependencies:
- dependency-name: axios
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 >
2025-03-08 20:50:31 +02:00
8e30f23664
build(deps-dev): bump prettier from 3.5.2 to 3.5.3 ( #4164 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.2...3.5.3 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2025-03-07 20:39:07 +02:00
25796c3ad0
ci(deps): bump bahmutov/npm-install from 1.10.6 to 1.10.7 ( #4167 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/7481d8fd7815dc5abfda5f1ec48aa2770e64c318...7639f1c46981fc8c8d64ec6be729b7ddbd7ddc52 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2025-03-06 20:14:32 +02:00
github-actions[bot] and qwerty541
6e14c49c3d
refactor: update languages JSON ( #4162 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2025-03-05 19:51:08 +02:00
Anurag Hazra
06b61f1682
feat: disable fluid compute ( #4168 )
2025-03-05 21:36:09 +05:30
2817001891
build(deps-dev): bump eslint from 9.20.1 to 9.21.0 ( #4151 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.20.1 to 9.21.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/compare/v9.20.1...v9.21.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2025-02-27 19:39:26 +02:00
c8af8c52db
build(deps-dev): bump globals from 15.14.0 to 16.0.0 ( #4153 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.14.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.14.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: globals
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 >
2025-02-27 19:36:11 +02:00
232270d74d
build(deps-dev): bump @eslint/js from 9.20.0 to 9.21.0 ( #4154 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.20.0 to 9.21.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.21.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2025-02-26 21:09:44 +02:00
63abbdc2e2
build(deps-dev): bump @eslint/eslintrc from 3.2.0 to 3.3.0 ( #4150 )
...
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
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 >
2025-02-26 21:06:25 +02:00
935e5b3eda
build(deps-dev): bump prettier from 3.5.0 to 3.5.2 ( #4149 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.5.0...3.5.2 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2025-02-26 21:04:12 +02:00
ad8ba37d51
ci(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 ( #4157 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/67ccf781d68cd99b580ae25a5c18a1cc84ffff1f...dd2324fc52d5d43c699a5636bcf19fceaa70c284 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2025-02-25 20:42:04 +02:00
81b651d58e
ci(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 ( #4156 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/62b2cac7ed8198b15735ed49ab1e5cf35480ba46...f49aabe0b5af0936a0987cfb85d86b75731b0186 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
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 >
2025-02-25 20:39:30 +02:00
13754b3d1f
ci(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 ( #4155 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2025-02-25 20:35:37 +02:00
d07b088a85
ci(deps): bump bahmutov/npm-install from 1.10.5 to 1.10.6 ( #4145 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/ec9e87262db2a1be2ca3ceb2d506c413a220542c...7481d8fd7815dc5abfda5f1ec48aa2770e64c318 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2025-02-17 21:27:25 +02:00
4d2e77bfec
build(deps-dev): bump eslint from 9.19.0 to 9.20.1 ( #4141 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.19.0 to 9.20.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.19.0...v9.20.1 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2025-02-13 20:50:22 +02:00
e54b15ea69
build(deps-dev): bump @eslint/js from 9.19.0 to 9.20.0 ( #4136 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.19.0 to 9.20.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.20.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2025-02-12 21:17:47 +02:00
eeefd7e6a4
build(deps-dev): bump prettier from 3.4.2 to 3.5.0 ( #4138 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.0 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2025-02-11 21:30:22 +02:00
ef3139f015
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.2 to 50.6.3 ( #4128 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.2 to 50.6.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.2...v50.6.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2025-02-07 20:44:44 +02:00
cea9e64a70
build(deps-dev): bump eslint from 9.18.0 to 9.19.0 ( #4130 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.18.0 to 9.19.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/compare/v9.18.0...v9.19.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2025-02-06 22:03:26 +02:00
bc601863f6
build(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0 ( #4129 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.18.0 to 9.19.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.19.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2025-02-05 21:52:01 +02:00
490b022618
build(deps-dev): bump lint-staged from 15.4.1 to 15.4.3 ( #4131 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.4.1 to 15.4.3.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.4.1...v15.4.3 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2025-02-04 21:12:25 +02:00
anuraghazra
7d311d5c65
chore: update blacklist
2025-02-05 00:21:21 +05:30
anuraghazra
a3cfe1b602
chore: change maxDuration
2025-02-05 00:14:30 +05:30
anuraghazra
3344bfd150
chore: enable fluid
2025-02-05 00:07:02 +05:30
github-actions[bot] and qwerty541
e4f8c521a4
refactor: update languages JSON ( #4126 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2025-01-31 21:34:24 +02:00
e86b74d7df
ci(deps): bump actions/setup-node from 4.1.0 to 4.2.0 ( #4120 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/39370e3970a6d050c480ffad4ff0ed4d3fdee5af...1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a )
---
updated-dependencies:
- dependency-name: actions/setup-node
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 >
2025-01-28 21:58:43 +03:00
290d0946c6
build(deps): bump undici from 5.28.4 to 5.28.5 ( #4110 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
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 >
2025-01-23 20:53:56 +02:00
7905f8e5c2
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.1 to 50.6.2 ( #4108 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.1 to 50.6.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.1...v50.6.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2025-01-22 20:29:12 +02:00
01d4705e1c
build(deps-dev): bump lint-staged from 15.3.0 to 15.4.1 ( #4109 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.3.0 to 15.4.1.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.3.0...v15.4.1 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2025-01-21 21:23:04 +02:00
b88bf687af
build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 ( #4104 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.0.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
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 >
2025-01-19 19:40:11 +02:00
590dab64ba
build(deps-dev): bump eslint from 9.17.0 to 9.18.0 ( #4103 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.17.0 to 9.18.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/compare/v9.17.0...v9.18.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2025-01-19 19:27:18 +02:00
5b6b399d6e
build(deps-dev): bump @eslint/js from 9.17.0 to 9.18.0 ( #4102 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.17.0 to 9.18.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.18.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2025-01-19 19:23:05 +02:00
74142f012f
ci(deps): bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 ( #4101 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 5.0.1 to 5.1.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](https://github.com/stefanzweifel/git-auto-commit-action/compare/8621497c8c39c72f3e2a999a26b4ca1b5058a842...e348103e9026cc0eee72ae06630dbe30c8bf7a79 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
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 >
2025-01-18 20:21:57 +02:00
2861fb4781
ci(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 ( #4100 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.3 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 >
2025-01-17 19:00:51 +02:00
b2fbca83b3
ci(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 ( #4099 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/5e914681df9dc83aa4e4905692ca88beb2f9e91f...67ccf781d68cd99b580ae25a5c18a1cc84ffff1f )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2025-01-15 20:39:41 +02:00
318a3c83b4
build(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 ( #4090 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.2.11 to 15.3.0.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.11...v15.3.0 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2025-01-01 22:29:07 +03:00
194db99da7
build(deps-dev): bump globals from 15.13.0 to 15.14.0 ( #4086 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.13.0 to 15.14.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.13.0...v15.14.0 )
---
updated-dependencies:
- dependency-name: globals
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 >
2024-12-24 21:51:22 +02:00
d234202c83
build(deps-dev): bump eslint-plugin-jsdoc from 50.6.0 to 50.6.1 ( #4076 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.6.0 to 50.6.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.0...v50.6.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-12-20 20:29:48 +02:00
024db90fa8
build(deps-dev): bump eslint from 9.16.0 to 9.17.0 ( #4079 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.16.0 to 9.17.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/compare/v9.16.0...v9.17.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-12-19 19:46:11 +02:00
7c9bfeab17
build(deps-dev): bump @eslint/js from 9.16.0 to 9.17.0 ( #4078 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.16.0 to 9.17.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.17.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-12-18 21:20:29 +02:00
244ac4df31
build(deps-dev): bump lint-staged from 15.2.10 to 15.2.11 ( #4077 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.2.10 to 15.2.11.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.10...v15.2.11 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2024-12-17 20:18:56 +02:00
0810a1d844
ci(deps): bump bahmutov/npm-install from 1.10.4 to 1.10.5 ( #4061 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/438a933ce1059e4e2b39e3d2a42c5067070dd444...ec9e87262db2a1be2ca3ceb2d506c413a220542c )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2024-12-15 18:23:16 +02:00
03c1974a73
build(deps): bump dotenv from 16.4.5 to 16.4.7 ( #4060 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.4.5 to 16.4.7.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.5...v16.4.7 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
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 >
2024-12-13 18:23:05 +02:00
90e415b698
build(deps-dev): bump prettier from 3.4.1 to 3.4.2 ( #4059 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-12-12 20:09:51 +02:00
5fdf20e7f6
build(deps): bump axios from 1.7.8 to 1.7.9 ( #4058 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.8 to 1.7.9.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.8...v1.7.9 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-12-11 20:04:54 +02:00
3b2c8885fc
build(deps-dev): bump eslint-plugin-jsdoc from 50.5.0 to 50.6.0 ( #4051 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.5.0 to 50.6.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.5.0...v50.6.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-12-08 21:25:31 +02:00
2bdb5359cd
build(deps-dev): bump eslint from 9.15.0 to 9.16.0 ( #4054 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.15.0 to 9.16.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/compare/v9.15.0...v9.16.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-12-07 19:56:59 +02:00
396105ee60
build(deps-dev): bump globals from 15.12.0 to 15.13.0 ( #4052 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.12.0 to 15.13.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.12.0...v15.13.0 )
---
updated-dependencies:
- dependency-name: globals
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 >
2024-12-06 21:01:59 +02:00
5ba83c5663
build(deps-dev): bump @eslint/js from 9.15.0 to 9.16.0 ( #4049 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.15.0 to 9.16.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.16.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-12-05 17:07:40 +02:00
6da4265302
build(deps-dev): bump prettier from 3.3.3 to 3.4.1 ( #4053 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.3 to 3.4.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-12-04 20:17:11 +02:00
9bfae5883f
build(deps): bump axios from 1.7.7 to 1.7.8 ( #4050 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.7 to 1.7.8.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.7.8 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-12-03 20:33:49 +02:00
github-actions[bot] and qwerty541
bb68a8621d
refactor: update languages JSON ( #4047 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2024-12-02 22:50:41 +03:00
4bc92a5929
build(deps-dev): bump eslint-plugin-jsdoc from 50.4.3 to 50.5.0 ( #4038 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.4.3 to 50.5.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.4.3...v50.5.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-11-21 19:44:19 +02:00
cdbf21249d
build(deps-dev): bump eslint from 9.14.0 to 9.15.0 ( #4034 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.14.0 to 9.15.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/compare/v9.14.0...v9.15.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-11-21 19:41:51 +02:00
a091154ab2
build(deps-dev): bump husky from 9.1.6 to 9.1.7 ( #4036 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.6 to 9.1.7.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.6...v9.1.7 )
---
updated-dependencies:
- dependency-name: husky
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 >
2024-11-21 19:36:49 +02:00
d3886588bd
build(deps-dev): bump @eslint/eslintrc from 3.1.0 to 3.2.0 ( #4035 )
...
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/eslint/eslintrc/releases )
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslintrc/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
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 >
2024-11-20 19:51:18 +02:00
5c9d4fdf5b
build(deps-dev): bump @eslint/js from 9.14.0 to 9.15.0 ( #4037 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.14.0 to 9.15.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.15.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-11-19 20:04:27 +02:00
764b4c9493
ci(deps): bump bahmutov/npm-install from 1.10.3 to 1.10.4 ( #4022 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/dc9579d3dfb9c0e7a1f56c194eefcb8e2c9f0da5...438a933ce1059e4e2b39e3d2a42c5067070dd444 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2024-11-10 18:13:09 +02:00
221831bfed
build(deps-dev): bump @testing-library/jest-dom from 6.6.2 to 6.6.3 ( #4021 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.6.2 to 6.6.3.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-11-10 18:11:39 +02:00
abea3ee49f
build(deps-dev): bump eslint from 9.13.0 to 9.14.0 ( #4020 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.13.0 to 9.14.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/compare/v9.13.0...v9.14.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-11-09 20:34:05 +02:00
5c4faa2274
build(deps-dev): bump globals from 15.11.0 to 15.12.0 ( #4018 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.11.0 to 15.12.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0 )
---
updated-dependencies:
- dependency-name: globals
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 >
2024-11-08 17:59:39 +02:00
0cbe58a867
build(deps-dev): bump @eslint/js from 9.13.0 to 9.14.0 ( #4019 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.13.0 to 9.14.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.14.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-11-07 19:22:21 +02:00
f86a12b34d
ci(deps): bump actions/checkout from 4.2.1 to 4.2.2 ( #4012 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-10-30 20:46:33 +02:00
745433a153
ci(deps): bump actions/setup-node from 4.0.4 to 4.1.0 ( #4011 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/0a44ba7841725637a19e28fa30b79a866c81b0a6...39370e3970a6d050c480ffad4ff0ed4d3fdee5af )
---
updated-dependencies:
- dependency-name: actions/setup-node
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 >
2024-10-29 20:17:36 +02:00
c85d5920e7
build(deps-dev): bump eslint from 9.12.0 to 9.13.0 ( #4003 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.12.0 to 9.13.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/compare/v9.12.0...v9.13.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-10-24 19:47:17 +03:00
7e60f6c950
build(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.2 ( #4004 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.5.0 to 6.6.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.5.0...v6.6.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-10-23 20:36:21 +03:00
9a0d9ae2c1
build(deps-dev): bump @eslint/js from 9.12.0 to 9.13.0 ( #4002 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.12.0 to 9.13.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.13.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-10-22 19:37:01 +03:00
78cef88da6
build(deps-dev): bump eslint-plugin-jsdoc from 50.3.1 to 50.4.3 ( #3993 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.3.1 to 50.4.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.3.1...v50.4.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-10-18 19:42:13 +03:00
4e8345a5a9
build(deps-dev): bump globals from 15.10.0 to 15.11.0 ( #3990 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.10.0 to 15.11.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0 )
---
updated-dependencies:
- dependency-name: globals
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 >
2024-10-17 21:15:19 +03:00
3bd266c1e0
build(deps-dev): bump axios-mock-adapter from 2.0.0 to 2.1.0 ( #3989 )
...
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases )
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ctimmerm/axios-mock-adapter/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: axios-mock-adapter
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 >
2024-10-16 20:15:59 +03:00
706d311bd6
ci(deps): bump actions/upload-artifact from 4.4.1 to 4.4.3 ( #3988 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.1 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2024-10-15 20:31:02 +03:00
anuraghazra
bebcb26431
chore: format
2024-10-11 23:19:31 +05:30
anuraghazra
53e40413e7
chore: update
2024-10-11 23:10:49 +05:30
anuraghazra
cdc6ad1eaf
feat: cost optimize, increase cache
2024-10-11 23:07:05 +05:30
37bf205914
build(deps-dev): bump eslint-plugin-jsdoc from 50.3.0 to 50.3.1 ( #3982 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.3.0 to 50.3.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.3.0...v50.3.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-10-10 20:29:05 +03:00
4a795c66e6
build(deps-dev): bump @actions/core from 1.10.1 to 1.11.1 ( #3979 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.10.1 to 1.11.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
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 >
2024-10-10 20:24:43 +03:00
212eb2c842
build(deps-dev): bump eslint from 9.11.1 to 9.12.0 ( #3978 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.11.1 to 9.12.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/compare/v9.11.1...v9.12.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-10-10 20:22:43 +03:00
b59745c09c
build(deps-dev): bump globals from 15.9.0 to 15.10.0 ( #3981 )
...
Bumps [globals](https://github.com/sindresorhus/globals ) from 15.9.0 to 15.10.0.
- [Release notes](https://github.com/sindresorhus/globals/releases )
- [Commits](https://github.com/sindresorhus/globals/compare/v15.9.0...v15.10.0 )
---
updated-dependencies:
- dependency-name: globals
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 >
2024-10-09 21:10:12 +03:00
a148495a2e
build(deps-dev): bump @eslint/js from 9.11.1 to 9.12.0 ( #3980 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.11.1 to 9.12.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.12.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-10-09 21:07:55 +03:00
3b0699a14e
ci(deps): bump actions/checkout from 4.2.0 to 4.2.1 ( #3977 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-10-08 20:48:52 +03:00
af2a595f27
ci(deps): bump bahmutov/npm-install from 1.10.2 to 1.10.3 ( #3976 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/e5c7e14408aa6089501de32bd16123b41738047e...dc9579d3dfb9c0e7a1f56c194eefcb8e2c9f0da5 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2024-10-08 20:42:59 +03:00
c2c825424b
ci(deps): bump actions/upload-artifact from 4.4.0 to 4.4.1 ( #3975 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...604373da6381bf24206979c74d06a550515601b9 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2024-10-08 20:39:49 +03:00
92237caa2f
ci(deps): bump actions/checkout from 4.1.7 to 4.2.0 ( #3959 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938 )
---
updated-dependencies:
- dependency-name: actions/checkout
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 >
2024-10-01 20:17:22 +03:00
57ccffc795
build(deps-dev): bump eslint-plugin-jsdoc from 50.2.3 to 50.3.0 ( #3953 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.2.3 to 50.3.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.3...v50.3.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-09-28 21:11:10 +03:00
2dd1ea1c03
build(deps-dev): bump eslint from 9.10.0 to 9.11.1 ( #3951 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.10.0 to 9.11.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.1 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-09-27 19:19:09 +03:00
c0a9cc6615
build(deps-dev): bump @eslint/js from 9.10.0 to 9.11.0 ( #3943 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.10.0 to 9.11.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.11.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-09-26 20:36:12 +03:00
27ba0bd8a3
ci(deps): bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 ( #3946 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.3 to 7.0.5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/6cd32fd93684475c31847837f87bb135d40a2b79...5e914681df9dc83aa4e4905692ca88beb2f9e91f )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2024-09-25 19:40:00 +03:00
f86a548799
ci(deps): bump actions/setup-node from 4.0.3 to 4.0.4 ( #3947 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/1e60f620b9541d16bece96c5465dc8ee9832be0b...0a44ba7841725637a19e28fa30b79a866c81b0a6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
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 >
2024-09-24 19:42:37 +03:00
andrew
c13c03a0d8
removing internal proxied network, that is not useful.
2024-09-19 13:32:52 -04:00
ea935528ce
build(deps-dev): bump eslint-plugin-jsdoc from 50.2.2 to 50.2.3 ( #3933 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.2.2 to 50.2.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.2...v50.2.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-09-19 20:26:08 +03:00
43009e2bf8
build(deps-dev): bump husky from 9.1.5 to 9.1.6 ( #3932 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.5 to 9.1.6.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.6 )
---
updated-dependencies:
- dependency-name: husky
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 >
2024-09-18 20:04:01 +03:00
d87baf51c5
ci(deps): bump peter-evans/create-pull-request from 7.0.1 to 7.0.3 ( #3931 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.1 to 7.0.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20...6cd32fd93684475c31847837f87bb135d40a2b79 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2024-09-17 20:44:49 +03:00
e331475796
build(deps-dev): bump eslint from 9.9.1 to 9.10.0 ( #3919 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.9.1 to 9.10.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/compare/v9.9.1...v9.10.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-09-12 19:40:31 +03:00
e7d086046b
build(deps-dev): bump @eslint/js from 9.9.1 to 9.10.0 ( #3920 )
...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.9.1 to 9.10.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.10.0/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
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 >
2024-09-11 21:27:08 +03:00
4720be4c98
ci(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 ( #3918 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.1.0 to 7.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
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 >
2024-09-10 19:34:36 +03:00
7a1edb21b1
build(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 ( #3914 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.2.9 to 15.2.10.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2024-09-05 20:36:10 +03:00
87dd0fa735
build(deps): bump axios from 1.7.5 to 1.7.7 ( #3913 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.5 to 1.7.7.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.5...v1.7.7 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-09-04 19:46:29 +03:00
3645362350
ci(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 ( #3912 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 >
2024-09-03 21:32:17 +03:00
github-actions[bot] and qwerty541
856ea613e6
refactor: update languages JSON ( #3910 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2024-09-02 21:10:51 +03:00
a8e44580fe
build(deps-dev): bump @eslint/js from 9.9.0 to 9.9.1 ( #3906 )
...
* build(deps-dev): bump @eslint/js from 9.9.0 to 9.9.1
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) from 9.9.0 to 9.9.1.
- [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.9.1/packages/js )
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
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 >
2024-08-31 21:19:59 +03:00
8ecc085cc5
build(deps-dev): bump @testing-library/jest-dom from 6.4.8 to 6.5.0 ( #3907 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.8 to 6.5.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-08-30 19:39:19 +03:00
9a5b007e1d
build(deps-dev): bump eslint from 9.9.0 to 9.9.1 ( #3908 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.9.0 to 9.9.1.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v9.9.0...v9.9.1 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-08-29 20:56:50 +03:00
ce831da0a9
build(deps-dev): bump husky from 9.1.4 to 9.1.5 ( #3905 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.4 to 9.1.5.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.4...v9.1.5 )
---
updated-dependencies:
- dependency-name: husky
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 >
2024-08-28 20:22:03 +03:00
11219b1275
build(deps): bump axios from 1.7.4 to 1.7.5 ( #3904 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.7.5 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-08-27 20:50:32 +03:00
30db7790d6
build(deps-dev): bump lint-staged from 15.2.8 to 15.2.9 ( #3901 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.2.8 to 15.2.9.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2024-08-21 20:42:53 +03:00
08c94ac28c
build(deps-dev): bump eslint-plugin-jsdoc from 50.0.1 to 50.2.2 ( #3902 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 50.0.1 to 50.2.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.1...v50.2.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
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 >
2024-08-20 21:51:16 +03:00
5e9445112b
build(deps): bump axios from 1.7.3 to 1.7.4 ( #3896 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.3...v1.7.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
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 >
2024-08-15 20:32:01 +03:00
9ce55231a8
build(deps-dev): bump eslint from 9.8.0 to 9.9.0 ( #3891 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 9.8.0 to 9.9.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/compare/v9.8.0...v9.9.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-08-14 20:20:42 +03:00
d0c290408f
ci(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 ( #3892 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/89ef406dd8d7e03cfd12d9e0a4a378f454709029...834a144ee995460fba8ed112a2fc961b36a5ec5a )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2024-08-13 20:24:54 +03:00
e559268be4
build(deps-dev): bump eslint from 8.57.0 to 9.8.0 ( #3878 )
...
* build(deps-dev): bump eslint from 8.57.0 to 9.8.0
Bumps [eslint](https://github.com/eslint/eslint ) from 8.57.0 to 9.8.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/compare/v8.57.0...v9.8.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* migrate on latest eslint config
---------
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 >
2024-08-12 20:19:17 +03:00
d0cc449e64
build(deps-dev): bump axios-mock-adapter from 1.22.0 to 2.0.0 ( #3886 )
...
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter ) from 1.22.0 to 2.0.0.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases )
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ctimmerm/axios-mock-adapter/compare/v1.22.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: axios-mock-adapter
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 >
2024-08-09 21:00:04 +03:00
911958f5a0
build(deps): bump axios from 1.7.2 to 1.7.3 ( #3885 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-08-08 20:37:38 +03:00
d52deb0758
build(deps-dev): bump lint-staged from 15.2.7 to 15.2.8 ( #3884 )
...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged ) from 15.2.7 to 15.2.8.
- [Release notes](https://github.com/lint-staged/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2024-08-07 19:06:33 +03:00
16b4382269
ci(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 ( #3887 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...89ef406dd8d7e03cfd12d9e0a4a378f454709029 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2024-08-06 18:40:08 +03:00
5325e6afe5
build(deps-dev): bump husky from 9.1.1 to 9.1.4 ( #3876 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.1 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.1...v9.1.4 )
---
updated-dependencies:
- dependency-name: husky
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 >
2024-08-01 21:04:45 +03:00
8aa4c0776b
build(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.8 ( #3877 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.6 to 6.4.8.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-07-31 21:05:25 +03:00
120f176f21
ci(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 ( #3879 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/dc50aa9510b46c811795eb24b2f1ba02a914e534...62b2cac7ed8198b15735ed49ab1e5cf35480ba46 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
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 >
2024-07-30 21:34:35 +03:00
bf7a3b0f45
build(deps-dev): bump husky from 9.0.11 to 9.1.1 ( #3864 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.0.11 to 9.1.1.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.1 )
---
updated-dependencies:
- dependency-name: husky
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 >
2024-07-24 21:24:05 +03:00
975d38b9f0
build(deps-dev): bump @testing-library/dom from 10.3.2 to 10.4.0 ( #3863 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 10.3.2 to 10.4.0.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.3.2...v10.4.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2024-07-23 20:50:54 +03:00
d91f6295f6
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 ( #3847 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-07-18 05:41:44 +03:00
13b3660b6c
build(deps-dev): bump @testing-library/dom from 10.3.1 to 10.3.2 ( #3848 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 10.3.1 to 10.3.2.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.3.1...v10.3.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2024-07-17 21:08:50 +03:00
af839e9609
ci(deps): bump actions/setup-node from 4.0.2 to 4.0.3 ( #3846 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/60edb5dd545a775178f52524783378180af0d1f8...1e60f620b9541d16bece96c5465dc8ee9832be0b )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
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 >
2024-07-16 19:49:05 +03:00
dc4717af57
build(deps-dev): bump @testing-library/dom from 10.2.0 to 10.3.1 ( #3840 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 10.2.0 to 10.3.1.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.2.0...v10.3.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2024-07-10 20:30:30 +03:00
20fb82fa0a
ci(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 ( #3841 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2024-07-09 20:22:44 +03:00
Alexandr Garbuzov
6c6888e516
tests(e2e): fix stats card data name ( #3839 )
2024-07-06 20:09:53 +03:00
github-actions[bot] and qwerty541
0496044a76
refactor: update languages JSON ( #3832 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2024-07-04 20:34:38 +03:00
b6f5077d58
ci(deps): bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 ( #3823 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.0.5 to 6.1.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/6d6857d36972b65feb161a90e484f2984215f83e...c5a7806660adbe173f04e3e038b0ccdcd758773c )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
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 >
2024-06-25 21:15:31 +03:00
62cdee3c6e
build(deps-dev): bump @testing-library/dom from 10.1.0 to 10.2.0 ( #3822 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.1.0...v10.2.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2024-06-25 20:44:16 +03:00
andrew
368d3414c1
enabled init, to prevent zombie processes caused by health check.
2024-06-25 09:23:40 -04:00
26571cab88
ci(deps): bump actions/checkout from 4.1.6 to 4.1.7 ( #3815 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-06-19 21:12:13 +03:00
bf4fbc2fa8
build(deps-dev): bump ws from 8.9.0 to 8.17.1 ( #3816 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.9.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.9.0...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
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 >
2024-06-19 21:10:06 +03:00
66579b1466
build(deps-dev): bump @testing-library/jest-dom from 6.4.5 to 6.4.6 ( #3814 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.5 to 6.4.6.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-06-18 21:56:06 +03:00
6999c86048
build(deps-dev): bump lint-staged from 15.2.5 to 15.2.7 ( #3813 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 15.2.5 to 15.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.5...v15.2.7 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2024-06-18 21:49:36 +03:00
127a5076dc
build(deps-dev): bump prettier from 3.3.1 to 3.3.2 ( #3812 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-06-18 21:38:53 +03:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
e48d073ac4
build(deps-dev): bump prettier from 3.3.0 to 3.3.1 ( #3804 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.0...3.3.1 )
---
updated-dependencies:
- dependency-name: prettier
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>
2024-06-11 21:35:14 +03:00
e26c013593
build(deps-dev): bump prettier from 3.2.5 to 3.3.0 ( #3789 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.0 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-06-04 19:50:32 +03:00
andrew
54d6e2e585
ensure watchtower monitors node image, while we use a custom container.
2024-05-30 14:48:56 -04:00
andrew
45edbcdfe4
hourly health check
2024-05-30 14:10:22 -04:00
andrew
8811f28e50
sorting list of networks in my compose file.
2024-05-29 12:18:13 -04:00
1a269d6fa4
build(deps-dev): bump lint-staged from 15.2.2 to 15.2.5 ( #3782 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 15.2.2 to 15.2.5.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.5 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2024-05-27 21:33:11 +03:00
2ec2716ec0
build(deps): bump axios from 1.7.1 to 1.7.2 ( #3783 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.1...v1.7.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-05-27 21:28:13 +03:00
andrew
e7e13c3dad
tell watchtower not to watch, as there aren't published images to pull
2024-05-25 06:32:47 -04:00
andrew
47b3cbf8f3
my personal setup, compose file to tie into my reverse proxy managed elsewhere.
2024-05-24 11:33:54 -04:00
andrew
e80dacb176
initial functional docker setup for anuraghazra/github-readme-stats
2024-05-24 11:31:48 -04:00
7a78036e3f
ci(deps): bump actions/checkout from 4.1.5 to 4.1.6 ( #3774 )
...
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-05-21 20:35:19 +03:00
e06b0d2960
build(deps): bump axios from 1.6.8 to 1.7.1 ( #3772 )
...
updated-dependencies:
- dependency-name: axios
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 >
2024-05-21 20:31:14 +03:00
0bdc2bf742
ci(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 ( #3768 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/0864cf19026789058feabb7e87baa5f140aac736...dc50aa9510b46c811795eb24b2f1ba02a914e534 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
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 >
2024-05-17 21:20:51 +03:00
e1356e3d50
ci(deps): bump rickstaa/top-issues-action from 1.3.100 to 1.3.101 ( #3769 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.100 to 1.3.101.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/7f58423f68b52b4a310c66217ab8d844596d2cbc...7e8dda5d5ae3087670f9094b9724a9a091fc3ba1 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-05-17 21:17:14 +03:00
124225d321
build(deps-dev): bump @testing-library/jest-dom from 6.4.2 to 6.4.5 ( #3763 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.2 to 6.4.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-05-07 21:07:28 +03:00
daa04325a4
ci(deps): bump bahmutov/npm-install from 1.10.1 to 1.10.2 ( #3764 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/237ded403e6012a48281f4572eab0c8eafe55b3f...e5c7e14408aa6089501de32bd16123b41738047e )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2024-05-07 21:04:24 +03:00
9d9ad871ac
ci(deps): bump actions/checkout from 4.1.4 to 4.1.5 ( #3765 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-05-07 21:00:40 +03:00
d739c0a973
build(deps-dev): bump @testing-library/dom from 10.0.0 to 10.1.0 ( #3746 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.0.0...v10.1.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2024-04-30 20:57:45 +03:00
cb4b630398
ci(deps): bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 ( #3749 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/9153d834b60caba6d51c9b9510b087acf9f33f83...6d6857d36972b65feb161a90e484f2984215f83e )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2024-04-30 20:55:24 +03:00
0b3e07adae
ci(deps): bump actions/checkout from 4.1.3 to 4.1.4 ( #3748 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-04-30 20:53:05 +03:00
ee0b0e9ff8
ci(deps): bump peter-evans/create-pull-request from 6.0.3 to 6.0.4 ( #3736 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/c55203cfde3e5c11a452d352b4393e68b85b4533...9153d834b60caba6d51c9b9510b087acf9f33f83 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2024-04-23 20:35:13 +03:00
0706c26c44
ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 ( #3737 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/5d5d22a31266ced268874388b861e4b58bb5c2f3...65462800fd760344b1a7b4382951275a0abb4808 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2024-04-23 20:30:57 +03:00
e93b5d5e99
ci(deps): bump actions/checkout from 4.1.2 to 4.1.3 ( #3738 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-04-23 20:28:11 +03:00
af9b2c8b94
ci(deps): bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 ( #3728 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 5.0.0 to 5.0.1.
- [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](https://github.com/stefanzweifel/git-auto-commit-action/compare/8756aa072ef5b4a080af5dc8fef36c5d586e521d...8621497c8c39c72f3e2a999a26b4ca1b5058a842 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-type: direct:production
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 >
2024-04-16 20:54:41 +03:00
c9f850ce22
ci(deps): bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 ( #3727 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/70a41aba780001da0a30141984ae2a0c95d8704e...c55203cfde3e5c11a452d352b4393e68b85b4533 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2024-04-16 20:46:29 +03:00
bd5f26844b
build(deps-dev): bump @testing-library/dom from 9.3.4 to 10.0.0 ( #3719 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 9.3.4 to 10.0.0.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2024-04-08 21:30:36 +03:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a71bb1bbbd
build(deps-dev): bump undici from 5.28.3 to 5.28.4 ( #3716 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.3 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 21:49:21 +03:00
github-actions[bot] and qwerty541
fd12c01494
refactor: update languages JSON ( #3711 )
...
Co-authored-by: qwerty541 <53787217+qwerty541@users.noreply.github.com >
2024-03-31 21:43:02 +03:00
0a372d2ca1
ci(deps): bump rickstaa/top-issues-action from 1.3.99 to 1.3.100 ( #3709 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.99 to 1.3.100.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/5389f9c080fc351632b51536ce39a081a98d652c...7f58423f68b52b4a310c66217ab8d844596d2cbc )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-03-26 02:12:47 +03:00
4761871c92
build(deps): bump axios from 1.6.7 to 1.6.8 ( #3702 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.7 to 1.6.8.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.7...v1.6.8 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-03-19 04:17:28 +03:00
df84138c9c
ci(deps): bump peter-evans/create-pull-request from 6.0.1 to 6.0.2 ( #3701 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/a4f52f8033a6168103c2538976c07b467e8163bc...70a41aba780001da0a30141984ae2a0c95d8704e )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2024-03-19 04:14:11 +03:00
018e7fd86a
ci(deps): bump actions/checkout from 4.1.1 to 4.1.2 ( #3700 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2024-03-19 04:11:30 +03:00
abf9c666a1
build(deps): bump follow-redirects from 1.15.4 to 1.15.6 ( #3697 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
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 >
2024-03-17 01:52:02 +03:00
Chongyi Zheng and Alexandr
8282afb486
ci: prevent OSSF analysis workflow from running in forks ( #3652 )
...
* Run OSSF analysis only on default branch
* move on top to match project code style
---------
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2024-03-05 05:27:18 +02:00
9ea7535e5b
ci(deps): bump rickstaa/top-issues-action from 1.3.98 to 1.3.99 ( #3685 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.98 to 1.3.99.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/b674b82b4c19893012888a0b58b61a916887296a...5389f9c080fc351632b51536ce39a081a98d652c )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-03-04 23:00:58 +03:00
4de672c1d8
ci(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 ( #3684 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/b1ddad2c994a25fbc81a28b3ec0e368bb2021c50...a4f52f8033a6168103c2538976c07b467e8163bc )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
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 >
2024-03-04 22:58:39 +03:00
e69427e73f
build(deps): bump dotenv from 16.4.4 to 16.4.5 ( #3673 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.4.4 to 16.4.5.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.4...v16.4.5 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
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 >
2024-02-27 02:03:35 +02:00
1d27c6b1da
build(deps-dev): bump eslint from 8.56.0 to 8.57.0 ( #3672 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.56.0 to 8.57.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/compare/v8.56.0...v8.57.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2024-02-27 02:00:20 +02:00
c2647d848d
ci(deps): bump rickstaa/top-issues-action from 1.3.97 to 1.3.98 ( #3671 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.97 to 1.3.98.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/5f209a63d6db10ef651131fa77d5c1fe33e4c1a9...b674b82b4c19893012888a0b58b61a916887296a )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-02-26 23:28:57 +02:00
537862f75f
build(deps-dev): bump husky from 9.0.10 to 9.0.11 ( #3659 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.0.10 to 9.0.11.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.0.10...v9.0.11 )
---
updated-dependencies:
- dependency-name: husky
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 >
2024-02-20 03:40:47 +02:00
364bba7018
build(deps): bump dotenv from 16.4.2 to 16.4.4 ( #3660 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.4.2 to 16.4.4.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.2...v16.4.4 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
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 >
2024-02-20 03:38:23 +02:00
1e30934f6b
ci(deps): bump bahmutov/npm-install from 1.8.38 to 1.10.1 ( #3658 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.8.38 to 1.10.1.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/5653d39101a041a30cc58572d6bd566b90a6de20...237ded403e6012a48281f4572eab0c8eafe55b3f )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
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 >
2024-02-19 20:10:41 +02:00
918d274022
ci(deps): bump rickstaa/empty-issues-closer-action from 1.1.71 to 1.1.74 ( #3662 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.71 to 1.1.74.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/5e12fc88e677d636a4f22b3cc4faf41a6f7aba6e...e96914613221511279ca25f50fd4acc85e331d99 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2024-02-19 20:07:42 +02:00
Alexandr Garbuzov
663e4f0536
infra(dependabot): change github actions prs commit message prefix ( #3654 )
2024-02-19 06:55:25 +01:00
Takuma Kajikawa
57960248b7
docs: fix default value of cache_seconds query option in README ( #3644 )
2024-02-16 21:50:30 +02:00
200b7035bb
build(deps-dev): bump undici from 5.26.3 to 5.28.3 ( #3651 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.26.3 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.26.3...v5.28.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
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 >
2024-02-16 21:43:30 +02:00
8c268eefb7
ci(deps): bump rickstaa/top-issues-action from 1.3.95 to 1.3.97 ( #3649 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.95 to 1.3.97.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/c5580f47f44c69df300606554f428f040026d72a...5f209a63d6db10ef651131fa77d5c1fe33e4c1a9 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-02-13 11:30:37 +03:00
bf937abfca
ci(deps): bump rickstaa/empty-issues-closer-action ( #3647 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.70 to 1.1.71.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/5de6805e71f0a2b80e5e6c174467feceb94b935a...5e12fc88e677d636a4f22b3cc4faf41a6f7aba6e )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2024-02-13 11:27:50 +03:00
c48c4f513e
ci(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 ( #3648 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...5d5d22a31266ced268874388b861e4b58bb5c2f3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2024-02-13 11:25:46 +03:00
916c51a03c
build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 ( #3646 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8...60edb5dd545a775178f52524783378180af0d1f8 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
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 >
2024-02-13 11:23:33 +03:00
c213f9ea1a
build(deps): bump dotenv from 16.4.1 to 16.4.2 ( #3645 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.4.1 to 16.4.2.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.1...v16.4.2 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
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 >
2024-02-13 11:14:58 +03:00
2f67ff11cb
ci(deps): bump bahmutov/npm-install from 1.8.37 to 1.8.38 ( #3638 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.8.37 to 1.8.38.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/d476752204653fb5cce6c09db0eaf220761f5d9e...5653d39101a041a30cc58572d6bd566b90a6de20 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2024-02-08 13:53:13 +02:00
e71c63d5ac
ci(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 ( #3637 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/153407881ec5c347639a548ade7d8ad1d6740e38...b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
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 >
2024-02-08 13:50:18 +02:00
a7159aae49
build(deps-dev): bump @testing-library/jest-dom from 6.3.0 to 6.4.2 ( #3641 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.3.0 to 6.4.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.3.0...v6.4.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-02-07 13:15:53 +02:00
8ad4eee3a7
build(deps-dev): bump husky from 9.0.7 to 9.0.10 ( #3642 )
...
Bumps [husky](https://github.com/typicode/husky ) from 9.0.7 to 9.0.10.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.0.10 )
---
updated-dependencies:
- dependency-name: husky
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 >
2024-02-07 13:12:48 +02:00
3ba76665c0
build(deps-dev): bump prettier from 3.2.4 to 3.2.5 ( #3640 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-02-07 13:05:55 +02:00
Alexandr Garbuzov
5f411be854
tests(e2e): update data to fix retrieve stats card test ( #3643 )
...
* tests(e2e): update data to fix retrieve stats card test
* dev
2024-02-06 12:14:45 +01:00
1be7d06fd3
build(deps-dev): bump lint-staged from 15.2.0 to 15.2.2 ( #3639 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 15.2.0 to 15.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.0...v15.2.2 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2024-02-05 21:58:18 +02:00
3e14bafe6b
ci(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 ( #3625 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/694cdabd8bdb0f10b2cea11669e1bf5453eed0a6...26f96dfa697d77e81fd5907df203aa23a56210a8 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 >
2024-01-31 09:30:25 +02:00
62c7101183
ci(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 ( #3624 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
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 >
2024-01-31 08:53:18 +02:00
91d0ed68c8
build(deps): bump dotenv from 16.3.2 to 16.4.1 ( #3623 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.3.2 to 16.4.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.3.2...v16.4.1 )
---
updated-dependencies:
- dependency-name: dotenv
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 >
2024-01-31 08:49:31 +02:00
95333194c5
build(deps): bump axios from 1.6.5 to 1.6.7 ( #3622 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.5 to 1.6.7.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.5...v1.6.7 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-01-31 08:43:45 +02:00
5a05bd2180
build(deps-dev): bump husky from 8.0.3 to 9.0.7 ( #3621 )
...
* build(deps-dev): bump husky from 8.0.3 to 9.0.7
Bumps [husky](https://github.com/typicode/husky ) from 8.0.3 to 9.0.7.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.7 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
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 >
2024-01-31 08:37:33 +02:00
13c25c7a62
build(deps-dev): bump @testing-library/jest-dom from 6.2.1 to 6.3.0 ( #3620 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.2.1...v6.3.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-01-31 08:29:35 +02:00
Alexandr Garbuzov
547660b0f1
tests(e2e): update data to fix retrieve stats card test ( #3626 )
2024-01-30 22:41:57 +01:00
Alexandr Garbuzov
319e3d401f
tests: refactor stats card e2e test to avoid future error due to yearly data update ( #3612 )
...
* tests: refactor stats card e2e test to avoid future error due to yearly data update
* dev
2024-01-25 10:31:54 +01:00
0704b5a58d
build(deps-dev): bump @testing-library/jest-dom from 6.2.0 to 6.2.1 ( #3608 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.2.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-01-24 03:52:17 +02:00
26f6d7f759
build(deps-dev): bump prettier from 3.2.2 to 3.2.4 ( #3607 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.2.2...3.2.4 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-01-24 03:48:48 +02:00
b9fa27bf22
build(deps): bump dotenv from 16.3.1 to 16.3.2 ( #3606 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.3.1 to 16.3.2.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.3.1...v16.3.2 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
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 >
2024-01-24 03:42:44 +02:00
8b610da0c0
build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 ( #3604 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/1eb3cb2b3e0f29609092a73eb033bb759a334595...694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 >
2024-01-24 03:36:38 +02:00
734c69a70b
build(deps): bump rickstaa/top-issues-action from 1.3.93 to 1.3.95 ( #3605 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.93 to 1.3.95.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/eefb38db8e2fa93f349623f5fc987daf7816ffbd...c5580f47f44c69df300606554f428f040026d72a )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-01-24 03:32:28 +02:00
4f567cc334
build(deps): bump rickstaa/empty-issues-closer-action ( #3603 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.68 to 1.1.70.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/67fade8af223e124eedb5e7c77e7df7c9a4a434c...5de6805e71f0a2b80e5e6c174467feceb94b935a )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2024-01-24 03:25:40 +02:00
Alexandr Garbuzov
91db5356fc
fix(stats card): set correct value of commits count in accessability label ( #3610 )
2024-01-23 14:41:03 +01:00
Alexandr Garbuzov
533469d677
tests(e2e): update data to fix retrieve stats card test ( #3609 )
2024-01-23 14:23:26 +01:00
fa50161a65
build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 ( #3589 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/c7d193f32edcb7bfad88892161225aeda64e9392...1eb3cb2b3e0f29609092a73eb033bb759a334595 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 >
2024-01-15 22:49:53 +03:00
9a11163c49
build(deps): bump bahmutov/npm-install from 1.8.36 to 1.8.37 ( #3592 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.8.36 to 1.8.37.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/2509f13e8485d88340a789a3f7ca11aaac47c9fc...d476752204653fb5cce6c09db0eaf220761f5d9e )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2024-01-15 22:46:48 +03:00
eb3b4d1f6a
build(deps): bump rickstaa/top-issues-action from 1.3.91 to 1.3.93 ( #3590 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.91 to 1.3.93.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/9aa7d404270d329a5d3d1712196a1087f55a3a25...eefb38db8e2fa93f349623f5fc987daf7816ffbd )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-01-15 22:44:41 +03:00
3d996b940b
build(deps): bump rickstaa/empty-issues-closer-action ( #3591 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.65 to 1.1.68.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/159d16caa5725ed56e1b7e3f44b358070215602d...67fade8af223e124eedb5e7c77e7df7c9a4a434c )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2024-01-15 22:42:16 +03:00
14fe8cd650
build(deps-dev): bump prettier from 3.1.1 to 3.2.2 ( #3588 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.1.1 to 3.2.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.2 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2024-01-15 22:40:04 +03:00
9cce439520
build(deps-dev): bump @testing-library/dom from 9.3.3 to 9.3.4 ( #3587 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 9.3.3 to 9.3.4.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.3...v9.3.4 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2024-01-15 22:38:34 +03:00
d1540efc1b
build(deps): bump rickstaa/top-issues-action from 1.3.87 to 1.3.91 ( #3584 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.87 to 1.3.91.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/fa1b14384871ebbc2f341f953a728e8370788992...9aa7d404270d329a5d3d1712196a1087f55a3a25 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-01-08 22:35:21 +02:00
39e8c20768
build(deps): bump rickstaa/empty-issues-closer-action ( #3583 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.62 to 1.1.65.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/d2c9a91e632aadd8acabdb33babc55c69c4ca978...159d16caa5725ed56e1b7e3f44b358070215602d )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2024-01-08 22:31:35 +02:00
62662be9cf
build(deps-dev): bump @testing-library/jest-dom from 6.1.6 to 6.2.0 ( #3582 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.1.6 to 6.2.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.6...v6.2.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-01-08 22:30:58 +02:00
940646697f
build(deps): bump axios from 1.6.2 to 1.6.5 ( #3581 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.2 to 1.6.5.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.6.5 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-01-07 21:58:15 +02:00
258d54d134
build(deps-dev): bump jest-bench from 29.4.1 to 29.7.1 ( #3574 )
...
Bumps [jest-bench](https://github.com/pckhoi/jest-benchmark ) from 29.4.1 to 29.7.1.
- [Commits](https://github.com/pckhoi/jest-benchmark/commits )
---
updated-dependencies:
- dependency-name: jest-bench
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 >
2024-01-07 21:55:22 +02:00
69f58261d8
build(deps): bump axios from 1.6.2 to 1.6.3 ( #3573 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.6.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2024-01-07 21:51:44 +02:00
5dd50ee847
build(deps-dev): bump @testing-library/jest-dom from 6.1.5 to 6.1.6 ( #3572 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.5...v6.1.6 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2024-01-07 21:47:47 +02:00
1852db0635
build(deps): bump rickstaa/top-issues-action from 1.3.86 to 1.3.87 ( #3571 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.86 to 1.3.87.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/c89f81ea20ab265071194cf102bc881f476ecca8...fa1b14384871ebbc2f341f953a728e8370788992 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2024-01-07 21:43:35 +02:00
53a1e349e3
build(deps): bump rickstaa/empty-issues-closer-action ( #3570 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.60 to 1.1.62.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/df49de138b9755d15fe711167091336d8e0fac23...d2c9a91e632aadd8acabdb33babc55c69c4ca978 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2024-01-07 21:36:32 +02:00
github-actions[bot] and qwerty541
d2dbffeb2d
refactor: update languages JSON ( #3567 )
...
Co-authored-by: qwerty541 <qwerty541@users.noreply.github.com >
2024-01-07 08:44:52 +01:00
Alexandr Garbuzov
4710f24670
tests(stats card): fix render translations test ( #3580 )
2024-01-07 08:42:23 +01:00
Alexandr Garbuzov
7d4c49b7f7
ci: use same .yml file extension for all workflows for consistency ( #3521 )
2023-12-26 21:28:54 +02:00
Alexandr Garbuzov
59367dc6b0
refactor(wakatime card): move duplicate value format logic into separate function ( #3512 )
2023-12-26 13:57:22 +01:00
c1e8037973
build(deps): bump rickstaa/empty-issues-closer-action ( #3561 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.58 to 1.1.60.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/14e27ff7da9bde71baf93f953750bc1334046ea9...df49de138b9755d15fe711167091336d8e0fac23 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-12-25 22:26:14 +02:00
f44dddef0b
build(deps): bump rickstaa/top-issues-action from 1.3.83 to 1.3.86 ( #3560 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.83 to 1.3.86.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/ce1a949c62a7a5d8b4890d596b5c5da37db628ca...c89f81ea20ab265071194cf102bc881f476ecca8 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-12-25 22:25:35 +02:00
e30da927c7
build(deps-dev): Bump eslint from 8.55.0 to 8.56.0 ( #3553 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.55.0 to 8.56.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/compare/v8.55.0...v8.56.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-12-18 23:52:03 +03:00
3ea55bb73e
build(deps): Bump actions/setup-node from 4.0.0 to 4.0.1 ( #3552 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/8f152de45cc393bb48ce5d89d36b731f54556e65...b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
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 >
2023-12-18 23:43:34 +03:00
82699d6ba6
build(deps): Bump rickstaa/empty-issues-closer-action ( #3551 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.52 to 1.1.58.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/c7b2e1cec1e662f56516d8f2842ca45379ac4430...14e27ff7da9bde71baf93f953750bc1334046ea9 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-12-18 23:42:32 +03:00
beb0172465
build(deps): Bump rickstaa/top-issues-action from 1.3.77 to 1.3.83 ( #3550 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.77 to 1.3.83.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/8c70898862d1e7808bd5ce009405ac44f461044d...ce1a949c62a7a5d8b4890d596b5c5da37db628ca )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-12-18 23:42:05 +03:00
9c1bb80fdb
build(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0 ( #3549 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.3 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...c7d193f32edcb7bfad88892161225aeda64e9392 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 >
2023-12-18 23:39:56 +03:00
f831dadf79
build(deps-dev): Bump prettier from 3.1.0 to 3.1.1 ( #3540 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.1.0...3.1.1 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2023-12-11 23:26:55 +03:00
Alexandr Garbuzov
c402a23360
refactor: add missing export for wakatime options type ( #3531 )
2023-12-11 19:35:07 +01:00
Alexandr Garbuzov
2259870e8e
docs: fix wakatime card api_domain option default value ( #3532 )
2023-12-11 19:33:08 +01:00
Alexandr Garbuzov
c31f3e81bd
ci: update labeler config to match latest action version ( #3533 )
...
* ci: update labeler config to match latest action version
* dev
* dev
* dev
* dev
* dev
* dev
* dev
* dev
* dev
* dev
2023-12-11 19:52:45 +02:00
23472f40e8
build(deps): Bump actions/labeler from 4.3.0 to 5.0.0 ( #3526 )
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/ac9175f8a1f3625fd0d4fb234536d26811351594...8558fd74291d67161a8a78ce36a881fa63b766a9 )
---
updated-dependencies:
- dependency-name: actions/labeler
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 >
2023-12-04 22:15:46 +03:00
6633d68f79
build(deps): Bump rickstaa/empty-issues-closer-action ( #3527 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.50 to 1.1.52.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/e0fb1033c83cf13e0c98c2c9d0419d3040a6a1d0...c7b2e1cec1e662f56516d8f2842ca45379ac4430 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-12-04 22:14:52 +03:00
34c67ffa6d
build(deps): Bump rickstaa/top-issues-action from 1.3.75 to 1.3.77 ( #3528 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.75 to 1.3.77.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/04028f4fc0f1c217e571be72102b6ea4827b8468...8c70898862d1e7808bd5ce009405ac44f461044d )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-12-04 22:14:20 +03:00
4412af8b53
build(deps-dev): Bump @testing-library/jest-dom from 6.1.4 to 6.1.5 ( #3525 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.1.4 to 6.1.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2023-12-04 22:13:25 +03:00
91889a3319
build(deps-dev): Bump eslint-config-prettier from 9.0.0 to 9.1.0 ( #3523 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.0.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
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 >
2023-12-04 22:10:33 +03:00
105e136c5e
build(deps-dev): Bump lint-staged from 15.1.0 to 15.2.0 ( #3524 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 15.1.0 to 15.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v15.1.0...v15.2.0 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2023-12-04 22:09:28 +03:00
1cba9c13f3
build(deps-dev): Bump eslint from 8.54.0 to 8.55.0 ( #3522 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.54.0 to 8.55.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/compare/v8.54.0...v8.55.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-12-04 22:06:20 +03:00
80b2d23242
build(deps-dev): Bump @adobe/css-tools from 4.3.1 to 4.3.2 ( #3516 )
...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md )
- [Commits](https://github.com/adobe/css-tools/commits )
---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
...
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 >
2023-12-01 08:38:38 +03:00
Alexandr Garbuzov
1656ec6d3c
tests: add pin card performance test ( #3374 )
2023-11-28 19:44:21 +02:00
Alexandr Garbuzov
0616df3746
tests: add gist card performance test ( #3372 )
2023-11-28 19:39:15 +02:00
7595456677
build(deps): Bump rickstaa/empty-issues-closer-action ( #3507 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.47 to 1.1.50.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/096c761b38032baf0e9e6bb65c17abf0615a6e41...e0fb1033c83cf13e0c98c2c9d0419d3040a6a1d0 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-11-27 22:03:17 +03:00
4793de4a6e
build(deps): Bump rickstaa/top-issues-action from 1.3.71 to 1.3.75 ( #3508 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.71 to 1.3.75.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/ba0b5f329a1a85074e84b1944a7154202248b630...04028f4fc0f1c217e571be72102b6ea4827b8468 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-11-27 22:02:17 +03:00
Alexandr Garbuzov
c6c4a88d6d
docs: improve query options appereance using tables ( #3484 )
2023-11-25 20:23:21 +02:00
Alexandr Garbuzov
1262002624
fix(wakatime card): add percent display format for compact layout ( resolves #3503 ) ( #3504 )
2023-11-25 09:00:22 +01:00
b8983dd697
feat: show wakatime stats in percentage ( resolves #3016 ) ( #3326 )
...
* added option to display wakatime in percentage
* updated exclusive options in wakatime
* added percent sign
* Update readme.md
Co-authored-by: Rick Staa <rick.staa@outlook.com >
* made the required changes
* Update wakatime-card.js
* Update wakatime-card.js
---------
Co-authored-by: Rick Staa <rick.staa@outlook.com >
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2023-11-23 21:13:48 +02:00
Alexandr Garbuzov
a8663a8025
feat(wakatime card): add disable animations query option ( #3496 )
...
* feat(wakatime card): add disable animations query option
* docs
2023-11-23 21:06:01 +02:00
afcb773b11
build(deps-dev): Bump eslint from 8.53.0 to 8.54.0 ( #3493 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.53.0 to 8.54.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/compare/v8.53.0...v8.54.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-11-20 20:45:42 +02:00
ffe28620ba
build(deps): Bump axios from 1.6.1 to 1.6.2 ( #3492 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.1...v1.6.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2023-11-20 20:44:51 +02:00
723cdd74d4
build(deps): Bump rickstaa/top-issues-action from 1.3.69 to 1.3.71 ( #3491 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.69 to 1.3.71.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/9ab0c00b87dbcfb3a34ebdaab6151e058a0bf352...ba0b5f329a1a85074e84b1944a7154202248b630 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-11-20 20:43:44 +02:00
68c49dd824
build(deps): Bump rickstaa/empty-issues-closer-action ( #3490 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.44 to 1.1.47.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/1e7541f3bb442b6df5fe07e8cc2f5184076f2246...096c761b38032baf0e9e6bb65c17abf0615a6e41 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-11-20 20:43:09 +02:00
Alexandr Garbuzov
ddcc30d641
feat(repo card): add description lines count query parameter ( #3453 )
...
* feature(repo card): add description lines count query parameter
* dev
* dev
* docs
* test
2023-11-20 20:08:48 +02:00
kurple
d4f1a5d061
docs: grammar/Clarity Fixes. ( #3463 )
...
* Fixed Grammar
* Grammar Fixes
* Grammar Fixes
2023-11-20 10:01:42 +01:00
Alexandr Garbuzov
f26b83d6cd
tests: fix typo inside card class proper height/width test ( #3489 )
2023-11-20 09:57:29 +01:00
Alexandr Garbuzov
3a15963a3d
ci: add wakatime endpoint test file into pull requests labeler ( #3482 )
2023-11-15 09:35:01 +01:00
49973083b1
build(deps): Bump rickstaa/empty-issues-closer-action ( #3480 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.40 to 1.1.44.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/37f2cd30a4fb97504bbb570dc73264cfa522dee3...1e7541f3bb442b6df5fe07e8cc2f5184076f2246 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-11-13 22:24:06 +03:00
e50a9b435c
build(deps): Bump rickstaa/top-issues-action from 1.3.65 to 1.3.69 ( #3479 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.65 to 1.3.69.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/da2fb7f2bd61828135e0971f8d33efb1a079e9a9...9ab0c00b87dbcfb3a34ebdaab6151e058a0bf352 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-11-13 22:23:14 +03:00
e04e1397c5
build(deps-dev): Bump prettier from 3.0.3 to 3.1.0 ( #3476 )
...
* build(deps-dev): Bump prettier from 3.0.3 to 3.1.0
Bumps [prettier](https://github.com/prettier/prettier ) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.0.3...3.1.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
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 >
2023-11-13 22:22:39 +03:00
36bbea2aab
build(deps): Bump axios from 1.6.0 to 1.6.1 ( #3478 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2023-11-13 22:11:26 +03:00
034ee0666e
build(deps-dev): Bump lint-staged from 15.0.2 to 15.1.0 ( #3477 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 15.0.2 to 15.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v15.0.2...v15.1.0 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2023-11-13 22:10:36 +03:00
Alexandr Garbuzov
d654fe5715
infra: enable no-alert eslint rule ( #3472 )
2023-11-13 22:09:29 +03:00
Alexandr Garbuzov
51eefa2dca
infra: enable no-caller eslint rule ( #3473 )
2023-11-13 22:05:38 +03:00
Alexandr Garbuzov
5ea659579e
infra: enable no-delete-var eslint rule ( #3465 )
2023-11-11 01:47:29 +02:00
Alexandr Garbuzov
edf9f7413b
infra: enable keyword-spacing eslint rule and remove decrecated space-*-keyword rules ( #3464 )
2023-11-11 01:46:44 +02:00
Alexandr Garbuzov and GitHub Readme Stats Bot
aa90efcae5
docs(theme): auto update theme readme ( #3462 )
...
Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com >
2023-11-07 08:50:57 +01:00
wolfcomp
dda9647c49
fix(express deploy): fix situations when env variables doesn't load before request processing ( #3231 )
2023-11-07 06:54:07 +02:00
Alexandr Garbuzov
8d7e9df697
themes: add ambient_gradient theme for test ( #3399 )
2023-11-07 06:55:39 +03:00
843b15ed36
build(deps-dev): Bump eslint from 8.52.0 to 8.53.0 ( #3459 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.52.0 to 8.53.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/compare/v8.52.0...v8.53.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-11-07 03:39:34 +03:00
a99abe8c24
build(deps): Bump rickstaa/top-issues-action from 1.3.64 to 1.3.65 ( #3461 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.64 to 1.3.65.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/f72e408e2ca430a9d79620f27183d7fd85c7494a...da2fb7f2bd61828135e0971f8d33efb1a079e9a9 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-11-07 03:38:40 +03:00
bc7ea33782
build(deps): Bump rickstaa/empty-issues-closer-action ( #3460 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.39 to 1.1.40.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/2ee9f86f16acb1d888a480f2080407d84248f475...37f2cd30a4fb97504bbb570dc73264cfa522dee3 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-11-07 03:38:13 +03:00
Alexandr Garbuzov
79cee30ac3
infra: enable constructor-super eslint rule ( #3457 )
2023-11-07 03:36:17 +03:00
Alexandr Garbuzov
e5b5da86e5
tests: add basic wakatime endpoint test ( #3454 )
2023-11-06 19:40:30 +01:00
Alexandr Garbuzov
6d8169fd2c
tests(wakatime-fetcher): fix brand casing ( #3455 )
2023-11-06 15:21:14 +01:00
Alexandr Garbuzov
90c30f2bd2
infra: enable no-dupe-class-members eslint rule ( #3456 )
2023-11-06 15:18:43 +01:00
Alexandr Garbuzov
5b3b920ed2
infra: enable no-const-assign eslint rule ( #3452 )
2023-11-01 21:34:08 +02:00
Alexandr Garbuzov
236577f70a
infra: enable no-class-assign eslint rule ( #3451 )
2023-11-01 21:31:31 +02:00
Wertzui123
ff16984988
refactor: fix typos in a comment ( #3437 )
...
* Fix typos in a comment
* Add a comma
2023-11-01 15:47:03 +01:00
Alexandr Garbuzov
2ddcd9c2bd
infra(dependabot): configure commits message to match conventional commits rules ( #3434 )
2023-10-31 17:30:22 +02:00
github-actions[bot] and Alexandr
1886fe0379
refactor: update languages JSON ( #3450 )
...
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2023-10-31 07:24:10 +03:00
2b90336430
Build(deps): Bump rickstaa/top-issues-action from 1.3.61 to 1.3.64 ( #3449 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.61 to 1.3.64.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/36df2af30c15ddf48558931420138890ed1b1708...f72e408e2ca430a9d79620f27183d7fd85c7494a )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-10-30 14:33:41 +03:00
6cf9bb8448
Build(deps): Bump axios from 1.5.1 to 1.6.0 ( #3448 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.5.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: axios
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 >
2023-10-30 14:33:07 +03:00
10236d8cd3
Build(deps): Bump ossf/scorecard-action from 2.3.0 to 2.3.1 ( #3447 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/483ef80eb98fb506c348f7d62e28055e49fe2398...0864cf19026789058feabb7e87baa5f140aac736 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
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 >
2023-10-30 14:32:17 +03:00
91a3ac2705
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3446 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.35 to 1.1.39.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/af151e679df0e3b59cda0e10c43010556d6c5bff...2ee9f86f16acb1d888a480f2080407d84248f475 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-10-30 14:30:52 +03:00
Alexandr Garbuzov
2feebd011d
infra(dependabot): set myself as pull requests reviewer ( #3435 )
2023-10-30 11:58:07 +01:00
Alexandr Garbuzov
5b72dfbc32
tests(stats card): cover with test changes in #3298 ( #3443 )
2023-10-30 11:34:42 +01:00
Alexandr Garbuzov
89fc14609e
refactor: improve blacklisted username error by adding secondary message ( #3444 )
2023-10-30 11:31:41 +01:00
Pritam Sharma and Alexandr Garbuzov
9c6eb22862
feature: render error card in same theme as requested card ( resolves #3259 ) ( #3298 )
...
* Error theme Based on Design
* Update src/common/utils.js
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
* Update src/common/utils.js
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
---------
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2023-10-28 22:31:24 +03:00
Bohdan Karashchuk and Alexandr Garbuzov
db921818be
fix(top langs fetcher): fix typo inside error message ( #3431 )
...
* Update top-languages-fetcher.js
* Update fetchTopLanguages.test.js
---------
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2023-10-28 22:26:31 +03:00
Alexandr Garbuzov
0691084c39
ci(preview theme): allow gradient colors (2) ( #3427 )
2023-10-26 20:00:55 +02:00
Alexandr Garbuzov
87a3bf38c2
ci(theme readme gen): lowercase commit message to match conventional commits ( #3430 )
2023-10-26 19:59:05 +02:00
Bohdan Karashchuk
8084ba9e3b
i18n: improve Ukrainian translations ( #3422 )
2023-10-26 09:49:53 +03:00
kafkaidk and Swarnendu
c79fc99261
docs(contributing): change protocol from HTTPS to HTTP in local development section ( #3426 )
...
Co-authored-by: Swarnendu <clickswarnendu123@gmail.com >
2023-10-26 09:28:09 +03:00
Joseph Madamba
6bcc98d99d
fix: fix WakaTime brand casing ( #3411 )
...
* `Wakatime` -> `WakaTime`
* Fix wrong `WakaTime` brand naming on tr translation
* `wakatime stats` -> `WakaTime stats`
2023-10-24 09:57:32 +02:00
Alexandr Garbuzov and Rick Staa
7fe7c63475
ci(top issues dashboard): themes addition paused ( #3410 )
...
* ci(top issues dashboard): themes addition paused
* refactor: enable top issues labeling
---------
Co-authored-by: Rick Staa <rick.staa@outlook.com >
2023-10-24 09:37:24 +02:00
Alexandr Garbuzov and GitHub Readme Stats Bot
23f9cc76b9
docs(theme): Auto update theme readme ( #3407 )
...
Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com >
2023-10-24 09:34:05 +02:00
69cdf00bdc
Build(deps-dev): Bump eslint from 8.51.0 to 8.52.0 ( #3419 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.51.0 to 8.52.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/compare/v8.51.0...v8.52.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-10-23 22:43:13 +03:00
8ee18b8063
Build(deps-dev): Bump lint-staged from 15.0.1 to 15.0.2 ( #3418 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v15.0.1...v15.0.2 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2023-10-23 22:42:32 +03:00
453ab195c1
Build(deps): Bump actions/setup-node from 3.8.1 to 4.0.0 ( #3416 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d...8f152de45cc393bb48ce5d89d36b731f54556e65 )
---
updated-dependencies:
- dependency-name: actions/setup-node
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 >
2023-10-23 22:41:53 +03:00
3d0780b91c
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3417 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.30 to 1.1.35.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/e5090646e7b007f0e8614a12525eaea8d50e7d78...af151e679df0e3b59cda0e10c43010556d6c5bff )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-10-23 22:40:47 +03:00
69b1745736
Build(deps): Bump bahmutov/npm-install from 1.8.35 to 1.8.36 ( #3414 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.8.35 to 1.8.36.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/c46e3830503dcb831cf4aee3f26b4e6bce8cc9d2...2509f13e8485d88340a789a3f7ca11aaac47c9fc )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2023-10-23 22:39:09 +03:00
376aeaab32
Build(deps): Bump rickstaa/top-issues-action from 1.3.56 to 1.3.61 ( #3415 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.56 to 1.3.61.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/cf7516f16ce549a48b67917b3d08fb5515ed249c...36df2af30c15ddf48558931420138890ed1b1708 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-10-23 22:38:06 +03:00
c795c721ee
Build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 ( #3413 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
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 >
2023-10-23 22:37:10 +03:00
Alexandr Garbuzov
3977b905b8
tests:: allow gradient themes ( #3401 )
2023-10-23 11:31:30 +02:00
Alexandr Garbuzov
f8aa2db39d
ci(theme preview): allow gradient themes ( #3400 )
2023-10-23 11:22:18 +02:00
Alexandr Garbuzov
edeebeb436
docs(contributing): themes addition paused ( #3408 )
...
* docs(contributing): themes addition paused
* dev
2023-10-23 11:12:43 +02:00
Alexandr Garbuzov
cb5ac97cc5
docs: themes addition paused ( #3409 )
2023-10-23 11:10:56 +02:00
Cosmo
3eedfd3d1f
chore(theme): add light and dark catppuccin themes with fix for contrast ( #2376 )
...
* Add light and dark Catppuccin themes, #1977
"Catppuccin Latte" and "Catppuccin Mocha" come from the official Catppuccin theme, available here: https://github.com/catppuccin/github-readme-stats
* Change Latte title color to pass AA contrast ratio test
2023-10-22 21:43:33 +05:30
Alexandr Garbuzov
33beba58b3
ci(theme preview): add one theme per pull request rule ( #3395 )
2023-10-21 21:21:34 +03:00
Alexandr Garbuzov
ae356376c6
docs(contributions): add one theme per pull request rule ( #3394 )
2023-10-19 23:44:56 +05:30
Alexandr Garbuzov
885bd1b04e
docs: add link to translations contribution guidelines ( #3390 )
2023-10-18 19:53:03 +02:00
Alexandr Garbuzov
bc9076a209
docs: use absolute paths for several broken links as temporary solution ( #3389 )
2023-10-18 19:51:38 +02:00
Alexandr Garbuzov
b85225b31c
docs(contributions): improve visability of themes merging policy ( #3371 )
2023-10-17 11:15:32 +02:00
Alexandr Garbuzov
3dab984a34
docs(contributions): use HTTPS protocol inside license link ( #3373 )
2023-10-17 11:15:13 +02:00
4dc930bd8c
Build(deps-dev): Bump @actions/github from 5.1.1 to 6.0.0 ( #3380 )
...
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 5.1.1 to 6.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
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 >
2023-10-16 21:49:03 +03:00
29c1fefab6
Build(deps-dev): Bump @babel/traverse from 7.22.8 to 7.23.2 ( #3381 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
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 >
2023-10-16 21:46:05 +03:00
e7056fbb6c
Build(deps-dev): Bump lint-staged from 14.0.1 to 15.0.1 ( #3379 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 14.0.1 to 15.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v14.0.1...v15.0.1 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2023-10-16 21:45:02 +03:00
bb17789a51
Build(deps-dev): Bump @testing-library/jest-dom from 6.1.3 to 6.1.4 ( #3378 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.3...v6.1.4 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2023-10-16 21:44:08 +03:00
c289b10198
Build(deps): Bump actions/checkout from 3.5.3 to 4.1.0 ( #3377 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...8ade135a41bc03ea155e62e844d188df1ea18608 )
---
updated-dependencies:
- dependency-name: actions/checkout
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 >
2023-10-16 21:43:10 +03:00
dd528c436c
Build(deps): Bump rickstaa/top-issues-action from 1.3.54 to 1.3.56 ( #3376 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.54 to 1.3.56.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/a2f94d3653b3c2490e0d997c8ec4a5e7beba4c7d...cf7516f16ce549a48b67917b3d08fb5515ed249c )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-10-16 21:37:36 +03:00
41d19be62c
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3375 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.28 to 1.1.30.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/e9e79c66b85961ebc9dc11493b65b6e4bb355ed0...e5090646e7b007f0e8614a12525eaea8d50e7d78 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-10-16 21:36:37 +03:00
Rick Staa
4e949c2bc2
docs(contributing): remove outdated local dev steps ( #3358 )
...
This commit removes some local development steps found in the
contributing guide that are no longer required.
2023-10-16 19:50:28 +03:00
Alexandr Garbuzov
365dfb7ffb
docs(translations): remove broken sponsors links ( #3361 )
2023-10-15 21:40:23 +03:00
Alexandr Garbuzov
8278980d25
infra: enable no-negated-condition eslint rule ( #3283 )
...
* infra: enable no-negated-condition eslint rule
* dev
* dev
2023-10-15 21:38:32 +03:00
Alexandr Garbuzov
2567a6e580
docs: add top issues dashboard notice ( #3363 )
2023-10-15 10:33:36 +02:00
Rick Staa
6dc6c61877
docs: improve vercel badge position ( #3347 )
...
* docs: improve Vercel badge position
* docs: keep Vercel badge at the bottom
2023-10-15 10:33:13 +02:00
Alexandr Garbuzov
d72ae34e72
docs: add translations contribution guide ( #3360 )
2023-10-15 10:32:55 +02:00
Alexandr Garbuzov
ac749b75e3
refactor: resolve vscode type errors in wakatime card render and remove redundant css ( #3232 )
...
* refactor: resolve vscode type errors in wakatime card render and remove redundant css
* dev
2023-10-15 10:03:18 +02:00
Alexandr Garbuzov
00394cf45d
docs(themes): improve compatibility message ( #3362 )
2023-10-14 22:34:54 +02:00
Rick Staa
4fd52e6f64
ci: fix small theme preview script typo ( #3355 )
2023-10-14 00:08:07 +03:00
Rick Staa
7a6d7b4b73
ci: fix 'update-langs' workflow permissions ( #3352 )
2023-10-13 23:57:33 +03:00
Rick Staa
ee7cf1fec4
docs: add uptime badge ( #3350 )
2023-10-13 23:53:07 +03:00
Alexandr Garbuzov
7c5e998725
ci: fix master branch name in CodeQL analysis workflow ( #3354 )
2023-10-13 23:50:03 +03:00
Alexandr Garbuzov
cd9698bea5
infra: enable no-mixed-spaces-and-tabs eslint rule ( #3285 )
2023-10-13 22:25:34 +03:00
Alexandr Garbuzov
b753d49158
infra: enable radix eslint rule ( #3261 )
2023-10-13 22:21:12 +03:00
Alexandr Garbuzov
1c07f4142c
feature: fetch only requested data from GitHub GraphQL API to reduce load ( #3208 )
...
* feature: fetch only requested data from GitHub GraphQL API to reduce load
* dev
* dev
2023-10-13 22:14:06 +03:00
Rick Staa
7b1b78df2f
Revert "Update generate-theme-doc.js ( #3308 )" ( #3353 )
...
This reverts commit 28b65928d2 .
2023-10-13 20:34:42 +05:30
sahilpawar01 and rickstaa
28b65928d2
Update generate-theme-doc.js ( #3308 )
...
* Update generate-theme-doc.js
Optimize README generation code for efficiency and readability.
* fix(scripts): fix some small bugs
This commit fixes some small bugs that were still present in the script
code.
---------
Co-authored-by: rickstaa <rick.staa@outlook.com >
2023-10-13 13:36:06 +02:00
Alexandr Garbuzov
428e97bfcc
Add performance tests base ( #3141 )
...
* Add basic bench tests
* dev
2023-10-13 11:27:04 +02:00
Alexandr Garbuzov and rickstaa
0fd1ea3ce9
feature: do not aks user's to open issues on upstream API errors ( #3273 )
...
Co-authored-by: rickstaa <rick.staa@outlook.com >
2023-10-13 11:16:14 +02:00
Rick Staa
a39785189c
docs: fix relative README links ( #3067 )
2023-10-12 19:57:52 +02:00
Alexandr Garbuzov
d89edc07f2
infra: enable no-multiple-empty-lines eslint rule ( #3262 )
2023-10-12 16:54:14 +02:00
Alexandr Garbuzov
1728bb27c1
infra: enable no-with eslint rule ( #3233 )
2023-10-12 16:52:32 +02:00
Alexandr Garbuzov
4c7e297d1b
CI: Add static code analysis workflow (CodeQL) ( #2918 )
2023-10-12 16:36:37 +02:00
Vishal Sharma
18763ae9c3
docs: remove broken sponsor links ( #3336 )
...
solves: #3334
Removed broken "Supported by" links in documentation
2023-10-12 13:23:43 +02:00
Alexandr Garbuzov
3b53bedb11
docs: add available locales section ( #3331 )
...
* docs: add available locales section
* dev
2023-10-12 13:15:28 +02:00
Alexandr Garbuzov
88c507ce46
refactor: fix typo in TRY_AGAIN_LATER constant name ( #3274 )
2023-10-12 10:40:04 +02:00
Alexandr Garbuzov
35e4578fc6
docs(contributing guidelines): remove duplicate license section ( #3333 )
2023-10-11 15:34:45 +02:00
dd68af3c39
Build(deps-dev): Bump eslint from 8.50.0 to 8.51.0 ( #3345 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.50.0 to 8.51.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/compare/v8.50.0...v8.51.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-10-09 22:20:59 +03:00
971fc61419
Build(deps): Bump stefanzweifel/git-auto-commit-action ( #3344 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 4.16.0 to 5.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](https://github.com/stefanzweifel/git-auto-commit-action/compare/3ea6ae190baf489ba007f7c92608f33ce20ef04a...8756aa072ef5b4a080af5dc8fef36c5d586e521d )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
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 >
2023-10-09 21:36:28 +03:00
79384f4a28
Build(deps): Bump github/codeql-action from 2.21.9 to 2.22.1 ( #3342 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.9 to 2.22.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/ddccb873888234080b77e9bc2d4764d5ccaaccf9...fdcae64e1484d349b3366718cdfef3d404390e85 )
---
updated-dependencies:
- dependency-name: github/codeql-action
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 >
2023-10-09 21:35:22 +03:00
3295d5d6c5
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3343 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.25 to 1.1.28.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/c73b7528ed1cc311e72b65fe6f270d96548355ff...e9e79c66b85961ebc9dc11493b65b6e4bb355ed0 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-10-09 21:33:29 +03:00
5f378b88b8
Build(deps): Bump rickstaa/top-issues-action from 1.3.52 to 1.3.54 ( #3341 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.52 to 1.3.54.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/2647f25b1d7924cac52e0c0f6c6398e67585e8ce...a2f94d3653b3c2490e0d997c8ec4a5e7beba4c7d )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-10-09 21:32:40 +03:00
2404f06a5f
Build(deps): Bump ossf/scorecard-action from 2.2.0 to 2.3.0 ( #3340 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/08b4669551908b1024bb425080c797723083c031...483ef80eb98fb506c348f7d62e28055e49fe2398 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
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 >
2023-10-09 21:31:29 +03:00
Alexandr Garbuzov
e04d17d7bd
ci(labeler): fix infrastructure label ( #3284 )
2023-10-05 08:39:44 +02:00
558af5cd1e
Build(deps): Bump github/codeql-action from 2.21.8 to 2.21.9 ( #3316 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.8 to 2.21.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/6a28655e3dcb49cb0840ea372fd6d17733edd8a4...ddccb873888234080b77e9bc2d4764d5ccaaccf9 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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 >
2023-10-02 21:50:28 +03:00
52b402a371
Build(deps): Bump axios from 1.5.0 to 1.5.1 ( #3315 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
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 >
2023-10-02 21:49:36 +03:00
712cb185f4
Build(deps-dev): Bump eslint from 8.49.0 to 8.50.0 ( #3293 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.49.0 to 8.50.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/compare/v8.49.0...v8.50.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-09-25 21:59:32 +03:00
3312e90443
Build(deps): Bump actions/checkout from 4.0.0 to 4.1.0 ( #3291 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608 )
---
updated-dependencies:
- dependency-name: actions/checkout
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 >
2023-09-25 21:19:53 +03:00
5850506df4
Build(deps): Bump rickstaa/top-issues-action from 1.3.50 to 1.3.52 ( #3292 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.50 to 1.3.52.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/1b36bbbc747a2e05808a88a57c15f3ba53ccfffb...2647f25b1d7924cac52e0c0f6c6398e67585e8ce )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-09-25 21:18:17 +03:00
eb2652de60
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3290 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.24 to 1.1.25.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/e9f0932401f4a8615cfe8bc22aacf06330c910c2...c73b7528ed1cc311e72b65fe6f270d96548355ff )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-09-25 21:17:03 +03:00
5c9ca138d2
Build(deps): Bump github/codeql-action from 2.21.7 to 2.21.8 ( #3289 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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 >
2023-09-25 21:16:30 +03:00
Alexandr Garbuzov
7bf4a873f1
refactor: add GitHub REST API error to CustomError class ( #3272 )
2023-09-22 17:43:58 +02:00
Alexandr Garbuzov
65c3300189
refactor(stats card fetcher): improve could not fetch total commits error message ( #3255 )
2023-09-21 20:30:24 +02:00
Alexandr Garbuzov
12f84f89c8
tests: add top langs endpoint proper cache header test ( #3269 )
2023-09-21 20:24:28 +02:00
Alexandr Garbuzov
1fb2d1abab
ci: add infrastructure label ( #3270 )
2023-09-21 20:23:58 +02:00
Alexandr Garbuzov
41a2ba8cbe
tests: add pin endpoint proper cache header test ( #3260 )
2023-09-20 15:29:45 +02:00
Alexandr Garbuzov
2ee803fc16
feature: extend default card cache time to 6 hours ( #3242 )
...
* feature: extend default card cache time to 8 hours
* reduce to six hours
2023-09-19 11:54:27 +02:00
Alexandr Garbuzov
eb787af325
infra: enable no-unneeded-ternary eslint rule ( #3257 )
2023-09-19 11:41:10 +02:00
Alexandr Garbuzov
772ef35fb1
infra: enable no-this-before-super eslint rule ( #3256 )
2023-09-19 11:40:38 +02:00
078043585a
Build(deps-dev): Bump @testing-library/dom from 9.3.1 to 9.3.3 ( #3251 )
...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library ) from 9.3.1 to 9.3.3.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases )
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.1...v9.3.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/dom"
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 >
2023-09-19 03:08:13 +03:00
40b58f07d0
Build(deps-dev): Bump jest-environment-jsdom from 29.6.4 to 29.7.0 ( #3250 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
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 >
2023-09-19 03:07:38 +03:00
b6d30dd3e9
Build(deps-dev): Bump jest from 29.6.4 to 29.7.0 ( #3249 )
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest )
---
updated-dependencies:
- dependency-name: jest
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 >
2023-09-19 03:04:37 +03:00
bec0540878
Build(deps): Bump rickstaa/top-issues-action from 1.3.46 to 1.3.50 ( #3248 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.46 to 1.3.50.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/20822b6d133fa88780e87f154bef34a6911005ec...1b36bbbc747a2e05808a88a57c15f3ba53ccfffb )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-09-18 21:30:05 +03:00
5fcdee7de8
Build(deps): Bump bahmutov/npm-install from 1.8.34 to 1.8.35 ( #3247 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.8.34 to 1.8.35.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/5e78a2c1fa3203b777a67764f15380aa7c80d015...c46e3830503dcb831cf4aee3f26b4e6bce8cc9d2 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2023-09-18 21:29:31 +03:00
1fca92efea
Build(deps): Bump github/codeql-action from 2.21.5 to 2.21.7 ( #3246 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.5 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/00e563ead9f72a8461b24876bee2d0c2e8bd2ee8...04daf014b50eaf774287bf3f0f1869d4b4c4b913 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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 >
2023-09-18 21:28:56 +03:00
7a4f6a343e
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3245 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.20 to 1.1.24.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/2976d7763c8490535b108c414d8a147ffea86f28...e9f0932401f4a8615cfe8bc22aacf06330c910c2 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-09-18 21:28:10 +03:00
Alexandr Garbuzov
c1be93922d
infra: enable no-use-before-define eslint rule ( #3234 )
2023-09-17 15:55:27 +02:00
Rick Staa
bc8eaecaf4
feat: rate limit error chaching ( #2448 )
...
* feat: rate limit error chaching
Rate limit error caching to alleviate PATs.
* refactor: improve code comments
2023-09-17 15:45:17 +02:00
Alexandr Garbuzov
64f56e88b4
refactor: change confusing behavior of showing 0 commints when upstream API fails ( #3238 )
2023-09-17 11:14:40 +02:00
touEr_
518747e99d
docs: simplified chinese error ( #3215 )
...
* fix: Simplified Chinese error
As a Simplified Chinese user, if you are unsure, it should have been Traditional Chinese or something else
* fix: step video distribution in Simplified Chinese
Simplified Chinese Explanation of Distribution Tutorial Video
2023-09-16 11:21:58 +02:00
Alexandr Garbuzov
6370d0c44d
refactor: fix I18n class constructor jsdoc to resolve vscode type errors ( #3195 )
2023-09-14 13:25:52 +02:00
Alexandr Garbuzov
94deb04e61
docs: add top languages card limits warning ( #3228 )
2023-09-14 11:33:21 +02:00
Alexandr Garbuzov
ef0ec6e26b
refactor: use more clear retryer error message (2) ( #3227 )
2023-09-14 10:47:00 +02:00
Alexandr Garbuzov
81f030fd1c
tests(stats card fetcher): add upstream API error test when include_all_commits true ( #3186 )
2023-09-12 11:54:57 +03:00
Alexandr Garbuzov
976db143de
refactor: use more clear retryer error messages ( #3216 )
2023-09-12 10:07:20 +02:00
Alexandr Garbuzov
c42798b39e
refactor: enable curly eslint rule ( #3137 )
2023-09-12 10:06:01 +02:00
Alexandr Garbuzov
b611018476
i18n: set locale only once instead of on each call ( #3200 )
2023-09-12 09:31:11 +02:00
Alexandr Garbuzov
8879c7fe2e
refactor: fix createProgressNode function jsdoc and enable ts-check ( #3211 )
2023-09-12 09:24:07 +02:00
Alexandr Garbuzov
47e6e56eb3
Enable no-warning-comments eslint rule ( #3150 )
2023-09-11 22:59:03 +02:00
Alexandr Garbuzov
09b7ad6a58
refactor: move duplicated code for rendering repo/gist cards into utils ( #3214 )
2023-09-11 22:08:22 +02:00
Alexandr Garbuzov
def5c9c997
ci: use latest octokit API inside close stale theme PRs workflow ( #3213 )
2023-09-11 21:57:08 +02:00
d6852d932b
Build(deps-dev): Bump @testing-library/jest-dom from 6.1.2 to 6.1.3 ( #3224 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.2...v6.1.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2023-09-11 22:03:52 +03:00
59e6b3e462
Build(deps-dev): Bump axios-mock-adapter from 1.21.5 to 1.22.0 ( #3223 )
...
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter ) from 1.21.5 to 1.22.0.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases )
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ctimmerm/axios-mock-adapter/compare/v1.21.5...v1.22.0 )
---
updated-dependencies:
- dependency-name: axios-mock-adapter
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 >
2023-09-11 22:02:04 +03:00
4778d5beca
Build(deps-dev): Bump @actions/core from 1.10.0 to 1.10.1 ( #3222 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
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 >
2023-09-11 22:01:19 +03:00
ea58877fc3
Build(deps-dev): Bump eslint from 8.48.0 to 8.49.0 ( #3221 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.48.0 to 8.49.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/compare/v8.48.0...v8.49.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-09-11 22:00:41 +03:00
477cb2852c
Build(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 ( #3219 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
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 >
2023-09-11 21:59:18 +03:00
a209f6f31f
Build(deps): Bump rickstaa/top-issues-action from 1.3.44 to 1.3.46 ( #3220 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.44 to 1.3.46.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/0444fe7a3c3ed5fbf4c3ff3dec3585ebe24e1338...20822b6d133fa88780e87f154bef34a6911005ec )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-09-11 21:58:50 +03:00
955b9464e3
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3218 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.18 to 1.1.20.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/1f356958abb6f3ead7f1ee451b4129aa0c31efe7...2976d7763c8490535b108c414d8a147ffea86f28 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-09-11 21:58:22 +03:00
Alexandr Garbuzov
b55aaa4cff
refactor: fix card colors type and function to resolve vscode type errors ( #3191 )
2023-09-11 10:47:55 +02:00
Alexandr Garbuzov
b0e15fb17c
refactor(wakatime card): fix createTextNode function jsdoc to resolve type error ( #3201 )
2023-09-06 08:04:07 +02:00
659077ec44
Build(deps-dev): Bump prettier from 3.0.2 to 3.0.3 ( #3205 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2023-09-04 21:55:46 +03:00
3db96e69c9
Build(deps): Bump actions/checkout from 3.6.0 to 4.0.0 ( #3202 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac )
---
updated-dependencies:
- dependency-name: actions/checkout
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 >
2023-09-04 21:48:33 +03:00
f9cafdc1bb
Build(deps): Bump rickstaa/top-issues-action from 1.3.40 to 1.3.44 ( #3204 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.40 to 1.3.44.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/48db57e0490567d15d3116edc8ae76c641239c27...0444fe7a3c3ed5fbf4c3ff3dec3585ebe24e1338 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-09-04 21:46:08 +03:00
88fc3f178c
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3203 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.14 to 1.1.18.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/7b2290364eb15bc228f7e7e1bb1b930fd850a71b...1f356958abb6f3ead7f1ee451b4129aa0c31efe7 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-09-04 21:45:38 +03:00
Alexandr Garbuzov
7a6ed4d8a8
tests: add missing card set title test ( #3190 )
2023-09-04 10:11:28 +02:00
Alexandr Garbuzov
13af3ba4df
infra: enable require-jsdoc eslint rule ( #3175 )
2023-09-03 11:25:36 +02:00
Alexandr Garbuzov
70201d6892
ci(themes-preview): add themes PRs positive feedback requirement ( #3180 )
...
* ci(themes-preview): add themes PRs positive feedback requirement
* dev
2023-09-03 11:24:48 +02:00
Alexandr Garbuzov
8bde191209
docs(contributing guide): add community positive feedback requirement for themes PRs ( #3179 )
...
* docs: add community positive feedback requirement for themes PRs into CONTRIBUTING.md
* dev
* dev
2023-09-03 11:24:12 +02:00
Alexandr Garbuzov
d7ee2210c9
docs(translations): fix all demos link inside chinese translation ( #3178 )
2023-09-03 11:22:31 +02:00
Alexandr Garbuzov
0f0ce2cf85
docs(translations): fix all demos link inside spanish translation ( #3189 )
2023-09-03 11:20:26 +02:00
Alexandr Garbuzov
ddd989a9e4
docs(translations): fix all demos link inside deutsch translations ( #3185 )
2023-09-03 11:20:00 +02:00
Alexandr Garbuzov
3037c96e55
docs(translations): fix all demos link inside french translation ( #3194 )
2023-09-03 11:18:15 +02:00
Alexandr Garbuzov
438ffb5ee8
tests: add I18n class tests ( #3188 )
2023-09-01 08:36:23 +02:00
Alexandr Garbuzov
ec3c41bccc
docs(contributing guide): fix typo in contrast ration test note ( #3181 )
2023-08-31 09:39:12 +02:00
Alexandr Garbuzov
9b80361cbc
docs(translations): improve bug report links ( #3173 )
2023-08-30 07:37:23 +02:00
Alexandr Garbuzov
c2592767db
docs(translations): improve feature request links ( #3174 )
2023-08-30 07:35:58 +02:00
Alexandr Garbuzov
d915e28ef2
docs: fix show more languages section data ( #3176 )
2023-08-30 07:34:54 +02:00
Alexandr Garbuzov
5c89063e6f
docs: improve request feature link ( #3172 )
2023-08-29 07:42:18 +02:00
Alexandr Garbuzov
e6b0613e1c
docs: improve bug report link ( #3171 )
2023-08-29 07:41:40 +02:00
Alexandr Garbuzov
7d714094cd
ci: fix actions/checkout version comment inside empty issues closer action ( #3170 )
2023-08-29 07:41:09 +02:00
ce18431b54
Build(deps-dev): Bump eslint from 8.47.0 to 8.48.0 ( #3165 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.47.0 to 8.48.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/compare/v8.47.0...v8.48.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-08-28 22:08:47 +03:00
190906abf6
Build(deps): Bump axios from 1.4.0 to 1.5.0 ( #3166 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: axios
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 >
2023-08-28 22:07:56 +03:00
7d931603bc
Build(deps-dev): Bump jest-environment-jsdom from 29.6.3 to 29.6.4 ( #3167 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.6.3 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
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 >
2023-08-28 22:06:45 +03:00
7c8d1f8ee5
Build(deps-dev): Bump @testing-library/jest-dom from 6.0.1 to 6.1.2 ( #3168 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.0.1 to 6.1.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.0.1...v6.1.2 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2023-08-28 22:03:29 +03:00
e5c242440f
Build(deps-dev): Bump jest from 29.6.3 to 29.6.4 ( #3169 )
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 29.6.3 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest )
---
updated-dependencies:
- dependency-name: jest
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 >
2023-08-28 22:02:36 +03:00
8b7156a1f7
Build(deps): Bump rickstaa/top-issues-action from 1.3.39 to 1.3.40 ( #3164 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.39 to 1.3.40.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/19fa4a3a84e99d6935eb48abe6c307162346e417...48db57e0490567d15d3116edc8ae76c641239c27 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-08-28 22:00:55 +03:00
d218769865
Build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 ( #3163 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744 )
---
updated-dependencies:
- dependency-name: actions/checkout
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 >
2023-08-28 21:59:59 +03:00
ec08e21765
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3162 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.12 to 1.1.14.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/a3c657672f7cc4b8cf37bddd4adb03b548715304...7b2290364eb15bc228f7e7e1bb1b930fd850a71b )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-08-28 21:57:31 +03:00
d1014aed1e
Build(deps): Bump github/codeql-action from 2.21.4 to 2.21.5 ( #3161 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.4 to 2.21.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/a09933a12a80f87b87005513f0abb1494c27a716...00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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 >
2023-08-28 21:57:03 +03:00
Alexandr Garbuzov
7b3cc85d32
refactor: add missing jsdoc for IncorrectJsonFormatError constructor ( #3154 )
2023-08-28 09:17:19 +02:00
Alexandr Garbuzov
ecf1db6dce
refactor: add missing jsdoc inside calculateRank.js ( #3155 )
2023-08-28 09:16:56 +02:00
Alexandr Garbuzov
5574fd264e
docs: show additional stats icons ( #3156 )
2023-08-28 09:16:31 +02:00
Alexandr Garbuzov
276bee07aa
Docs: Improve ask question link ( #3157 )
2023-08-28 09:12:51 +02:00
Alexandr Garbuzov
cb037aefd8
Tests: Stats card: Add hide all stats and rank icon test ( #3149 )
2023-08-28 09:12:18 +02:00
Alexandr Garbuzov
b6156a8688
Tests: Add pin endpoint missing params test ( #3151 )
2023-08-27 09:55:31 +02:00
Alexandr Garbuzov
1c91d1ac43
tests: add gist endpoint proper cache header test ( #3152 )
2023-08-27 09:55:02 +02:00
Alexandr Garbuzov
20be43939b
refactor: add missing jsdoc for I18n class methods ( #3153 )
2023-08-27 09:54:07 +02:00
Alexandr Garbuzov
eab5fc0274
Tests: Stats card: Add invalid username fetcher test ( #3148 )
2023-08-26 09:53:21 +02:00
Alexandr Garbuzov
e8b9ccf203
tests: add pin endpoint wrong locale test ( #3143 )
2023-08-25 09:21:12 +02:00
Alexandr Garbuzov
2cf933c81a
Tests: Add top langs endpoint wrong locale test ( #3142 )
2023-08-25 09:20:31 +02:00
Alexandr Garbuzov
5c688f9e7c
Tests: Add pin endpoint blacklist test ( #3136 )
2023-08-24 08:08:22 +02:00
Alexandr Garbuzov
4ccad77d44
Tests: Add top langs endpoint blacklist test ( #3135 )
2023-08-24 07:39:38 +02:00
Alexandr Garbuzov
a5ddf2632b
Tests: Add index endpoint wrong locale test ( #3131 )
2023-08-23 14:26:04 +02:00
Alexandr Garbuzov
25531b2f52
Enable no-unexpected-multiline eslint rule ( #3132 )
2023-08-23 10:02:17 +02:00
Alexandr Garbuzov
988044a199
Tests: Add index endpoint blacklist test ( #3130 )
2023-08-23 09:58:21 +02:00
Alexandr Garbuzov
4cf33ad1bf
Tests: Add gist endpoint wrong locale test ( #3127 )
2023-08-22 09:03:59 +02:00
Alexandr Garbuzov
fb45135b4f
tests: reduce size of wakatime fetcher test ( #3111 )
2023-08-22 09:03:34 +02:00
Alexandr Garbuzov
0ac5280ba6
Top langs card: Remove unreachable code from fetcher and increase tests coverage ( #3126 )
2023-08-22 09:00:56 +02:00
Alexandr Garbuzov
51fcae838e
CI: Add more files for cards labeling ( #3125 )
2023-08-22 07:48:58 +02:00
54002453b6
Build(deps): Bump rickstaa/top-issues-action from 1.3.37 to 1.3.39 ( #3124 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.37 to 1.3.39.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/2f36d7cd80890fa9f3c2d69e154956bb28369742...19fa4a3a84e99d6935eb48abe6c307162346e417 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-08-21 22:05:51 +03:00
235113c04f
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3123 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.10 to 1.1.12.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/2d870c990a004f4a2c9de2a0effa2665c7677d7d...a3c657672f7cc4b8cf37bddd4adb03b548715304 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-08-21 22:05:24 +03:00
5dc269d983
Build(deps): Bump actions/setup-node from 3.8.0 to 3.8.1 ( #3122 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/bea5baf987ba7aa777a8a0b4ace377a21c45c381...5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
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 >
2023-08-21 22:00:31 +03:00
3e4b7b479e
Build(deps-dev): Bump lint-staged from 14.0.0 to 14.0.1 ( #3120 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v14.0.0...v14.0.1 )
---
updated-dependencies:
- dependency-name: lint-staged
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 >
2023-08-21 21:54:58 +03:00
d4c5250b34
Build(deps-dev): Bump jest from 29.6.2 to 29.6.3 ( #3118 )
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 29.6.2 to 29.6.3.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.6.3/packages/jest )
---
updated-dependencies:
- dependency-name: jest
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 >
2023-08-21 21:54:15 +03:00
8e691cd91d
Build(deps-dev): Bump prettier from 3.0.1 to 3.0.2 ( #3119 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.0.1...3.0.2 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2023-08-21 21:52:04 +03:00
036d147e7b
Build(deps-dev): Bump jest-environment-jsdom from 29.6.2 to 29.6.3 ( #3121 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.6.2 to 29.6.3.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.6.3/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
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 >
2023-08-21 21:51:24 +03:00
90b03eff8c
Build(deps-dev): Bump @testing-library/jest-dom from 6.0.0 to 6.0.1 ( #3117 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2023-08-21 21:50:00 +03:00
Alexandr Garbuzov
272c712a36
tests: Add Wakatime fetcher error response test to increase coverage ( #3112 )
2023-08-21 09:09:18 +02:00
Alexandr Garbuzov
4e69e3a358
Tests: Add gist endpoint not found test ( #3110 )
2023-08-21 09:07:47 +02:00
Alexandr Garbuzov
03b0adc8b7
Tests: Add gist endpoint missing id param test ( #3106 )
2023-08-20 09:58:48 +02:00
Alexandr Garbuzov
93733caaa6
Gist card: handle not found error ( #3100 )
2023-08-20 09:58:16 +02:00
VydrOz and Alexandr Garbuzov
c3c5a0dd32
[Readme.md] Add Gist Card in Customization section ( #3104 )
...
* Update Customization section in readme
add "gist card" to the sentence in the customization section or Readme
* Update readme.md
---------
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com >
2023-08-20 09:57:51 +02:00
Alexandr Garbuzov
9cb275f4ca
Tests: Improve fetch gist test to increase coverage ( #3107 )
...
* Tests: Improve fetch gist test to increase coverage
* dev
2023-08-20 09:57:16 +02:00
Alexandr Garbuzov
32001d9a45
build: enable block-scoped-var and accessor-pairs eslint rules ( #3102 )
2023-08-19 08:37:09 +02:00
Alexandr Garbuzov
2e619cc8a8
feat(gist): handle missing param error ( #3101 )
2023-08-19 08:35:52 +02:00
Alexandr Garbuzov
ea79314a85
Tests: Cover gist endpoint ( #3097 )
2023-08-18 09:45:01 +02:00
Alexandr Garbuzov
e72581512e
CI: Fix top langs card render test path ( #3095 )
2023-08-18 07:43:32 +02:00
Alexandr Garbuzov
c3a2ca8fd5
Fix: Add missing gist card in express.js for other platforms deploy ( #3096 )
2023-08-18 07:42:20 +02:00
Alexandr Garbuzov
24ac78bdb0
Refactor: Gist card: Fix description type since it can be not set ( #3089 )
2023-08-17 09:43:06 +02:00
Alexandr Garbuzov
5afd97a94b
Tests: Gist card: Add more render tests ( #3087 )
2023-08-17 09:42:44 +02:00
Alexandr Garbuzov
101f56c4bd
Refactor: Tests: Rename renderTopLanguages.test.js file for consistency ( #3088 )
2023-08-17 09:42:16 +02:00
Alexandr Garbuzov
6c15843c7d
Refactor: Move hide_border into common options ( #3086 )
2023-08-16 09:45:58 +02:00
Alexandr Garbuzov
9174e79fc2
Tests: Gist card: Add more tests to check if emojis, themes and colors works properly ( #3085 )
2023-08-16 09:45:20 +02:00
Alexandr Garbuzov
0e4b58dcfc
CI: Improve cards labeling ( #3084 )
2023-08-16 07:14:32 +02:00
Alexandr Garbuzov
b649ec8455
CI: Add gist card label ( #3081 )
2023-08-15 09:30:49 +02:00
Alexandr Garbuzov
4eefd2497d
Refactor: Top langs card: Use default value instead if statement ( #3082 )
2023-08-15 09:30:06 +02:00
Alexandr Garbuzov
da82999f06
Feature: Gist card: Add hide_border option support ( #3080 )
2023-08-15 09:25:04 +02:00
bb9468137d
Build(deps-dev): Bump lint-staged from 13.2.3 to 14.0.0 ( #3072 )
...
* Build(deps-dev): Bump lint-staged from 13.2.3 to 14.0.0
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.2.3 to 14.0.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.3...v14.0.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
* dev
---------
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 >
2023-08-14 22:50:57 +03:00
033911c3ca
Build(deps): Bump rickstaa/top-issues-action from 1.3.32 to 1.3.37 ( #3079 )
...
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action ) from 1.3.32 to 1.3.37.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases )
- [Commits](https://github.com/rickstaa/top-issues-action/compare/c66e5d53ffc26f7ae020ff8454582884d4af4cdb...2f36d7cd80890fa9f3c2d69e154956bb28369742 )
---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
dependency-type: direct:production
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 >
2023-08-14 22:42:20 +03:00
9e82b14ed1
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3077 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.5 to 1.1.10.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/d4cd3e287b0cf093d66197fc2867f32f40f18182...2d870c990a004f4a2c9de2a0effa2665c7677d7d )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-08-14 22:41:52 +03:00
3581364bb7
Build(deps): Bump github/codeql-action from 2.21.2 to 2.21.4 ( #3078 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.2 to 2.21.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/0ba4244466797eb048eb91a6cd43d5c03ca8bd05...a09933a12a80f87b87005513f0abb1494c27a716 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
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 >
2023-08-14 22:40:53 +03:00
896d0c58c6
Build(deps): Bump bahmutov/npm-install from 1.8.33 to 1.8.34 ( #3075 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.8.33 to 1.8.34.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/fe55be81abde2193c4843a2129b4aec3bb21cc8f...5e78a2c1fa3203b777a67764f15380aa7c80d015 )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2023-08-14 22:40:15 +03:00
a645557bc5
Build(deps-dev): Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 ( #3074 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.17.0 to 6.0.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.17.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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 >
2023-08-14 22:39:15 +03:00
05964fc255
Build(deps-dev): Bump eslint from 8.46.0 to 8.47.0 ( #3073 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.46.0 to 8.47.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/compare/v8.46.0...v8.47.0 )
---
updated-dependencies:
- dependency-name: eslint
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 >
2023-08-14 22:38:51 +03:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ef94774bf2
Build(deps): Bump actions/setup-node from 3.7.0 to 3.8.0 ( #3076 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/e33196f7422957bea03ed53f6fbb155025ffc7b8...bea5baf987ba7aa777a8a0b4ace377a21c45c381 )
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
2023-08-14 21:36:43 +02:00
Alexandr Garbuzov
fe901dd337
Feature: Add gist card ( #3064 )
...
* Feature: Add gist card
* dev
* dev
* dev
* dev
* dev
* dev
* e2e
* e2e test timeout
2023-08-14 11:28:01 +02:00
Alexandr Garbuzov
48830adefa
Refactor: Stats card: Set username param type for totalCommitsFetcher function inside data fetcher ( #3068 )
2023-08-14 10:44:54 +02:00
Alexandr Garbuzov
c3a33ca563
Docs: Add missing stats card show option variants ( #3069 )
2023-08-14 09:03:59 +02:00
Alexandr Garbuzov
a258b29db5
Feature: Stats card: Show merged PRs count and percentage ( #3003 )
...
* Feature: Stats card: Show merged PRs count and percentage
* dev
* dev
* renames
2023-08-14 02:18:57 +03:00
Alexandr Garbuzov
135176f073
Enable consistent return eslint rule ( #3065 )
2023-08-12 08:11:12 +02:00
Alexandr Garbuzov
c394ea30ef
Enable valid-jsdoc eslint rule ( #2928 )
2023-08-10 10:16:32 +02:00
Alexandr Garbuzov
c04dd426b1
Refactor: Top langs card: Use typedef tags inside data fetcher ( #3061 )
2023-08-10 08:41:35 +02:00
Alexandr Garbuzov
75d378dfa8
feat(I10n): add partially-missing Malayalam translations ( #3057 )
2023-08-09 09:24:11 +02:00
Alexandr Garbuzov
38ae6494fc
Stats card: Add Malayalam to long languages ( #3058 )
2023-08-09 09:23:12 +02:00
Alexandr Garbuzov
72cfdf832d
Refactor: Stats card: Use typedef tags inside data fetcher ( #3056 )
2023-08-09 09:22:44 +02:00
Alexandr Garbuzov
20f0868a17
Refactor: Repo card: Use typedef tags to resolve eslint errors ( #3053 )
2023-08-08 08:32:39 +02:00
Alexandr Garbuzov
879dbf1a59
Refactor: Use typedef tags inside request utils function to resolve eslint errors ( #3054 )
2023-08-08 08:32:15 +02:00
c165525fc7
Build(deps): Bump bahmutov/npm-install from 1.8.32 to 1.8.33 ( #3049 )
...
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install ) from 1.8.32 to 1.8.33.
- [Release notes](https://github.com/bahmutov/npm-install/releases )
- [Commits](https://github.com/bahmutov/npm-install/compare/c5482d70ec8706408996e31ac94075030694993f...fe55be81abde2193c4843a2129b4aec3bb21cc8f )
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-type: direct:production
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 >
2023-08-07 22:10:47 +03:00
c963ac4274
Build(deps): Bump rickstaa/empty-issues-closer-action ( #3050 )
...
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action ) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases )
- [Commits](https://github.com/rickstaa/empty-issues-closer-action/compare/09d48dba81e64a390dce550d643fb54cd1636d97...d4cd3e287b0cf093d66197fc2867f32f40f18182 )
---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
dependency-type: direct:production
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 >
2023-08-07 22:10:23 +03:00
3688a7baf9
Build(deps-dev): Bump eslint-config-prettier from 8.9.0 to 9.0.0 ( #3052 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.9.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.9.0...v9.0.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
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 >
2023-08-07 22:09:49 +03:00
fdb64c49cb
Build(deps-dev): Bump prettier from 3.0.0 to 3.0.1 ( #3051 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.0.0...3.0.1 )
---
updated-dependencies:
- dependency-name: prettier
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 >
2023-08-07 22:09:14 +03:00
Alexandr Garbuzov
ed84840b97
Refactor: Status PAT info endpoint: Resolve jsdoc eslint errors ( #3045 )
2023-08-06 23:09:21 +02:00
Alexandr Garbuzov
8780cc24ae
Refactor: Status up endpoint: Resolve jsdoc eslint errors ( #3046 )
2023-08-06 23:08:47 +02:00
Alexandr Garbuzov
d2e4dddcd5
Refactor: Top langs card: Resolve type error with hide_border variable ( #3042 )
2023-08-06 23:06:17 +02:00
Alexandr Garbuzov
3b975d0fbc
Refactor: Repo card: Use typedef tags inside data fetcher to resolve eslint errors ( #3043 )
2023-08-05 06:09:37 +02:00
Alexandr Garbuzov
036f80f7ae
Refactor: Top langs card: Use typedef tags to resolve eslint errors ( #3040 )
2023-08-04 07:09:20 +02:00
Alexandr Garbuzov
4a4531091f
Refactor: Stats card: Use typedef tags to resolve eslint errors ( #3039 )
2023-08-04 07:08:50 +02:00
Alexandr Garbuzov
8e15656dc2
Refactor: Top langs card: Fix returns tag in docstrings ( #3036 )
2023-08-03 08:02:13 +02:00
Alexandr Garbuzov
e3e1495a53
Refactor: Wakatime card: Use typedef tags to resolve eslint errors ( #3037 )
2023-08-03 08:01:32 +02:00
Alexandr Garbuzov and GitHub Readme Stats Bot
a986fe2b49
docs(theme): Auto update theme readme ( #3038 )
...
Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com >
2023-08-03 08:00:58 +02:00
Alexandr Garbuzov
3ffe9a6300
Themes: Add test AI-generated themes to check preview workflow ( #3028 )
...
* Themes: Add test theme to check preview workflow
* dev
* dev
* dev
2023-08-03 04:19:44 +03:00