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

Merged
merged 3 commits into from
Apr 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codesandbox/sandpack-react ^2.1.11 -> ^2.2.0 age adoption passing confidence
@types/node (source) ^18.15.10 -> ^18.15.11 age adoption passing confidence
@types/react (source) ^18.0.29 -> ^18.0.31 age adoption passing confidence
antd (source) ^5.3.2 -> ^5.3.3 age adoption passing confidence
cypress ^12.8.1 -> ^12.9.0 age adoption passing confidence
eslint (source) ^8.36.0 -> ^8.37.0 age adoption passing confidence
framer-motion ^10.9.1 -> ^10.10.0 age adoption passing confidence
postcss-preset-env (source) ^8.1.0 -> ^8.3.0 age adoption passing confidence
prettier-plugin-tailwindcss ^0.2.5 -> ^0.2.6 age adoption passing confidence
tailwindcss (source) ^3.2.7 -> ^3.3.1 age adoption passing confidence
typescript (source) ^5.0.2 -> ^5.0.3 age adoption passing confidence

Release Notes

codesandbox/sandpack

v2.2.0

Compare Source

Features

2.1.11 (2023-03-22)

Bug Fixes

2.1.10 (2023-03-20)

Note: Version bump only for package sandpack

2.1.9 (2023-03-17)

Note: Version bump only for package sandpack

2.1.8 (2023-03-16)

