sqs-consumer 14.2.1-canary.4 → 14.2.1-canary.6
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 +6 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
## [14.2.1-canary.
|
|
1
|
+
## [14.2.1-canary.6](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.5...v14.2.1-canary.6) (2025-12-29)
|
|
2
2
|
|
|
3
3
|
### Chores
|
|
4
4
|
|
|
5
|
-
* **deps-dev:** bump @
|
|
6
|
-
* **deps:** bump @
|
|
5
|
+
* **deps-dev:** bump @semantic-release/npm from 13.1.2 to 13.1.3 ([#674](https://github.com/bbc/sqs-consumer/issues/674)) ([7986c13](https://github.com/bbc/sqs-consumer/commit/7986c132337832c8f3a06195e222b783c5d5d4e5))
|
|
6
|
+
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#678](https://github.com/bbc/sqs-consumer/issues/678)) ([44d4e2f](https://github.com/bbc/sqs-consumer/commit/44d4e2f70669c836d3fa47a98060ee7abbc55696))
|
|
7
|
+
* **deps-dev:** bump chai from 6.2.0 to 6.2.1 ([#677](https://github.com/bbc/sqs-consumer/issues/677)) ([ac2bd86](https://github.com/bbc/sqs-consumer/commit/ac2bd86e5e08aaf07cecdbbaa9f11018d605c843))
|
|
8
|
+
* **deps:** bump @aws-sdk/client-sqs from 3.943.0 to 3.948.0 ([#676](https://github.com/bbc/sqs-consumer/issues/676)) ([e2ee281](https://github.com/bbc/sqs-consumer/commit/e2ee28117b38f5cd948b31347cba30015a661b67))
|
|
9
|
+
* **deps:** bump github/codeql-action from 4.31.8 to 4.31.9 ([#673](https://github.com/bbc/sqs-consumer/issues/673)) ([cbb75ba](https://github.com/bbc/sqs-consumer/commit/cbb75ba41ea5fbf58dcea1c650fb125fed74e981))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sqs-consumer",
|
|
3
|
-
"version": "14.2.1-canary.
|
|
3
|
+
"version": "14.2.1-canary.6",
|
|
4
4
|
"description": "Build SQS-based Node applications without the boilerplate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -156,23 +156,23 @@
|
|
|
156
156
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
157
157
|
"@semantic-release/git": "^10.0.1",
|
|
158
158
|
"@semantic-release/github": "^12.0.2",
|
|
159
|
-
"@semantic-release/npm": "^13.1.
|
|
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
163
|
"@types/node": "^24.10.1",
|
|
164
164
|
"@types/sinon": "^17.0.4",
|
|
165
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
165
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
166
166
|
"@typescript-eslint/parser": "^8.45.0",
|
|
167
167
|
"c8": "^10.1.3",
|
|
168
|
-
"chai": "^6.2.
|
|
168
|
+
"chai": "^6.2.1",
|
|
169
169
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
170
170
|
"eslint": "^9.39.1",
|
|
171
171
|
"eslint-config-eslint": "^13.0.0",
|
|
172
172
|
"jsr": "^0.13.5",
|
|
173
173
|
"mocha": "^11.7.4",
|
|
174
174
|
"p-event": "^7.0.1",
|
|
175
|
-
"prettier": "^3.
|
|
175
|
+
"prettier": "^3.7.4",
|
|
176
176
|
"semantic-release": "^25.0.2",
|
|
177
177
|
"sinon": "^21.0.0",
|
|
178
178
|
"sqs-producer": "^8.0.0",
|
|
@@ -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.948.0",
|
|
185
185
|
"debug": "^4.4.3"
|
|
186
186
|
},
|
|
187
187
|
"peerDependencies": {
|
|
188
|
-
"@aws-sdk/client-sqs": "^3.
|
|
188
|
+
"@aws-sdk/client-sqs": "^3.948.0"
|
|
189
189
|
},
|
|
190
190
|
"mocha": {
|
|
191
191
|
"extensions": [
|