Commit Graph

12 Commits

Author SHA1 Message Date
github-actions[bot] ebfe021b50 style: auto format 2026-04-14 15:15:05 +00:00
Stephen Zhou d5e4fba8b2
style: format 2025-11-27 11:04:48 +08:00
github-actions[bot] a28890a135 style: auto format 2025-11-27 02:55:46 +00:00
dependabot[bot] 802cbf95d2
chore(deps-dev): bump eslint-plugin-unicorn from 60.0.0 to 61.0.2 (#19998)
* chore(deps-dev): bump eslint-plugin-unicorn from 60.0.0 to 61.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 60.0.0 to 61.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-version: 61.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor: replace `replace(/regex/g)` with replaceAll

* refactor: replace sort() with toSorted() for immutability in various routes and utilities

* refactor: fix unicorn/prefer-array-find

* refactor: fix unicorn/prefer-at

* refactor: add unicorn/no-array-sort rule to ESLint configuration

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 23:03:48 +08:00
DIYgod 2dce2e32dd
feat: docs sorting and auto popular 2025-05-31 17:10:01 +08:00
DIYgod 025cd6542c
fix(github): activity allow empty 2025-05-29 17:52:16 +08:00
pseudoyu a3454ed515
chore: change github activity view to notification 2024-10-23 21:34:05 +08:00
Stephen Zhou 1ec2dd0bdf
fix(github activity): only replace relative link (#16667) 2024-09-09 10:57:37 +08:00
Stephen Zhou a9caa10cf5
fix: clean github activity output (#16586) 2024-08-31 12:19:16 +08:00
Stephen Zhou 796981915d
fix(route): short title, use guid for github activities (#16247) 2024-07-25 14:38:57 +08:00
DIYgod f3315cdad4
feat: update popular category 2024-07-23 20:28:08 +08:00
Stephen Zhou b49df679df
feat(route): github user activity (#16140)
* feat: new route github user activity

* Apply suggestions from code review

---------
2024-07-11 02:25:22 +08:00