Skip to content

Dep bump & drop node.js 16 in CI#22

Merged
nfriedly merged 3 commits intomainfrom
dep-bump
Oct 28, 2025
Merged

Dep bump & drop node.js 16 in CI#22
nfriedly merged 3 commits intomainfrom
dep-bump

Conversation

@nfriedly
Copy link
Copy Markdown
Member

@nfriedly nfriedly commented Oct 28, 2025

Replaces all of the dependabot PRs with a single one that has all deps bumped and appropriate lint/format changes applied.

And then I dropped node 16 from the CI list because many dependencies have dropped official support, and yargs (transitive dependency via jest) throws on node.js < 20

Fixes #14
Fixes #15
Fixes #16
Fixes #17
Fixes #18
Fixes #19
Fixes #20
Fixes #21

Comment thread test/store-test.ts
client.flush((error) => {
if (error) {
reject(error)
reject(error as Error)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This is the only code change that was manual, everything else was automated.

Comment thread .github/workflows/ci.yaml
strategy:
matrix:
node-version: [lts/gallium, lts/*, latest]
node-version: [lts/*, latest]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

gallium = 16.x.
the oldest LTS version of node.js that is currently supported is 20.x

@nfriedly nfriedly merged commit 6216c54 into main Oct 28, 2025
16 checks passed
@nfriedly nfriedly deleted the dep-bump branch October 28, 2025 19:52
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.

1 participant