Update dependencies and GitHub Actions.#54
Merged
Merged
Conversation
- Replace `eslint-config-digitalbazaar` with `@digitalbazaar/eslint-config@8` using eslint 9 flat config; remove now-redundant `/* global */` comments and plugin devDependencies provided by the shared config. - Update `webpack` and `webpack-cli`. - Use Node.js 22.x and current action versions in CI; set empty workflow permissions. Addresses #53. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
dlongley
approved these changes
Jun 12, 2026
Co-authored-by: Dave Longley <dlongley@digitalbazaar.com>
dlongley
reviewed
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #53.
Changes
eslint-config-digitalbazaar@5with@digitalbazaar/eslint-config@8using eslint 9 flat config (eslint.config.js, legacy.eslintrc.cjsremoved). The jsdoc/unicorn plugins now come via the shared config, so they are dropped as direct devDependencies./* global */comments made redundant by the browser preset's globals; use optional catch bindings inlib/index.jsto satisfy the new rules.webpack(5.107) andwebpack-cli(7).actions/checkout@v6/actions/setup-node@v6,permissions: {}.package-lock.jsonto.gitignore; add 4.0.3 changelog entry.The runtime dependency
web-request-rpc@3.0.1is already the latest release, so no production dependency changes.Testing
CI runs lint only (no test suite in this repo). Ran locally:
npm run lintpasses andnpm run build(webpack) compiles successfully.🤖 Generated with Claude Code