-
-
Notifications
You must be signed in to change notification settings - Fork 94
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 #3353
base: master
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 19c7197 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
616f390
to
bce0027
Compare
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
Benchmark suite | Current: 19c7197 | Previous: a6bf39b | Ratio |
---|---|---|---|
normalizeLong |
497 ops/sec (±0.26% ) |
486 ops/sec (±0.95% ) |
0.98 |
infer All |
8565 ops/sec (±2.23% ) |
8629 ops/sec (±1.79% ) |
1.01 |
denormalizeLong |
242 ops/sec (±2.80% ) |
237 ops/sec (±3.84% ) |
0.98 |
denormalizeLong donotcache |
887 ops/sec (±0.33% ) |
871 ops/sec (±0.30% ) |
0.98 |
denormalizeShort donotcache 500x |
1341 ops/sec (±0.19% ) |
1329 ops/sec (±0.31% ) |
0.99 |
denormalizeShort 500x |
758 ops/sec (±2.22% ) |
764 ops/sec (±2.15% ) |
1.01 |
denormalizeShort 500x withCache |
4517 ops/sec (±0.52% ) |
4797 ops/sec (±0.65% ) |
1.06 |
denormalizeLong with mixin Entity |
239 ops/sec (±2.11% ) |
244 ops/sec (±1.97% ) |
1.02 |
denormalizeLong withCache |
7520 ops/sec (±0.29% ) |
7357 ops/sec (±0.22% ) |
0.98 |
denormalizeLong All withCache |
6342 ops/sec (±0.50% ) |
6439 ops/sec (±0.24% ) |
1.02 |
denormalizeLong Query-sorted withCache |
6229 ops/sec (±0.69% ) |
6205 ops/sec (±0.73% ) |
1.00 |
denormalizeLongAndShort withEntityCacheOnly |
1551 ops/sec (±0.37% ) |
1598 ops/sec (±0.27% ) |
1.03 |
getResponse |
5777 ops/sec (±0.80% ) |
5954 ops/sec (±0.95% ) |
1.03 |
getResponse (null) |
4875576 ops/sec (±0.46% ) |
4221448 ops/sec (±0.41% ) |
0.87 |
getResponse (clear cache) |
243 ops/sec (±2.08% ) |
243 ops/sec (±1.87% ) |
1 |
getSmallResponse |
2518 ops/sec (±0.17% ) |
2534 ops/sec (±0.18% ) |
1.01 |
getSmallInferredResponse |
1915 ops/sec (±1.08% ) |
1695 ops/sec (±0.09% ) |
0.89 |
getResponse Query-sorted |
6613 ops/sec (±0.43% ) |
6360 ops/sec (±0.76% ) |
0.96 |
getResponse Collection |
6567 ops/sec (±0.61% ) |
6818 ops/sec (±1.13% ) |
1.04 |
get Collection |
5782 ops/sec (±0.49% ) |
6267 ops/sec (±0.48% ) |
1.08 |
setLong |
501 ops/sec (±0.19% ) |
493 ops/sec (±0.43% ) |
0.98 |
setLongWithMerge |
192 ops/sec (±0.77% ) |
196 ops/sec (±0.37% ) |
1.02 |
setLongWithSimpleMerge |
202 ops/sec (±0.42% ) |
206 ops/sec (±0.41% ) |
1.02 |
setSmallResponse 500x |
884 ops/sec (±0.52% ) |
895 ops/sec (±0.35% ) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
bce0027
to
89a46c9
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
0d501d4
to
d50d934
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3353 +/- ##
==========================================
- Coverage 98.73% 98.72% -0.01%
==========================================
Files 136 136
Lines 2367 2357 -10
Branches 484 479 -5
==========================================
- Hits 2337 2327 -10
Misses 16 16
Partials 14 14 ☔ View full report in Codecov by Sentry. |
d50d934
to
799052e
Compare
799052e
to
89a46c9
Compare
78923a2
to
9797118
Compare
9797118
to
2e0ba94
Compare
This PR contains the following updates:
6.0.12
->6.1.4
20.0.16
->20.0.19
7.26.0
->7.26.9
3.39.0
->3.40.0
5.97.1
->5.98.0
Release Notes
babel/babel (@babel/core)
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)zloirock/core-js (core-js)
v3.40.0
Compare Source
Error.isError
stage 3 proposal:Error.isError
.sham
Iterator
sequencing stage 2.7 proposal:IteratorResult
objects when possible, tc39/proposal-iterator-sequencing/17, tc39/proposal-iterator-sequencing/18, December 2024 TC39 meetingSet
methodsDataView.prototype.{ getFloat16, setFloat16 }
performance, #1379, thanks @LeviPesin%TypedArray%.prototype.toSpliced
Math.scale
) available on globalRegExp.escape
marked as shipped from Safari 18.2Promise.try
marked as shipped from Safari 18.2Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from Safari 18.2Uint8Array
to / from base64 and hex proposal methods marked as shipped from Safari 18.2JSON.parse
source text access proposal features marked as shipped from FF135RegExp.escape
marked as shipped from FF134Promise.try
marked as shipped from FF134Symbol.dispose
,Symbol.asyncDispose
andIterator.prototype[@​@​dispose]
marked as shipped from FF135JSON.parse
source text access proposal features marked as shipped from Bun 1.1.43URL.parse
was added - 22.1 instead of 22.0webpack/webpack (webpack)
v5.98.0
Compare Source
Fixes
filenameTemplate
in new split chunk #19104 by @henryqdineenblob:
protocol when public path isauto
#19199 by @alexander-akaitoutput.charset
everywhere #19202 by @alexander-akaitBuildInfo
andBuildMeta
type definitions #19200 by @inottnPerformance Improvements
FlagDependencyExportsPlugin
for large JSON by depth #19058 by @hai-xstartsWith
for matching instead of converting the string to a regex #19207 by @inottnChores
nanoid
from 3.3.7 to 3.3.8 #19063 by @dependabotDefaultStatsFactoryPlugin
#19156 by @Andaristreadme.md
by adding video links for understanding webpack #19101 by @Vansh5632Features
/* webpackIgnore: true */
forrequire.resolve
#19201 by @alexander-akaitContinuous Integration
New Contributors
Full Changelog: webpack/webpack@v5.97.1...v5.98.0
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.