Skip to content

Bump delight-im/auth from 8.3.0 to 9.0.0#17

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/delight-im/auth-9.0.0
Closed

Bump delight-im/auth from 8.3.0 to 9.0.0#17
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/delight-im/auth-9.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps delight-im/auth from 8.3.0 to 9.0.0.

Commits
  • ef996fd Update dependencies
  • 245e10b Explain commercial support in README
  • 288bc1d Save all relevant user actions on 'Auth' interface to audit log
  • ed7fb0b Implement method 'Auth#logForAudit' for saving records to audit log
  • 68beb69 Track which mechanism was used when successfully providing OTP for 2FA
  • 10cf5a3 Capture 2FA configuration in variable before returning it
  • cdcc820 Determine if configuration had actually been active when disabling 2FA
  • 2d2ff46 Improve code style
  • 1fc2a87 Add database structure for audit log for SQLite
  • f451437 Add database structure for audit log for PostgreSQL
  • Additional commits viewable 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 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 [delight-im/auth](https://github.com/delight-im/PHP-Auth) from 8.3.0 to 9.0.0.
- [Commits](delight-im/PHP-Auth@v8.3.0...v9.0.0)

---
updated-dependencies:
- dependency-name: delight-im/auth
  dependency-version: 9.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 php Pull requests that update php code labels Mar 16, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a4ed873e1a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"type": "project",
"require": {
"delight-im/auth": "^8.3",
"delight-im/auth": "^9.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update vendored dependency when bumping delight-im/auth

Bumping delight-im/auth in composer.json without updating the committed src/vendor tree means the deployed image still runs v8.3.0, because the Docker build path only copies /src and does not run composer install (see Dockerfile build steps and .github/workflows/docker-image.yml). In this commit, src/vendor/composer/installed.json still records delight-im/auth as v8.3.0, so the intended upgrade to 9.0.0 is not actually shipped.

Useful? React with 👍 / 👎.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2026

Looks like delight-im/auth is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 8, 2026
@dependabot dependabot bot deleted the dependabot/composer/delight-im/auth-9.0.0 branch April 8, 2026 15:53
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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants