From 6af4f1fa057251cde026c5576e1b65145e79024e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:58:11 +0100 Subject: [PATCH] ci: release v2.0.21 of artillery (#3384) Co-authored-by: hassy --- package-lock.json | 25 +++++++++++-------- .../artillery-engine-playwright/package.json | 2 +- packages/artillery-plugin-apdex/package.json | 2 +- packages/artillery-plugin-ensure/package.json | 2 +- packages/artillery-plugin-expect/package.json | 2 +- .../artillery-plugin-fake-data/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/artillery-plugin-slack/package.json | 2 +- packages/artillery/package.json | 2 +- packages/commons/package.json | 2 +- packages/core/package.json | 2 +- 12 files changed, 25 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f179c213a..878805a694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22018,7 +22018,7 @@ "optional": true }, "packages/artillery": { - "version": "2.0.20", + "version": "2.0.21", "license": "MPL-2.0", "dependencies": { "@artilleryio/int-commons": "*", @@ -22092,7 +22092,7 @@ } }, "packages/artillery-engine-playwright": { - "version": "1.17.0", + "version": "1.18.0", "license": "MPL-2.0", "dependencies": { "@playwright/browser-chromium": "^1.48.0", @@ -22133,14 +22133,14 @@ } }, "packages/artillery-plugin-apdex": { - "version": "1.11.0", + "version": "1.12.0", "license": "MPL-2.0", "dependencies": { "tap": "^19.0.2" } }, "packages/artillery-plugin-ensure": { - "version": "1.14.0", + "version": "1.15.0", "license": "MPL-2.0", "dependencies": { "chalk": "^2.4.2", @@ -22228,7 +22228,7 @@ } }, "packages/artillery-plugin-expect": { - "version": "2.14.0", + "version": "2.15.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "chalk": "^4.1.2", @@ -22269,7 +22269,7 @@ } }, "packages/artillery-plugin-fake-data": { - "version": "1.11.0", + "version": "1.12.0", "license": "MPL-2.0", "dependencies": { "@ngneat/falso": "^7.1.1" @@ -22289,7 +22289,7 @@ } }, "packages/artillery-plugin-metrics-by-endpoint": { - "version": "1.14.0", + "version": "1.15.0", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.2" @@ -22300,7 +22300,7 @@ } }, "packages/artillery-plugin-publish-metrics": { - "version": "2.25.0", + "version": "2.26.0", "license": "MPL-2.0", "dependencies": { "@aws-sdk/client-cloudwatch": "^3.370.0", @@ -22349,7 +22349,7 @@ } }, "packages/artillery-plugin-slack": { - "version": "1.9.0", + "version": "1.10.0", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.4", @@ -22444,7 +22444,7 @@ }, "packages/commons": { "name": "@artilleryio/int-commons", - "version": "2.11.0", + "version": "2.12.0", "license": "MPL-2.0", "dependencies": { "async": "^2.6.4", @@ -22455,11 +22455,14 @@ "jsonpath-plus": "^10.0.0", "lodash": "^4.17.19", "ms": "^2.1.3" + }, + "engines": { + "node": ">=18.0.0" } }, "packages/core": { "name": "@artilleryio/int-core", - "version": "2.15.0", + "version": "2.16.0", "license": "MPL-2.0", "dependencies": { "@artilleryio/int-commons": "*", diff --git a/packages/artillery-engine-playwright/package.json b/packages/artillery-engine-playwright/package.json index c1fdf75b7d..295089cec8 100644 --- a/packages/artillery-engine-playwright/package.json +++ b/packages/artillery-engine-playwright/package.json @@ -1,6 +1,6 @@ { "name": "artillery-engine-playwright", - "version": "1.17.0", + "version": "1.18.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-apdex/package.json b/packages/artillery-plugin-apdex/package.json index bfc5ea3b71..5dbb51d916 100644 --- a/packages/artillery-plugin-apdex/package.json +++ b/packages/artillery-plugin-apdex/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-apdex", - "version": "1.11.0", + "version": "1.12.0", "description": "Calculate and report Apdex scores", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-ensure/package.json b/packages/artillery-plugin-ensure/package.json index 915352288c..0d1afc72ec 100644 --- a/packages/artillery-plugin-ensure/package.json +++ b/packages/artillery-plugin-ensure/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-ensure", - "version": "1.14.0", + "version": "1.15.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-expect/package.json b/packages/artillery-plugin-expect/package.json index b6227d510e..a42400cf57 100644 --- a/packages/artillery-plugin-expect/package.json +++ b/packages/artillery-plugin-expect/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-expect", - "version": "2.14.0", + "version": "2.15.0", "description": "Expectations and assertions for HTTP scenarios", "main": "index.js", "engines": { diff --git a/packages/artillery-plugin-fake-data/package.json b/packages/artillery-plugin-fake-data/package.json index 7124347fd6..4a9d943310 100644 --- a/packages/artillery-plugin-fake-data/package.json +++ b/packages/artillery-plugin-fake-data/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-fake-data", - "version": "1.11.0", + "version": "1.12.0", "description": "Add fake test data easily to your Artillery test scripts.", "main": "index.js", "publishConfig": { diff --git a/packages/artillery-plugin-metrics-by-endpoint/package.json b/packages/artillery-plugin-metrics-by-endpoint/package.json index 62ca4b838b..af8640a247 100644 --- a/packages/artillery-plugin-metrics-by-endpoint/package.json +++ b/packages/artillery-plugin-metrics-by-endpoint/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-metrics-by-endpoint", - "version": "1.14.0", + "version": "1.15.0", "description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-publish-metrics/package.json b/packages/artillery-plugin-publish-metrics/package.json index b0de3ce333..53fefb3507 100644 --- a/packages/artillery-plugin-publish-metrics/package.json +++ b/packages/artillery-plugin-publish-metrics/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-publish-metrics", - "version": "2.25.0", + "version": "2.26.0", "description": "Publish metrics from your Artillery.io tests to external monitoring & observability systems", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-slack/package.json b/packages/artillery-plugin-slack/package.json index 46b978e7c1..ee3aa6c6b4 100644 --- a/packages/artillery-plugin-slack/package.json +++ b/packages/artillery-plugin-slack/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-slack", - "version": "1.9.0", + "version": "1.10.0", "description": "Send Artillery.io test notifications to Slack", "main": "index.js", "publishConfig": { diff --git a/packages/artillery/package.json b/packages/artillery/package.json index 0d6ccffbf1..c06b115f70 100644 --- a/packages/artillery/package.json +++ b/packages/artillery/package.json @@ -1,6 +1,6 @@ { "name": "artillery", - "version": "2.0.20", + "version": "2.0.21", "description": "Cloud-scale load testing. https://www.artillery.io", "main": "./lib", "engines": { diff --git a/packages/commons/package.json b/packages/commons/package.json index 3bb0411a17..6264a529e1 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@artilleryio/int-commons", - "version": "2.11.0", + "version": "2.12.0", "main": "./index.js", "license": "MPL-2.0", "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 7f0c8709c4..71c0b4f103 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@artilleryio/int-core", - "version": "2.15.0", + "version": "2.16.0", "main": "./index.js", "license": "MPL-2.0", "dependencies": {