Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

chore(deps): update all non-major dependencies #4

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.23.0 -> 7.23.2 age adoption passing confidence devDependencies patch
@babel/preset-env (source) 7.22.20 -> 7.23.2 age adoption passing confidence devDependencies minor
@babel/preset-typescript (source) 7.23.0 -> 7.23.2 age adoption passing confidence devDependencies patch
@commitlint/cli (source) 17.7.1 -> 17.8.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.7.0 -> 17.8.0 age adoption passing confidence devDependencies minor
@storybook/addon-docs (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-essentials (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-interactions (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-links (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/addon-storysource (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/blocks (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/react (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/react-webpack5 (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
@storybook/testing-library 0.2.1 -> 0.2.2 age adoption passing confidence devDependencies patch
@testing-library/jest-dom 6.1.3 -> 6.1.4 age adoption passing confidence devDependencies patch
@types/node (source) 20.6.5 -> 20.8.7 age adoption passing confidence devDependencies minor
@types/react (source) 18.2.22 -> 18.2.29 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.7 -> 18.2.13 age adoption passing confidence devDependencies patch
@types/react-test-renderer (source) 18.0.2 -> 18.0.4 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 6.7.2 -> 6.8.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 6.7.2 -> 6.8.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 0.34.5 -> 0.34.6 age adoption passing confidence devDependencies patch
antd (source) 5.9.3 -> 5.10.1 age adoption passing confidence devDependencies minor
eslint (source) 8.50.0 -> 8.51.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.0.0 -> 5.0.1 age adoption passing confidence devDependencies patch
eslint-plugin-sort-class-members 1.18.0 -> 1.19.0 age adoption passing confidence devDependencies minor
eslint-plugin-storybook 0.6.14 -> 0.6.15 age adoption passing confidence devDependencies patch
eslint-plugin-typescript-sort-keys 3.0.0 -> 3.1.0 age adoption passing confidence devDependencies minor
node 18.18.0 -> 18.18.2 age adoption passing confidence volta patch
release-it 16.2.0 -> 16.2.1 age adoption passing confidence devDependencies patch
storybook (source) 7.4.5 -> 7.5.0 age adoption passing confidence devDependencies minor
vitest 0.34.5 -> 0.34.6 age adoption passing confidence devDependencies patch
yaml (source) 2.3.2 -> 2.3.3 age adoption passing confidence resolutions patch
yarn 3.6.3 -> 3.6.4 age adoption passing confidence packageManager patch

Release Notes

babel/babel (@​babel/core)

v7.23.2

Compare Source

🐛 Bug Fix
  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
conventional-changelog/commitlint (@​commitlint/cli)

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

storybookjs/storybook (@​storybook/addon-docs)

v7.5.0

Compare Source

7.5.0

Storybook 7.5 enhances your Storybook experience with several key updates:

  • 💃🏼 Now supports Lit 3.0 and Vite 5
  • 👻 storiesOf and storyStoreV6 officially deprecated
  • 🔨 Fix Webpack5 build errors not being propagated
  • 🀄 Support rename font import for Next.js
  • ⬆️ Upgrade react-docgen to 6.0.x and improve argTypes
  • ✨ Many Angular improvements such as introducing argsToTemplate , new schema debugging options, support for standalone directives, etc.
List of all updates

v7.4.6

Compare Source

storybookjs/storybook (@​storybook/addon-essentials)

v7.5.0

Compare Source

v7.4.6

Compare Source

storybookjs/storybook (@​storybook/addon-interactions)

v7.5.0

Compare Source

v7.4.6

Compare Source

storybookjs/testing-library (@​storybook/testing-library)

v0.2.2

Compare Source

🐛 Bug Fix
  • Revert: Temporarily fix user-event to 14.4.0 to avoid compatibility issues #​57 (@​yannbf)
Authors: 1
testing-library/jest-dom (@​testing-library/jest-dom)

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] import assertion checks added (#​7722) (afdae37)
  • eslint-plugin: [no-shadow] fix static class generics for class expressions (#​7724) (e5ea1d0)
  • eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#​7717) (f81a2da)
  • eslint-plugin: [no-useless-empty-export] exempt .d.ts (#​7718) (ac397f1)
Features
  • eslint-plugin: add new extended rule prefer-destructuring (#​7117) (3c6379b)

You can read about our versioning strategy and releases on our website.

6.7.5 (2023-10-09)

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

You can read about our versioning strategy and releases on our website.

6.7.4 (2023-10-02)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.3 (2023-09-25)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.5

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

You can read about our versioning strategy and releases on our website.

v6.7.4

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.8.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.5 (2023-10-09)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.4 (2023-10-02)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.3 (2023-09-25)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.2 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.7.5

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.7.4

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (@​vitest/coverage-v8)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
ant-design/ant-design (antd)

v5.10.1

Compare Source

  • ⚡️ Optimize CSS-in-JS Design Token cache matching. #​45302
  • 🆕 Checkbox.Group & Radio.Group options add missing id props. #​45287
  • 🐞 Fix Affix that target not work. #​45314 @​mingming-ma
  • 🐞 MISC: Add csp attribute for icon style. #​45334 @​AlexeyTeterin
  • 🐞 Fix Button that does not display loading status when loading property is set to { delay: 0 }. #​45282 @​YDFlame13
  • 🐞 Fix Segmented text jump issue in Safari. #​45310
  • 🐞 Fix Watermark that can be hidden via "Hide Element" feature in browser. #​45290 @​Yuiai01
  • 🐞 Fix Input that background should not be transparent when hovered or focused. #​45297 @​MadCcc
  • 🐞 Fix Form call resetFields will still keep Form.List field when its initialValue is set. #​45284
  • 🐞 Fix Tree.DirectoryTree selectedNodes in onSelect method could not get a value when configuring fieldNames. #​45036 @​Zian502
  • 💄 Revert outline style of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, TimePicker, ColorPicker. #​45286 @​MadCcc
  • 💄 Fix Card style with small size Tabs. #​45272 @​MadCcc

  • ⚡️ 优化 CSS-in-JS Design Token 缓存命中性能。#​45302
  • 🆕 为 Checkbox.Group 与 Radio.Group 的 options 添加 id 属性支持。#​45287
  • 🐞 修复 Affix 组件设置 target 失效的问题。#​45314 @​mingming-ma
  • 🐞 MISC: 为图标样式设置 csp 属性。#​45334 @​AlexeyTeterin
  • 🐞 修复 Button 组件 loading 属性设置为 { delay: 0 } 时不显示加载状态。#​45282 @​YDFlame13
  • 🐞 修复 Segmented 在 Safari 下切换时的样式跳动问题。#​45310
  • 🐞 修复 Watermark可以使用浏览器的 Hide Element 来隐藏水印。#​45290 @​Yuiai01
  • 🐞 修复 Input 组件 hover 或者 focus 状态时背景色变为透明的问题。#​45297 @​MadCcc
  • 🐞 修复 Form 在调用 resetFields 时,无法重置配置了 initialValue 的 Form.List 的问题。#​45284
  • 🐞 修复 Tree.DirectoryTree 在配置 fieldNames 时,onSelect 方法中的 selectedNodes 无法获取值。#​45036 @​Zian502
  • 💄 回滚 Input、InputNumber、Select、Cascader、TreeSelect、DatePicker、TimePicker、ColorPicker 的描边样式。#​45286 @​MadCcc
  • 💄 修复 Card 搭配小尺寸 Tabs 时的样式问题。[#​45272](h

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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.

@phamhongphuc phamhongphuc merged commit d4c5109 into master Oct 18, 2023
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 18, 2023 17:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant