sqs-producer 8.0.1-canary.6 → 8.0.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 +4 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
- ## [8.0.1-canary.6](https://github.com/bbc/sqs-producer/compare/v8.0.1-canary.5...v8.0.1-canary.6) (2026-01-05)
1
+ ## [8.0.1-canary.7](https://github.com/bbc/sqs-producer/compare/v8.0.1-canary.6...v8.0.1-canary.7) (2026-01-05)
2
2
 
3
3
  ### Chores
4
4
 
5
- * **deps:** bump github/codeql-action from 4.31.8 to 4.31.9 ([#133](https://github.com/bbc/sqs-producer/issues/133)) ([9e9f77d](https://github.com/bbc/sqs-producer/commit/9e9f77d94b3c36c7d9d6c422a247f7e1e3c47816))
5
+ * **deps-dev:** bump @typescript-eslint/eslint-plugin ([#138](https://github.com/bbc/sqs-producer/issues/138)) ([15d9530](https://github.com/bbc/sqs-producer/commit/15d953016750a7c48dd07e55466348eecd7e0f65))
6
+ * **deps:** bump dorny/test-reporter from 2.3.0 to 2.5.0 ([#140](https://github.com/bbc/sqs-producer/issues/140)) ([75ba500](https://github.com/bbc/sqs-producer/commit/75ba5006ac61a8681f5a63df45061f142646d09b))
7
+ * **deps:** bump zgosalvez/github-actions-report-lcov ([#132](https://github.com/bbc/sqs-producer/issues/132)) ([458ea60](https://github.com/bbc/sqs-producer/commit/458ea60e19a489f185e62bb809948c05a2d5b5d0))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-producer",
3
- "version": "8.0.1-canary.6",
3
+ "version": "8.0.1-canary.7",
4
4
  "description": "Enqueues messages onto a given SQS queue",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -158,7 +158,7 @@
158
158
  "@types/mocha": "^10.0.10",
159
159
  "@types/node": "^25.0.1",
160
160
  "@types/sinon": "^21.0.0",
161
- "@typescript-eslint/eslint-plugin": "^8.49.0",
161
+ "@typescript-eslint/eslint-plugin": "^8.50.0",
162
162
  "@typescript-eslint/parser": "^8.49.0",
163
163
  "chai": "^6.2.1",
164
164
  "conventional-changelog-conventionalcommits": "^9.1.0",