Skip to content

fix(deps): update dependency basic-auth to v3 - #847

Merged
MichaelSp merged 6 commits into
masterfrom
renovate/basic-auth-3.x
Aug 16, 2026
Merged

fix(deps): update dependency basic-auth to v3#847
MichaelSp merged 6 commits into
masterfrom
renovate/basic-auth-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
basic-auth ^2.0.1^3.0.0 age confidence

Release Notes

jshttp/basic-auth (basic-auth)

v3.0.0

Compare Source

This release switch the package to ESM.

Changed

  • Publish package as ESM #​99
  • Add format({ name, pass }) method #​65
  • Bump supported node versions >=22 #​102

Added

  • Cross platform base64 support #​95

Removed

  • Removes the default export in favor of parse(str) #​94
    • E.g. parse(req.headers.authorization ?? '')

Improvements

  • Parse performance improved by ~15% #​96

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/basic-auth-3.x branch from 2a6d7d1 to ec42c28 Compare August 16, 2026 03:46
@renovate
renovate Bot force-pushed the renovate/basic-auth-3.x branch from ec42c28 to d8ad8e0 Compare August 16, 2026 18:18
@renovate

renovate Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Comment thread src/api/index.ts
}

const user = basicAuth(req)
const user = parse(req.headers.authorization || '')

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Suggested change
const user = parse(req.headers.authorization || '')
const user = parse(req)

@MichaelSp
MichaelSp enabled auto-merge (squash) August 16, 2026 18:50
@MichaelSp
MichaelSp merged commit cb1f3e4 into master Aug 16, 2026
2 checks passed
@MichaelSp
MichaelSp deleted the renovate/basic-auth-3.x branch August 16, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant