he0119 / CoolQBot

基于 NoneBot2 的聊天机器人
MIT License
88 stars 22 forks source link

chore(deps): update all non-major dependencies #592

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nonebot-plugin-alconna ^0.47.1 -> ^0.48.0 age adoption passing confidence
nonebot-plugin-apscheduler ^0.4.0 -> ^0.5.0 age adoption passing confidence
nonebot-plugin-orm ^0.7.3 -> ^0.7.4 age adoption passing confidence
nonebot-plugin-user ^0.2.0 -> ^0.3.0 age adoption passing confidence

Release Notes

nonebot/plugin-alconna (nonebot-plugin-alconna) ### [`v0.48.0`](https://togithub.com/nonebot/plugin-alconna/releases/tag/v0.48.0): Nonebot Plugin Alconna 0.48.0 [Compare Source](https://togithub.com/nonebot/plugin-alconna/compare/v0.47.2...v0.48.0) #### 新增 - `AlconnaMatcher.test` 方法,其用来在 startup 阶段测试 alc 对象的可用性。 ```python matcher = on_alconna(...) matcher.test("command bar", {"foo": "bar"}) ``` - `builtins.uniseg.MusicShare`, 对应qq下的音乐分享元素 #### 改进 - feat: support `Media.name` in `telegram` adapter by [@​lgc2333](https://togithub.com/lgc2333) in [https://github.com/nonebot/plugin-alconna/pull/55](https://togithub.com/nonebot/plugin-alconna/pull/55) - `AlconnaMatcher.shortcut` 现在返回值为 matcher 自身 **Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.47.2...v0.48.0 ### [`v0.47.2`](https://togithub.com/nonebot/plugin-alconna/releases/tag/v0.47.2): Nonebot Plugin Alconna 0.47.2 [Compare Source](https://togithub.com/nonebot/plugin-alconna/compare/v0.47.1...v0.47.2) #### 新增 - `at_me` 和 `at_in` 两个 Rule,分别表示消息是否at了bot自己,是否at了指定目标(暂时不考虑尾部at) #### 改进 - 传入 alc 解析的消息现在不带 reply 了 **Full Changelog**: https://github.com/nonebot/plugin-alconna/compare/v0.47.1...v0.47.2
nonebot/plugin-apscheduler (nonebot-plugin-apscheduler) ### [`v0.5.0`](https://togithub.com/nonebot/plugin-apscheduler/releases/tag/v0.5.0): Release 0.5.0 [Compare Source](https://togithub.com/nonebot/plugin-apscheduler/compare/v0.4.0...v0.5.0) #### What's Changed - Feature: 添加 `py.typed` 文件 by [@​shoucandanghehe](https://togithub.com/shoucandanghehe) in [https://github.com/nonebot/plugin-apscheduler/pull/47](https://togithub.com/nonebot/plugin-apscheduler/pull/47) **Full Changelog**: https://github.com/nonebot/plugin-apscheduler/compare/v0.4.0...v0.5.0
nonebot/plugin-orm (nonebot-plugin-orm) ### [`v0.7.4`](https://togithub.com/nonebot/plugin-orm/releases/tag/v0.7.4): 🔖 Release 0.7.4 [Compare Source](https://togithub.com/nonebot/plugin-orm/compare/v0.7.3...v0.7.4) #### What's Changed - [🐛 fix(sqla): generic_issubclass() with Literal args or no subscripted `cls`](https://togithub.com/nonebot/plugin-orm/commit/f0c8864f29a4246b51bae444b192871a7f8a6782) - [🚸 fix(alembic): better check diff output](https://togithub.com/nonebot/plugin-orm/commit/07f6eb49975b1099ecad1615a3fd88bc4c7c4e2d) - [🚸 fix(alembic): intuitive default args for revision](https://togithub.com/nonebot/plugin-orm/commit/9a5c9844c16b36f5ac1e6ef526fc72a83d3a81b3) **Full Changelog**: https://github.com/nonebot/plugin-orm/compare/v0.7.3...v0.7.4
he0119/nonebot-plugin-user (nonebot-plugin-user) ### [`v0.3.0`](https://togithub.com/he0119/nonebot-plugin-user/blob/HEAD/CHANGELOG.md#030---2024-06-28) [Compare Source](https://togithub.com/he0119/nonebot-plugin-user/compare/v0.2.0...v0.3.0) ##### Added - 添加 py.typed 文件 ##### Removed - 移除 Python 3.8 支持

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.33%. Comparing base (4975936) to head (ead9529).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #592 +/- ## ======================================= Coverage 81.33% 81.33% ======================================= Files 64 64 Lines 2572 2572 ======================================= Hits 2092 2092 Misses 480 480 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.