Skip to content

Conversation

@brettfo
Copy link

@brettfo brettfo commented Nov 17, 2025

Hi all, I'm Brett and I'm a software engineer at Microsoft. We use ClearlyDefined a lot internally and I was asked by my management to update some things in this repo. I figured I should start with something small and hopefully easy to review. Some of the node-adjacent packages used referenced either node 20 or outdated Docker images so this is an attempt to rectify that.

My plan for future PRs is to update various dependencies as required along with improving test coverage where possible.

I'm open to any and all feedback and if you'd like the feedback to be private, you can email me directly at brettfo@microsoft.com.

await mongoStore.collection.drop()
await mongoStore.close()
if (mongoStore) {
await mongoStore.collection.drop()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found during some local testing that the before() function didn't always complete before after() which would mean the variable mongoStore was still undefined and this line would throw.

@brettfo brettfo marked this pull request as ready for review November 17, 2025 23:47
@brettfo brettfo changed the title use node 24 engine update to node 24 packages Dec 18, 2025
Copy link
Member

@pombredanne pombredanne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Looking great.

@brettfo
Copy link
Author

brettfo commented Jan 7, 2026

@jeffmendoza and @pombredanne You were right, the CI check was failing because of bad formatting in package.json. The error I was looking at earlier is a red herring and appears to happen regardless and it seems to be due to a missing await somewhere in the test setup/teardown. I'll look at that as a separate fix.

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.

4 participants