Quan666 / ELF_RSS

QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub
https://myelf.club/archives/221
GNU General Public License v3.0
549 stars 55 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v3.3.0 -> v3.4.0 age adoption passing confidence
nonebot-adapter-onebot (source) dependencies patch ^2.2.1 -> ^2.2.2 age adoption passing confidence
nonebot-adapter-onebot (source) patch ~=2.2.1 -> ~=2.2.2 age adoption passing confidence
pypa/gh-action-pypi-publish action minor v1.7.1 -> v1.8.1 age adoption passing confidence

Release Notes

actions/checkout ### [`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340) [Compare Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0) - [Upgrade codeql actions to v2](https://togithub.com/actions/checkout/pull/1209) - [Upgrade dependencies](https://togithub.com/actions/checkout/pull/1210) - [Upgrade @​actions/io](https://togithub.com/actions/checkout/pull/1225)
nonebot/adapter-onebot ### [`v2.2.2`](https://togithub.com/nonebot/adapter-onebot/releases/tag/v2.2.2): Release 2.2.2 [Compare Source](https://togithub.com/nonebot/adapter-onebot/compare/v2.2.1...v2.2.2) #### Documentation https://onebot.adapters.nonebot.dev/ #### What's Changed - Feature: 添加 `f2s` 转换文件类型数据 by [@​yinghanwen](https://togithub.com/yinghanwen) in [https://github.com/nonebot/adapter-onebot/pull/46](https://togithub.com/nonebot/adapter-onebot/pull/46) - :arrow_up: auto update by pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/nonebot/adapter-onebot/pull/51](https://togithub.com/nonebot/adapter-onebot/pull/51) - Feature: 增加 OneBot v12 事件模型和动作类型标注 by [@​he0119](https://togithub.com/he0119) in [https://github.com/nonebot/adapter-onebot/pull/52](https://togithub.com/nonebot/adapter-onebot/pull/52) - Feature: 为不同的实现和平台指定不同的 send 函数 by [@​j1g5awi](https://togithub.com/j1g5awi) in [https://github.com/nonebot/adapter-onebot/pull/53](https://togithub.com/nonebot/adapter-onebot/pull/53) - Feat: OneBot 12 支持发送 msgpack 编码数据 by [@​he0119](https://togithub.com/he0119) in [https://github.com/nonebot/adapter-onebot/pull/56](https://togithub.com/nonebot/adapter-onebot/pull/56) - Test: 升级 NoneBug 0.3.1 by [@​he0119](https://togithub.com/he0119) in [https://github.com/nonebot/adapter-onebot/pull/57](https://togithub.com/nonebot/adapter-onebot/pull/57) - Fix: 删除 get_file 类型标注中多余的重载 by [@​he0119](https://togithub.com/he0119) in [https://github.com/nonebot/adapter-onebot/pull/58](https://togithub.com/nonebot/adapter-onebot/pull/58) - :arrow_up: auto update by pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/nonebot/adapter-onebot/pull/59](https://togithub.com/nonebot/adapter-onebot/pull/59) #### New Contributors - [@​yinghanwen](https://togithub.com/yinghanwen) made their first contribution in [https://github.com/nonebot/adapter-onebot/pull/46](https://togithub.com/nonebot/adapter-onebot/pull/46) **Full Changelog**: https://github.com/nonebot/adapter-onebot/compare/v2.2.1...v2.2.2
pypa/gh-action-pypi-publish ### [`v1.8.1`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.1) [Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.8.0...v1.8.1) #### 🐛 What's Fixed 💔 Unfortunately, a tiny mistake in v1.8.0 caused a far-reaching regression for the most used code path. ❗ But don't worry, it's fixed now thanks to [@​njzjz](https://togithub.com/njzjz) who promptly spotted it and [@​zhongjiajie](https://togithub.com/zhongjiajie) who sent a bugfix. #### 🙌 New Contributors - [@​zhongjiajie](https://togithub.com/zhongjiajie) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/131](https://togithub.com/pypa/gh-action-pypi-publish/pull/131) **Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.0...v1.8.1 ### [`v1.8.0`](https://togithub.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.0) [Compare Source](https://togithub.com/pypa/gh-action-pypi-publish/compare/v1.7.1...v1.8.0) #### The Coolest Release Ever! In this release, [@​woodruffw](https://togithub.com/woodruffw) implemented support for secretless OIDC-based publishing to PyPI-like package indexes. The OIDC flow is activated when neither username nor password action inputs are set. The OIDC “token exchange”, is an authentication technique that PyPI (and TestPyPI, and hopefully some future others) supports as an alternative to long-lived username/password combinations or long-lived API tokens. > **IMPORTANT:** The PyPI-side configuration is only available to participants of the private beta test. Please, only try out the zero-config mode if you are a beta test participant having followed the PyPI configuration instructions. Setup prerequisites: https://github.com/marketplace/actions/pypi-publish#publishing-with-openid-connect PyPI's documentation: https://pypi.org/help/#openid-connect Beta test enrollment: [https://github.com/pypi/warehouse/issues/12965](https://togithub.com/pypi/warehouse/issues/12965) #### New Contributors - [@​woodruffw](https://togithub.com/woodruffw) made their first contribution in [https://github.com/pypa/gh-action-pypi-publish/pull/123](https://togithub.com/pypa/gh-action-pypi-publish/pull/123) **Full Diff**: https://github.com/pypa/gh-action-pypi-publish/compare/v1.7.1...v1.8.0

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.