fix(deps): update all non-major dependencies #105
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:
7.26.8
->7.26.10
8.24.0
->8.26.1
8.24.0
->8.26.1
5.24.0
->5.24.3
5.1.0
->5.2.0
3.5.1
->3.5.3
1.84.0
->1.85.1
5.7.3
->5.8.2
Release Notes
babel/babel (@babel/eslint-parser)
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.26.1
Compare Source
🩹 Fixes
any
/unknown
as eligible for nullish coalescing (#10865)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.26.0
Compare Source
🚀 Features
🩹 Fixes
accessor
properties with an invalidvoid
type (#10864)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.25.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.24.1
Compare Source
🩹 Fixes
accessor
methods with a function initializer (#10796)static
accessor
properties (#10814)accessor
property declaration (#10813)accessor
class properties for missing accessibility modifier (#10805)accessor
class properties with a function initializer (#10804)accessor
properties with a function initializer (#10794)accessor
class properties (#10789)any
value assigned as an initializer of anaccessor
property (#10785)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.26.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.26.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.25.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.24.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
ant-design/ant-design (antd)
v5.24.3
Compare Source
allowClear
was turned on for Input. #52977 @wanpan11disabled
state when Input hasvariant="underlined"
turned on. #52959 @ustcfurysize="large"
. #52819 @aojunhao123de_DE
translations for Transfer. #53047 @chrisinickallowClear
后按下 Tab 键后没有正确选中下个元素的问题。#52977 @wanpan11variant="underlined"
时disabled
状态下 hover 时边框显示问题。#52959 @ustcfurysize="large"
时文字未居中对齐的问题。#52819 @aojunhao123de_DE
Transfer 本地化. #53047 @chrisinickv5.24.2
Compare Source
inputFontSize
breaks the height ofcontrolHeight
. #52865 @zombieJvariable
asunderlined
. #52861 @ustcfuryhidden
attribute. #52891 @arronlaicollapsedWidth={0}
. #52862 @afc163expandIcon
property. #52863 @wanpan11inputFontSize
component token 时,controlHeight
会不生效的问题。#52865 @zombieJvariant
为underlined
时下边框与搜索按钮底部没对齐的问题。#52861 @ustcfuryhidden
属性来去掉水印。#52891 @arronlaicollapsedWidth={0}
时的内容溢出的问题。#52862 @afc163expandIcon
属性传入函数时重新渲染的性能。#52863 @wanpan11v5.24.1
Compare Source
color
to beprimary
andvariant
to betext
orlink
will not use correct color. #52812 @zombieJprefix
breaks the layout. #52776 @guoyunhearia-label
when sorting. #52772 @mellis481@types/react@18.x
. #52766 @afc163shape
not working withsize
. #52757 @yellowryancolor
为primary
并且variant
为text
或link
时,没有取用正确的色板的问题。#52812 @zombieJprefix
内容多时会换行的问题。#52776 @guoyunhearia-label
的问题。#52772 @mellis481@types/react@18.x
中无法作为 JSX 组件使用的类型错误问题。#52766 @afc163size
时,shape
不生效的问题。#52757 @yellowryanfacebook/react (eslint-plugin-react-hooks)
v5.2.0
Compare Source
prettier/prettier (prettier)
v3.5.3
Compare Source
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.sass/dart-sass (sass)
v1.85.1
Compare Source
functions could incorrectly be treated as CSS math functions even though they
used Sass-only features, causing compilation failures. For example,
round(-$var / 2)
previously threw an error but now works as intended.v1.85.0
Compare Source
@extend
. This causedunacceptable performance issues for certain heavy users of
@extend
. We'lltry to find a more performant way to accomplish it in the future.
microsoft/TypeScript (typescript)
v5.8.2
Compare Source
Configuration
📅 Schedule: Branch creation - "monthly" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.