sqs-consumer 14.2.2 → 14.2.3-canary.1
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.
- package/CHANGELOG.md +9 -9
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
## [14.2.
|
|
1
|
+
## [14.2.3-canary.1](https://github.com/bbc/sqs-consumer/compare/v14.2.2...v14.2.3-canary.1) (2026-02-23)
|
|
2
2
|
|
|
3
3
|
### Chores
|
|
4
4
|
|
|
5
|
-
* **deps-dev:** bump @
|
|
6
|
-
* **deps-dev:** bump @
|
|
7
|
-
* **deps-dev:** bump
|
|
8
|
-
* **deps-dev:** bump
|
|
9
|
-
* **deps:** bump @aws-sdk/client-sqs from 3.
|
|
10
|
-
* **deps:** bump actions/
|
|
11
|
-
* **deps:** bump github/codeql-action from 4.
|
|
12
|
-
* **deps:** bump zgosalvez/github-actions-report-lcov ([#
|
|
5
|
+
* **deps-dev:** bump @cucumber/cucumber from 12.5.0 to 12.6.0 ([#722](https://github.com/bbc/sqs-consumer/issues/722)) ([2b99999](https://github.com/bbc/sqs-consumer/commit/2b999993366c3e598f9e452ca6ac62cc8185d5c7))
|
|
6
|
+
* **deps-dev:** bump @semantic-release/github from 12.0.2 to 12.0.6 ([#720](https://github.com/bbc/sqs-consumer/issues/720)) ([a03c095](https://github.com/bbc/sqs-consumer/commit/a03c095dde365c018f7e5a9c3e48881a0e437a49))
|
|
7
|
+
* **deps-dev:** bump @types/node from 25.0.3 to 25.2.3 ([#723](https://github.com/bbc/sqs-consumer/issues/723)) ([3b7a194](https://github.com/bbc/sqs-consumer/commit/3b7a1944a27c325c5c70fa26f29d239838f14710))
|
|
8
|
+
* **deps-dev:** bump prettier from 3.7.4 to 3.8.1 ([#719](https://github.com/bbc/sqs-consumer/issues/719)) ([f16caa0](https://github.com/bbc/sqs-consumer/commit/f16caa057c2761fc80cc39f938febf632d290541))
|
|
9
|
+
* **deps:** bump @aws-sdk/client-sqs from 3.970.0 to 3.989.0 ([#721](https://github.com/bbc/sqs-consumer/issues/721)) ([4c20ffb](https://github.com/bbc/sqs-consumer/commit/4c20ffb7bc241517e425f88ea3d8ba6e18a6fdce))
|
|
10
|
+
* **deps:** bump actions/dependency-review-action from 4.8.2 to 4.8.3 ([#725](https://github.com/bbc/sqs-consumer/issues/725)) ([20e7e73](https://github.com/bbc/sqs-consumer/commit/20e7e7340dfb4c765488b946e84da620cf045b9c))
|
|
11
|
+
* **deps:** bump github/codeql-action from 4.32.3 to 4.32.4 ([#726](https://github.com/bbc/sqs-consumer/issues/726)) ([25ac8e4](https://github.com/bbc/sqs-consumer/commit/25ac8e4399b3e6a0ef16d40d106f68d9d0159fe1))
|
|
12
|
+
* **deps:** bump zgosalvez/github-actions-report-lcov ([#724](https://github.com/bbc/sqs-consumer/issues/724)) ([d28bf54](https://github.com/bbc/sqs-consumer/commit/d28bf540ee5de319e00fbc28e9a66c1cc0a63e57))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sqs-consumer",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.3-canary.1",
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
188
|
+
"@aws-sdk/client-sqs": "^3.989.0"
|
|
189
189
|
},
|
|
190
190
|
"mocha": {
|
|
191
191
|
"extensions": [
|