he0119 / CoolQBot

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

chore(deps): bump the production-dependencies group with 11 updates #491

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the production-dependencies group with 11 updates:

Package From To
nonebot2 2.1.2 2.1.3
nb-cli 1.2.7 1.3.0
nonebot-adapter-qq 1.3.4 1.3.5
nonebot-adapter-kaiheila 0.2.12 0.3.0
nonebot-adapter-red 0.7.4 0.8.0
nonebot-adapter-satori 0.8.1 0.8.2
nonebot-adapter-villa 1.4.0 1.4.2
nonebot-plugin-orm 0.6.2 0.6.3
nonebot-plugin-alconna 0.33.9 0.36.2
nonebot-plugin-memes 0.5.0 0.5.1
nonebot-plugin-bawiki 0.10.3 0.10.5.post1

Updates nonebot2 from 2.1.2 to 2.1.3

Release notes

Sourced from nonebot2's releases.

Release v2.1.3 🌈🎄

🐛 Bug 修复

📝 文档

💫 杂项

🍻 插件发布

🍻 机器人发布

🍻 适配器发布

Commits


Updates nb-cli from 1.2.7 to 1.3.0

Release notes

Sourced from nb-cli's releases.

Release 1.3.0

Full Changelog: https://github.com/nonebot/nb-cli/compare/v1.2.9...v1.3.0

Release 1.2.9

Full Changelog: https://github.com/nonebot/nb-cli/compare/v1.2.8...v1.2.9

Release 1.2.8

What's Changed

  • Support run nb-cli using docker container

Full Changelog: https://github.com/nonebot/nb-cli/compare/v1.2.7...v1.2.8

