sqs-consumer 14.2.1-canary.5 → 14.2.1-canary.7
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 +8 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
## [14.2.1-canary.
|
|
1
|
+
## [14.2.1-canary.7](https://github.com/bbc/sqs-consumer/compare/v14.2.1-canary.6...v14.2.1-canary.7) (2026-01-05)
|
|
2
2
|
|
|
3
3
|
### Chores
|
|
4
4
|
|
|
5
|
-
* **deps-dev:** bump
|
|
5
|
+
* **deps-dev:** bump @sebbo2002/semantic-release-jsr ([#684](https://github.com/bbc/sqs-consumer/issues/684)) ([d77bc62](https://github.com/bbc/sqs-consumer/commit/d77bc6201bb69f007f0a0a997285513b6cc46d0c))
|
|
6
|
+
* **deps-dev:** bump @typescript-eslint/parser from 8.49.0 to 8.50.1 ([#682](https://github.com/bbc/sqs-consumer/issues/682)) ([e78a49f](https://github.com/bbc/sqs-consumer/commit/e78a49fe2aaacdde966f24f877b935c3e8596e90))
|
|
7
|
+
* **deps-dev:** bump eslint from 9.39.1 to 9.39.2 ([#681](https://github.com/bbc/sqs-consumer/issues/681)) ([c430f60](https://github.com/bbc/sqs-consumer/commit/c430f60ccded8f8cd466c2b577f55c3f97ec8bc6))
|
|
8
|
+
* **deps-dev:** bump mocha from 11.7.4 to 11.7.5 ([#680](https://github.com/bbc/sqs-consumer/issues/680)) ([259ed71](https://github.com/bbc/sqs-consumer/commit/259ed71181832357edaf5cb5b5f4a38d7cc97175))
|
|
9
|
+
* **deps:** bump @aws-sdk/client-sqs from 3.948.0 to 3.958.0 ([#683](https://github.com/bbc/sqs-consumer/issues/683)) ([8ad37d2](https://github.com/bbc/sqs-consumer/commit/8ad37d248e1e0360115c7f14de56ad1f74c76269))
|
|
10
|
+
* **deps:** bump dorny/test-reporter from 2.3.0 to 2.5.0 ([#685](https://github.com/bbc/sqs-consumer/issues/685)) ([5f3d8c8](https://github.com/bbc/sqs-consumer/commit/5f3d8c820f61a9bd5ac6ffffb3c612317b826240))
|
|
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))
|
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.7",
|
|
4
4
|
"description": "Build SQS-based Node applications without the boilerplate",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -151,26 +151,26 @@
|
|
|
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",
|
|
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.
|
|
166
|
-
"@typescript-eslint/parser": "^8.
|
|
165
|
+
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
166
|
+
"@typescript-eslint/parser": "^8.50.1",
|
|
167
167
|
"c8": "^10.1.3",
|
|
168
|
-
"chai": "^6.2.
|
|
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": [
|