-
-
Notifications
You must be signed in to change notification settings - Fork 97
pkg: Update build packages #3675
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
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3675 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 147 147
Lines 2581 2581
Branches 501 501
=======================================
Hits 2537 2537
Misses 10 10
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
Details
| Benchmark suite | Current: 9e11580 | Previous: f4c227f | Ratio |
|---|---|---|---|
normalizeLong |
535 ops/sec (±1.16%) |
508 ops/sec (±1.33%) |
0.95 |
denormalizeLong |
293 ops/sec (±2.27%) |
278 ops/sec (±2.85%) |
0.95 |
denormalizeLong donotcache |
1035 ops/sec (±0.16%) |
1011 ops/sec (±0.32%) |
0.98 |
denormalizeShort donotcache 500x |
1624 ops/sec (±0.09%) |
1602 ops/sec (±0.24%) |
0.99 |
denormalizeShort 500x |
862 ops/sec (±1.64%) |
853 ops/sec (±1.87%) |
0.99 |
denormalizeShort 500x withCache |
6546 ops/sec (±0.14%) |
6443 ops/sec (±0.11%) |
0.98 |
queryShort 500x withCache |
2764 ops/sec (±0.74%) |
2806 ops/sec (±0.26%) |
1.02 |
buildQueryKey All |
54461 ops/sec (±0.41%) |
52844 ops/sec (±0.41%) |
0.97 |
query All withCache |
6568 ops/sec (±0.19%) |
6617 ops/sec (±0.12%) |
1.01 |
denormalizeLong with mixin Entity |
282 ops/sec (±1.84%) |
280 ops/sec (±1.87%) |
0.99 |
denormalizeLong withCache |
6281 ops/sec (±0.10%) |
6440 ops/sec (±0.11%) |
1.03 |
denormalizeLong All withCache |
6229 ops/sec (±0.14%) |
6413 ops/sec (±0.13%) |
1.03 |
denormalizeLong Query-sorted withCache |
6583 ops/sec (±0.15%) |
6688 ops/sec (±0.16%) |
1.02 |
denormalizeLongAndShort withEntityCacheOnly |
1721 ops/sec (±0.16%) |
1695 ops/sec (±0.25%) |
0.98 |
getResponse |
5880 ops/sec (±1.67%) |
5851 ops/sec (±1.37%) |
1.00 |
getResponse (null) |
6816403 ops/sec (±0.74%) |
7455851 ops/sec (±0.84%) |
1.09 |
getResponse (clear cache) |
274 ops/sec (±1.78%) |
277 ops/sec (±1.78%) |
1.01 |
getSmallResponse |
3091 ops/sec (±0.17%) |
3047 ops/sec (±0.11%) |
0.99 |
getSmallInferredResponse |
2330 ops/sec (±0.08%) |
2190 ops/sec (±0.09%) |
0.94 |
getResponse Collection |
5799 ops/sec (±1.51%) |
5647 ops/sec (±1.14%) |
0.97 |
get Collection |
5929 ops/sec (±0.59%) |
5773 ops/sec (±0.19%) |
0.97 |
get Query-sorted |
6895 ops/sec (±0.49%) |
6793 ops/sec (±0.25%) |
0.99 |
setLong |
547 ops/sec (±0.40%) |
522 ops/sec (±0.29%) |
0.95 |
setLongWithMerge |
243 ops/sec (±0.21%) |
238 ops/sec (±0.23%) |
0.98 |
setLongWithSimpleMerge |
258 ops/sec (±0.16%) |
256 ops/sec (±0.32%) |
0.99 |
setSmallResponse 500x |
956 ops/sec (±0.97%) |
949 ops/sec (±0.08%) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
This PR contains the following updates:
21.1.4->21.1.64.53.3->4.54.05.103.0->5.104.1Release Notes
rollup/rollup (rollup)
v4.54.0Compare Source
2025-12-20
Features
Symbol.hasInstance,Symbol.disposeandSymbol.asyncDisposeproperties if unused (#6046)Bug Fixes
Pull Requests
4f806de(@renovate[bot], @lukastaegert)v4.53.5Compare Source
2025-12-16
Bug Fixes
Pull Requests
v4.53.4Compare Source
2025-12-15
Bug Fixes
Symbol.disposeandSymbol.asyncDisposeproperties are never removed with(await) usingdeclarations. (#6209)Pull Requests
webpack/webpack (webpack)
v5.104.1Compare Source
Patch Changes
2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.v5.104.0Compare Source
Minor Changes
d3dd841: Use method shorthand to render module content in__webpack_modules__object.d3dd841: Enhanceimport.meta.envto support object access.4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.04cd530: Handle more at-rules for CSS modules.cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.d3dd841: Addedbase64url,base62,base58,base52,base49,base36,base32andbase25digests.5983843: Provide a stable runtime function variable__webpack_global__.d3dd841: ImprovedlocalIdentNamehashing for CSS.Patch Changes
22c48fb: Added module existence check for informative error message in development mode.50689e1: Use the fully qualified class name (or export name) for[fullhash]placeholder in CSS modules.d3dd841: Support universal lazy compilation.d3dd841: Fixed module library export definitions when multiple runtimes.d3dd841: Fixed CSS nesting and CSS custom properties parsing.d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.aab1da9: Fixed bugs forcss/globaltype.d3dd841: Compatibilityimport.meta.filenameandimport.meta.dirnamewithevaldevtools.d3dd841: Handle nested__webpack_require__.728ddb7: The speed of identifier parsing has been improved.0f8b31b: Improve types.d3dd841: Don't corruptdebugIdinjection whenhidden-source-mapis used.2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.d3dd841: SerializeHookWebpackError.d3dd841: Added ability to use built-in properties in dotenv and define plugin.3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.d3dd841: Reduce collision for local indent name in CSS.d3dd841: Remove CSS link tags when CSS imports are removed.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.
This PR was generated by Mend Renovate. View the repository job log.