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. I found PR #1340 and saw that it has been open for a while so I took some inspiration from that and split out just the part that updates the Node engine from 18 to 24.

In future PRs my hope is to eventually update all out-of-date dependencies (again, drawing inspiration from #1340) and increase test coverage as necessary.

I'm open to any and all feedback and if you'd like the feedback to be private, you can email me directly at [email protected].

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
# SPDX-License-Identifier: MIT

FROM docker.io/library/node:18
FROM docker.io/library/node:24-bullseye
Copy link
Contributor

Choose a reason for hiding this comment

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

I know that this was extracted from #1340, and we want to avoid conflicts with that PR as much as is possible, but we likely want to bump this to bookworm or trixie in the near future. Bullseye support is comimg to an end soon: https://endoflife.date/debian

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