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) #1328

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ant-design/nextjs-registry ^1.0.1 -> ^1.0.2 age adoption passing confidence
@testing-library/jest-dom ^6.5.0 -> ^6.6.3 age adoption passing confidence
@types/jest (source) ^29.5.13 -> ^29.5.14 age adoption passing confidence
@types/node (source) ^22.8.6 -> ^22.9.1 age adoption passing confidence
@types/react (source) ^18.3.11 -> ^18.3.12 age adoption passing confidence
antd (source) 5.21.3 -> 5.22.1 age adoption passing confidence
antd-style ^3.7.0 -> ^3.7.1 age adoption passing confidence
cypress (source) ^13.15.0 -> ^13.16.0 age adoption passing confidence
framer-motion ^11.11.8 -> ^11.11.17 age adoption passing confidence
next-nprogress-bar (source) ^2.3.14 -> ^2.3.15 age adoption passing confidence
pnpm (source) 9.12.1 -> 9.14.2 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.49 age adoption passing confidence
postcss-preset-env (source) ^10.0.7 -> ^10.1.1 age adoption passing confidence
prettier-plugin-tailwindcss ^0.6.8 -> ^0.6.9 age adoption passing confidence
tailwindcss (source) ^3.4.13 -> ^3.4.15 age adoption passing confidence
tslib (source) ^2.7.0 -> ^2.8.1 age adoption passing confidence

Release Notes

ant-design/nextjs-registry (@​ant-design/nextjs-registry)

v1.0.2

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

ant-design/ant-design (antd)

v5.22.1

Compare Source

  • 🛠 Adjust DatePicker.RangePicker to not allow switching to the next field by clicking the input when needConfirm and the user has not submitted the date. #​51591 @​zombieJ
  • 🛠 Lock Input.OTP ctrl + z operation to avoid data not correct. #​51609 @​zombieJ
  • 🐞 Fix Select tags or multiple mode display issue. #​51605 @​guoyunhe
  • 🐞 Fix Badge count motion missing in Safari. #​51598 @​zombieJ
  • 🐞 Fix Tabs with centered the tabs can not fully display. #​51571 @​DDDDD12138
  • 🐞 Fix Transfer with controlled dataSource & selectedKeys sometime miss sync checked state. #​51523 @​IsKaros
  • 🐞 Revert Button display inline-flex back to inline-block to resolve Icon align issue. #​51588 @​Wxh16144

  • 🛠 调整 DatePicker.RangePicker 当 needConfirm 切用户未提交日期时,不允许通过点击输入框切换到下一个字段。#​51591 @​zombieJ
  • 🛠 禁用 Input.OTP ctrl + z 操作以防止数据变化非预期的问题。#​51609 @​zombieJ
  • 🐞 修复 Select 标签模式下展示异常的问题。#​51605 @​guoyunhe
  • 🐞 修复 Badge count 在 Safari 下动画丢失的问题。#​51598 @​zombieJ
  • 🐞 修复 Tabs centered 下标签展示不全的问题。#​51571 @​DDDDD12138
  • 🐞 修复 Transfer 受控 dataSourceselectedKeys 时,偶尔会出现勾选不正确的问题。#​51523 @​IsKaros
  • 🐞 回滚 Button displayinline-flexinline-block 以解决 Icon 位置偏移的问题。#​51588 @​Wxh16144

v5.22.0

Compare Source


v5.21.6

Compare Source

  • 🐞 Fix Tree.DirectoryTree interactive area not being a whole row. #​51210
  • 🐞 Fix the Button icon was not vertically centered. #​51381
  • 🐞 Fix the pointer style not set to not-allowed in the disabled state when variant of the Input was set to borderless. #​51387 @​ustcfury
  • Splitter
    • 💄 Improve the pre-rendered style of Splitter under SSR. #​51378
    • 💄 Increased the click area of ​​the Splitter collapse button to improve usability. #​51383 @​aojunhao123
  • 💄 Improve Checkbox indeterminate to enhance accessibility experience. #​51350 @​SpaNb4
  • 💄 Improve the title of the Empty preset svg image to improve accessibility experience. #​51368

  • 🐞 修复 Tree.DirectoryTree 交互区域不是整行的问题。#​51210
  • 🐞 修复 Button 图标未垂直居中的问题。#​51381
  • 🐞 修复 Input 组件 variant 设置 borderless 时,disabled 状态下指针样式未设置 not-allowed 的问题。#​51387 @​ustcfury
  • Splitter
  • 💄 优化 Checkbox indeterminate 提升无障碍体验。#​51350 @​SpaNb4
  • 💄 优化 Empty 预设 svg 图片的 title 提升无障碍体验。#​51368

v5.21.5

Compare Source


v5.21.4

Compare Source


ant-design/antd-style (antd-style)

v3.7.1

Compare Source

🐛 Bug Fixes
cypress-io/cypress (cypress)

v13.16.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-16-0

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

framer/motion (framer-motion)

v11.11.17

Compare Source

v11.11.16

Compare Source

Fixed
  • Fixing stagger with mini animate.

v11.11.15

Compare Source

Fixed
  • Fixing mini and react-mini entrypoints.

v11.11.13

Compare Source

Fixed
  • Fixing build and entry points for "motion".

v11.11.12

Compare Source

Changed
  • Adding "motion" package.
  • Replaced Motion One (see upgrade guide).

v11.11.11

Compare Source

Fixed
  • Fixing double update() call on mount.

v11.11.10

Compare Source

Fixed
  • Removing will-change from SSR.

v11.11.9

Compare Source

Changed
  • will-change is now no longer automatically managed without useWillChange.
Skyleen77/next-nprogress-bar (next-nprogress-bar)

v2.3.15

Compare Source

pnpm/pnpm (pnpm)

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

Leniolabs_

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Oct 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2024 3:55pm

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 18, 2024
Copy link
Contributor

github-actions bot commented Oct 18, 2024

Lighthouse Report

https://blog-oh5apxgi9-sabertazs-projects.vercel.app/

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟡 performance 89
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100

https://blog-oh5apxgi9-sabertazs-projects.vercel.app/posts

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 96
🟢 accessibility 95
🟢 best-practices 96
🟢 seo 100

https://blog-oh5apxgi9-sabertazs-projects.vercel.app/tags

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 100
🟢 accessibility 95
🟢 best-practices 96
🟢 seo 100

https://blog-oh5apxgi9-sabertazs-projects.vercel.app/books

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 100
🟢 accessibility 94
🟢 best-practices 96
🟢 seo 100

https://blog-oh5apxgi9-sabertazs-projects.vercel.app/about

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 100
🟢 accessibility 94
🟢 best-practices 96
🟢 seo 100

@renovate renovate bot requested a review from sabertazimi October 18, 2024 18:38
@renovate renovate bot force-pushed the renovate/dependencies branch from 7070c85 to b5085eb Compare October 19, 2024 07:25
@renovate renovate bot force-pushed the renovate/dependencies branch from b5085eb to f548023 Compare October 21, 2024 09:47
@renovate renovate bot force-pushed the renovate/dependencies branch from f548023 to aee87f4 Compare October 22, 2024 04:03
@renovate renovate bot force-pushed the renovate/dependencies branch from aee87f4 to 99d9514 Compare October 22, 2024 14:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 99d9514 to fbd1798 Compare October 23, 2024 01:42
@renovate renovate bot force-pushed the renovate/dependencies branch from fbd1798 to 7a173a8 Compare October 23, 2024 04:13
@renovate renovate bot force-pushed the renovate/dependencies branch from 7a173a8 to a30dd82 Compare October 23, 2024 14:16
@renovate renovate bot force-pushed the renovate/dependencies branch from a30dd82 to 57713a2 Compare October 24, 2024 00:40
@renovate renovate bot force-pushed the renovate/dependencies branch from 57713a2 to b115499 Compare October 24, 2024 19:26
@renovate renovate bot force-pushed the renovate/dependencies branch from b115499 to 1cd59c0 Compare October 25, 2024 12:37
Copy link

socket-security bot commented Oct 25, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/dependencies branch from 98dde1b to f7ab442 Compare November 15, 2024 03:55
@renovate renovate bot force-pushed the renovate/dependencies branch from f7ab442 to a84092f Compare November 15, 2024 18:27
@renovate renovate bot force-pushed the renovate/dependencies branch from a84092f to 84f4959 Compare November 17, 2024 19:10
@renovate renovate bot force-pushed the renovate/dependencies branch from 84f4959 to 90abf60 Compare November 18, 2024 07:06
@renovate renovate bot changed the title chore(deps): update dependencies (non-major) fix(deps): update dependencies (non-major) Nov 18, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch from 90abf60 to 99dae67 Compare November 19, 2024 17:21
@renovate renovate bot force-pushed the renovate/dependencies branch from 99dae67 to 6424285 Compare November 19, 2024 19:40
@renovate renovate bot force-pushed the renovate/dependencies branch from 6424285 to bcea00d Compare November 19, 2024 21:39
@renovate renovate bot force-pushed the renovate/dependencies branch from bcea00d to 77e10cc Compare November 20, 2024 01:21
@renovate renovate bot force-pushed the renovate/dependencies branch from 77e10cc to b0ceb0e Compare November 20, 2024 11:35
@sabertazimi sabertazimi removed their request for review November 20, 2024 15:39
@sabertazimi sabertazimi removed their assignment Nov 20, 2024
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.79%. Comparing base (edbdeb4) to head (f419259).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1328   +/-   ##
=======================================
  Coverage   95.79%   95.79%           
=======================================
  Files         179      179           
  Lines         857      857           
  Branches       87       84    -3     
=======================================
  Hits          821      821           
- Misses         28       32    +4     
+ Partials        8        4    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@sabertazimi sabertazimi merged commit 2c83bd1 into main Nov 20, 2024
15 checks passed
@sabertazimi sabertazimi deleted the renovate/dependencies branch November 20, 2024 15:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant