nonebot-bison icon indicating copy to clipboard operation
nonebot-bison copied to clipboard

:arrow_up: Update all non-major dependencies

Open renovate[bot] opened this issue 7 months ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.24.7 -> ^7.24.8 age adoption passing confidence dependencies patch
black (changelog) >=23.12.1,<25.0 -> >=24.4.2,<25.0 age adoption passing confidence dev patch
docker/dockerfile 1.8 -> 1.9 age adoption passing confidence syntax minor
eslint (source) ^9.6.0 -> ^9.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-react ^7.34.3 -> ^7.34.4 age adoption passing confidence devDependencies patch
hishel ^0.0.20 -> ^0.0.30 age adoption passing confidence dependencies patch
pillow (changelog) >=8.4.0,<11.0 -> >=10.4.0,<11.0 age adoption passing confidence dependencies patch
pydantic (changelog) >=1.10.17,<3.0.0,!=2.5.0,!=2.5.1 -> >=2.8.2,<3.0.0,!=2.5.0,!=2.5.1 age adoption passing confidence dependencies patch
pytest (changelog) >=7.4.4,<9.0.0 -> >=8.2.2,<9.0.0 age adoption passing confidence test patch
rapidfuzz ^3.9.3 -> ^3.9.4 age adoption passing confidence dependencies patch
ruff (source, changelog) >=0.5.1 -> >=0.5.2 age adoption passing confidence dev patch
vuepress-theme-hope (source) 2.0.0-rc.50 -> 2.0.0-rc.51 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.24.8

Compare Source

:eyeglasses: Spec Compliance
:bug: Bug Fix
:nail_care: Polish
eslint/eslint (eslint)

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.4

Compare Source

Fixed
karpetrosyan/hishel (hishel)

v0.0.30

Compare Source

  • Fix cache update on revalidation response with content (rfc9111 section 4.3.3) (#​239)
  • Fix request extensions that were not passed into revalidation request for transport-based implementation (but were passed for the pool-based impl) (#​247).
  • Add cache_private property to the controller to support acting as shared cache. (#​224)
  • Improve efficiency of scanning cached responses in FileStorage by reducing number of syscalls. (#​252)
  • Add remove support for storages (#​241)

v0.0.29

Compare Source

v0.0.28

Compare Source

  • Add revalidated response extension. (#​242)

v0.0.27

Compare Source

  • Fix RedisStorage when using without ttl. (#​231)

v0.0.26

Compare Source

  • Expose AsyncBaseStorage and BaseStorage. (#​220)
  • Prevent cache hits from resetting the ttl. (#​215)

v0.0.25

Compare Source

  • Add force_cache property to the controller, allowing RFC9111 rules to be completely disabled. (#​204)
  • Add .gitignore to cache directory created by FIleStorage. (#​197)
  • Remove stale_* headers from the CacheControl class. (#​199)

v0.0.24

Compare Source

  • Fix botocore is not installed exception when using any kind of storage. (#​186)

v0.0.23

Compare Source

  • Make S3Storage to check staleness of all cache files with set interval. (#​182)
  • Fix an issue where an empty file in FileCache could cause a parsing error. (#​181)
  • Support caching for POST and other HTTP methods. (#​183)

v0.0.22

Compare Source

  • Make FileStorage to check staleness of all cache files with set interval. (#​169)
  • Support AWS S3 storages. (#​164)
  • Move typing_extensions from requirements.txt to pyproject.toml. (#​161)

v0.0.21

Compare Source

  • Fix inner transport and connection pool instances closing. (#​147)
  • Improved error message when the storage type is incorrect. (#​138)
astral-sh/ruff (ruff)

v0.5.2

Compare Source

Preview features
  • Use space separator before parenthesized expressions in comprehensions with leading comments (#​12282)
  • [flake8-async] Update ASYNC100 to include anyio and asyncio (#​12221)
  • [flake8-async] Update ASYNC109 to include anyio and asyncio (#​12236)
  • [flake8-async] Update ASYNC110 to include anyio and asyncio (#​12261)
  • [flake8-async] Update ASYNC115 to include anyio and asyncio (#​12262)
  • [flake8-async] Update ASYNC116 to include anyio and asyncio (#​12266)
Rule changes
  • [flake8-return] Exempt properties from explicit return rule (RET501) (#​12243)
  • [numpy] Add np.NAN-to-np.nan diagnostic (#​12292)
  • [refurb] Make list-reverse-copy an unsafe fix (#​12303)
Server
  • Consider include and extend-include settings in native server (#​12252)
  • Include nested configurations in settings reloading (#​12253)
CLI
  • Omit code frames for fixes with empty ranges (#​12304)
  • Warn about formatter incompatibility for D203 (#​12238)
Bug fixes
  • Make cache-write failures non-fatal on Windows (#​12302)
  • Treat not operations as boolean tests (#​12301)
  • [flake8-bandit] Avoid S310 violations for HTTP-safe f-strings (#​12305)
  • [flake8-bandit] Support explicit string concatenations in S310 HTTP detection (#​12315)
  • [flake8-bandit] fix S113 false positive for httpx without timeout argument (#​12213)
  • [pycodestyle] Remove "non-obvious" allowance for E721 (#​12300)
  • [pyflakes] Consider with blocks as single-item branches for redefinition analysis (#​12311)
  • [refurb] Restrict forwarding for newline argument in open() calls to Python versions >= 3.10 (#​12244)
Documentation
  • Update help and documentation to reflect --output-format full default (#​12248)
Performance
  • Use more threads when discovering Python files (#​12258)
vuepress-theme-hope/vuepress-theme-hope (vuepress-theme-hope)

v2.0.0-rc.51

Compare Source

🐛 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 15 '24 00:07 renovate[bot]