Skip to content

Deprecated types removal#56

Merged
kentcdodds merged 1 commit into
mainfrom
cursor/deprecated-types-removal-3886
Jan 31, 2026
Merged

Deprecated types removal#56
kentcdodds merged 1 commit into
mainfrom
cursor/deprecated-types-removal-3886

Conversation

@kentcdodds
Copy link
Copy Markdown
Member

@kentcdodds kentcdodds commented Jan 31, 2026

Removes deprecated @types/cookie, @types/glob, and @types/bcryptjs from devDependencies to eliminate npm install warnings. These packages provide their own type definitions.

Test Plan

  1. Run npm install to confirm no deprecation warnings related to these packages appear.
  2. npm install --dry-run was executed during development to verify the cleanup.

Checklist

  • Tests updated
  • Docs updated

Screenshots


Open in Cursor Open in Web


Note

Low Risk
Dependency-only cleanup in dev tooling; no runtime or application logic changes expected.

Overview
Removes deprecated stub type packages @types/bcryptjs, @types/cookie, and @types/glob from devDependencies and cleans up the corresponding entries in package-lock.json to eliminate install-time deprecation warnings (the underlying packages ship their own types).

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

Co-authored-by: me <me@kentcdodds.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented Jan 31, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@kentcdodds kentcdodds marked this pull request as ready for review January 31, 2026 16:41
@kentcdodds kentcdodds merged commit 4df1a83 into main Jan 31, 2026
6 checks passed
@kentcdodds kentcdodds deleted the cursor/deprecated-types-removal-3886 branch January 31, 2026 16:41
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