fishyo
a8b004eb64
feat(route): add supercell game blog routes ( #20545 )
...
* feat(route): add supercell game blog routes
- Add support for 5 supercell games (Clash Royale, Brawl Stars, Clash of Clans, Boom Beach, Hay Day)
- Support 12 languages (en, zh, zh-hans, fr, de, id, it, ja, ko, pt, ru, es)
- Extract blog posts from __NEXT_DATA__ JSON
- Cache full article content with fallback to summary
* feat: add Supercell game blog route
* fix(supercell): use regex to extract __NEXT_DATA__ JSON, remove cheerio dependency
* fix(supercell): use bodyCollection to render content, fix namespace capitalization
* fix: improve supercell blog route to extract full content from bodyCollection
- Implement renderRichText and renderNodeContent functions to properly parse rich text JSON format
- Handle both TextBlock and FeatureBlock types from bodyCollection
- Support text formatting marks (bold, italic, underline, code)
- Add proper type annotations to handler function and variables
- Use Next.js JSON endpoint instead of HTML parsing for better performance
- Add error handling with fallback to description if full content extraction fails
* feat(supercell): add ImageBlock and CarouselBlock support for multi-game content extraction
* fix(supercell): use else-if chain and for-of loop for block handling
* refactor(supercell): extract renderBlock function to reduce complexity
* fix(supercell): use switch statement for block type handling
2025-12-04 23:59:51 +08:00
dependabot[bot]
28b56e53d1
chore(deps): bump googleapis from 166.0.0 to 167.0.0 ( #20636 )
...
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client ) from 166.0.0 to 167.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases )
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json )
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v166.0.0...googleapis-v167.0.0 )
---
updated-dependencies:
- dependency-name: googleapis
dependency-version: 167.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>
2025-12-04 16:13:29 +08:00
dependabot[bot]
9e412a3acf
chore(deps-dev): bump yaml-eslint-parser from 1.3.1 to 1.3.2 ( #20634 )
...
Bumps [yaml-eslint-parser](https://github.com/ota-meshi/yaml-eslint-parser ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/ota-meshi/yaml-eslint-parser/releases )
- [Changelog](https://github.com/ota-meshi/yaml-eslint-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ota-meshi/yaml-eslint-parser/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: yaml-eslint-parser
dependency-version: 1.3.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>
2025-12-04 08:06:41 +00:00
sk22
75480d248e
feat(route): Add route for BWSG.at ( #20542 )
...
* feat(category): add housing category
* feat(route): Add route for bwsg.at
* fix(route/bwsg): improve feed title
* Revert "feat(category): add housing category"
This reverts commit 953f59421717592dc5d8f2e0d8c42b5d54c77c72.
* fix(route/bwsg): change category
* fix(route/bwsg): fetch all pages
* fix(route/bwsg): fix eslint rules
* chore(route/bwsg): only fetch first page
---------
Co-authored-by: Samuel Kaiser <samuel.kaiser@timetoact.at>
2025-12-04 04:46:15 +08:00
Andvari
5ea6b7a724
fix(route/huxiu): Replace API endpoint for `moment` route ( #20388 )
2025-12-03 22:59:47 +08:00
千代有希=
81b0d3ef9d
feat(route): add 12 more route of ECNU's insititutes ( #20582 )
...
* fix(route): fix wrong title of /ecnu/bksy
Co-authored-by: FrozenStarrrr <frozenstars@qq.com>
* feat(route): add ECNU Software Engineering Insitute notices route
* fix(route): modify wrong radar target
* add School of Computer Science and Technology ECNU notices route
* add School of data science and engineering notices route
* add School of Comm. & Elec. Engineering notices route
* add School of Geospace A.I. Engineering ECNU notices route
* add ECNU faculty of Edu. notices route
* add ECNU faculty of Earth Sci. notices route
* add ECNU Meng Xiancheng notices route
* add ECNU Guanghua notices route
* fix(route): add empty line at the end of files.
* add department of history ECNU notices route
* add department of Philo. ECNU notices route
* fix(route): add maintainer of /ecnu/bksy
* fix(route): delete unnecessary try-catch statment, modified incorrect url, fix image url.
* fix(route): fix unnecessary try-catch, description, condition and wrond url
* fix(route): fix image display
* fix(route): fix problems in bksy.ts
* feat(route): add ecnu/pharm
* feat(route): add art insititute of ECNU
* feat(route): add route of school of Stat. ECNU
* feat(route): add route of school of Phy. & Elec., ECNU
* feat(route): add route of school of Chem. & Mol., ECNU
* feat(route): add route of school of Eco. & Envir., ECNU
* feat(route): add route of school of Comm., ECNU
* feat(route): add route of school of International Chinese Studies, ECNU
* feat(route): add route of school of Psy. & cognitive Sci., ECNU
* feat(route): add route of college of Phy. Edu. & health , ECNU
* feat(route): add route of college of public management, ECNU
* feat(route): add route of college of Marxismus, ECNU
* fix(routes): fix incorrect time display and remove unnecessary codes
* fix(foute): format the code
---------
Co-authored-by: FrozenStarrrr <frozenstars@qq.com>
2025-12-03 21:37:24 +08:00
dependabot[bot]
f7a456fd00
chore(deps-dev): bump prettier from 3.7.3 to 3.7.4 ( #20625 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.7.3 to 3.7.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.7.3...3.7.4 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.7.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>
2025-12-03 10:25:34 +00:00
Tony
be0b608d1b
fix(route/springer): handle authz manually ( #20629 )
2025-12-03 16:38:14 +08:00
dependabot[bot]
cb48010d8d
chore(deps): bump @sentry/node from 10.27.0 to 10.28.0 ( #20624 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 10.27.0 to 10.28.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.28.0/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/10.27.0...10.28.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-version: 10.28.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>
2025-12-03 16:31:44 +08:00
dependabot[bot]
5126f15cc3
chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 ( #20627 )
...
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](2028fbc5c2...395ad32622 )
---
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>
2025-12-03 16:31:27 +08:00
dependabot[bot]
e6195d48fa
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 ( #20628 )
...
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](1af3b93b68...8e8c483db8 )
---
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>
2025-12-03 08:21:12 +00:00
dependabot[bot]
cafd6fbdbf
chore(deps): bump actions/stale from 10.1.0 to 10.1.1 ( #20626 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](5f858e3efb...997185467f )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.1.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>
2025-12-03 08:17:52 +00:00
dependabot[bot]
2c0e5ad638
chore(deps-dev): bump the typescript-eslint group with 2 updates ( #20623 )
...
Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@typescript-eslint/eslint-plugin` from 8.48.0 to 8.48.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.48.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.48.0 to 8.48.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.48.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.48.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.48.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: typescript-eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 08:07:17 +00:00
PolarisStarnor
8fcbaac983
feat(route/tumblr): Add Tumblr tagged route ( #20576 )
...
* tumblr.com: Code to access tagged/ endpoint
* tumblr.com: Change processPost for tagged endpoint
* Tumblr.com: "Tagged" response is a list of posts
* tumblr.com: removed unnecessary link
* tumblr.com: fixing api key auth as per https://www.tumblr.com/docs/en/api/v2#authentication
* tumblr.com: user query params properly
* tumblr.com: compliance with Script Standard
* tumblr.com: ensuring `api_key` works for posts.ts
* tumblr: don't mess up the types this time
* tumblr/tagged/:tag Feed Description + Link
* /tumblr Can now parse blog answers
* /tumblr "answer" is the correct type
* /tumblr: Better format for blog answers
* /tumblr: fixed misplaced </p> tag
* lib/routes/tumblr/tagged.ts: Removed unnecessary template literals
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* /tumblr/tagged: Only one category
* /tumblr: Fixed how the asker's url is handled
* Ran ESLint
---------
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
2025-12-03 13:13:09 +08:00
Tony
27cd651d58
fix(vercel): update build process to include patches directory
2025-12-03 04:24:28 +08:00
Tony
a64a33f132
fix(deps): patch rss-parser to support gzip ( #20619 )
2025-12-03 04:11:56 +08:00
dependabot[bot]
f6c7483ea6
chore(deps-dev): bump discord-api-types from 0.38.35 to 0.38.36 ( #20616 )
...
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types ) from 0.38.35 to 0.38.36.
- [Release notes](https://github.com/discordjs/discord-api-types/releases )
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md )
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.38.35...0.38.36 )
---
updated-dependencies:
- dependency-name: discord-api-types
dependency-version: 0.38.36
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>
2025-12-02 08:06:30 +00:00
Tony
e108a0772b
fix(route/thepaper): add cookie ( #20615 )
...
* fix(route/thepaper): add cookie
* fix(route/thepaper): migrate from got to ofetch for API requests
2025-12-02 15:51:17 +08:00
Tony
15c703cafd
fix(route/nhk): add manual authz ( #20612 )
2025-12-02 14:54:45 +08:00
Rongrong
3158a46956
fix(route/weibo/utils): tryWithCookies: Cookies expiration not detected ( #20583 )
...
* feat(route/weibo/utils): getCookies: Add cooldown time
Signed-off-by: Rongrong <i@rong.moe>
* fix(route/weibo/utils): tryWithCookies: Cookies expiration not detected
Signed-off-by: Rongrong <i@rong.moe>
---------
Signed-off-by: Rongrong <i@rong.moe>
2025-12-02 11:59:52 +08:00
Tony
360bf68601
chore: update prettier extension identifier
...
prettier/prettier-vscode#3858
2025-12-02 11:06:32 +08:00
Jinghao Tu
d81a7b2b32
fix(route/huggingface): restore article list and author parsing ( #20599 )
...
* fix(route/huggingface): restore article list and author parsing
- lib/routes/huggingface/blog-zh.ts: Read articles from data.props.allBlogs and construct /blog/zh/:slug links; use authorsData (fullname or name) for author names.
- lib/routes/huggingface/blog.ts: Read articles from data.props.allBlogs and switch author parsing to authorsData (fullname or name); preserve upvotes and thumbnail handling.
- lib/routes/huggingface/daily-papers.ts: Relax selector to read data.props from div[data-target="DailyPapers"] so DailyPapers props can be retrieved.
* fix(route/huggingface): use api instead of http; title is at right property.
2025-12-01 23:57:43 +08:00
DIYgod
7f5ae64a2f
feat(twitter): add UserMedia support and enhance pagination logic
2025-12-01 22:57:09 +08:00
Ethan Shen
295a4f845e
feat(route): add Produce Report ( #20596 )
2025-12-01 21:54:05 +08:00
dependabot[bot]
5e1afbe971
chore(deps): bump tsx from 4.20.6 to 4.21.0 ( #20608 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.20.6 to 4.21.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.6...v4.21.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-version: 4.21.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>
2025-12-01 20:12:21 +08:00
dependabot[bot]
aa4005052c
chore(deps): bump rate-limiter-flexible from 8.3.0 to 9.0.0 ( #20607 )
...
Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible ) from 8.3.0 to 9.0.0.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases )
- [Commits](https://github.com/animir/node-rate-limiter-flexible/compare/v8.3.0...v9.0.0 )
---
updated-dependencies:
- dependency-name: rate-limiter-flexible
dependency-version: 9.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>
2025-12-01 19:30:01 +08:00
dependabot[bot]
a51c4cfb6f
chore(deps): bump actions/ai-inference from 2.0.3 to 2.0.4 ( #20609 )
...
Bumps [actions/ai-inference](https://github.com/actions/ai-inference ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/actions/ai-inference/releases )
- [Commits](02c6cc30ae...334892bb20 )
---
updated-dependencies:
- dependency-name: actions/ai-inference
dependency-version: 2.0.4
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>
2025-12-01 09:00:49 +00:00
dependabot[bot]
107842a186
chore(deps-dev): bump prettier from 3.7.1 to 3.7.3 ( #20604 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.7.1 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.7.1...3.7.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.7.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>
2025-12-01 08:58:54 +00:00
dependabot[bot]
e77c6adf06
chore(deps-dev): bump discord-api-types from 0.38.34 to 0.38.35 ( #20606 )
...
Bumps [discord-api-types](https://github.com/discordjs/discord-api-types ) from 0.38.34 to 0.38.35.
- [Release notes](https://github.com/discordjs/discord-api-types/releases )
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md )
- [Commits](https://github.com/discordjs/discord-api-types/compare/0.38.34...0.38.35 )
---
updated-dependencies:
- dependency-name: discord-api-types
dependency-version: 0.38.35
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>
2025-12-01 08:58:45 +00:00
dependabot[bot]
72e5ed49bf
chore(deps): bump header-generator from 2.1.77 to 2.1.78 ( #20605 )
...
Bumps [header-generator](https://github.com/apify/fingerprint-suite ) from 2.1.77 to 2.1.78.
- [Release notes](https://github.com/apify/fingerprint-suite/releases )
- [Commits](https://github.com/apify/fingerprint-suite/compare/v2.1.77...v2.1.78 )
---
updated-dependencies:
- dependency-name: header-generator
dependency-version: 2.1.78
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>
2025-12-01 08:57:03 +00:00
dependabot[bot]
892b0df786
chore(deps): bump lru-cache from 11.2.2 to 11.2.4 ( #20603 )
...
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache ) from 11.2.2 to 11.2.4.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.2.2...v11.2.4 )
---
updated-dependencies:
- dependency-name: lru-cache
dependency-version: 11.2.4
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>
2025-12-01 08:56:51 +00:00
dependabot[bot]
b470144a3e
chore(deps-dev): bump @eslint/eslintrc in the eslint group ( #20602 )
...
Bumps the eslint group with 1 update: [@eslint/eslintrc](https://github.com/eslint/eslintrc ).
Updates `@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
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 08:46:57 +00:00
github-actions[bot]
b6dbafe33e
style: auto format
2025-11-28 16:22:58 +00:00
dependabot[bot]
5c1165b283
chore(deps-dev): bump prettier from 3.6.2 to 3.7.1 ( #20592 )
2025-11-29 00:21:08 +08:00
dependabot[bot]
b8c36d2619
chore(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 ( #20594 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](318604b99e...c299e40c65 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: 5.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>
2025-11-28 19:00:59 +08:00
dependabot[bot]
e9d05ad8cb
chore(deps): bump actions/ai-inference from 2.0.2 to 2.0.3 ( #20593 )
...
Bumps [actions/ai-inference](https://github.com/actions/ai-inference ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/actions/ai-inference/releases )
- [Commits](5022b33bc1...02c6cc30ae )
---
updated-dependencies:
- dependency-name: actions/ai-inference
dependency-version: 2.0.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>
2025-11-28 08:12:39 +00:00
dependabot[bot]
bf354a1a58
chore(deps-dev): bump tsdown from 0.16.7 to 0.16.8 ( #20591 )
...
Bumps [tsdown](https://github.com/rolldown/tsdown ) from 0.16.7 to 0.16.8.
- [Release notes](https://github.com/rolldown/tsdown/releases )
- [Commits](https://github.com/rolldown/tsdown/compare/v0.16.7...v0.16.8 )
---
updated-dependencies:
- dependency-name: tsdown
dependency-version: 0.16.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>
2025-11-28 08:06:36 +00:00
sk22
a590f9a723
feat(route/wogem): Add route for WOGEM.at housing cooperative ( #20555 )
...
* feat(category): add housing category
* feat(route/wogem): add route for wogem.at
* Revert "feat(category): add housing category"
This reverts commit 953f59421717592dc5d8f2e0d8c42b5d54c77c72.
* feat(route/wogem): change category
* fix(route/wogem): remove redundant filter parameter
---------
Co-authored-by: Samuel Kaiser <samuel.kaiser@timetoact.at>
2025-11-28 00:15:13 +08:00
dependabot[bot]
255b97559e
chore(deps): bump hono from 4.10.6 to 4.10.7 ( #20586 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.10.6 to 4.10.7.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.10.6...v4.10.7 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.10.7
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>
2025-11-27 06:44:06 +00:00
dependabot[bot]
2df151806c
chore(deps-dev): bump @vercel/nft from 1.1.0 to 1.1.1 ( #20585 )
...
Bumps [@vercel/nft](https://github.com/vercel/nft ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/vercel/nft/releases )
- [Commits](https://github.com/vercel/nft/compare/1.1.0...1.1.1 )
---
updated-dependencies:
- dependency-name: "@vercel/nft"
dependency-version: 1.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>
2025-11-27 06:40:54 +00:00
Stephen Zhou
be83ac8be4
chore: fix prettier config
2025-11-27 14:32:29 +08:00
github-actions[bot]
edfac9f24c
style: auto format
2025-11-27 05:54:33 +00:00
Stephen Zhou
b90d5c8d79
chore: lint first
2025-11-27 13:52:36 +08:00
github-actions[bot]
838eb3c7ff
style: auto format
2025-11-27 05:49:33 +00:00
Stephen Zhou
95eb1ba802
chore: lint consistent-type-specifier-style
2025-11-27 13:45:51 +08:00
Ethan Shen
4e4c058ad6
feat(route): add 数字尾巴兴趣 ( #20463 )
...
* feat(route): add 数字尾巴兴趣
* fix typo
* Update lib/routes/dgtle/feed.ts
* style: reorder imports for better organization
---------
2025-11-27 11:39:44 +08:00
Tony
21984b58c6
style: fix import statement formatting
2025-11-27 11:29:49 +08:00
Tony
bf9f4b5961
style: fix import
2025-11-27 11:22:19 +08: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