Skip to content

update deps - #55

Merged
alexcos20 merged 1 commit into
mainfrom
security/bump_deps
Aug 17, 2026
Merged

update deps#55
alexcos20 merged 1 commit into
mainfrom
security/bump_deps

Conversation

@alexcos20

@alexcos20 alexcos20 commented Aug 17, 2026

Copy link
Copy Markdown
Member

bump all deps

Summary by CodeRabbit

  • Chores

    • Updated the supported Node.js versions to 22 across development and automated workflows.
    • Refreshed linting and development tooling for improved code quality checks.
    • Removed outdated linting configuration and migrated to the current configuration format.
  • Style

    • Applied minor formatting and cleanup improvements without changing functionality or public interfaces.

@alexcos20 alexcos20 self-assigned this Aug 17, 2026
@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b477f7a8-da6f-49dc-b8be-96e1a943d184

📥 Commits

Reviewing files that changed from the base of the PR and between 17a04a2 and 635f901.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (12)
  • .eslintrc
  • .github/workflows/ci.yml
  • .nvmrc
  • eslint.config.js
  • package.json
  • scripts/generate-schemas.js
  • src/@types/DDO5/Algorithm.ts
  • src/@types/DDO5/Compute.ts
  • src/@types/DDO5/Credential.ts
  • src/@types/DDO5/Metadata.ts
  • src/@types/DDO5/Remote.ts
  • src/@types/DDO5/VerifiableCredential.ts
💤 Files with no reviewable changes (6)
  • src/@types/DDO5/Remote.ts
  • src/@types/DDO5/Compute.ts
  • src/@types/DDO5/VerifiableCredential.ts
  • .eslintrc
  • src/@types/DDO5/Metadata.ts
  • src/@types/DDO5/Algorithm.ts

Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The pull request replaces the legacy ESLint configuration with a flat configuration, updates lint dependencies and scripts, upgrades Node.js references to 22, and applies formatting-only changes to schema generation and type declarations.

Changes

Toolchain modernization

Layer / File(s) Summary
Lint tooling and dependency configuration
package.json
Lint scripts now call ESLint directly. Development and runtime dependencies are updated. ESLint flat-configuration, security, globals, and Prettier tooling are added.
Flat ESLint configuration and source cleanup
.eslintrc, eslint.config.js, scripts/generate-schemas.js, src/@types/DDO5/*
The legacy ESLint configuration is removed. The new flat configuration defines shared JavaScript and TypeScript rules, ignores generated paths, and integrates Prettier. Source changes reformat existing code without changing behavior or type members.
Node.js 22 runtime and CI alignment
.nvmrc, .github/workflows/ci.yml
The local Node.js version changes to 22. Linting, testing, publishing, and the CI build matrix use updated Node.js versions.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 635f9

The dependency update has no identified actionable merge-blocking risk at the current head and is merge-ready after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately identifies the primary change as a dependency update, although it omits related Node.js and ESLint configuration changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch security/bump_deps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@alexcos20

Copy link
Copy Markdown
Member Author

/run-security-scan

@alexcos20
alexcos20 merged commit f600893 into main Aug 17, 2026
10 checks passed
@alexcos20
alexcos20 deleted the security/bump_deps branch August 17, 2026 11:39
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