nonebot-bison
nonebot-bison copied to clipboard
:arrow_up: Update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
@babel/core (source) | ^7.24.7 -> ^7.24.8 |
dependencies | patch | ||||
black (changelog) | >=23.12.1,<25.0 -> >=24.4.2,<25.0 |
dev | patch | ||||
docker/dockerfile | 1.8 -> 1.9 |
syntax | minor | ||||
eslint (source) | ^9.6.0 -> ^9.7.0 |
devDependencies | minor | ||||
eslint-plugin-react | ^7.34.3 -> ^7.34.4 |
devDependencies | patch | ||||
hishel | ^0.0.20 -> ^0.0.30 |
dependencies | patch | ||||
pillow (changelog) | >=8.4.0,<11.0 -> >=10.4.0,<11.0 |
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 |
dependencies | patch | ||||
pytest (changelog) | >=7.4.4,<9.0.0 -> >=8.2.2,<9.0.0 |
test | patch | ||||
rapidfuzz | ^3.9.3 -> ^3.9.4 |
dependencies | patch | ||||
ruff (source, changelog) | >=0.5.1 -> >=0.5.2 |
dev | patch | ||||
vuepress-theme-hope (source) | 2.0.0-rc.50 -> 2.0.0-rc.51 |
devDependencies | patch |
Release Notes
babel/babel (@babel/core)
v7.24.8
:eyeglasses: Spec Compliance
-
babel-parser
-
#16567 Do not use strict mode in TS
declare
(@liuxingbaoyu)
-
#16567 Do not use strict mode in TS
:bug: Bug Fix
-
babel-generator
-
#16630 Correctly print parens around
in
infor
heads (@nicolo-ribaudo) -
#16626 Fix printing of comments in
await using
(@nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD)
-
#16630 Correctly print parens around
-
babel-parser
-
#16613 Disallow destructuring assignment in
using
declarations (@H0onnn) -
#16490 fix: do not add
.value: undefined
to regexp literals (@liuxingbaoyu)
-
#16613 Disallow destructuring assignment in
-
babel-types
-
#16615 Remove boolean props from
ObjectTypeInternalSlot
visitor keys (@nicolo-ribaudo)
-
#16615 Remove boolean props from
-
babel-plugin-transform-typescript
-
#16566 fix: Correctly handle
export import x =
(@liuxingbaoyu)
-
#16566 fix: Correctly handle
:nail_care: Polish
-
babel-generator
-
#16625 Avoid unnecessary parens around
async
infor await
(@nicolo-ribaudo)
-
#16625 Avoid unnecessary parens around
-
babel-traverse
-
#16619 Avoid checking
Scope.globals
multiple times (@liuxingbaoyu)
-
#16619 Avoid checking
eslint/eslint (eslint)
v9.7.0
Features
-
7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) -
1381394
feat: addregex
option inno-restricted-imports
(#18622) (Nitin Kumar)
Bug Fixes
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 optioncwd
(#18641) (Francesco Trotta)
Chores
-
793b718
chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta) -
7ed6f9a
chore: package.json update for @eslint/js release (Jenkins) -
7bcda76
refactor: Add type references (#18652) (Nicholas C. Zakas) -
51bf57c
chore: add tech sponsors through actions (#18624) (Strek) -
6320732
refactor: don't useparent
property inNodeEventGenerator
(#18653) (Milos Djermanovic) -
9e6d640
refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.4
Fixed
- [
prop-types
]: fixclassName
missing in prop validation false negative (#3749 @akulsr0) - [
sort-prop-types
]: Check for undefined before accessingnode.typeAnnotation.typeAnnotation
(#3779 @tylerlaprade)
karpetrosyan/hishel (hishel)
v0.0.30
- 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
- Documentation hotfix. (#244)
v0.0.28
- Add
revalidated
response extension. (#242)
v0.0.27
- Fix
RedisStorage
when using without ttl. (#231)
v0.0.26
v0.0.25
- Add
force_cache
property to the controller, allowing RFC9111 rules to be completely disabled. (#204) - Add
.gitignore
to cache directory created byFIleStorage
. (#197) - Remove
stale_*
headers from theCacheControl
class. (#199)
v0.0.24
- Fix
botocore is not installed
exception when using any kind of storage. (#186)
v0.0.23
- 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
- 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
astral-sh/ruff (ruff)
v0.5.2
Preview features
- Use
space
separator before parenthesized expressions in comprehensions with leading comments (#12282) - [
flake8-async
] UpdateASYNC100
to includeanyio
andasyncio
(#12221) - [
flake8-async
] UpdateASYNC109
to includeanyio
andasyncio
(#12236) - [
flake8-async
] UpdateASYNC110
to includeanyio
andasyncio
(#12261) - [
flake8-async
] UpdateASYNC115
to includeanyio
andasyncio
(#12262) - [
flake8-async
] UpdateASYNC116
to includeanyio
andasyncio
(#12266)
Rule changes
- [
flake8-return
] Exempt properties from explicit return rule (RET501
) (#12243) - [
numpy
] Addnp.NAN
-to-np.nan
diagnostic (#12292) - [
refurb
] Makelist-reverse-copy
an unsafe fix (#12303)
Server
- Consider
include
andextend-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
] AvoidS310
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 withouttimeout
argument (#12213) - [
pycodestyle
] Remove "non-obvious" allowance for E721 (#12300) - [
pyflakes
] Considerwith
blocks as single-item branches for redefinition analysis (#12311) - [
refurb
] Restrict forwarding fornewline
argument inopen()
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)
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.