sqs-producer 7.0.0-canary.4 → 8.0.0-canary.1

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 CHANGED
@@ -1 +1,8 @@
1
- ## [7.0.0-canary.4](https://github.com/bbc/sqs-producer/compare/v7.0.0-canary.3...v7.0.0-canary.4) (2025-05-09)
1
+ ## [8.0.0-canary.1](https://github.com/bbc/sqs-producer/compare/v7.0.0...v8.0.0-canary.1) (2025-08-26)
2
+
3
+ ### Chores
4
+
5
+ * **deps:** update actions/dependency-review-action action to v4 ([#119](https://github.com/bbc/sqs-producer/issues/119)) ([d0541e8](https://github.com/bbc/sqs-producer/commit/d0541e85c28ac9662940ce2b1855c08e7ae7aa89))
6
+ * **deps:** update github/codeql-action action to v3 ([#118](https://github.com/bbc/sqs-producer/issues/118)) ([611eddf](https://github.com/bbc/sqs-producer/commit/611eddf2e1150a58b354f3aeca9a3f5a67df4bb0))
7
+ * updating dependencies ([43cf299](https://github.com/bbc/sqs-producer/commit/43cf2994de6b580bd0832f8e14745f7119c24f06))
8
+ * updating node and deps ([#120](https://github.com/bbc/sqs-producer/issues/120)) ([16a83e5](https://github.com/bbc/sqs-producer/commit/16a83e5195d2a851e4e01792475a7378ff1722cf))
@@ -1 +1 @@
1
- {"root":["../../src/errors.ts","../../src/format.ts","../../src/index.ts","../../src/producer.ts","../../src/types.ts","../../src/validation.ts"],"version":"5.8.3"}
1
+ {"root":["../../src/errors.ts","../../src/format.ts","../../src/index.ts","../../src/producer.ts","../../src/types.ts","../../src/validation.ts"],"version":"5.9.2"}
@@ -1 +1 @@
1
- {"root":["../../src/errors.ts","../../src/format.ts","../../src/index.ts","../../src/producer.ts","../../src/types.ts","../../src/validation.ts"],"version":"5.8.3"}
1
+ {"root":["../../src/errors.ts","../../src/format.ts","../../src/index.ts","../../src/producer.ts","../../src/types.ts","../../src/validation.ts"],"version":"5.9.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-producer",
3
- "version": "7.0.0-canary.4",
3
+ "version": "8.0.0-canary.1",
4
4
  "description": "Enqueues messages onto a given SQS queue",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -148,33 +148,33 @@
148
148
  "@semantic-release/changelog": "^6.0.3",
149
149
  "@semantic-release/commit-analyzer": "^13.0.1",
150
150
  "@semantic-release/git": "^10.0.1",
151
- "@semantic-release/github": "^11.0.2",
152
- "@semantic-release/npm": "12.0.1",
151
+ "@semantic-release/github": "^11.0.4",
152
+ "@semantic-release/npm": "12.0.2",
153
153
  "@semantic-release/release-notes-generator": "^14.0.3",
154
154
  "@types/chai": "^5.2.2",
155
155
  "@types/mocha": "^10.0.10",
156
- "@types/node": "^22.15.17",
156
+ "@types/node": "^24.3.0",
157
157
  "@types/sinon": "^17.0.4",
158
- "@typescript-eslint/eslint-plugin": "^8.32.0",
159
- "@typescript-eslint/parser": "^8.32.0",
160
- "chai": "^5.2.0",
161
- "conventional-changelog-conventionalcommits": "^8.0.0",
162
- "eslint": "^9.26.0",
163
- "eslint-config-eslint": "^11.0.0",
164
- "mocha": "^11.2.2",
158
+ "@typescript-eslint/eslint-plugin": "^8.41.0",
159
+ "@typescript-eslint/parser": "^8.41.0",
160
+ "chai": "^6.0.1",
161
+ "conventional-changelog-conventionalcommits": "^9.1.0",
162
+ "eslint": "^9.34.0",
163
+ "eslint-config-eslint": "^12.0.0",
164
+ "mocha": "^11.7.1",
165
165
  "c8": "^10.1.3",
166
- "prettier": "^3.5.3",
167
- "semantic-release": "^24.2.3",
168
- "sinon": "^20.0.0",
166
+ "prettier": "^3.6.2",
167
+ "semantic-release": "^24.2.7",
168
+ "sinon": "^21.0.0",
169
169
  "ts-node": "^10.9.2",
170
- "typedoc": "^0.28.4",
171
- "typescript": "^5.8.3"
170
+ "typedoc": "^0.28.11",
171
+ "typescript": "^5.9.2"
172
172
  },
173
173
  "dependencies": {
174
- "@aws-sdk/client-sqs": "^3.806.0"
174
+ "@aws-sdk/client-sqs": "^3.876.0"
175
175
  },
176
176
  "peerDependencies": {
177
- "@aws-sdk/client-sqs": "^3.806.0"
177
+ "@aws-sdk/client-sqs": "^3.876.0"
178
178
  },
179
179
  "mocha": {
180
180
  "extensions": [
package/.eslintignore DELETED
@@ -1,4 +0,0 @@
1
- node_modules
2
- coverage
3
- bake-scripts
4
- dist