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

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codesandbox/sandpack-react ^2.7.1 -> ^2.8.0 age adoption passing confidence
@octokit/rest ^20.0.1 -> ^20.0.2 age adoption passing confidence
@types/mdast (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence
@types/node (source) ^20.6.4 -> ^20.7.2 age adoption passing confidence
@types/react (source) ^18.2.22 -> ^18.2.23 age adoption passing confidence
@types/react-dom (source) ^18.2.7 -> ^18.2.8 age adoption passing confidence
antd (source) ^5.9.2 -> ^5.9.4 age adoption passing confidence
cypress ^13.2.0 -> ^13.3.0 age adoption passing confidence
eslint-config-next (source) ^13.5.2 -> ^13.5.3 age adoption passing confidence
postcss (source) ^8.4.30 -> ^8.4.31 age adoption passing confidence

Release Notes

codesandbox/sandpack (@​codesandbox/sandpack-react)

v2.8.0

Compare Source

Features

2.7.1 (2023-09-13)

Bug Fixes
  • node: fix issue with undefined startRoute in iframePreviewUrl (#​1002) (c457a53)
octokit/rest.js (@​octokit/rest)

v20.0.2

Compare Source

Bug Fixes
ant-design/ant-design (antd)

v5.9.4

Compare Source

  • Button
    • 🐞 Fix Button that two Chinese characters in nested span should have space between. #​45126 @​MadCcc
    • 🐞 Fix Button unexpected loading icon when conditional rendering. #​45030 @​lzl0304
  • 🐞 Fix Tour that step.type didn't work when shown at first time. #​45086 @​MadCcc
  • 🐞 Fix Select and DatePicker that input should use fontFamily token. #​45088 @​MadCcc

  • Button
    • 🐞 修复 Button 组件只有两个汉字且嵌套在多层 span 中时间距丢失的问题。#​45126 @​MadCcc
    • 🐞 修复 Button 条件渲染时意外出现加载图标的问题。#​45030 @​lzl0304
  • 🐞 修复 Tour 组件第一次展示时 step.type 无效的问题。#​45086 @​MadCcc
  • 🐞 修复 Select 和 DatePicker 组件没有使用 fontFamily token 的问题。#​45088 @​MadCcc

v5.9.3

Compare Source

  • 🐞 Fix Popover that should shift automaticly when overflowed. #​45015 @​MadCcc
  • Tooltip
    • 🛠 Tooltip delete the logic of wrap span on disabled element. It can always work as expect on disabled element now. #​44895 @​Yuiai01
    • 🐞 Fix Tooltip / Popover position jump when content height changed. #​44976
  • 🛠 ComponentToken remove radiusBase must less than 16 limitation. #​44980
  • 🐞 Fix Dropdown can not give ref for the root children rendered by dropdownRender. #​44971
  • 🐞 Fix Table cellPaddingBlock not working. #​45040
  • 🐞 Fix Input wrong height with small controlHeight. #​45048
  • TypeScript
    • 🤖 MISC: Fix @types/react@18.2.22 React.Key type errors. #​44938

  • 🐞 修复 Popover 超出屏幕时不会自动调整偏移的问题。#​45015 @​MadCcc
  • Tooltip
    • 🛠 Tooltip 删除对 disabled 子元素额外包括 span 的逻辑,现在始终能够正确触发。#​44895 @​Yuiai01
    • 🐞 修复 Tooltip / Popover 在内容高度变化时,位置会闪动的问题。#​44976
  • 🛠 ComponentToken 移除 radiusBase 必须小于 16 的限制。#​44980
  • 🐞 修复 Dropdown 通过 dropdownRender 渲染的子节点配置 ref 不生效的问题。#​44971
  • 🐞 修复 Table cellPaddingBlock 不生效的问题。#​45040
  • 🐞 修复 Input 组件在小尺寸 controlHeight 下高度不正确的问题。#​45048
  • TypeScript
    • 🤖 MISC: 修复 @types/react@18.2.22 React.Key 定义更新引发的问题。#​44938
cypress-io/cypress (cypress)

v13.3.0

Compare Source

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

vercel/next.js (eslint-config-next)

v13.5.3

Compare Source

postcss/postcss (postcss)

v8.4.31

Compare Source


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 Sep 29, 2023
@pull-request-quantifier-deprecated

This PR has 20 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       : +10 -10
Percentile : 8%

Total files changed: 2

Change summary by file extension:
.json : +10 -10
.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.

@vercel
Copy link

vercel bot commented Sep 29, 2023

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 Sep 29, 2023 4:31pm

@github-actions
Copy link
Contributor

github-actions bot commented Sep 29, 2023

Lighthouse Report

https://blog-f3nms5o35-sabertaz.vercel.app/

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟡 performance 87
🟢 accessibility 100
🟢 best-practices 92
🟢 seo 100
🟢 pwa 100

https://blog-f3nms5o35-sabertaz.vercel.app/posts

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟡 performance 84
🟢 accessibility 92
🟢 best-practices 92
🟢 seo 100
🟢 pwa 100

https://blog-f3nms5o35-sabertaz.vercel.app/tags

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 94
🟢 accessibility 92
🟢 best-practices 92
🟢 seo 100
🟢 pwa 100

https://blog-f3nms5o35-sabertaz.vercel.app/books

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 97
🟢 accessibility 92
🟢 best-practices 92
🟢 seo 100
🟢 pwa 100

https://blog-f3nms5o35-sabertaz.vercel.app/about

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 93
🟢 accessibility 92
🟢 best-practices 92
🟢 seo 100
🟢 pwa 100

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (be5d1bc) 98.45% compared to head (3cd962e) 98.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1166   +/-   ##
=======================================
  Coverage   98.45%   98.45%           
=======================================
  Files         175      175           
  Lines         839      839           
  Branches       86       86           
=======================================
  Hits          826      826           
  Misses         10       10           
  Partials        3        3           

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

@renovate renovate bot merged commit c0f7477 into main Sep 29, 2023
13 checks passed
@renovate renovate bot deleted the renovate/dependencies branch September 29, 2023 18:52
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.

None yet

0 participants