Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump passport-ldapauth from 2.1.4 to 3.0.0 #270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2021

Bumps passport-ldapauth from 2.1.4 to 3.0.0.

Release notes

Sourced from passport-ldapauth's releases.

Release candidate with ldapjs next dependency

ldapjs is preparing for a new release in which eg. close works also on Node v10+. This pre-release depends on the pre-release version of ldapjs

Changelog

Sourced from passport-ldapauth's changelog.

Changes

  • v3.0.0
    • Update ldapauth-fork to v5 which upgrade ldapjs to v2
  • v2.1.4
    • Allow any version of @​types/node
  • v2.1.3
    • #86 Allow configuring missing credentials response status.
  • v2.1.2
    • #80 Run error handler only once since the a new LdapAuth instance is created for every authenticate request.
  • v2.1.1
    • Bump deps
  • v2.1.0
    • #77 Add noSuchObject error message
  • v2.0.0
    • ldapauth-fork major version update now uses Bunyan logger
    • Added TypeScript type definitions
  • v1.0.0
    • ldapauth-fork is now an event emitter. Emitted errors will cause authentication error.
    • #38 Added option to handle erros as failures with handleErrorsAsFailures. Additionally a synchronous failureErrorCallback function that receives the error as argument can be provided.
  • v0.6.0
    • Added option credentialsLookup that can be used eg. to add Basic Auth header parsing support.
  • v0.5.0
    • Updated deps. ldapauth-fork update changes bind credentials handling to work better with falsy values needed in anonymous bind.
  • v0.4.0
    • Updated ldapauth-fork which updates ldapjs to 1.0.0
  • v0.3.1
    • #35 - Show more specific error messages from Microsoft AD login errors if identified.
  • v0.3.0
    • #10 - Add support for fetching groups. While this is really coming from ldapauth-fork, updated the minor version of this library as well to draw attention to new features.
  • v0.2.6
    • #24 - Pass req to options function, enables request specific LDAP configuration.
  • v0.2.5
    • #21 - Handle constraintViolationError as a login failure instead of an error.
  • v0.2.4
  • v0.2.3
    • Documentation using the same keys as ldapjs (bindDn and bindCredentials)
  • v0.2.2
    • Allow configuring flash messages when calling passport.authenticate()
    • Return HTTP 400 when username or password is missing
  • v0.2.1
    • Passport as peerDependency, prevents version incompatibility
  • v0.2.0
    • #8 - Possibility to provide a callback function instead of options object to constructor (contributed by Linagora)
    • Update Passport dependency to 0.2.0
    • Get rid of var self = this;
  • v0.1.2
    • #6 - Handle NoSuchObjectError as login failure.
  • v0.1.1

... (truncated)

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 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2021
Bumps [passport-ldapauth](https://github.com/vesse/passport-ldapauth) from 2.1.4 to 3.0.0.
- [Release notes](https://github.com/vesse/passport-ldapauth/releases)
- [Changelog](https://github.com/vesse/passport-ldapauth/blob/master/CHANGES.md)
- [Commits](vesse/passport-ldapauth@v2.1.4...v3.0.0)

---
updated-dependencies:
- dependency-name: passport-ldapauth
  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/passport-ldapauth-3.0.0 branch from 1919f5f to 93295d6 Compare November 2, 2022 14:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants