Skip to content

chore(deps): bump kerberos from 2.1.0 to 7.0.0#673

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/kerberos-7.0.0
Open

chore(deps): bump kerberos from 2.1.0 to 7.0.0#673
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/kerberos-7.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps kerberos from 2.1.0 to 7.0.0.

Release notes

Sourced from kerberos's releases.

v7.0.0

7.0.0 (2025-11-05)

The MongoDB Node.js team is pleased to announce version 7.0.0 of the kerberos package!

[!Note] There are no major versions 3.x to 6.x of the kerberos package. The major version of this package has been aligned with the major version of the mongodb package to make it clearer which versions are intended to be used together.

Release Notes

Platform and runtime updates

Minimum supported Node.js version now 20.19.0

The minimum supported Node.js version is now v20.19.0. We strive to keep our minimum supported Node.js version in sync with the runtime's release cadence to keep up with the latest security updates and modern language features.

Node-API version increased to 9

The minimum Node-API version for the kerberos package is now 9, which corresponds to the highest Node-API version supported on Node.js 20.19.0.

macOS deployment target set to macOS 11

Kerberos now targets macOS 11.

Add support for FreeBSD

FreeBSD is now an unofficially supported platform. Thank you to tagattie for the contribution.

Bump prebuild-install to ^7.1.3

This fixes an undefined Node-API target issue with 7.1.2

Breaking API changes

Callback support removed from the public API

Callback overloads have been removed from all APIs in favor of APIs that return promises. In keeping with modern JS best practices, we recommend adopting the promise-based APIs and async-await wherever possible.

If callback support is necessary, Node.js' callbackify method can be used:

callbackify(initializeClient)(serviceName, options, (error, client) => {
    // application logic
})

Kerberos no longer exported from the package

The kerberos package exported an undocumented named export, Kerberos, which was used for compatibility with unsupported (<4.x) MongoDB drivers. This export has been removed.

... (truncated)

Changelog

Sourced from kerberos's changelog.

7.0.0 (2025-11-04)

Documentation

  • NODE-7272: update compat tables for v7 (#290) (a22c5ae)

3.0.0-alpha (2025-10-21)

⚠ BREAKING CHANGES

  • NODE-7213: upgrade macos deployment target to 11 (#277)
  • NODE-7166: increase napi version to 9 (#275)
  • NODE-7159: remove Kerberos export (#271)
  • NODE-6416: drop callback support from public API (#269)
  • NODE-7155: update minimum supported Node version to 20.19.0 (#268)

Features

  • NODE-6416: drop callback support from public API (#269) (3a5a37f)
  • NODE-6993: Add support for FreeBSD (#248) (d3e1a71)
  • NODE-7051: Normalize casing of shlwapi.lib (#253) (1a91b69)
  • NODE-7152: deprecate MongoAuthProcess class (#267) (6b022d3)
  • NODE-7155: update minimum supported Node version to 20.19.0 (#268) (286624d)
  • NODE-7159: remove Kerberos export (#271) (7170783)
  • NODE-7164: add TS definition file to kerberos package (#274) (8764240)
  • NODE-7166: increase napi version to 9 (#275) (cd75e37)
  • NODE-7213: upgrade macos deployment target to 11 (#277) (2faa561)

Bug Fixes

  • NODE-7064: bump prebuild-install (#254) (d2a887a)
  • NODE-7226: build glibc prebuilds on platforms with libc 2.28 (#281) (c215be2)

2.2.2 (2025-02-10)

Bug Fixes

  • NODE-6732: test and fix webpack bundling (#230) (81bf1a7)

2.2.1 (2024-12-10)

Bug Fixes

  • NODE-6592: remove dependency on bindings (#220) (b07a5d2)

... (truncated)

Commits
  • 14bd969 chore(main): release 7.0.0 (#292)
  • a22c5ae docs(NODE-7272): update compat tables for v7 (#290)
  • a1fff24 chore: prepare for 7.0 release (#291)
  • 2ad2683 test(NODE-7285): add node 24 to ci (#285)
  • 06e4fa8 chore(deps): bump mongodb-labs/drivers-github-tools from 2 to 3 (#280)
  • cf06507 chore(deps-dev): bump axios from 1.7.2 to 1.12.2 (#283)
  • eb7a7c2 chore(deps): bump tar-fs from 2.1.3 to 2.1.4 (#279)
  • 4b50077 chore(deps): bump actions/checkout from 4 to 5 (#263)
  • cdc2d89 chore(deps): bump tmp and inquirer in /test/bundling/webpack (#260)
  • a0335ad chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dbx-node, a new releaser for kerberos since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 16, 2026

Coverage Status

coverage: 78.307% (-0.01%) from 78.321% — dependabot/npm_and_yarn/kerberos-7.0.0 into main

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/kerberos-7.0.0 branch 5 times, most recently from 2131b06 to c640427 Compare April 23, 2026 14:45
Bumps [kerberos](https://github.com/mongodb-js/kerberos) from 2.1.0 to 7.0.0.
- [Release notes](https://github.com/mongodb-js/kerberos/releases)
- [Changelog](https://github.com/mongodb-js/kerberos/blob/main/HISTORY.md)
- [Commits](mongodb-js/kerberos@v2.1.0...v7.0.0)

---
updated-dependencies:
- dependency-name: kerberos
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/kerberos-7.0.0 branch from c640427 to 1aa77c5 Compare April 23, 2026 14:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant