Ljzd-PRO / nonebot-plugin-dg-lab-play

nonebot2 机器人插件 - ⚡在群里和大家一起玩郊狼吧!⚡
https://dg-lab-play.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

build(deps): bump nonebot-plugin-alconna from 0.45.4 to 0.46.4 #8

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 3 weeks ago

Bumps nonebot-plugin-alconna from 0.45.4 to 0.46.4.

Release notes

Sourced from nonebot-plugin-alconna's releases.

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, 其可以将回复的原消息合并到当前消息作为一部分参数:
    from nonebot_plugin_alconna.builtins.extensions.reply import ReplyMergeExtension
    

    preview = Command("preview <content:any>", "预览").build(auto_send_output=True, extensions=[ReplyMergeExtension()]) @​preview.handle() async def preview_h(content): await preview.finish("rendering preview: " + content)

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

Nonebot Plugin Alconna 0.46.1

改进

  • Command 构造器可以在初始化时传入 CommandMeta
  • fallback 现在改为 FallbackStrategy, 可以选择ignore, text, rollbackforbid; 之前的 True 表示为 text
  • AlconnaMatcher 里的 fallback 现在默认为 ignore
  • UniMessage 里的 fallback 现在默认为 rollback
  • 在 qq 适配器中 mentionmention_everyone 现在会暂时返回空格

修复

  • 修复 Reference 的构造问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.0...v0.46.1

Nonebot Plugin Alconna 0.46.0

新增

  • 适配器 Mirai(官方)
  • 适配器 TailChat
  • Text 新增 .bold(), .italic() 等一系列便捷方法
  • 新增 I18n 通用消息段(在发送前会转为 UniMessage)
  • AlconnaMatcher 新增 .i18n() 方法,与 I18n 作用相同
  • 新增内置插件 lang,可以切换或列出可用的语言模式

改进

  • 升级 Tarina 至 0.5.0 以使用 tarina-lang 新特性

i18n 说明

... (truncated)

Commits
  • 17f5e82 :arrow_up: fix version 0.46.3
  • d885c68 :sparkles: version 0.46.4
  • cc93fb1 :sparkles: MarkdownOutputExtension.text_to_image
  • d87b1b2 :bookmark: version 0.46.3
  • 9f5576c :sparkles: extension ReplyMergeExtension
  • 9750dc8 :arrow_up: upgrade lock
  • ff09cb7 :heavy_plus_sign: use nonebot_plugin_waiter
  • 79bb768 :bug: version 0.46.2
  • 35a6e6e :bug: fix version 0.46.1
  • 1887887 :bookmark: version 0.46.1
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 week ago

Superseded by #11.