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

fix(deps): update dependency sqs-consumer to v11 #466

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqs-consumer (source) ^6.0.0 -> ^11.0.0 age adoption passing confidence

Release Notes

bbc/sqs-consumer (sqs-consumer)

v11.0.2

Compare Source

Chores

v11.0.1

Compare Source

Chores

v11.0.0

Compare Source

SQS Consumer is now available on JSR 🎉

As part of this release, we are now publishing SQS Consumer to JSR as well as NPM.

You can find the package here.

AWS SDK has been updated to the latest version

We have also updated AWS SDK to v3.6. This is largely the reason why this release has been marked as a major one, as we treat AWS SDK minor changes as major releases. Please check AWS' changelogs to see any changes that might effect you before updating.

[!IMPORTANT]
A change was made in version 3.582.0 of the AWS SDK that updated @smithy/node-http-handler with a change that may cause max event listener errors in your application, as described in this issue.

Please ensure that your package lock lists version 3.1.2 of @smithy/node-http-handler or later to ensure you are not effected by this.

Dependency Updates
  • Updated dependency versions to the latest possible (#​501) (66c1819)
  • Updated the AWS sdk version (59624e3)
Features
CI Changes
  • Extended the branches that workflows run on (18df66e)
  • Only run publish after tests have completed (58247e9)
  • Adjusted the workflow for canary publishing (25bbb27)
  • Updated conventional commits (524db1c)
  • Updated npmignore (b2b5b94)

v10.3.0

Compare Source

Features
Chores

v10.2.1

Compare Source

Bug Fixes
  • build exclusive type files (65008eb)
  • default extension for cjs (bd9855b)
  • types extension for cjs (8bc6239)
Chores

v10.2.0

Compare Source

Fixes
Chores
  • don't add package.json for types dir (6084f28)

v10.1.0

Compare Source

Features
  • extend authentication error to handle more codes (#​489) (45f0916)

v10.0.1

Compare Source

Chores

v9.1.0

Compare Source

Features
Bug Fixes
Chores

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • removed handler_processing debugger in favour of status (consumer.status.isPolling) (#​470)
  • replaced the isRunning method with status (Please now use consumer.status.isRunning to check this state) (#​459)
Potentially Breaking Changes
  • We upgraded the AWS SDK to the latest major version. (#​468)
Features
  • removing handler_processing debugger in favour of status (#​470) (b554da6)
  • replacing the isRunning method with status (#​459) (9f07383)
Chores

v8.2.0

Compare Source

Features
Chores

v8.1.5

Compare Source

Chores
  • adding publishConfig for provenance (c64e3ba)

v8.1.4

Compare Source

Chores
  • changing CI to set NODE_AUTH_TOKEN instead (534e42c)
  • changing release workflow to use semantic versioning (ccf92ee)
  • creating workflow for tagging merges (2629729)
  • updating attributeNames type docs (#​452) (84385d2)

v8.1.3

Compare Source

v8.1.2

Compare Source

v8.1.1: v8.1.3

Compare Source

Changes
  • Updated the repository URL to the new format
  • Added a CI process for deploying to NPM, with NPM Provenance

Full Changelog: bbc/sqs-consumer@v8.1.0...v8.1.3

v8.1.0

Compare Source

What's Changed

Full Changelog: bbc/sqs-consumer@v8.0.0...v8.1.0

v8.0.0

Compare Source

BREAKING CHANGE

This release is a breaking change as it upgrades the aws-sdk version past the version that changes the communication protocol from XML to JSON, as described here.

Upgrading to this version will require you to ensure that any upstream or downstream dependencies have been configured to support this new protocol.

What's Changed

New Contributors

Full Changelog: bbc/sqs-consumer@v7.5.0...v8.0.0

v7.5.0

Compare Source

Potentially Breaking

The way errors are handled was changed in the PR https://github.com/bbc/sqs-consumer/pull/414, it's possible that this may break implementations that expect errors to be produced in a certain way, in our tests, against our own use of sqs-consumer, this release was backwards compatible so based on our assumptions, we have kept this as a minor release, but you might want to check your error handling works as you expect after upgrading.

Features

CI Changes

New Contributors

Full Changelog: bbc/sqs-consumer@v7.4.0...v7.5.0

v7.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: bbc/sqs-consumer@v7.3.0...v7.4.0

v7.3.0

Compare Source

What's Changed

Full Changelog: bbc/sqs-consumer@v7.2.2...v7.3.0

v7.2.2

Compare Source

What's Changed

Full Changelog: bbc/sqs-consumer@v7.2.1...v7.2.2

v7.2.1

Compare Source

What's Changed

Full Changelog: bbc/sqs-consumer@v7.2.0...v7.2.1

v7.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bbc/sqs-consumer@v7.1.0...v7.2.0

v7.1.0

Compare Source

What's Changed

Features
Fixes

Full Changelog: bbc/sqs-consumer@v7.0.3...v7.1.0

v7.0.3

Compare Source

What's Changed

Full Changelog: bbc/sqs-consumer@v7.0.2...v7.0.3

v7.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: bbc/sqs-consumer@v7.0.1...v7.0.2

v7.0.1

Compare Source

Changes

  • Reduced the node requirement to allow all versions of Node 16

Full Changelog: bbc/sqs-consumer@7.0.0...v7.0.1

v7.0.0

Compare Source

What's Changed

Node 14 support was dropped

We removed support for Node 14 in this PR: https://github.com/bbc/sqs-consumer/pull/363.

Please make sure you are using Node 16 or above before upgrading to this version. You can read more about this change in the following discussion: https://github.com/bbc/sqs-consumer/discussions/364

A new abort option was added to .stop()

In this PR: https://github.com/bbc/sqs-consumer/pull/352, we added the ability to stop the consumer and abort any ongoing requests to SQS at the same time.

Other changes

Full Changelog: bbc/sqs-consumer@v6.2.0...7.0.0

v6.2.1

Compare Source

What's Changed

CI
Miscellaneous

Full Changelog: bbc/sqs-consumer@v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Features
  • Note: The above change changed how processing works, please make sure you've read through the README for more details.
Fixes
Misc Changes

Full Changelog: bbc/sqs-consumer@v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

Features
Docs

New Contributors

Full Changelog: bbc/sqs-consumer@v6.0.2...v6.1.0

v6.0.2

Compare Source

Fix: release had no build / prepublish command was deprecated

Full Changelog: bbc/sqs-consumer@v5.8.0...v6.0.2

v6.0.1

Compare Source


Configuration

📅 Schedule: 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.

Copy link

stale bot commented Oct 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 17, 2024
@stale stale bot closed this Oct 28, 2024
Copy link
Contributor Author

renovate bot commented Oct 28, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 11.x releases. But if you manually upgrade to 11.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/sqs-consumer-11.x branch October 28, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants