sqs-consumer 14.2.1-canary.7 → 14.2.1-canary.9
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 +7 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
## [14.2.1-canary.
|
|
1
|
+
## [14.2.1-canary.9](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.8...v14.2.1-canary.9) (2026-01-16)
|
|
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
|
|
10
|
-
* **deps:** bump
|
|
11
|
-
* **deps:** bump oven-sh/setup-bun from 2.0.2 to 2.1.0 ([#686](https://github.com/bbc/sqs-consumer/issues/686)) ([adf91d0](https://github.com/bbc/sqs-consumer/commit/adf91d092a4cbc0c977afc21b90719819c5cb1fb))
|
|
5
|
+
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#692](https://github.com/bbc/sqs-consumer/issues/692)) ([e502522](https://github.com/bbc/sqs-consumer/commit/e5025226eb71801930e9787998b41c52c6471375))
|
|
6
|
+
* **deps-dev:** bump chai from 6.2.1 to 6.2.2 ([#689](https://github.com/bbc/sqs-consumer/issues/689)) ([6751594](https://github.com/bbc/sqs-consumer/commit/6751594efe01017c29eab06e872933d31fb46b3d))
|
|
7
|
+
* **deps-dev:** bump p-event from 7.0.1 to 7.0.2 ([#688](https://github.com/bbc/sqs-consumer/issues/688)) ([e8e3e9a](https://github.com/bbc/sqs-consumer/commit/e8e3e9a031c1956720936902f3d2dc90d86682bf))
|
|
8
|
+
* **deps-dev:** bump sqs-producer from 8.0.0 to 8.0.1 ([#690](https://github.com/bbc/sqs-consumer/issues/690)) ([33c312e](https://github.com/bbc/sqs-consumer/commit/33c312eddd6efaf3ab97e4f698e0cf374fa58ee4))
|
|
9
|
+
* **deps:** bump actions/setup-node from 6.1.0 to 6.2.0 ([#695](https://github.com/bbc/sqs-consumer/issues/695)) ([c53b92b](https://github.com/bbc/sqs-consumer/commit/c53b92bbebb2f508f058db0129910539fa28763a))
|
|
10
|
+
* **deps:** bump github/codeql-action from 4.31.9 to 4.31.10 ([#694](https://github.com/bbc/sqs-consumer/issues/694)) ([6f8e191](https://github.com/bbc/sqs-consumer/commit/6f8e1916ad6d9ad035875073c5d2e7aa6020865b))
|
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.9",
|
|
4
4
|
"description": "Build SQS-based Node applications without the boilerplate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -162,20 +162,20 @@
|
|
|
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.51.0",
|
|
166
166
|
"@typescript-eslint/parser": "^8.50.1",
|
|
167
167
|
"c8": "^10.1.3",
|
|
168
|
-
"chai": "^6.2.
|
|
168
|
+
"chai": "^6.2.2",
|
|
169
169
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
170
170
|
"eslint": "^9.39.2",
|
|
171
171
|
"eslint-config-eslint": "^13.0.0",
|
|
172
172
|
"jsr": "^0.13.5",
|
|
173
173
|
"mocha": "^11.7.5",
|
|
174
|
-
"p-event": "^7.0.
|
|
174
|
+
"p-event": "^7.0.2",
|
|
175
175
|
"prettier": "^3.7.4",
|
|
176
176
|
"semantic-release": "^25.0.2",
|
|
177
177
|
"sinon": "^21.0.0",
|
|
178
|
-
"sqs-producer": "^8.0.
|
|
178
|
+
"sqs-producer": "^8.0.1",
|
|
179
179
|
"ts-node": "^10.9.2",
|
|
180
180
|
"typedoc": "^0.28.15",
|
|
181
181
|
"typescript": "^5.9.3"
|