Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[pull] master from DIYgod:master #1643

Open
wants to merge 4,530 commits into
base: master
Choose a base branch
from
Open

[pull] master from DIYgod:master #1643

wants to merge 4,530 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Apr 3, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

xiangzy1 and others added 30 commits December 12, 2024 22:01
Bumps [http-cookie-agent](https://github.com/3846masa/http-cookie-agent) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/3846masa/http-cookie-agent/releases)
- [Changelog](https://github.com/3846masa/http-cookie-agent/blob/main/CHANGELOG.md)
- [Commits](3846masa/http-cookie-agent@v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: http-cookie-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 尝试

* /daoxuan

* 修改example

* Update lib/routes/daoxuan/rss.ts

---------
* feat(route): add 哈尔滨理工大学新闻网

* fix(route): fix title for 哈尔滨理工大学新闻网

* fix(route): using v2 Route Standard

* fix(route/hrbust): fix with review
- 引入 `parseDate` 工具函数用于解析日期
- 根据排序类型(updated 或 pushed)动态设置发布日期
- 优化数据过滤和映射逻辑,减少嵌套层级
Bumps [hono](https://github.com/honojs/hono) from 4.6.13 to 4.6.14.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.6.13...v4.6.14)

---
updated-dependencies:
- dependency-name: hono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tldts](https://github.com/remusao/tldts) from 6.1.67 to 6.1.68.
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](remusao/tldts@v6.1.67...v6.1.68)

---
updated-dependencies:
- dependency-name: tldts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…17906)

Bumps [@scalar/hono-api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/hono-api-reference) from 0.5.163 to 0.5.164.
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/hono-api-reference/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/hono-api-reference)

---
updated-dependencies:
- dependency-name: "@scalar/hono-api-reference"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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](eslint/eslint@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(route): add route for university: whu swrh (#1)

* feat(route): add route for university: whu swrh

* Update swrh.ts

* Update swrh.ts

fixed the weixin url

* update swrh.ts for html and weixin content

* feat(route): add route for university: whu swrh

* update for fetching pubdate.
* feat(route):add GDUFS news route && GDUFS xwxy news

* fix(xwxy-news): update authors extraction to use toArray() method

* fix(xwxy-news): improve article detail fetching by explicitly passing item to fetchArticleDetail

* fix(xwxy-news): reorder authors extraction to trim text after converting to array

* refactor(routes): remove protocol from URLs in gdufs/news.ts

Co-authored-by: Tony <[email protected]>

* refactor(routes): simplify route name in gdufs/news.ts

Co-authored-by: Tony <[email protected]>

* refactor(routes): remove protocol from URLs in gdufs/news.ts

Co-authored-by: Tony <[email protected]>

* refactor(routes): simplify route name in gdufs/xwxy-news.ts

Co-authored-by: Tony <[email protected]>

* refactor(routes): use cache to optimize article content fetching and author extraction in gdufs/news.ts and gdufs/xwxy-news.ts

* refactor(routes): Cache the entire item object in /gdufs/news & /gdufs/xwxy-news route

---------
* fix(route/zaobao): Replace `got` while fetching article list

* .

* Update util.ts

* Update util.ts
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.18.0 to 8.18.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…17921)

Bumps [@scalar/hono-api-reference](https://github.com/scalar/scalar/tree/HEAD/packages/hono-api-reference) from 0.5.164 to 0.5.165.
- [Changelog](https://github.com/scalar/scalar/blob/main/packages/hono-api-reference/CHANGELOG.md)
- [Commits](https://github.com/scalar/scalar/commits/HEAD/packages/hono-api-reference)

---
updated-dependencies:
- dependency-name: "@scalar/hono-api-reference"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(route): 增加标普全球评级

增加标普全球评级多语言发布稿件的获取,https://www.spglobal.com/ratings/zh、https://www.spglo
bal.com/ratings/en等

* chore: provide an absolute URL.

* chore: fix incorrect URL

---------

Co-authored-by: Cedar <[email protected]>
The extra indentation causes failure of parsing during Docs rendering. The parser will wrap the latter content until the next `:::` into tips
…#17920)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.18.0 to 8.18.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.