Bug Fixes
  • reference error with sandpack-react/unstyled in typescript (#​842) (834d3c3)

2.1.7 (2023-03-14)

Bug Fixes

2.1.6 (2023-03-13)

Bug Fixes
  • SandpackConsole: make standalone defaults to false (#​837) (bb612c5)

2.1.5 (2023-03-13)

Bug Fixes
  • client: make sure unsubscribeQueuedClients receives a valid obj (#​836) (3d42177)

2.1.4 (2023-03-13)

Bug Fixes

2.1.3 (2023-03-12)

Bug Fixes
  • sandpack-react: tweak imports to avoid circular deps (#​832) (b0faa50)

2.1.2 (2023-03-07)

Bug Fixes

2.1.1 (2023-03-06)

Bug Fixes
ant-design/ant-design

v5.3.3

Compare Source

  • Menu
  • 🐞 Fix Table filter do not persist filter status when filter dropdown is visible. #​41445 @​ablakey
  • 🐞 Fix Modal using useModal is not transparent and prefers user settings. #​41422 @​luo3house
  • Form
  • 💄 Fix ConfigProvider nonce not working on CSS-in-JS style. #​41482
  • 💄 Fix Pagination when size=small, pagination button active, previous page next page button hover and active styles are lost. #​41462 #​41458
  • 💄 Fix the style problem that the bottom border of the Tabs component overlaps with other borders. #​41381
  • 💄 Fix Dropdown.Button down icon size issue. #​41501
  • TypeScript
  • Locales

  • Menu
  • 🐞 修复 Table 过滤器未保持状态当筛选下拉框展示时。#​41445 @​ablakey
  • 🐞 修复 Modal 使用 useModal 未透传并优先选择用户设定。#​41422 @​luo3house
  • Form
  • 💄 修复 ConfigProvider nonce 对 CSS-in-JS 样式不生效的问题。#​41482
  • 💄 修复 Pagination size=small 时,分页按钮 active、上一页下一页按钮 hover 和 active 样式丢失。#​41462 #​41458
  • 💄 修复 Tabs 组件下边框与其他边框叠加的样式问题。#​41381
  • 💄 修复 Dropdown.Button down 图标尺寸问题。#​41501
  • TypeScript
  • 国际化
cypress-io/cypress

v12.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-9-0

eslint/eslint

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

framer/motion

v10.10.0

Compare Source

Fixed
  • Adding .duration to animate().

v10.9.4

Compare Source

Fixed
  • Removing log from useSpring.

v10.9.3

Compare Source

Fixed
  • Improving scroll animation startup time.

v10.9.2

Compare Source

Fixed
  • Fixing animation scope with animation sequences.
csstools/postcss-plugins

v8.3.0

Compare Source

  • Replace postcss-media-minmax with @csstools/postcss-media-minmax Check the plugin README for usage details. We hope to revert this in the future when maintenance is resumed upstream.
    • Updated cssdb to 7.5.3 (patch)

v8.2.0

Compare Source

  • Added @csstools/postcss-gradients-interpolation-method Check the plugin README for usage details.
  • Updated cssdb to 7.5.2 (patch)
tailwindlabs/prettier-plugin-tailwindcss

v0.2.6

Compare Source

Added
  • Support ESM and TS config files (#​137)
Fixed
  • Load tailwindcss modules from nearest instance only (#​139)
tailwindlabs/tailwindcss

v3.3.1

Compare Source

Fixed
  • Fix edge case bug when loading a TypeScript config file with webpack (#​10898)
  • Fix variant, @apply, and important selectors when using :is() or :has() with pseudo-elements (#​10903)
  • Fix safelist config types (#​10901)
  • Fix build errors caused by @tailwindcss/line-clamp warning (#​10915, #​10919)
  • Fix "process is not defined" error (#​10919)

v3.3.0

Compare Source

Added
  • Support ESM and TypeScript config files (#​10785)
  • Extend default color palette with new 950 shades (#​10879)
  • Add line-height modifier support to font-size utilities (#​9875)
  • Add support for using variables as arbitrary values without var(...) (#​9880, #​9962)
  • Add logical properties support for inline direction (#​10166)
  • Add hyphens utilities (#​10071)
  • Add from-{position}, via-{position} and to-{position} utilities (#​10886)
  • Add list-style-image utilities (#​10817)
  • Add caption-side utilities (#​10470)
  • Add line-clamp utilities from @tailwindcss/line-clamp to core (#​10768, #​10876, #​10862)
  • Add delay-0 and duration-0 utilities (#​10294)
  • Add justify-normal and justify-stretch utilities (#​10560)
  • Add content-normal and content-stretch utilities (#​10645)
  • Add whitespace-break-spaces utility (#​10729)
  • Add support for configuring default font-variation-settings for a font-family (#​10034, #​10515)
Fixed
  • Disallow using multiple selectors in arbitrary variants (#​10655)
  • Sort class lists deterministically for Prettier plugin (#​10672)
  • Ensure CLI builds have a non-zero exit code on failure (#​10703)
  • Ensure module dependencies for value null, is an empty Set (#​10877)
  • Fix format assumption when resolving module dependencies (#​10878)
Changed
  • Mark rtl and ltr variants as stable and remove warnings (#​10764)
  • Use inset instead of top, right, bottom, and left properties (#​10765)
  • Make dark and rtl/ltr variants insensitive to DOM order (#​10766)
  • Use :is to make important selector option insensitive to DOM order (#​10835)

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.

@vercel
Copy link

vercel bot commented Mar 31, 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 Apr 1, 2023 7:11am

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 31, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 31, 2023

Lighthouse Report

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #1082 (7f1f7a9) into main (eeae725) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1082   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files         176      176           
  Lines         866      866           
  Branches       87       87           
=======================================
  Hits          860      860           
  Misses          5        5           
  Partials        1        1           
Impacted Files Coverage Δ
components/Article/ArticleHeader.tsx 100.00% <ø> (ø)
components/Footer/Footer.tsx 100.00% <ø> (ø)
components/NotFoundResult/NotFoundResult.tsx 100.00% <ø> (ø)
components/PostsGrid/PostCard.tsx 100.00% <ø> (ø)
components/SocialGroup/SocialGroup.tsx 100.00% <ø> (ø)
layouts/PostLayout.tsx 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot changed the title chore(deps): update dependencies (non-major) fix(deps): update dependencies (non-major) Mar 31, 2023
@socket-security
Copy link

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


👍 No new dependency issues detected in pull request

Bot Commands

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 foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

🚮 Removed packages: @codesandbox/sandpack-react@2.1.11

@renovate
Copy link
Contributor Author

renovate bot commented Apr 1, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@pull-request-quantifier-deprecated

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


Quantification details

Label      : Small
Size       : +37 -37
Percentile : 29.6%

Total files changed: 29

Change summary by file extension:
.tsx : +6 -6
.snap : +0 -0
.css : +20 -20
.json : +11 -11
.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.

@sabertazimi sabertazimi merged commit 9a9e9d5 into main Apr 1, 2023
@sabertazimi sabertazimi deleted the renovate/dependencies branch April 1, 2023 07:16
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 Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant