Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependencies (non-major) #408

Merged
merged 1 commit into from
May 27, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ant-design/icons (source) ^5.1.0 -> ^5.1.3 age adoption passing confidence
@babel/core (source) ^7.21.8 -> ^7.22.1 age adoption passing confidence
@babel/preset-env (source) ^7.21.5 -> ^7.22.2 age adoption passing confidence
@babel/preset-react (source) ^7.18.6 -> ^7.22.0 age adoption passing confidence
antd (source) ^5.5.0 -> ^5.5.1 age adoption passing confidence
postcss-loader ^7.3.0 -> ^7.3.1 age adoption passing confidence
webpack ^5.83.1 -> ^5.84.1 age adoption passing confidence

Release Notes

ant-design/ant-design-icons

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

babel/babel

v7.22.1

Compare Source

🐛 Bug Fix

v7.22.0

Compare Source

🚀 New Feature
  • babel-parser, babel-plugin-transform-typescript
  • babel-compat-data, babel-core, babel-plugin-proposal-unicode-sets-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-standalone
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-runtime, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-plugin-proposal-import-attributes-to-assertions
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-generator, babel-parser, babel-traverse, babel-types
  • babel-core, babel-helper-create-regexp-features-plugin, babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
💅 Polish
  • babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-jsx, babel-traverse, babel-types
🏠 Internal
  • babel-parser
  • babel-compat-data, babel-helper-transform-fixture-test-runner, babel-node, babel-plugin-proposal-decorators, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-async-generator-functions, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-dynamic-import, babel-plugin-proposal-export-namespace-from, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-logical-assignment-operators, babel-plugin-proposal-nullish-coalescing-operator, babel-plugin-proposal-numeric-separator, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-catch-binding, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-unicode-property-regex, babel-preset-env, babel-standalone
ant-design/ant-design

v5.5.1

Compare Source

  • 🐞 Fix wrong Button icon size and margin. #​42516 @​MadCcc
  • 🐞 Fix Select remove & selected icon not align in center. #​42513
  • 🐞 Refactor Popconfirm DOM structure to fix extra margin before title and description when icon={null}. #​42433
  • 🐞 Fix Menu item icon not centered when itemMarginInline is 0. #​42426 @​zzwgh
  • 🐞 Fix Tag wrapped with Tooltip will use wrong font-size when hover. #​42414
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #​42393
  • 🐞 Adjust Tooltip & Popover display logic. Now the first priority is to ensure that it will not be clipped by overflow: hidden, and the second is to ensure that it is displayed within the viewport as much as possible. #​42394
  • ColorPicker
    • 🐞 Optimize ColorPicker the allowClear interaction logic, reopening the panel to select a color will default to 100% transparency instead of 0%. #​42439 @​RedJue
    • 🐞 Optimize ColorPicker interaction. Now it will close panel when click clear button. #​42406 @​kiner-tang
  • 💄 Optimize border radius in filter dropdown of Table. #​42451 @​Yuiai01
  • 🛠 Remove addEventListener from rc-util/lib/Dom/addEventListener and use native addEventListener instead. #​42464 @​li-jia-nan
  • 🛠 Reduce 1KB @​ant-design/icons bundle size. Fix TwoTone icon color to primary color of 5.0. #​42443
  • 🌐 Add missing translation for mn_MN. #​42512 @​ariunbatb
  • RTL
  • TypeScript

  • 🐞 修复 Button 组件 icon 尺寸和间距问题。#​42516 @​MadCcc
  • 🐞 修复 Select 移除和选中按钮不居中的问题。#​42513
  • 🐞 重构 Popconfirm DOM 结构以解决 icon={null}titledescription 的多余 margin 问题。#​42433
  • 🐞 修复 Menu 图标在 itemMarginInline 为 0 时不居中的问题。#​42426 @​zzwgh
  • 🐞 修复 Tag 被 Tooltip 包裹时,hover 会导致 font-size 错误的问题。#​42414
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#​42393
  • 🐞 调整 Tooltip 和 Popover 展示逻辑,现在会优先保证不会被 overflow: hidden 裁剪,其次保证尽可能在可见屏幕范围内展示。#​42394
  • ColorPicker
    • 🐞 优化 ColorPicker allowClear 交互逻辑,重新打开面板选择颜色会默认 100% 透明度,而不是 0%。#​42439 @​RedJue
    • 🐞 优化 ColorPicker 交互,点击清除按钮时隐藏面板。#​42406 @​kiner-tang
  • 💄 修改 Table 筛选下拉菜单的圆角。#​42451 @​Yuiai01
  • 🛠 全局移除 rc-util/lib/Dom/addEventListener 引入的 addEventListener 方法,用原生代替。#​42464 @​li-jia-nan
  • 🛠 优化 @​ant-design/icons 的 bundle 体积大小。修复 TwoTone 类的图标色为 5.0 的新主色。#​42443
  • 🌐 添加 mn_MN 中缺失的翻译。#​42512 @​ariunbatb
  • RTL
  • TypeScript
webpack-contrib/postcss-loader

v7.3.1

Compare Source

webpack/webpack

v5.84.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.0...v5.84.1

v5.84.0

Compare Source

New Features

Bugfixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.83.1...v5.84.0


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, 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.


  • 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 renovate bot added the dependencies Pull requests that update a dependency file label May 26, 2023
@renovate renovate bot force-pushed the renovate/dependencies branch from c499e83 to b34f6f5 Compare May 26, 2023 20:27
@pull-request-quantifier-deprecated

This PR has 14 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +7 -7
Percentile : 5.6%

Total files changed: 2

Change summary by file extension:
.json : +7 -7
.lock : +0 -0

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@renovate renovate bot merged commit 1a4e111 into main May 27, 2023
@renovate renovate bot deleted the renovate/dependencies branch May 27, 2023 00:33
github-actions bot added a commit that referenced this pull request May 27, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1a4e111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants