he0119 / CoolQBot

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

chore(deps): bump the production-dependencies group across 1 directory with 3 updates #586

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the production-dependencies group with 3 updates in the / directory: nonebot-adapter-satori, nonebot-plugin-alconna and nonebot-plugin-bawiki.

Updates nonebot-adapter-satori from 0.11.5 to 0.12.3

Release notes

Sourced from nonebot-adapter-satori's releases.

Adapter Satori 0.12.3

  • 修复 pydantic v1 兼容问题

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.12.2...v0.12.3

v0.12.2

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.12.1...v0.12.2

v0.12.1

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.12.0...v0.12.1

Adapter Satori 0.12.0

该版本实现了 satori 协议 v1.1 版本的新增特性

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.11.5...v0.12.0

Commits


Updates nonebot-plugin-alconna from 0.45.4 to 0.47.1

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.47.1

  • 修复导入插件时提示 adapter satori: no module xxxxxxxxx 的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.47.0...v0.47.1

Nonebot Plugin Alconna 0.47.0

新增

  • UniMessage.filter 方法,在筛选元素类型的同时可以传入自定义判断条件函数
  • patch_matcher_send 方法,可以将 matcher.send 替换为经过 UniMessage 翻译过一次后再发送的情况(例如 ob11 -> uni -> satori)
  • help 插件会根据 alc 命令对应的插件的元数据中的适配器支持条目来选择是否在 help 内显示该指令

改进

  • echo 插件使用了 ReplyMergeExtension,即可以通过回复消息并只输入 echo 来执行: 屏幕截图 2024-06-18 000545

  • 升级 Tarina 至 0.5.4

  • builtin.uniseg.chronocat 改为 builtin.uniseg.market_face, 并实现了现有适配器中关于商城表情的相关解析

  • patch_matcher_sendpatch_saa 会返回一个 dispose 函数,用于还原 patch 行为

  • 现在 AlconnaMatcherAlconnaRule 对 Alconna 都是弱引用

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.6...v0.47.0

Nonebot Plugin Alconna 0.46.6

What's Changed

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.5...v0.46.6

Nonebot Plugin Alconna 0.46.5

What's Changed

  • ReplyMergeExtension 增加构造参数 sep, 用来指定拼接时的间隔字符
  • 升级依赖,Command 现在可用 .config 方法配置 CommandMeta
  • 更新内置插件 lang
  • :arrow_up: auto update by pre-commit hooks by @​pre-commit-ci in nonebot/plugin-alconna#51

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.4...v0.46.5

Nonebot Plugin Alconna 0.46.4

  • MarkdownExtension 增加一个 text_to_image 的参数,用来渲染md为图片
  • help 指令增加 --plugin-info 选项,用来输出指令对应的插件信息: image

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.3...v0.46.4

Nonebot Plugin Alconna 0.46.3

  • 增加 ReplyMergeExtension, 其可以将回复的原消息合并到当前消息作为一部分参数:

... (truncated)

Commits
  • 311a06f :bug: version 0.47.1
  • b08b40c :bookmark: version 0.47.0
  • c31d58e :sparkles: add patch_matcher_send
  • e5de2fb :sparkles: declare builtin.uniseg.market_face
  • 2e0ad17 :arrow_up: upgrade tarina to 0.5.4
  • 3a649d3 :art: format
  • 8a1b0a8 :sparkles: weakref for command object
  • a0c7cab :sparkles: UniMessage.filter
  • 86332db :sparkles: add extension for echo
  • d8fbfe4 :bookmark: version 0.46.6
  • Additional commits viewable in compare view


Updates nonebot-plugin-bawiki from 0.11.2 to 0.11.3

Release notes

Sourced from nonebot-plugin-bawiki's releases.

v0.11.3

Full Changelog: https://github.com/lgc-NB2Dev/nonebot-plugin-bawiki/compare/v0.11.2...v0.11.3

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
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 (19d3b5a) to head (5f53193).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #586 +/- ## ======================================= 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.

dependabot[bot] commented 2 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml