chore(deps-dev): Bump @types/node from 25.9.3 to 26.1.1#37
chore(deps-dev): Bump @types/node from 25.9.3 to 26.1.1#37dependabot[bot] wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthroughThe ChangesDependency Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@package.json`:
- Line 63: The Node type dependency is out of sync with the repo’s runtime
contract: `@types/node` is set to 26.x while the project is pinned to Node 24
via the existing Node version settings. Update the relevant version source in
`package.json` so `@types/node` stays on the 24.x line, or, if you intend to
move forward, adjust the Node runtime constraint together with it and keep
`engines.node` aligned.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: e8017a34-deec-478d-a116-89d0fb982e97
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
📜 Review details
⏰ Context from checks skipped due to timeout. (1)
- GitHub Check: quality
🧰 Additional context used
📓 Path-based instructions (1)
{package.json,pnpm-lock.yaml,.npmrc}
📄 CodeRabbit inference engine (CLAUDE.md)
Use pnpm as the package manager (pnpm 10.25)
Files:
package.json
| "@testing-library/jest-dom": "^6.9.1", | ||
| "@testing-library/react": "^16.3.2", | ||
| "@types/node": "^25.9.3", | ||
| "@types/node": "^26.1.0", |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
rg -n '"engines"|node-version|setup-node|`@types/node`|typescript' package.json .github .nvmrc .node-version .tool-versions tsconfig*.jsonRepository: finallyjay/csgo-inventory-tracker
Length of output: 531
🏁 Script executed:
#!/bin/bash
set -euo pipefail
printf '\n== package.json ==\n'
sed -n '1,120p' package.json
printf '\n== .nvmrc ==\n'
if [ -f .nvmrc ]; then cat -n .nvmrc; else echo '(missing)'; fi
printf '\n== tsconfig files ==\n'
for f in tsconfig.json tsconfig.*.json; do
[ -f "$f" ] && { printf '\n-- %s --\n' "$f"; cat -n "$f"; }
done
printf '\n== CI workflow ==\n'
sed -n '1,120p' .github/workflows/ci.ymlRepository: finallyjay/csgo-inventory-tracker
Length of output: 4230
Keep @types/node aligned with Node 24
.nvmrc and engines.node pin this repo to 24.13.1 (<25), so @types/node@26 is ahead of the supported runtime contract. Bump the Node requirement together with it, or stay on the 24.x line.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@package.json` at line 63, The Node type dependency is out of sync with the
repo’s runtime contract: `@types/node` is set to 26.x while the project is
pinned to Node 24 via the existing Node version settings. Update the relevant
version source in `package.json` so `@types/node` stays on the 24.x line, or, if
you intend to move forward, adjust the Node runtime constraint together with it
and keep `engines.node` aligned.
4f2d497 to
a102d98
Compare
|
@dependabot rebase |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.3 to 26.1.1. - [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: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
a102d98 to
d6b64aa
Compare
|
Superseded by #41. |
Bumps @types/node from 25.9.3 to 26.1.1.
Commits