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 #3197

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.1.34 -> 3.1.35 age adoption passing confidence
@types/node (source) 22.3.0 -> 22.5.0 age adoption passing confidence
@types/react (source) 18.3.3 -> 18.3.4 age adoption passing confidence
antd (source) 5.20.1 -> 5.20.2 age adoption passing confidence
monaco-editor ^0.50.0 -> ^0.51.0 age adoption passing confidence
next (source) 14.2.5 -> 14.2.6 age adoption passing confidence
react-native (source, changelog) 0.75.1 -> 0.75.2 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.20.2

Compare Source

microsoft/monaco-editor (monaco-editor)

v0.51.0

Compare Source

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

vercel/next.js (next)

v14.2.6

Compare Source

facebook/react-native (react-native)

v0.75.2

Compare Source


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 was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Aug 24, 2024

⚠️ No Changeset found

Latest commit: d09e966

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: d09e966 Previous: 14f0249 Ratio
normalizeLong 509 ops/sec (±0.38%) 524 ops/sec (±0.82%) 1.03
infer All 9646 ops/sec (±0.43%) 9235 ops/sec (±2.66%) 0.96
denormalizeLong 343 ops/sec (±0.84%) 332 ops/sec (±2.95%) 0.97
denormalizeLong donotcache 909 ops/sec (±0.20%) 912 ops/sec (±0.26%) 1.00
denormalizeShort donotcache 500x 1366 ops/sec (±0.32%) 1392 ops/sec (±0.18%) 1.02
denormalizeShort 500x 976 ops/sec (±0.33%) 967 ops/sec (±0.22%) 0.99
denormalizeShort 500x withCache 4852 ops/sec (±0.23%) 4996 ops/sec (±0.16%) 1.03
denormalizeLong with mixin Entity 295 ops/sec (±0.43%) 297 ops/sec (±0.40%) 1.01
denormalizeLong withCache 7390 ops/sec (±0.25%) 6259 ops/sec (±0.13%) 0.85
denormalizeLong All withCache 6437 ops/sec (±0.18%) 6713 ops/sec (±0.21%) 1.04
denormalizeLong Query-sorted withCache 6382 ops/sec (±0.28%) 6458 ops/sec (±0.73%) 1.01
denormalizeLongAndShort withEntityCacheOnly 1537 ops/sec (±0.69%) 1491 ops/sec (±0.60%) 0.97
getResponse 5811 ops/sec (±0.40%) 6460 ops/sec (±1.16%) 1.11
getResponse (null) 5447337 ops/sec (±0.46%) 5227779 ops/sec (±0.94%) 0.96
getResponse (clear cache) 290 ops/sec (±1.01%) 294 ops/sec (±0.87%) 1.01
getSmallResponse 2683 ops/sec (±0.18%) 2665 ops/sec (±0.08%) 0.99
getSmallInferredResponse 2024 ops/sec (±0.34%) 2050 ops/sec (±0.28%) 1.01
getResponse Query-sorted 5576 ops/sec (±0.59%) 6968 ops/sec (±0.46%) 1.25
getResponse Collection 6409 ops/sec (±1.07%) 6262 ops/sec (±1.37%) 0.98
get Collection 5593 ops/sec (±1.15%) 5482 ops/sec (±0.96%) 0.98
setLong 506 ops/sec (±0.37%) 513 ops/sec (±0.59%) 1.01
setLongWithMerge 197 ops/sec (±0.50%) 203 ops/sec (±0.46%) 1.03
setLongWithSimpleMerge 205 ops/sec (±0.51%) 209 ops/sec (±0.58%) 1.02
setSmallResponse 500x 897 ops/sec (±0.17%) 912 ops/sec (±0.07%) 1.02

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

@ntucker ntucker enabled auto-merge August 24, 2024 09:53
@ntucker ntucker added this pull request to the merge queue Aug 24, 2024
Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.76%. Comparing base (46ade31) to head (d09e966).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3197   +/-   ##
=======================================
  Coverage   98.76%   98.76%           
=======================================
  Files         132      132           
  Lines        2269     2269           
  Branches      467      467           
=======================================
  Hits         2241     2241           
  Misses         16       16           
  Partials       12       12           

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

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 24, 2024
@ntucker ntucker added this pull request to the merge queue Aug 24, 2024
Merged via the queue into master with commit 23f315f Aug 24, 2024
24 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch August 24, 2024 10:10
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