sqs-consumer 14.2.1-canary.6 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
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)
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 @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))
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.6",
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,7 +151,7 @@
151
151
  },
152
152
  "devDependencies": {
153
153
  "@cucumber/cucumber": "^12.2.0",
154
- "@sebbo2002/semantic-release-jsr": "^3.0.1",
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.45.0",
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.1",
170
+ "eslint": "^9.39.2",
171
171
  "eslint-config-eslint": "^13.0.0",
172
172
  "jsr": "^0.13.5",
173
- "mocha": "^11.7.4",
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.948.0",
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.948.0"
188
+ "@aws-sdk/client-sqs": "^3.958.0"
189
189
  },
190
190
  "mocha": {
191
191
  "extensions": [