Skip to content

chore(deps): bump @types/bcryptjs from 2.4.6 to 3.0.0#90

Merged
steveiliop56 merged 1 commit into
mainfrom
dependabot/bun/types/bcryptjs-3.0.0
May 13, 2026
Merged

chore(deps): bump @types/bcryptjs from 2.4.6 to 3.0.0#90
steveiliop56 merged 1 commit into
mainfrom
dependabot/bun/types/bcryptjs-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/bcryptjs from 2.4.6 to 3.0.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated a TypeScript type package dependency to the latest compatible version.

Bumps [@types/bcryptjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bcryptjs) from 2.4.6 to 3.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bcryptjs)

---
updated-dependencies:
- dependency-name: "@types/bcryptjs"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 23, 2026
@coderabbitai

coderabbitai Bot commented Apr 23, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

A single dependency version update in package.json upgrading the TypeScript type definitions for bcryptjs from version ^2.4.6 to ^3.0.0, with no other changes to the codebase.

Changes

Cohort / File(s) Summary
Dependency Version Update
package.json
Bumped @types/bcryptjs from ^2.4.6 to ^3.0.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 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 clearly and specifically describes the main change: bumping @types/bcryptjs from version 2.4.6 to 3.0.0, which is the only modification in this pull request.
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.

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


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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@package.json`:
- Line 14: The bump to `@types/bcryptjs`@^3.0.0 may change the typing for the
default import used in src/lib/create-user.ts; verify that the line import
bcrypt from "bcryptjs" and the call bcrypt.hash(password, 10) type-check under
the new types by running tsc, and if it fails either enable esModuleInterop /
allowSyntheticDefaultImports in tsconfig or switch the import to the namespace
form (import * as bcrypt from "bcryptjs") and ensure bcrypt.hash(password, 10)
matches the declared signature; update package.json/types or the import/tsconfig
accordingly to restore correct typing.
🪄 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: cb1edb64-e840-4958-a025-81494ab485e8

📥 Commits

Reviewing files that changed from the base of the PR and between 612eb64 and 3271a99.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • package.json

Comment thread package.json
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label May 13, 2026
@steveiliop56 steveiliop56 merged commit 59201b4 into main May 13, 2026
1 check passed
@steveiliop56 steveiliop56 deleted the dependabot/bun/types/bcryptjs-3.0.0 branch May 13, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant