sqs-consumer 14.2.2 → 14.2.3-canary.2

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 +4 -9
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,7 @@
1
- ## [14.2.2](https://github.com/bbc/sqs-consumer/compare/v14.2.1...v14.2.2) (2026-02-22)
1
+ ## [14.2.3-canary.2](https://github.com/bbc/sqs-consumer/compare/v14.2.3-canary.1...v14.2.3-canary.2) (2026-03-17)
2
2
 
3
3
  ### Chores
4
4
 
5
- * **deps-dev:** bump @semantic-release/npm from 13.1.2 to 13.1.3 ([#707](https://github.com/bbc/sqs-consumer/issues/707)) ([3baf125](https://github.com/bbc/sqs-consumer/commit/3baf125d3fb4fd0605d2e2e6ec7c969de17af31f))
6
- * **deps-dev:** bump @typescript-eslint/eslint-plugin ([#708](https://github.com/bbc/sqs-consumer/issues/708)) ([0cacfcc](https://github.com/bbc/sqs-consumer/commit/0cacfcc5960b2c67491f36b31e0cbfff2cd5ab53))
7
- * **deps-dev:** bump mocha from 11.3.0 to 11.7.5 ([#706](https://github.com/bbc/sqs-consumer/issues/706)) ([b415a79](https://github.com/bbc/sqs-consumer/commit/b415a79bfe192884b385e61349343b9ff6424aaf))
8
- * **deps-dev:** bump sqs-producer from 8.0.1 to 8.0.2 ([#709](https://github.com/bbc/sqs-consumer/issues/709)) ([9ecb276](https://github.com/bbc/sqs-consumer/commit/9ecb27642f45b666e3f9d317fc891c9d3efc8b40))
9
- * **deps:** bump @aws-sdk/client-sqs from 3.967.0 to 3.970.0 ([#705](https://github.com/bbc/sqs-consumer/issues/705)) ([e03e498](https://github.com/bbc/sqs-consumer/commit/e03e498f94e0f2acdf11104a0ed83faad6eccafb))
10
- * **deps:** bump actions/stale from 10.1.1 to 10.2.0 ([#718](https://github.com/bbc/sqs-consumer/issues/718)) ([3dcc65d](https://github.com/bbc/sqs-consumer/commit/3dcc65d56e9ed05203acdbe44cf56fce7edae64a))
11
- * **deps:** bump github/codeql-action from 4.31.10 to 4.32.3 ([#717](https://github.com/bbc/sqs-consumer/issues/717)) ([5b767fc](https://github.com/bbc/sqs-consumer/commit/5b767fc5d4ae957ddd064a0e15b3b6a01bc7bb24))
12
- * **deps:** bump zgosalvez/github-actions-report-lcov ([#716](https://github.com/bbc/sqs-consumer/issues/716)) ([de9a2d4](https://github.com/bbc/sqs-consumer/commit/de9a2d4a3a23993e28d460915696eeb49e4df156))
5
+ * **deps:** bump actions/dependency-review-action from 4.8.3 to 4.9.0 ([#736](https://github.com/bbc/sqs-consumer/issues/736)) ([4ceae8a](https://github.com/bbc/sqs-consumer/commit/4ceae8a34ce171a3de0ab1f5383a41541021db80))
6
+ * **deps:** bump dorny/test-reporter from 2.5.0 to 2.6.0 ([#735](https://github.com/bbc/sqs-consumer/issues/735)) ([8d56098](https://github.com/bbc/sqs-consumer/commit/8d5609894975eba6fd5feed18040d497f034aae4))
7
+ * **deps:** bump github/codeql-action from 4.32.4 to 4.32.5 ([#734](https://github.com/bbc/sqs-consumer/issues/734)) ([c69b87d](https://github.com/bbc/sqs-consumer/commit/c69b87de5b9c31a7716b5a0137fe49f9064e12b4))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "14.2.2",
3
+ "version": "14.2.3-canary.2",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -150,17 +150,17 @@
150
150
  "cross-spawn": "^7.0.3"
151
151
  },
152
152
  "devDependencies": {
153
- "@cucumber/cucumber": "^12.5.0",
153
+ "@cucumber/cucumber": "^12.6.0",
154
154
  "@sebbo2002/semantic-release-jsr": "^3.1.0",
155
155
  "@semantic-release/changelog": "^6.0.3",
156
156
  "@semantic-release/commit-analyzer": "^13.0.1",
157
157
  "@semantic-release/git": "^10.0.1",
158
- "@semantic-release/github": "^12.0.2",
158
+ "@semantic-release/github": "^12.0.6",
159
159
  "@semantic-release/npm": "^13.1.3",
160
160
  "@semantic-release/release-notes-generator": "^14.1.0",
161
161
  "@types/chai": "^5.2.2",
162
162
  "@types/mocha": "^10.0.10",
163
- "@types/node": "^25.0.3",
163
+ "@types/node": "^25.2.3",
164
164
  "@types/sinon": "^17.0.4",
165
165
  "@typescript-eslint/eslint-plugin": "^8.55.0",
166
166
  "@typescript-eslint/parser": "^8.50.1",
@@ -172,7 +172,7 @@
172
172
  "jsr": "^0.13.5",
173
173
  "mocha": "^11.7.5",
174
174
  "p-event": "^7.0.2",
175
- "prettier": "^3.7.4",
175
+ "prettier": "^3.8.1",
176
176
  "semantic-release": "^25.0.2",
177
177
  "sinon": "^21.0.0",
178
178
  "sqs-producer": "^8.0.2",
@@ -181,11 +181,11 @@
181
181
  "typescript": "^5.9.3"
182
182
  },
183
183
  "dependencies": {
184
- "@aws-sdk/client-sqs": "^3.970.0",
184
+ "@aws-sdk/client-sqs": "^3.989.0",
185
185
  "debug": "^4.4.3"
186
186
  },
187
187
  "peerDependencies": {
188
- "@aws-sdk/client-sqs": "^3.970.0"
188
+ "@aws-sdk/client-sqs": "^3.989.0"
189
189
  },
190
190
  "mocha": {
191
191
  "extensions": [