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 build packages #3236

Merged
merged 1 commit into from
Oct 2, 2024
Merged

pkg: Update build packages #3236

merged 1 commit into from
Oct 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/babel-preset 6.0.5 -> 6.0.6 age adoption passing confidence
@babel/cli (source) 7.25.6 -> 7.25.7 age adoption passing confidence
@babel/core (source) 7.25.2 -> 7.25.7 age adoption passing confidence
@babel/node (source) 7.25.0 -> 7.25.7 age adoption passing confidence
@babel/preset-flow (source) 7.24.7 -> 7.25.7 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli)

v7.25.7

Compare Source

babel/babel (@​babel/core)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance

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 is behind base branch, 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 Oct 2, 2024

⚠️ No Changeset found

Latest commit: 5dca5f7

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: 5dca5f7 Previous: 3b314d7 Ratio
normalizeLong 506 ops/sec (±0.22%) 511 ops/sec (±0.38%) 1.01
infer All 9523 ops/sec (±0.66%) 9477 ops/sec (±0.87%) 1.00
denormalizeLong 342 ops/sec (±1.69%) 336 ops/sec (±1.93%) 0.98
denormalizeLong donotcache 902 ops/sec (±0.23%) 881 ops/sec (±0.21%) 0.98
denormalizeShort donotcache 500x 1372 ops/sec (±0.15%) 1362 ops/sec (±0.16%) 0.99
denormalizeShort 500x 976 ops/sec (±0.35%) 978 ops/sec (±0.21%) 1.00
denormalizeShort 500x withCache 5120 ops/sec (±0.14%) 4609 ops/sec (±0.19%) 0.90
denormalizeLong with mixin Entity 288 ops/sec (±0.54%) 292 ops/sec (±0.32%) 1.01
denormalizeLong withCache 5966 ops/sec (±0.10%) 6349 ops/sec (±0.17%) 1.06
denormalizeLong All withCache 6572 ops/sec (±0.17%) 6558 ops/sec (±0.17%) 1.00
denormalizeLong Query-sorted withCache 6369 ops/sec (±0.59%) 6355 ops/sec (±0.27%) 1.00
denormalizeLongAndShort withEntityCacheOnly 1468 ops/sec (±0.90%) 1502 ops/sec (±0.44%) 1.02
getResponse 5742 ops/sec (±1.17%) 5881 ops/sec (±1.88%) 1.02
getResponse (null) 5466423 ops/sec (±1.00%) 5546829 ops/sec (±1.14%) 1.01
getResponse (clear cache) 295 ops/sec (±0.29%) 294 ops/sec (±0.29%) 1.00
getSmallResponse 2664 ops/sec (±0.38%) 2590 ops/sec (±0.32%) 0.97
getSmallInferredResponse 2035 ops/sec (±0.19%) 2019 ops/sec (±0.56%) 0.99
getResponse Query-sorted 5334 ops/sec (±0.33%) 5633 ops/sec (±0.22%) 1.06
getResponse Collection 5921 ops/sec (±1.32%) 6019 ops/sec (±0.69%) 1.02
get Collection 4604 ops/sec (±1.43%) 5266 ops/sec (±1.06%) 1.14
setLong 505 ops/sec (±0.30%) 510 ops/sec (±0.21%) 1.01
setLongWithMerge 203 ops/sec (±0.26%) 204 ops/sec (±0.23%) 1.00
setLongWithSimpleMerge 212 ops/sec (±0.27%) 213 ops/sec (±0.41%) 1.00
setSmallResponse 500x 902 ops/sec (±0.13%) 906 ops/sec (±0.31%) 1.00

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

@ntucker ntucker enabled auto-merge October 2, 2024 19:56
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.94%. Comparing base (3b314d7) to head (5dca5f7).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3236   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files         132      132           
  Lines        2269     2269           
  Branches      467      467           
=======================================
  Hits         2245     2245           
  Misses         13       13           
  Partials       11       11           

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

@ntucker ntucker added this pull request to the merge queue Oct 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 2, 2024
@ntucker ntucker added this pull request to the merge queue Oct 2, 2024
Merged via the queue into master with commit 9d5c59a Oct 2, 2024
23 checks passed
@ntucker ntucker deleted the renovate/build branch October 2, 2024 20:15
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