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

pkg: Update all non-major dependencies #3068

Merged
merged 1 commit into from
May 25, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.1.24 -> 3.1.25 age adoption passing confidence
@anansi/core 0.19.2 -> 0.19.3 age adoption passing confidence
@changesets/cli (source) 2.27.1 -> 2.27.3 age adoption passing confidence
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence
antd (source) 5.17.2 -> 5.17.3 age adoption passing confidence
monaco-editor ^0.48.0 -> ^0.49.0 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.3

Compare Source

Patch Changes
  • #​1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

v2.27.2

Compare Source

Patch Changes
ant-design/ant-design (antd)

v5.17.3

Compare Source


  • 🐞 杂项:修复部分组件在 React 18.3.0 下警告 findDOMNode 的问题。#​48958
  • 🐞 修复 Button 字体大小 token 无效的问题。#​48893 @​wanpan11
  • 💄 修复 Pagination 组件跳转选择元素样式问题。#​48931 @​wanpan11
microsoft/monaco-editor (monaco-editor)

v0.49.0

Compare Source

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Copy link

changeset-bot bot commented May 25, 2024

⚠️ No Changeset found

Latest commit: 6eb6c81

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 6eb6c81 Previous: bffd55b Ratio
normalizeLong 454 ops/sec (±1.71%) 450 ops/sec (±1.64%) 0.99
infer All 9737 ops/sec (±1.59%) 9720 ops/sec (±0.64%) 1.00
denormalizeLong 350 ops/sec (±2.57%) 346 ops/sec (±1.31%) 0.99
denormalizeLong donotcache 914 ops/sec (±1.38%) 901 ops/sec (±1.67%) 0.99
denormalizeShort donotcache 500x 1379 ops/sec (±0.26%) 1341 ops/sec (±0.28%) 0.97
denormalizeShort 500x 990 ops/sec (±0.31%) 976 ops/sec (±0.19%) 0.99
denormalizeShort 500x withCache 5043 ops/sec (±0.31%) 5010 ops/sec (±0.74%) 0.99
denormalizeLong with mixin Entity 304 ops/sec (±0.52%) 304 ops/sec (±0.26%) 1
denormalizeLong withCache 7604 ops/sec (±0.50%) 7061 ops/sec (±0.92%) 0.93
denormalizeLong All withCache 6796 ops/sec (±0.45%) 6630 ops/sec (±0.18%) 0.98
denormalizeLong Query-sorted withCache 6592 ops/sec (±1.08%) 6407 ops/sec (±0.61%) 0.97
denormalizeLongAndShort withEntityCacheOnly 1643 ops/sec (±0.55%) 1549 ops/sec (±0.29%) 0.94
getResponse 6144 ops/sec (±0.89%) 5897 ops/sec (±1.27%) 0.96
getResponse (null) 5996771 ops/sec (±0.93%) 5966846 ops/sec (±0.86%) 1.00
getResponse (clear cache) 307 ops/sec (±0.41%) 298 ops/sec (±0.45%) 0.97
getSmallResponse 2708 ops/sec (±0.42%) 2712 ops/sec (±0.24%) 1.00
getSmallInferredResponse 2062 ops/sec (±0.50%) 2040 ops/sec (±0.22%) 0.99
getResponse Query-sorted 5524 ops/sec (±1.07%) 6647 ops/sec (±0.46%) 1.20
getResponse Collection 6386 ops/sec (±0.64%) 6369 ops/sec (±0.92%) 1.00
get Collection 5153 ops/sec (±1.35%) 5636 ops/sec (±1.13%) 1.09
setLong 456 ops/sec (±2.13%) 443 ops/sec (±2.18%) 0.97
setLongWithMerge 194 ops/sec (±1.54%) 185 ops/sec (±1.26%) 0.95
setLongWithSimpleMerge 201 ops/sec (±1.74%) 193 ops/sec (±1.32%) 0.96
setSmallResponse 500x 884 ops/sec (±1.25%) 850 ops/sec (±1.18%) 0.96

This comment was automatically generated by workflow using github-action-benchmark.

@ntucker ntucker enabled auto-merge May 25, 2024 12:28
@ntucker ntucker added this pull request to the merge queue May 25, 2024
Copy link

codecov bot commented May 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.49%. Comparing base (254b47f) to head (6eb6c81).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3068   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files         122      122           
  Lines        2199     2199           
  Branches      451      451           
=======================================
  Hits         2166     2166           
  Misses         21       21           
  Partials       12       12           

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

Merged via the queue into master with commit 1673358 May 25, 2024
24 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch May 25, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant