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

Merged
merged 1 commit into from
May 20, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codesandbox/sandpack-react ^0.19.6 -> ^0.19.7 age adoption passing confidence
@types/node ^16.11.35 -> ^16.11.36 age adoption passing confidence
katex (source) ^0.15.3 -> ^0.15.6 age adoption passing confidence
next-sitemap ^2.5.20 -> ^2.5.21 age adoption passing confidence
postcss (source) ^8.4.13 -> ^8.4.14 age adoption passing confidence
postcss-preset-env ^7.5.0 -> ^7.6.0 age adoption passing confidence
prism-react-renderer ^1.3.1 -> ^1.3.3 age adoption passing confidence
react-use ^17.3.2 -> ^17.4.0 age adoption passing confidence

Release Notes

codesandbox/sandpack

v0.19.7

Compare Source

Bug Fixes
  • inline-error: check if error message has a valid value (#​466) (b088a2e)
KaTeX/KaTeX

v0.15.6

Compare Source

Features

v0.15.5

Compare Source

Bug Fixes

v0.15.4

Compare Source

Features
iamvishnusankar/next-sitemap

v2.5.21

Compare Source

Changes:

This list of changes was auto generated.

postcss/postcss

v8.4.14

Compare Source

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).
csstools/postcss-plugins

v7.6.0

Compare Source

  • Added @csstools/postcss-cascade-layers
    Check the plugin README for usage details.
  • Updated @csstools/postcss-hwb-function to 1.0.1 (patch)
  • Updated @csstools/postcss-is-pseudo-class to 2.0.4 (patch)
  • Updated @csstools/postcss-unset-value to 1.0.1 (patch)
  • Updated postcss-nesting to 10.1.6 (patch)
  • Updated postcss-pseudo-class-any-link to 7.1.4 (patch)
FormidableLabs/prism-react-renderer

v1.3.3

Compare Source

What's Changed

Full Changelog: FormidableLabs/prism-react-renderer@v1.3.2...v1.3.3

v1.3.2

Compare Source

What's Changed

Full Changelog: FormidableLabs/prism-react-renderer@v1.3.1...v1.3.2

streamich/react-use

v17.4.0

Compare Source

Features
  • add usePinchZoom sensor hook (3e042cb)

17.3.3 (2022-05-20)

Bug Fixes

17.3.2 (2021-12-30)

Bug Fixes

17.3.1 (2021-08-31)

Performance Improvements
  • ⚡️ change title only if it changed (51ef8d9)

v17.3.3

Compare Source

Bug Fixes

Configuration

📅 Schedule: "every weekend" in timezone Asia/Shanghai.

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented May 20, 2022

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

Name Status Preview Updated
blog ✅ Ready (Inspect) Visit Preview May 20, 2022 at 6:44PM (UTC)

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 20, 2022
@pull-request-quantifier-deprecated

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

Total files changed: 2

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

@github-actions
Copy link
Contributor

github-actions bot commented May 20, 2022

Lighthouse Report

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

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

🚀 Vercel preview deployment
Lighthouse report

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

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #857 (fc66c9d) into main (daef2ab) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #857   +/-   ##
=======================================
  Coverage   99.40%   99.40%           
=======================================
  Files         175      175           
  Lines        1010     1010           
  Branches       85       85           
=======================================
  Hits         1004     1004           
  Misses          5        5           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update daef2ab...fc66c9d. Read the comment docs.

@renovate renovate bot merged commit efe8cbd into main May 20, 2022
@renovate renovate bot deleted the renovate/dependencies branch May 20, 2022 20:56
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