sqs-consumer 14.2.1-canary.6 → 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.
- package/CHANGELOG.md +2 -6
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
## [14.2.1-canary.
|
|
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
|
|
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))
|
|
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.
|
|
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",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@cucumber/cucumber": "^12.2.0",
|
|
154
|
-
"@sebbo2002/semantic-release-jsr": "^3.0
|
|
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",
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
"@types/node": "^24.10.1",
|
|
164
164
|
"@types/sinon": "^17.0.4",
|
|
165
165
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
166
|
-
"@typescript-eslint/parser": "^8.
|
|
166
|
+
"@typescript-eslint/parser": "^8.50.1",
|
|
167
167
|
"c8": "^10.1.3",
|
|
168
168
|
"chai": "^6.2.1",
|
|
169
169
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
170
|
-
"eslint": "^9.39.
|
|
170
|
+
"eslint": "^9.39.2",
|
|
171
171
|
"eslint-config-eslint": "^13.0.0",
|
|
172
172
|
"jsr": "^0.13.5",
|
|
173
|
-
"mocha": "^11.7.
|
|
173
|
+
"mocha": "^11.7.5",
|
|
174
174
|
"p-event": "^7.0.1",
|
|
175
175
|
"prettier": "^3.7.4",
|
|
176
176
|
"semantic-release": "^25.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.958.0",
|
|
185
185
|
"debug": "^4.4.3"
|
|
186
186
|
},
|
|
187
187
|
"peerDependencies": {
|
|
188
|
-
"@aws-sdk/client-sqs": "^3.
|
|
188
|
+
"@aws-sdk/client-sqs": "^3.958.0"
|
|
189
189
|
},
|
|
190
190
|
"mocha": {
|
|
191
191
|
"extensions": [
|