Skip to content

fix(#26): downgrade @types/node to v24 and lock in dependabot#37

Merged
Filipo11021 merged 3 commits intomainfrom
fix/downgrade-node-types-issue-26
Jan 26, 2026
Merged

fix(#26): downgrade @types/node to v24 and lock in dependabot#37
Filipo11021 merged 3 commits intomainfrom
fix/downgrade-node-types-issue-26

Conversation

@Absy00
Copy link
Copy Markdown
Collaborator

@Absy00 Absy00 commented Jan 23, 2026

This PR downgrades @types/node to v24 (LTS) and adds an ignore rule to Dependabot to prevent automated upgrades to non-LTS versions. Closes #26.


Note

Dev deps and automation updates

  • Downgrades and pins @types/node to ~24.10.9 in package.json; updates pnpm-lock.yaml
  • Adds Dependabot ignore for @types/node versions >= 25.0.0 in .github/dependabot.yml
  • Minor formatting fix in CHANGELOG.md

Written by Cursor Bugbot for commit 91d9a53. This will update automatically on new commits. Configure here.

@Filipo11021
Copy link
Copy Markdown
Owner

@cursor review

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

@Filipo11021 Filipo11021 changed the title fix: downgrade @types/node to v24 and lock in dependabot (issue #26) fix(#26): downgrade @types/node to v24 and lock in dependabot Jan 26, 2026
@Filipo11021 Filipo11021 merged commit dcfd6d7 into main Jan 26, 2026
6 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 26, 2026
## [2.1.1](v2.1.0...v2.1.1) (2026-01-26)

### Bug Fixes

* **#26:** downgrade @types/node to v24 and lock in dependabot ([#37](#37)) ([dcfd6d7](dcfd6d7)), closes [#26](#26) [#26](#26)
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Downgrade @types/node to LTS v24 and Lock Version in Dependabot

2 participants