Yufan You
fb07a7f2e5
fix: add summary field in JSON output format ( #20778 )
...
* fix: add summary field in JSON output format
This fixes that the summary/description was not included in the feed.
As a side-note, we cannot remove the content_html field even if only the
summary/description is present.
> content_html and content_text are each optional strings — but one or
> both must be present.
* test: add JSON view tests
---------
2025-12-30 21:57:51 +08:00
Tony
ba357cafe2
fix(workflow): use ubuntu-latest for format
2025-12-30 21:56:13 +08:00
dependabot[bot]
6bbbda6616
chore(deps-dev): bump the typescript-eslint group with 2 updates ( #20783 )
...
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.50.1 to 8.51.0
- [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.51.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.50.1 to 8.51.0
- [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.51.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.51.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.51.0
dependency-type: direct:development
update-type: version-update:semver-minor
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-30 20:11:30 +08:00
DIYgod
d12fa2ed12
feat: revamp binance announcement route
...
- Map legacy types to catalog IDs
- Support language suffix and remove messages route
2025-12-29 22:20:30 +08:00
DIYgod
5caccabfd9
feat: add binance messages announcement route
2025-12-29 21:27:25 +08:00
Tony
63203452fc
chore: increase timeout for linter to 15 minutes
2025-12-29 20:08:26 +08:00
DIYgod
687e818a73
docs: add review guidelines for codex
2025-12-29 17:42:03 +08:00
DIYgod
81ff849337
feat(tests): add comprehensive unit tests for various utility functions and views ( #20779 )
...
* feat(tests): add comprehensive unit tests for various utility functions and views
- Implement tests for cache utility to ensure proper behavior with no cache and TTL keys.
- Add tests for common utilities including string manipulation and path handling.
- Introduce tests for directory import functionality to validate file imports and pattern matching.
- Create tests for git hash retrieval to handle fallback scenarios.
- Develop tests for deprecated got utility to verify response handling and retry logic.
- Enhance got utility tests to include request hooks and search parameter handling.
- Mock header generator tests to validate user agent handling.
- Expand helpers tests to cover current path retrieval and duration parsing.
- Implement tests for ofetch utility to ensure proper proxy handling and logging.
- Add OpenTelemetry metric tests to validate metric serialization.
- Create proxy tests to verify multi-proxy selection and failure handling.
- Introduce request rewriter tests to validate fetch and get wrapper functionality.
- Add timezone utility tests to handle various input types.
- Implement view tests for Atom and RSS rendering to ensure correct output.
- Create index view tests to validate debug information display based on configuration.
* refactor: remove deprecated got implementation and associated tests
* test: expand coverage for api, middleware, and utils
2025-12-29 17:34:48 +08:00
dependabot[bot]
626626a394
chore(deps): bump imapflow from 1.2.3 to 1.2.4 ( #20781 )
...
Bumps [imapflow](https://github.com/postalsys/imapflow ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/postalsys/imapflow/releases )
- [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postalsys/imapflow/compare/v1.2.3...v1.2.4 )
---
updated-dependencies:
- dependency-name: imapflow
dependency-version: 1.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-29 08:09:14 +00:00
dependabot[bot]
9075a2ce89
chore(deps): bump city-timezones from 1.3.2 to 1.3.3 ( #20780 )
...
Bumps [city-timezones](https://github.com/kevinroberts/city-timezones ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/kevinroberts/city-timezones/releases )
- [Commits](https://github.com/kevinroberts/city-timezones/commits )
---
updated-dependencies:
- dependency-name: city-timezones
dependency-version: 1.3.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-12-29 08:05:51 +00:00
DIYgod
cf4e772de8
refactor: replace art template with jsx ( #20777 )
...
* refactor: replace art template with jsx
* fix: tsx files
* fix: renderToString import
* fix: hono html raw import
* feat: remove art
2025-12-29 12:27:32 +08:00
Tony
2cef8cf1cc
fix(workflows): use ubuntu-latest for codeql
...
https://gh.io/recommended-hardware-resources-for-running-codeql
rsshub has 400k loc
2025-12-29 05:09:46 +08:00
Tony
b7e6c4ce07
chore(docker): update .dockerignore to include files added in #20597
2025-12-29 04:49:17 +08:00
Tony
3576f369a3
fix(workflows): update test-on-demand job to use ubuntu-latest
2025-12-29 00:18:01 +08:00
github-actions[bot]
dc8aa664e1
style: auto format
2025-12-28 15:40:07 +00:00
Weirdo
3813afad84
feat(route): 添加BTBTLA指定剧名详情路由 ( #20766 )
...
* feat(route): 添加BT影视更新列表路由
* 更新 gxlist.ts
* feat(route): 添加BTBTLA指定剧名详情路由
- 新增 /detail/:name 路由用于获取指定电影或电视剧的详细信息
- 实现通过剧名搜索获取ID并解析详情页内容的功能
- 添加磁力链接获取功能,使用缓存优化性能
- 更新命名空间描述,完善URL格式
- 优化最近更新页面标题显示格式
* fix(route): 修正 btbtla 详情页路由示例
- 修复了路由示例路径缺少 btbtla 前缀的问题
- 确保示例路径与实际路由配置保持一致
* refactor(btbtla): 优化详情页路由和磁力链接处理
- 使用路由参数替代路径解析获取名称
- 导入配置模块以使用缓存过期设置
- 优化磁力链接获取逻辑并添加缓存
- 改进链接和磁力链接的返回值处理
- 添加种子文件下载支持和类型标识
- 简化空值检查逻辑
* 更新 detail.ts
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
* 更新 detail.ts
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
---------
Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
2025-12-28 23:35:16 +08:00
Outvi V
af886e3f43
feat(route): 添加電音部新闻及组合新闻相关路由 ( #20770 )
...
* feat: denonbu
* chore: UPPER_SNAKE_CASE for constants
* fix: timezone
* fix: extract a title if none is given
* fix: typo
* fix: handle special media fields
testcase: /denonbu/news/daiba
* fix: naming
* feat: cache token
* chore: remove manual `...` (RSSHub will add it)
* chore: simplify checks
shall be safe to guess the site won't have sid === 0
* Apply suggestion from TonyRL
---------
2025-12-28 23:17:36 +08:00
Tony
976b47b1a7
chore(workflows): switch runners from ubuntu-latest to ubuntu-slim ( #20776 )
2025-12-28 23:04:29 +08:00
dependabot[bot]
b5bca464f6
chore(deps): bump hono from 4.11.2 to 4.11.3 ( #20775 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.11.2 to 4.11.3.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.11.2...v4.11.3 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.11.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-12-28 12:41:29 +00:00
DIYgod
8cb1665263
fix(dependencies): downgrade jsdom from 27.3.0 to 27.0.0
2025-12-28 20:30:47 +08:00
DIYgod
7743cd2f27
docs: update license file
2025-12-28 18:42:39 +08:00
DIYgod
0db4c9cef9
docs: update license
2025-12-28 18:39:22 +08:00
Tony
99639882ce
feat(route/foodtalks): add tag ( #20771 )
...
* feat(route): add tag
* fix: replace 'referrer' with 'referer' in http header
* fix(route): update tag path
* fix(utils): update pubDate parsing to include timezone
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: update image source to use favicon.ico for foodtalks routes
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-28 05:36:35 +08:00
github-actions[bot]
71837553ca
style: auto format
2025-12-27 16:17:36 +00:00
千代有希=
bd4ac7bd54
feat(route): add two new routes of ECNU ( #20690 )
...
* 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
* add cxcy
* feat(routes): add ecnu/jiaoliu
* feat(route): add two new routes of ECNU
* feat(route): add info of /ecnu/cxcy
* fix(route): replace links with baseUrl and update the method to query dom element
* Update lib/routes/ecnu/cxcy.ts
Co-authored-by: Tony <TonyRL@users.noreply.github.com>
---------
Co-authored-by: FrozenStarrrr <frozenstars@qq.com>
2025-12-28 00:15:43 +08:00
Ethan Shen
e2a7209ed2
feat(route): add Semiconductor Industry Association ( #20760 )
2025-12-27 22:43:12 +08:00
dependabot[bot]
7d0e5c4c2b
chore(deps): bump hono from 4.11.1 to 4.11.2 ( #20764 )
...
Bumps [hono](https://github.com/honojs/hono ) from 4.11.1 to 4.11.2.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.11.1...v4.11.2 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.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>
2025-12-27 12:59:26 +08:00
Tony
85d36a2c66
feat(docker): use native runner ( #20767 )
2025-12-27 01:31:46 +00:00
karasu
220a6842d5
fix(route/ff14-zh): add a default news link to items where the link is empty ( #20762 )
2025-12-26 18:01:11 +08:00
dependabot[bot]
361ca3d8ca
chore(deps): bump dawidd6/action-download-artifact from 11 to 12 ( #20765 )
...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact ) from 11 to 12.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases )
- [Commits](ac66b43f0e...0bd50d53a6 )
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '12'
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-26 09:29:23 +00:00
dependabot[bot]
e7ec6e4864
chore(deps): bump actions-cool/issues-helper from 3.7.4 to 3.7.5 ( #20755 )
...
Bumps [actions-cool/issues-helper](https://github.com/actions-cool/issues-helper ) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/actions-cool/issues-helper/releases )
- [Changelog](https://github.com/actions-cool/issues-helper/blob/main/CHANGELOG.md )
- [Commits](d1d51fccf3...e2ff99831a )
---
updated-dependencies:
- dependency-name: actions-cool/issues-helper
dependency-version: 3.7.5
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-25 08:09:39 +00:00
dependabot[bot]
c17ff8c3ca
chore(deps-dev): bump tsdown from 0.18.2 to 0.18.3 ( #20754 )
...
Bumps [tsdown](https://github.com/rolldown/tsdown ) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/rolldown/tsdown/releases )
- [Commits](https://github.com/rolldown/tsdown/compare/v0.18.2...v0.18.3 )
---
updated-dependencies:
- dependency-name: tsdown
dependency-version: 0.18.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-25 08:06:03 +00:00
Ethan Shen
27bdccbd71
feat(route): add 多知网 ( #20750 )
2025-12-24 20:58:48 +08:00
Tony
c982d6474b
fix(route/famitsu): add support for new renderJSON cases ( #20749 )
2025-12-23 22:31:29 +08:00
dependabot[bot]
16be16e33e
chore(deps): bump imapflow from 1.2.1 to 1.2.3 ( #20747 )
...
Bumps [imapflow](https://github.com/postalsys/imapflow ) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/postalsys/imapflow/releases )
- [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md )
- [Commits](https://github.com/postalsys/imapflow/compare/v1.2.1...v1.2.3 )
---
updated-dependencies:
- dependency-name: imapflow
dependency-version: 1.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>
2025-12-23 08:09:17 +00:00
dependabot[bot]
eeb8def8f0
chore(deps-dev): bump the typescript-eslint group with 2 updates ( #20746 )
...
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.50.0 to 8.50.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.50.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.50.0 to 8.50.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.50.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.50.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: typescript-eslint
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.50.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-23 08:05:50 +00:00
DIYgod
e6112c8c93
fix(workflow): ensure CACHE_TYPE is ignored in route generation
2025-12-22 18:48:52 +08:00
DIYgod
2822c5902a
fix(workflow): ignore redis and remote config in build-routes
2025-12-22 18:46:59 +08:00
grenade
3f42a429ee
fix(route/huggingface): Add allowEmpty option to huggingface daily papers response ( #20739 )
...
Fixes https://github.com/DIYgod/RSSHub/issues/20738
2025-12-22 09:54:51 +00:00
dependabot[bot]
4a9e7d3420
chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 ( #20742 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](e468171a9d...8d2750c68a )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.12.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-22 16:29:52 +08:00
dependabot[bot]
0e536e7d2b
chore(deps): bump @hono/zod-openapi from 1.1.6 to 1.2.0 ( #20743 )
...
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi ) from 1.1.6 to 1.2.0.
- [Release notes](https://github.com/honojs/middleware/releases )
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/CHANGELOG.md )
- [Commits](https://github.com/honojs/middleware/commits/@hono/zod-openapi@1.2.0/packages/zod-openapi )
---
updated-dependencies:
- dependency-name: "@hono/zod-openapi"
dependency-version: 1.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>
2025-12-22 16:28:48 +08:00
dependabot[bot]
8342177b9f
chore(deps-dev): bump tsdown from 0.18.1 to 0.18.2 ( #20744 )
...
Bumps [tsdown](https://github.com/rolldown/tsdown ) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/rolldown/tsdown/releases )
- [Commits](https://github.com/rolldown/tsdown/compare/v0.18.1...v0.18.2 )
---
updated-dependencies:
- dependency-name: tsdown
dependency-version: 0.18.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-22 08:13:51 +00:00
dependabot[bot]
806ed89eec
chore(deps): bump @sentry/node from 10.32.0 to 10.32.1 ( #20741 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 10.32.0 to 10.32.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/10.32.0...10.32.1 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-version: 10.32.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-22 08:07:12 +00:00
Ethan Shen
24aac5c00d
feat(route): add 中央气象台产品 ( #20728 )
...
* feat(route): add 中央气象台产品
* fix typo
2025-12-22 00:18:50 +08:00
Weirdo
e703cb76ff
feat(route): 添加BT影视更新列表路由 ( #20737 )
...
* feat(route): 添加BT影视更新列表路由
* 更新 gxlist.ts
2025-12-21 20:15:26 +08:00
Tony
14757b8d5e
test(header): add wait after each test to prevent race conditions
2025-12-20 23:54:41 +08:00
Yufan You
60ec93ad40
fix(routes/mercari): use item updated time in cache key ( #20726 )
...
* Revert "fix(routes/mercari): set cache max age to routeExpire (#20653 )"
This reverts commit 7fc7a62a25 .
* fix(routes/mercari): use item updated time in cache key
2025-12-20 23:46:57 +08:00
Bin Wang
1efb6d0cbe
fix(routes/cbc): fix CBC route to exclude text to speech widget ( #20734 )
...
CBC articles have a text to speech widget at the beginning of every
article, which is useless and add lots of noise. This PR removes it.
2025-12-20 23:13:41 +08:00
Stephen Zhou
ec5460614b
feat(hupu): game result
2025-12-20 13:40:30 +08:00
dependabot[bot]
36dfd46673
chore(deps): bump @sentry/node from 10.31.0 to 10.32.0 ( #20730 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 10.31.0 to 10.32.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/10.31.0...10.32.0 )
---
updated-dependencies:
- dependency-name: "@sentry/node"
dependency-version: 10.32.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-19 16:56:37 +08:00