Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the production-dependencies group with 3 updates #87

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the production-dependencies group with 3 updates: nonebot2, nonebot-plugin-orm and nonebot-plugin-alconna.

Updates nonebot2 from 2.1.2 to 2.1.3

Release notes

Sourced from nonebot2's releases.

Release v2.1.3 🌈🎄

🐛 Bug 修复

📝 文档

💫 杂项

🍻 插件发布

🍻 机器人发布

🍻 适配器发布

Commits

Updates nonebot-plugin-orm from 0.6.0 to 0.6.2

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.6.2

What's Changed

Full Changelog: nonebot/plugin-orm@v0.6.1...v0.6.2

🔖 Release 0.6.1

What's Changed

New Contributors

Full Changelog: nonebot/plugin-orm@v0.6.0...v0.6.1

Commits

Updates nonebot-plugin-alconna from 0.33.8 to 0.35.0

Release notes

Sourced from nonebot-plugin-alconna's releases.

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: nonebot/plugin-alconna@v0.34.1...v0.35.0

Nonebot Plugin Alconna 0.34.1

What's Changed

Full Changelog: nonebot/plugin-alconna@v0.34.0...v0.34.1

Nonebot Plugin Alconna 0.34.0

新增

  • Receipt 新增方法 get_reply, 用于从存储的msg_ids 中构建一个 Reply 元素
  • Receipt 新增方法 send, 与 UniMessage.send 类似,其返回值会追加在本身的 msg_ids 中
  • Receipt 新增方法 reply, 是 get_replysend 的组合版本

改进

  • UniMessage.sendreply_to 参数支持直接传入 Reply 元素

Full Changelog: nonebot/plugin-alconna@v0.33.9...v0.34.0

Nonebot Plugin Alconna 0.33.9

What's Changed

New Contributors

Full Changelog: nonebot/plugin-alconna@v0.33.8...v0.33.9

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates: [nonebot2](https://github.com/nonebot/nonebot2), [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm) and [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna).


Updates `nonebot2` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/nonebot/nonebot2/releases)
- [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md)
- [Commits](nonebot/nonebot2@v2.1.2...v2.1.3)

Updates `nonebot-plugin-orm` from 0.6.0 to 0.6.2
- [Release notes](https://github.com/nonebot/plugin-orm/releases)
- [Commits](nonebot/plugin-orm@v0.6.0...v0.6.2)

Updates `nonebot-plugin-alconna` from 0.33.8 to 0.35.0
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](nonebot/plugin-alconna@v0.33.8...v0.35.0)

---
updated-dependencies:
- dependency-name: nonebot2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-plugin-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-plugin-alconna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2024
Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2d2ff35) 100.00% compared to head (c483567) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          210       210           
=========================================
  Hits           210       210           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2024

Superseded by #89.

@dependabot dependabot bot closed this Jan 2, 2024
@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-697cda5656 branch January 2, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants