sqs-consumer 14.2.1-canary.2 → 14.2.1-canary.4

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 +3 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,9 +1,6 @@
1
- ## [14.2.1-canary.2](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.1...v14.2.1-canary.2) (2025-12-15)
1
+ ## [14.2.1-canary.4](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.3...v14.2.1-canary.4) (2025-12-15)
2
2
 
3
3
  ### Chores
4
4
 
5
- * **deps-dev:** bump p-event from 7.0.0 to 7.0.1 ([#668](https://github.com/bbc/sqs-consumer/issues/668)) ([9a95442](https://github.com/bbc/sqs-consumer/commit/9a9544206ac0c2a1fc5f6512d7f84b2031b8f580))
6
- * **deps:** bump actions/upload-artifact from 5.0.0 to 6.0.0 ([#671](https://github.com/bbc/sqs-consumer/issues/671)) ([cd8a729](https://github.com/bbc/sqs-consumer/commit/cd8a72903073ffdeabdcb620e93d9e3c2fce1a14))
7
- * **deps:** bump dessant/lock-threads from 5.0.1 to 6.0.0 ([#670](https://github.com/bbc/sqs-consumer/issues/670)) ([42f4f81](https://github.com/bbc/sqs-consumer/commit/42f4f81798ef53b1beb0c744d66781228e9b3c07))
8
- * **deps:** bump github/codeql-action from 4.31.7 to 4.31.8 ([#669](https://github.com/bbc/sqs-consumer/issues/669)) ([afdbb9f](https://github.com/bbc/sqs-consumer/commit/afdbb9fc35f15a8d80c54702e2219631f0b5fda0))
9
- * **deps:** bump zgosalvez/github-actions-report-lcov ([#672](https://github.com/bbc/sqs-consumer/issues/672)) ([54d336a](https://github.com/bbc/sqs-consumer/commit/54d336ab360974e8d720164c6c994e6ed044473a))
5
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([#664](https://github.com/bbc/sqs-consumer/issues/664)) ([9072283](https://github.com/bbc/sqs-consumer/commit/907228325dd2202f99e585683365e11245fe528e))
6
+ * **deps:** bump @aws-sdk/client-sqs from 3.914.0 to 3.943.0 ([#665](https://github.com/bbc/sqs-consumer/issues/665)) ([3a1649c](https://github.com/bbc/sqs-consumer/commit/3a1649c31183cf304987b7a4e6fe612c269be9eb))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-consumer",
3
- "version": "14.2.1-canary.2",
3
+ "version": "14.2.1-canary.4",
4
4
  "description": "Build SQS-based Node applications without the boilerplate",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -155,14 +155,14 @@
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": "^11.0.6",
158
+ "@semantic-release/github": "^12.0.2",
159
159
  "@semantic-release/npm": "^13.1.2",
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
163
  "@types/node": "^24.10.1",
164
164
  "@types/sinon": "^17.0.4",
165
- "@typescript-eslint/eslint-plugin": "^8.48.0",
165
+ "@typescript-eslint/eslint-plugin": "^8.48.1",
166
166
  "@typescript-eslint/parser": "^8.45.0",
167
167
  "c8": "^10.1.3",
168
168
  "chai": "^6.2.0",
@@ -181,11 +181,11 @@
181
181
  "typescript": "^5.9.3"
182
182
  },
183
183
  "dependencies": {
184
- "@aws-sdk/client-sqs": "^3.914.0",
184
+ "@aws-sdk/client-sqs": "^3.943.0",
185
185
  "debug": "^4.4.3"
186
186
  },
187
187
  "peerDependencies": {
188
- "@aws-sdk/client-sqs": "^3.914.0"
188
+ "@aws-sdk/client-sqs": "^3.943.0"
189
189
  },
190
190
  "mocha": {
191
191
  "extensions": [