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

Merged
merged 2 commits into from
Jun 8, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ant-design/icons (source) ^5.0.1 -> ^5.1.4 age adoption passing confidence
@codesandbox/sandpack-react ^2.6.4 -> ^2.6.7 age adoption passing confidence
@octokit/rest ^19.0.8 -> ^19.0.11 age adoption passing confidence
@octokit/types ^9.2.2 -> ^9.2.3 age adoption passing confidence
@types/jest (source) ^29.5.1 -> ^29.5.2 age adoption passing confidence
@types/node (source) ^18.16.9 -> ^18.16.16 age adoption passing confidence
@types/react (source) ^18.2.6 -> ^18.2.9 age adoption passing confidence
antd (source) ^5.4.7 -> ^5.6.1 age adoption passing confidence
cypress ^12.12.0 -> ^12.14.0 age adoption passing confidence
eslint (source) ^8.40.0 -> ^8.42.0 age adoption passing confidence
eslint-config-next ^13.4.2 -> ^13.4.4 age adoption passing confidence
framer-motion ^10.12.10 -> ^10.12.16 age adoption passing confidence
next (source) ^13.4.2 -> ^13.4.4 age adoption passing confidence
next-sitemap ^4.0.9 -> ^4.1.3 age adoption passing confidence
postcss (source) ^8.4.23 -> ^8.4.24 age adoption passing confidence
postcss-preset-env (source) ^8.3.2 -> ^8.4.2 age adoption passing confidence
prettier-plugin-tailwindcss ^0.2.8 -> ^0.3.0 age adoption passing confidence
stylelint (source) ^15.6.1 -> ^15.7.0 age adoption passing confidence
tslib (source) ^2.5.0 -> ^2.5.3 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.1.3 age adoption passing confidence
yarn 3.5.1 -> 3.6.0 age adoption passing confidence

Release Notes

ant-design/ant-design-icons

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

codesandbox/sandpack

v2.6.7

Compare Source

Bug Fixes
  • client: avoid concurrent compile step and init (#​946) (98a20e9)
  • node: remove --force option from all Sandpack Vite templates (#​947) (4d1b576)

v2.6.6

Compare Source

Bug Fixes
  • compile: create one TestRunner between sandbox compiles (5ada4e3)

v2.6.5

Compare Source

Bug Fixes
octokit/rest.js

v19.0.11

Compare Source

Bug Fixes

v19.0.10

Compare Source

Bug Fixes

v19.0.9

Compare Source

Bug Fixes
octokit/types.ts

v9.2.3

Compare Source

Bug Fixes
ant-design/ant-design

v5.6.1

Compare Source


v5.6.0

Compare Source


v5.5.2

Compare Source


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

v5.5.0

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 May 19, 2023
@vercel
Copy link

vercel bot commented May 19, 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 Jun 8, 2023 4:00am

@github-actions
Copy link
Contributor

github-actions bot commented May 19, 2023

Lighthouse Report

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

@socket-security
Copy link

socket-security bot commented May 19, 2023

👍 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.

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

@renovate renovate bot force-pushed the renovate/dependencies branch from 75ebde0 to e0daebd Compare May 19, 2023 21:19
@renovate renovate bot force-pushed the renovate/dependencies branch from e0daebd to 0f332d0 Compare May 20, 2023 01:13
@renovate renovate bot requested a review from sabertazimi May 20, 2023 03:37
@renovate renovate bot force-pushed the renovate/dependencies branch from 0f332d0 to 239d39a Compare May 20, 2023 17:27
@renovate renovate bot force-pushed the renovate/dependencies branch from 239d39a to 82bea6b Compare May 20, 2023 22:14
@renovate renovate bot force-pushed the renovate/dependencies branch from 82bea6b to 3e56049 Compare May 21, 2023 23:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 3e56049 to ea5303f Compare May 22, 2023 12:29
@renovate renovate bot force-pushed the renovate/dependencies branch from ea5303f to 7fdbc82 Compare May 23, 2023 11:07
@renovate renovate bot force-pushed the renovate/dependencies branch from 7fdbc82 to b02d8e0 Compare May 23, 2023 14:29
@renovate renovate bot force-pushed the renovate/dependencies branch from b02d8e0 to 4ea6ae3 Compare May 24, 2023 02:34
@renovate renovate bot force-pushed the renovate/dependencies branch from 4ea6ae3 to 1fe5141 Compare May 24, 2023 06:40
@renovate renovate bot force-pushed the renovate/dependencies branch from 1fe5141 to 597a10e Compare May 24, 2023 10:32
@socket-security
Copy link

New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives1 Size Publisher
prettier-plugin-tailwindcss ⬆️ 0.2.8...0.3.0 None +0/-0 2.5 MB thecrypticace

Footnotes

  1. https://docs.socket.dev

@pull-request-quantifier-deprecated

This PR has 44 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       : +22 -22
Percentile : 17.6%

Total files changed: 10

Change summary by file extension:
.yml : +1 -1
.snap : +0 -0
.json : +21 -21
.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.

@codecov
Copy link

codecov bot commented Jun 8, 2023

Codecov Report

Merging #1109 (1ae5042) into main (fcb32ea) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1109   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files         176      176           
  Lines         866      866           
  Branches       87       86    -1     
=======================================
  Hits          860      860           
- Misses          5        6    +1     
+ Partials        1        0    -1     

see 4 files with indirect coverage changes

@sabertazimi sabertazimi merged commit cb3c538 into main Jun 8, 2023
@sabertazimi sabertazimi deleted the renovate/dependencies branch June 8, 2023 04:05
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.

1 participant