Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps passport-local-mongoose from 8.0.0 to 9.0.1.

Changelog

Sourced from passport-local-mongoose's changelog.

9.0.1 (2025-12-12)

Bug Fixes

  • fix: add back callback to schema.statics.authenticate to fix issue #388

Features

  • chore: add back examples
  • chore: fix eslint config by disabling js no-unused-vars in favor of typescript equivalent
  • chore: add instructions for ESM module usage

9.0.0 (2025-11-27)

⚠ BREAKING CHANGES

  • Upgraded to mongoose 9 and removed node for node versions < 20 support

Features

  • chore: upgrade dependencies and test setup
  • chore: remove examples causing too much maintenance effort
  • chore: modernize eslint, integrate prettier again, apply prettier fixes
  • chore: remove call to next for mongoose 9 compatibility
  • chore: remove mongo 4.x from build matrix and add back node 18
  • chore: switch to manual release process due to standard-version deprecation
  • chore: deprecate callback support, remove tests, use modern js for error creation
  • refactor remaining promise structures to async/await
  • chore: migrate to vitest
  • chore: remove typing artifacts
  • chore: rewrite in typescript
  • chore: remove index and cleanup README.md
  • chore: remove tsd from package.json
  • fix type problems
  • chore: remove node 18 from build matrix
  • chore: update minor dependencies
Commits
  • 1080228 chore: add release script
  • 1c0f32b chore: prepare 9.0.1 release
  • 8654955 fix: add back callback to schema.statics.authenticate to fix issue #388
  • b440ca8 chore: add instructions for ESM module usage
  • fa37309 chore: fix eslint config by disabling js no-unused-vars in favor of typescrip...
  • e9e332f chore: add back examples
  • e321247 chore: increase package version
  • b907fd6 chore: prepare release
  • fc63673 feat: upgrade to mongoose 9, typescript rewrite (#387)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose) from 8.0.0 to 9.0.1.
- [Changelog](https://github.com/saintedlama/passport-local-mongoose/blob/main/CHANGELOG.md)
- [Commits](saintedlama/passport-local-mongoose@v8.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: passport-local-mongoose
  dependency-version: 9.0.1
  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 Jan 12, 2026
@github-actions github-actions bot added the repo label Jan 12, 2026
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 repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants