Skip to content

Comments

Update dependencies#468

Open
vio wants to merge 4 commits intomasterfrom
update-dependencies
Open

Update dependencies#468
vio wants to merge 4 commits intomasterfrom
update-dependencies

Conversation

@vio
Copy link
Member

@vio vio commented Feb 14, 2026

Summary by CodeRabbit

  • Chores
    • Updated Node.js type definitions and linting tooling in project dependencies to keep developer tooling current and consistent.
    • No changes to public APIs or exported interfaces.

@CLAassistant
Copy link

CLAassistant commented Feb 14, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

This pull request updates dependency entries in package.json: it replaces @types/node version 25.2.1 with 25.2.3 in both dependencies and devDependencies, adds @types/node 25.2.3 entries where applicable, and upgrades typescript-eslint from 8.54.0 to 8.55.0 in devDependencies. Total changes: +4/−4 lines.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Update dependencies' is vague and generic, using a non-descriptive term that doesn't convey which dependencies were updated or the specific nature of the changes. Consider making the title more specific, such as 'Bump @types/node to 25.2.3 and typescript-eslint to 8.55.0' to clearly indicate which dependencies were updated.
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into master

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-dependencies

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 and usage tips.

@socket-security
Copy link

socket-security bot commented Feb 14, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedtypescript-eslint@​8.54.0 ⏵ 8.55.01001007498100
Updated@​types/​node@​25.2.1 ⏵ 25.2.310010081 +196100

View full report

@vio vio force-pushed the update-dependencies branch 2 times, most recently from 96a1c28 to 43b570d Compare February 14, 2026 14:55
dependabot bot added 2 commits February 15, 2026 11:53
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.2.1 to 25.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.54.0 to 8.55.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@vio vio force-pushed the update-dependencies branch from 43b570d to be2dcbc Compare February 15, 2026 10:53
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@package.json`:
- Around line 72-74: Remove the duplicate dependency key for `@types/node` so the
updated version takes effect: keep the desired "@types/node": "25.2.3" entry and
delete the stale "@types/node": "25.2.1" line, then validate the package.json is
still valid JSON (no trailing commas) and run a quick install to confirm the
correct version is used.

dependabot bot and others added 2 commits February 16, 2026 02:04
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.2.1 to 25.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…te-dependencies/types/node-25.2.3

build(deps-dev): bump @types/node from 25.2.1 to 25.2.3
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