-
Notifications
You must be signed in to change notification settings - Fork 309
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
V3.51.0 proposal #4135
V3.51.0 proposal #4135
Conversation
* Add profiling system info
Co-authored-by: Ilya Priven <[email protected]>
Overall package sizeSelf size: 6.18 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3.x #4135 +/- ##
=======================================
Coverage ? 85.29%
=======================================
Files ? 249
Lines ? 10940
Branches ? 33
=======================================
Hits ? 9331
Misses ? 1609
Partials ? 0 ☔ View full report in Codecov by Sentry. |
* Improve index.d.ts for NodeNext * Updates typedoc and rewrites types to work correctly with NodeNext Fixes #3937 Fixes #4035 --------- Co-authored-by: Ben Asher <[email protected]>
Co-authored-by: Thomas Hunter II <[email protected]> Co-authored-by: Igor Unanua <[email protected]> Co-authored-by: simon-id <[email protected]> Co-authored-by: Attila Szegedi <[email protected]>
* Add /register export for use with --import flag * Add !register.js to .npmignore * Fix register.js lint * Add missing exports to package.json * Test startup for each loader/import scenario * Remove exports entry from package.json to avoid breaking change * Remove extensionless argv case from startup.spec.js * Add version checks to startup.spec.js * Use v20.6 instead of v20 * Improve version checks in startup.spec.js --------- Co-authored-by: Sam Martin <[email protected]> Co-authored-by: Sam Martin <[email protected]>
… in the document (#4116)
Co-authored-by: Romain Komorn <[email protected]>
* Call done() only once * Reset eachMessage method before setImmediate is executed
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.
looks good from ci visibility's perspective.
Let's do a small change in the ci vis' notes (removing * **ci-visibility**: Early flake detection for cypress (#4122)
). Final release notes for ci vis:
### Improvements
* **ci-visibility**: Grab jest's displayName config for multi-project configs (#4128)
* **ci-visibility**: Expose cypress after:spec handler (#4127)
### Bug fixes
* **ci-visibility**: Fix negative duration in playwright steps (#4113)
5.1.0 adds support for `.mjs.map` sourcemap files.
* Check if prepareStackTrace has been wrapped before restore it * Use an IAST general flag
… use base64 (#4123) * Changes DSM to use most up to date encoding of base64 with non-deprecated pathway key dd-pathway-ctx-base64 * Refactors DSM to use a codec for encoding and decoding (makes future encoding updates easier). * Updates DSM to check multiple encodings when decoding - base64 and deprecated - encodings, also accounting for possibility where a base64 encoded context was sent under the deprecated key.
Conflicts
Result in: 972a695
Features
Improvements
displayName
config for multi-project configs #4128)after:spec
handler #4127)Bug fixes