Skip to content

Commit 68966b1

Browse files
Upgrade: [dependabot] - bump artillery from 2.0.27 to 2.0.28 (#681)
Bumps [artillery](https://github.com/artilleryio/artillery) from 2.0.27 to 2.0.28. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/artilleryio/artillery/releases">artillery's releases</a>.</em></p> <blockquote> <h2>Artillery v2.0.28</h2> <h2>New features</h2> <ul> <li>Add query string normalization to reduce the number of distinct metrics in Playwright tests. Two new configuration options are now available: <ul> <li><code>stripQueryString</code> (defaults to <code>false</code>): Remove query strings from URLs</li> <li><code>normalizeQueryString</code> (defaults to <code>true</code>): Normalize query string values to reduce metric cardinality. Converts numeric values like <code>/page?id=123</code> to <code>/page?id=NUMBER</code> (<a href="https://redirect.github.com/artilleryio/artillery/issues/3665">#3665</a>)</li> </ul> </li> </ul> <h2>Fixes &amp; improvements</h2> <ul> <li>Fix issue on Azure ACI where tests that track many distinct metrics could fail or report incomplete results (<a href="https://redirect.github.com/artilleryio/artillery/issues/3662">#3662</a>)</li> <li>Fix issue on AWS Fargate where <code>--scenario-name</code> flag was ignored, causing all scenarios to run instead of just the specified scenario (<a href="https://redirect.github.com/artilleryio/artillery/issues/3669">#3669</a>)</li> <li>Upgrade to Playwright v1.57.0 (<a href="https://redirect.github.com/artilleryio/artillery/issues/3672">#3672</a>)</li> <li>Routine dependency upgrades across all packages (<a href="https://redirect.github.com/artilleryio/artillery/issues/3675">#3675</a>, <a href="https://redirect.github.com/artilleryio/artillery/issues/3609">#3609</a>)</li> </ul> <hr /> <p>with contributions from <a href="https://github.com/barth12"><code>@​barth12</code></a> <a href="https://github.com/JonathanSmithSkipton"><code>@​JonathanSmithSkipton</code></a> <a href="https://github.com/manfromanotherland"><code>@​manfromanotherland</code></a> <a href="https://github.com/hassy"><code>@​hassy</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/artilleryio/artillery/commit/7d3054afb6717f39af84d38df14f2b5b80907ad4"><code>7d3054a</code></a> ci: release v2.0.28 of artillery (<a href="https://redirect.github.com/artilleryio/artillery/issues/3680">#3680</a>)</li> <li><a href="https://github.com/artilleryio/artillery/commit/403c1533cf1aaae5ea91d57474a4eba36fb47485"><code>403c153</code></a> dep: add Dependabot config</li> <li><a href="https://github.com/artilleryio/artillery/commit/6a48bbb4249c9d90c36f7181a1c06dfe113ecc11"><code>6a48bbb</code></a> dep: ignore example dependencies in Socket.dev</li> <li><a href="https://github.com/artilleryio/artillery/commit/4c4f409d2a7e8ae205d9ba14712e88f690dec2af"><code>4c4f409</code></a> fix: use correct cliOptions key for scenarioName in Fargate workers (<a href="https://redirect.github.com/artilleryio/artillery/issues/3669">#3669</a>)</li> <li><a href="https://github.com/artilleryio/artillery/commit/9f2aed1113946b898a01d620b00107230c743c2b"><code>9f2aed1</code></a> dep: upgrade non-dev dependencies across all packages (<a href="https://redirect.github.com/artilleryio/artillery/issues/3675">#3675</a>)</li> <li><a href="https://github.com/artilleryio/artillery/commit/8e8690d2f30c49fb884811713784b54bbc18cf34"><code>8e8690d</code></a> dep: upgrade to Playwright v1.57.0 (<a href="https://redirect.github.com/artilleryio/artillery/issues/3672">#3672</a>)</li> <li><a href="https://github.com/artilleryio/artillery/commit/8bf25eb0b54ba4f83db5a0177626e48e5aa77731"><code>8bf25eb</code></a> feat: normalize query string for playwright engine (<a href="https://redirect.github.com/artilleryio/artillery/issues/3665">#3665</a>)</li> <li><a href="https://github.com/artilleryio/artillery/commit/7d7719e9f7588b2bcf448e0b4a8f97f5d837910e"><code>7d7719e</code></a> fix: update jsonpath-plus for CVE-2025-1302 (<a href="https://redirect.github.com/artilleryio/artillery/issues/3609">#3609</a>)</li> <li><a href="https://github.com/artilleryio/artillery/commit/7256c3f647f8b7f7dc6a606b8b9009815fa031a4"><code>7256c3f</code></a> chore: ignore pre/post-install hooks</li> <li><a href="https://github.com/artilleryio/artillery/commit/0dde0f83585288768b84bbadc42d2852b2998351"><code>0dde0f8</code></a> fix: handle worker messages larger than 64 KB on Azure ACI (<a href="https://redirect.github.com/artilleryio/artillery/issues/3662">#3662</a>)</li> <li>See full diff in <a href="https://github.com/artilleryio/artillery/compare/artillery-2.0.27...artillery-2.0.28">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=artillery&package-manager=npm_and_yarn&previous-version=2.0.27&new-version=2.0.28)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5acc12a commit 68966b1

2 files changed

Lines changed: 1832 additions & 6580 deletions

File tree

0 commit comments

Comments
 (0)