sqs-consumer 14.2.1-canary.7 → 14.2.1-canary.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,5 @@
1
- ## [14.2.1-canary.7](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.6...v14.2.1-canary.7) (2026-01-05)
1
+ ## [14.2.1-canary.8](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.7...v14.2.1-canary.8) (2026-01-07)
2
2
 
3
3
  ### Chores
4
4
 
5
- * **deps-dev:** bump @sebbo2002/semantic-release-jsr ([#684](https://github.com/bbc/sqs-consumer/issues/684)) ([d77bc62](https://github.com/bbc/sqs-consumer/commit/d77bc6201bb69f007f0a0a997285513b6cc46d0c))
6
- * **deps-dev:** bump @typescript-eslint/parser from 8.49.0 to 8.50.1 ([#682](https://github.com/bbc/sqs-consumer/issues/682)) ([e78a49f](https://github.com/bbc/sqs-consumer/commit/e78a49fe2aaacdde966f24f877b935c3e8596e90))
7
- * **deps-dev:** bump eslint from 9.39.1 to 9.39.2 ([#681](https://github.com/bbc/sqs-consumer/issues/681)) ([c430f60](https://github.com/bbc/sqs-consumer/commit/c430f60ccded8f8cd466c2b577f55c3f97ec8bc6))
8
- * **deps-dev:** bump mocha from 11.7.4 to 11.7.5 ([#680](https://github.com/bbc/sqs-consumer/issues/680)) ([259ed71](https://github.com/bbc/sqs-consumer/commit/259ed71181832357edaf5cb5b5f4a38d7cc97175))
9
- * **deps:** bump @aws-sdk/client-sqs from 3.948.0 to 3.958.0 ([#683](https://github.com/bbc/sqs-consumer/issues/683)) ([8ad37d2](https://github.com/bbc/sqs-consumer/commit/8ad37d248e1e0360115c7f14de56ad1f74c76269))
10
- * **deps:** bump dorny/test-reporter from 2.3.0 to 2.5.0 ([#685](https://github.com/bbc/sqs-consumer/issues/685)) ([5f3d8c8](https://github.com/bbc/sqs-consumer/commit/5f3d8c820f61a9bd5ac6ffffb3c612317b826240))
11
- * **deps:** bump oven-sh/setup-bun from 2.0.2 to 2.1.0 ([#686](https://github.com/bbc/sqs-consumer/issues/686)) ([adf91d0](https://github.com/bbc/sqs-consumer/commit/adf91d092a4cbc0c977afc21b90719819c5cb1fb))
5
+ * **deps:** bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 ([#687](https://github.com/bbc/sqs-consumer/issues/687)) ([e6459c4](https://github.com/bbc/sqs-consumer/commit/e6459c483f28c9f4acb605ab0afab0c1c83d1057))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "14.2.1-canary.7",
3
+ "version": "14.2.1-canary.8",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",