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

Merged
merged 1 commit into from
Oct 26, 2024
Merged

pkg: Update build packages #3259

merged 1 commit into from
Oct 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/babel-preset 6.0.8 -> 6.0.9 age adoption passing confidence
@anansi/webpack-config 20.0.8 -> 20.0.9 age adoption passing confidence
@babel/core (source) 7.25.9 -> 7.26.0 age adoption passing confidence
@babel/node (source) 7.25.9 -> 7.26.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.0

Compare Source

babel/babel (@​babel/node)

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

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 26, 2024

⚠️ No Changeset found

Latest commit: b9d7a23

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: b9d7a23 Previous: 0ece46c Ratio
normalizeLong 510 ops/sec (±0.31%) 496 ops/sec (±0.92%) 0.97
infer All 9575 ops/sec (±0.38%) 9369 ops/sec (±0.42%) 0.98
denormalizeLong 342 ops/sec (±1.18%) 328 ops/sec (±1.14%) 0.96
denormalizeLong donotcache 896 ops/sec (±0.22%) 859 ops/sec (±2.13%) 0.96
denormalizeShort donotcache 500x 1367 ops/sec (±0.25%) 1352 ops/sec (±0.16%) 0.99
denormalizeShort 500x 977 ops/sec (±0.22%) 933 ops/sec (±0.27%) 0.95
denormalizeShort 500x withCache 4943 ops/sec (±0.23%) 4687 ops/sec (±0.24%) 0.95
denormalizeLong with mixin Entity 302 ops/sec (±0.21%) 282 ops/sec (±0.61%) 0.93
denormalizeLong withCache 7199 ops/sec (±0.10%) 7604 ops/sec (±0.22%) 1.06
denormalizeLong All withCache 6547 ops/sec (±0.20%) 6562 ops/sec (±0.12%) 1.00
denormalizeLong Query-sorted withCache 6223 ops/sec (±0.50%) 6367 ops/sec (±0.64%) 1.02
denormalizeLongAndShort withEntityCacheOnly 1533 ops/sec (±0.37%) 1503 ops/sec (±0.42%) 0.98
getResponse 5838 ops/sec (±0.44%) 5948 ops/sec (±0.69%) 1.02
getResponse (null) 5508224 ops/sec (±0.51%) 5243343 ops/sec (±0.88%) 0.95
getResponse (clear cache) 293 ops/sec (±0.60%) 286 ops/sec (±0.45%) 0.98
getSmallResponse 2634 ops/sec (±0.31%) 2624 ops/sec (±0.20%) 1.00
getSmallInferredResponse 2041 ops/sec (±0.29%) 2115 ops/sec (±0.08%) 1.04
getResponse Query-sorted 6884 ops/sec (±0.50%) 5550 ops/sec (±0.50%) 0.81
getResponse Collection 6140 ops/sec (±0.82%) 6355 ops/sec (±1.01%) 1.04
get Collection 5029 ops/sec (±1.44%) 5374 ops/sec (±1.13%) 1.07
setLong 509 ops/sec (±0.27%) 492 ops/sec (±0.55%) 0.97
setLongWithMerge 203 ops/sec (±0.28%) 197 ops/sec (±0.58%) 0.97
setLongWithSimpleMerge 212 ops/sec (±0.34%) 208 ops/sec (±0.56%) 0.98
setSmallResponse 500x 892 ops/sec (±0.18%) 889 ops/sec (±1.43%) 1.00

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

@ntucker ntucker enabled auto-merge October 26, 2024 14:10
@ntucker ntucker added this pull request to the merge queue Oct 26, 2024
Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.94%. Comparing base (f38dc35) to head (b9d7a23).
Report is 1 commits behind head on master.

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

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

Merged via the queue into master with commit f34cc43 Oct 26, 2024
24 checks passed
@ntucker ntucker deleted the renovate/build branch October 26, 2024 14:21
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