Commits
  • 6d6bab7 :bookmark: bump version 1.3.0
  • 292bc96 :arrow_up: upgrade dependencies
  • 5c9c27f :arrow_up: Bump the actions group (#115)
  • c2bffbc :bookmark: bump version 1.2.9
  • 9a90a7b :arrow_up: upgrade dependencies
  • 0dcc917 :sparkles: add py 3.12 to image
  • 8cdd82d :construction_worker: add concurrency
  • e2ede78 :construction_worker: fix tag output missing
  • e850099 :construction_worker: fix missing token
  • 91f4fe2 :construction_worker: separate docker image ci
  • Additional commits viewable in compare view


Updates nonebot-adapter-qq from 1.3.4 to 1.3.5

Release notes

Sourced from nonebot-adapter-qq's releases.

Release 1.3.5

What's Changed

  • impl latest markdown keyboard data structure
  • impl latest interaction event content

Full Changelog: https://github.com/nonebot/adapter-qq/compare/v1.3.4...v1.3.5

Commits
  • fad497e :bookmark: bump version 1.3.5
  • cb7187f :sparkles: impl latest interaction event
  • 588337b :bug: fix message convert
  • 51a3051 :sparkles: update interaction event content
  • 129f863 :sparkles: update keyboard button action
  • 3289a30 :arrow_up: Bump the actions group (#95)
  • See full diff in compare view


Updates nonebot-adapter-kaiheila from 0.2.12 to 0.3.0

Release notes

Sourced from nonebot-adapter-kaiheila's releases.

v0.3.0

What's Changed

破坏性更新

问题修复

其他

Full Changelog: https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.2.12...v0.3.0

Commits
  • e837939 准备发布0.0.3/修改README
  • 32debe6 将InvalidMessage错误合并至UnsupportedMessageOperation
  • a7c1e5b KMarkdown中raw_content默认strip掉首尾空格,这里还原了(遵循开黑啦本体的行为)
  • 30fdbae kmarkdown判断是否纯文本时加入反转义
  • 5b3e438 删除依赖kmarkdown-it-py,删除poetry.lock
  • 6a2a996 我傻了,原来kaiheila传进来的消息有个raw_content代表纯文本
  • 31fb0e1 Message加运算恢复默认行为
  • 46ab596 Bot添加send_msg、send_private_msg、send_channel_msg、send_temp_msg接口
  • 8195405 Message、MessageSegment加运算支持
  • 37abb9a 支持on_command/on_shell_command/on_startswith/on_endswith/on_keyword Matcher(依赖...
  • Additional commits viewable in compare view


Updates nonebot-adapter-red from 0.7.4 to 0.8.0

Release notes

Sourced from nonebot-adapter-red's releases.

Adapter Red 0.8.0

新增

  • 增加了 PRIVATEGROUP_ADMIN, GROUP_OWNER 等预制 PERMISSION

Full Changelog: https://github.com/nonebot/adapter-red/compare/v0.7.4...v0.8.0

Commits


Updates nonebot-adapter-satori from 0.8.1 to 0.8.2

Release notes

Sourced from nonebot-adapter-satori's releases.

v0.8.2

What's Changed

New Contributors

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.8.1...v0.8.2

Commits


Updates nonebot-adapter-villa from 1.4.0 to 1.4.2

Release notes

Sourced from nonebot-adapter-villa's releases.

v1.4.2

Feature

  • 支持获取引用的原消息中的图片链接

Fix

  • 修复引用+艾特机器人时无法触发 on_command 的问题

Full Changelog: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.4.1...v1.4.2

v1.4.1

Fix

  • 部分事件字段应为可选

Full Changelog: https://github.com/CMHopeSunshine/nonebot-adapter-villa/compare/v1.4.0...v1.4.1

Commits
  • 1136369 :bookmark: bump version 1.4.2
  • 487ca5a :sparkles: 有引用的消息支持获取原消息的图片链接
  • b8e706d :bookmark: bump version 1.4.1
  • aeb6959 :bug: member_num 应为可选
  • f00b5cb :bug: template_id 应为可选
  • See full diff in compare view


Updates nonebot-plugin-orm from 0.6.2 to 0.6.3

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.6.3

What's Changed

Full Changelog: https://github.com/nonebot/plugin-orm/compare/v0.6.2...v0.6.3

Commits
  • ef116c4 :bookmark: Release 0.6.3
  • 298f989 :arrow_up: auto update by pre-commit hooks (#9)
  • 19aab8b :bug: fix(alembic): remove await_fallback() use
  • See full diff in compare view


Updates nonebot-plugin-alconna from 0.33.9 to 0.36.2

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.36.2

  • 修复 funcommandCommand 的隐式消息发送

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.36.1...v0.36.2

Nonebot Plugin Alconna 0.36.1

  • 不再依赖 fleep 库,而是内置
  • 调整 AlconnaMatcher 的 rule 顺序

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.36.0...v0.36.1

Nonebot Plugin Alconna 0.36.0

What's Changed

  • 新增了一个 patch_saa,能够在 nonebot-plugin-send-anything-anywhereMessageFactory.send 遇到不支持的平台时转用 uniseg 发送
  • 新增元素 Custom,可以由用户自定义设置序列化与反序列化:
    from nonebot_plugin_alconna import Custom, custom_register
    

    class MyCustom(Custom):

    def export(self, msg_type: Message):
        return msg_type.get_segment_class()("foo", {"bar": 123})
    

    @​custom_register(MyCustom, "foo") def create(seg: MessageSegment): return MyCustom("foo", {"bar": 123})

  • :arrow_up: auto update by pre-commit hooks by @​pre-commit-ci in nonebot/plugin-alconna#30
  • 修复 satori 适配器解析 at 元素的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.35.1...v0.36.0

Nonebot Plugin Alconna 0.35.1

  • 修复 UniMessageTemplate 可能被攻击的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.35.0...v0.35.1

Nonebot Plugin Alconna 0.35.0

新增

  • Target 新增属性 platformself_id,指定后可不用传入 bot 参数(若上下文已存在 bot 对象则优先使用该 bot)
  • Target 新增方法 send,与 UniMessage.send 等同
  • AlconnaMatcher 新增方法 waiter,具体参照 https://github.com/RF-Tar-Railt/nonebot-plugin-waiter

修复

  • 修复 QQ 适配器下的 reply 处理问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.34.1...v0.35.0

Nonebot Plugin Alconna 0.34.1

... (truncated)

Commits
  • e4b95ee :bug: version 0.36.2
  • eb7c0d0 :bug: version 0.36.1
  • 483ec6e :fire: vendor fleep
  • 5e02943 Merge remote-tracking branch 'origin/master'
  • 3de2292 :bookmark: version 0.36.0
  • 667bdf7 :white_check_mark: patch_saa test
  • 94713aa :sparkles: add patch_saa, patched saa.MessageFactory.send
  • f0e938b :sparkles: add Custom uni-segment
  • 7386598 :arrow_up: auto update by pre-commit hooks (#30)
  • bc4d5df :bookmark: version 0.35.1
  • Additional commits viewable in compare view


Updates nonebot-plugin-memes from 0.5.0 to 0.5.1

Release notes

Sourced from nonebot-plugin-memes's releases.

v0.5.1

What's Changed

  • 修复 Annotated 导入问题 621f9c0fca397a1483e58b008040524bcba39909

Full Changelog: https://github.com/noneplugin/nonebot-plugin-memes/compare/v0.5.0...v0.5.1

Commits


Updates nonebot-plugin-bawiki from 0.10.3 to 0.10.5.post1

Release notes

Sourced from nonebot-plugin-bawiki's releases.

v0.10.5.post1

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

v0.10.5

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

v0.10.4

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

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 7 months ago

Codecov Report

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

Comparison is base (e8e2bb1) 81.13% compared to head (113cf71) 81.13%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #491 +/- ## ======================================= Coverage 81.13% 81.13% ======================================= Files 61 61 Lines 2444 2444 ======================================= Hits 1983 1983 Misses 461 461 ```

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

dependabot[bot] commented 7 months ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] commented 7 months ago

Superseded by #494.