Skip to content

Conversation

@dd-octo-sts
Copy link
Contributor

@dd-octo-sts dd-octo-sts bot commented Jan 23, 2026

This PR bumps the package versions to v3.0.9

This commit was created from the local commit with hash 546169f4ebb5f208cb38f80fb7c56356a1351e95.
@dd-octo-sts dd-octo-sts bot requested a review from yoannmoinet as a code owner January 23, 2026 14:43
@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Jan 23, 2026

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 1f94cbf | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@yoannmoinet yoannmoinet enabled auto-merge January 23, 2026 14:50
Jest often sends a deprecation warning in the CI due to access to variables on the global scope during cleaning.

Investigation led to believe this is coming from `nock` mocking mechanism on Date.now(), performance.now(), http.request.get() and https.request.get().

The warning looks like this
> [JEST-01] DeprecationWarning: 'now' property was accessed on [Function] after it was soft deleted
 >     Jest deletes objects that were set on the global scope between test files to reduce memory leaks.
 >     Currently it only \"soft\" deletes them and emits this warning if those objects were accessed after their deletion.
 >     In future versions of Jest, this behavior will change to \"on\", which will likely fail tests.
 >     You can change the behavior in your test configuration now to reduce memory usage.

 So we do a better cleaning while also adding the supposed culprits as protected properties.
 This should have no impact on the logic of the tests.
@yoannmoinet yoannmoinet merged commit d13798f into master Jan 23, 2026
4 checks passed
@yoannmoinet yoannmoinet deleted the bump-version-v3.0.9 branch January 23, 2026 20:10
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.

2 participants