Skip to content

fix(deps): update dependency amqplib to v1.0.7#785

Merged
opzkit-auto-merge[bot] merged 1 commit into
mainfrom
renovate/amqplib-1.x
May 11, 2026
Merged

fix(deps): update dependency amqplib to v1.0.7#785
opzkit-auto-merge[bot] merged 1 commit into
mainfrom
renovate/amqplib-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 11, 2026

This PR contains the following updates:

Package Change Age Confidence
amqplib (source) 1.0.61.0.7 age confidence

Release Notes

amqp-node/amqplib (amqplib)

v1.0.7

Compare Source

  • Fix update-secret-ok event not being forwarded by ChannelModel and CallbackModel (fixes #​849)
  • Add handler-error event to connections and channels. If a user-supplied event handler (e.g. connection.on('close', ...), channel.on('error', ...), channel.on('delivery', ...) etc.) throws a synchronous error, amqplib will emit a handler-error event on the same emitter with the thrown error and the name of the event whose handler threw — provided a handler-error listener is registered. If no handler-error listener is registered, behaviour is unchanged from previous versions. Note: in previous versions, errors thrown in connection close event handlers were silently swallowed; errors thrown in channel event handlers (other than delivery/return) would kill the channel and possibly the connection (fixes #​334).

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 added the dependencies Pull requests that update a dependency file label May 11, 2026
@renovate renovate Bot requested review from argoyle and peter-svensson as code owners May 11, 2026 13:50
@opzkit-auto-merge opzkit-auto-merge Bot enabled auto-merge (squash) May 11, 2026 13:51
@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (dc7255a) to head (cedb426).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #785   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          488       488           
  Branches        56        92   +36     
=========================================
  Hits           488       488           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@opzkit-auto-merge opzkit-auto-merge Bot merged commit eba04c6 into main May 11, 2026
10 checks passed
@opzkit-auto-merge opzkit-auto-merge Bot deleted the renovate/amqplib-1.x branch May 11, 2026 13: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant