Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.1
->5.2.6
9.3.1
->9.3.4
14.0.0
->14.1.2
14.4.3
->14.5.2
2.0.2
->2.0.6
14.14.37
->14.18.63
==3.4.1
->==3.5.2
4.24.12
->4.24.15
10.4.14
->10.4.16
==23.7.0
->==23.12.1
1.11.7
->1.11.10
==4.2.7
->==4.2.9
==0.54.0
->==0.60.0
==0.10.0
->==0.11.2
==0.4.8
->==0.4.9
==4.2.3
->==4.2.7
==5.2.2
->==5.3.1
8.2.0
->8.6.0
==1.21.5
->==1.21.7
8.45.0
->8.56.0
17.0.0
->17.1.0
8.5.0
->8.10.0
2.27.5
->2.29.1
6.7.1
->6.8.0
4.0.0
->4.2.1
7.33.0
->7.33.2
==3.2.1
->==3.3.0
==6.0.0
->==6.1.0
==6.0.0
->==6.1.1
==3.13.0
->==3.34.0
==8.11.0
->==8.20.0
1.2.1
->1.4.0
==1.4.2
->==1.5.3
2.29.4
->2.30.1
0.28.1
->0.49.3
==1.4.1
->==1.8.0
==8.8.1
->==8.11.0
12.6
->12.17
12.6
->12.17
==3.1.1
->==3.6.0
v2.0.2
->v2.0.3
2.2.1
->2.8.8
==2.9.6
->==2.9.9
==7.3.2
->==7.4.4
==4.5.2
->==4.7.0
3.9-slim-buster
->3.11-slim-buster
==2023.3
->==2023.3.post1
7.0.0
->7.1.3
2.5.3
->2.7.2
2.10
->2.11
4.6.3
->4.9.5
==6.4.0
->==6.6.0
Release Notes
ant-design/ant-design-icons (@ant-design/icons)
v5.2.6
Compare Source
v5.2.5
Compare Source
v5.2.4
Compare Source
v5.2.3
Compare Source
v5.2.2
Compare Source
v5.2.1
Compare Source
v5.2.0
Compare Source
v5.1.4
Compare Source
v5.1.3
Compare Source
v5.1.2
Compare Source
v5.1.1
Compare Source
v5.1.0
Compare Source
testing-library/dom-testing-library (@testing-library/dom)
v9.3.4
Compare Source
Bug Fixes
waitFor
callback after timeout (#1271) (9aaf715)v9.3.3
Compare Source
Bug Fixes
v9.3.2
Compare Source
Bug Fixes
testing-library/react-testing-library (@testing-library/react)
v14.1.2
Compare Source
Bug Fixes
v14.1.1
Compare Source
Bug Fixes
v14.1.0
Compare Source
Features
testing-library/user-event (@testing-library/user-event)
v14.5.2
Compare Source
Bug Fixes
v14.5.1
Compare Source
Bug Fixes
v14.5.0
Compare Source
Bug Fixes
Features
Python-Markdown/markdown (Markdown)
v3.5.2
Compare Source
Fixed
convertFile
- it accepts only bytes-based buffers.Also remove legacy checks from Python 2 (#1400)
AdmonitionProcessor.content_indent
unset(#1404)
InlineProcessor
withAtomicString
(#1406).codehilite
with an emptycode
tag (#1405).v3.5.1
Compare Source
Fixed
trigger quadratic line counting behavior (#1392).
v3.5
Compare Source
v3.4.4
Compare Source
v3.4.3
Compare Source
v3.4.2
Compare Source
ant-design/ant-design (antd)
v4.24.15
Compare Source
disabled
state problem that affected by Form. #44837 @Yuiai01disabled
状态被 Form 的disabled
覆盖的问题。#44837 @Yuiai01disabled
样式在 Form hover 场景下被覆盖的问题。#44779 @crazyairv4.24.14
Compare Source
rc-util/lib/utils/set
not existed. #44630 @varownmenu
属性时出现overlay
废弃警告的问题。#43917 @whalesinkrc-util/lib/utils/set
不存在的问题。#44630 @varownv4.24.13
Compare Source
getCurrentAnchor
when scroll. #43917lodash
dependencies. 2b43f73 @taozhou-gleanonOk
callback. #43536 @maroon1validateMessages
nesting error. #43480 @Wxh16144@checkbox-border-radius
to variable.less. #43356getCurrentAnchor
的问题。#43917lodash
依赖。2b43f73 @taozhou-gleanonOk
回调中的 Promise 异常。#43536 @maroon1validateMessages
嵌套使用错误。#43480 @Wxh16144@checkbox-border-radius
导致变量表现不一致的问题。#43356postcss/autoprefixer (autoprefixer)
v10.4.16
Compare Source
v10.4.15
Compare Source
::backdrop
prefixes (by 一丝).psf/black (black)
v23.12.1
Compare Source
Packaging
d
extra by default (#4108)v23.12.0
Compare Source
Highlights
It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in
--preview
mode will be in the 2024 stable style.Stable style
# fmt: off
automatically dedents when used with the--line-ranges
option, even when it is not within the specified line range. (#4084)
Preview style
indented less (#4012)
docstring (#4060)
--line-length
(#4086)functions or class definitions (#4066) ([#4103](https://togithub.com/psf/
Configuration
📅 Schedule: Branch creation - "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.
This PR has been generated by Mend Renovate. View repository job log here.