Skip to content

Update deps.#28

Open
davidlehn wants to merge 9 commits intomainfrom
update-deps
Open

Update deps.#28
davidlehn wants to merge 9 commits intomainfrom
update-deps

Conversation

@davidlehn
Copy link
Copy Markdown
Member

No description provided.

@davidlehn davidlehn requested a review from dlongley March 6, 2026 20:12
- Use `eslint@9`.
- Use `@digitalbazaar/eslint-config@8`.
- Node version should be at least 18.x now.
  - 18.x already implied by other dependencies.
@codecov-commenter
Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

- Add basic self test.
- Test on Node.js >=20.
- Removing code that appears to be old. There were no tests here earlier
  and this array also gets cleared elsewhere before use.
Copy link
Copy Markdown
Member

@dlongley dlongley left a comment

Choose a reason for hiding this comment

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

Approving, but please see my one comment. Thanks!

config.mocha.tests = [];

// built-in tests
config.mocha.tests.push(path.join(__dirname, '..', 'tests'));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Not sure what this might do to existing use / if it's ok.

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.

361cc6a
As noted in the commit, I couldn't determine what that was for. It was adding the ../tests/ dir of this project which didn't previously exist. And it appears to be wiped out anyway in other code.

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.

3 participants