Skip to content

build(deps): bump go.k6.io/k6 from 1.0.0 to 1.3.0#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.k6.io/k6-1.3.0
Open

build(deps): bump go.k6.io/k6 from 1.0.0 to 1.3.0#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.k6.io/k6-1.3.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps go.k6.io/k6 from 1.0.0 to 1.3.0.

Release notes

Sourced from go.k6.io/k6's releases.

v1.3.0

k6 v1.3.0 is here 🎉! This release includes:

  • Browser module gets:
    • locator.locator, locator.contentFrame, and FrameLocator.locator for powerful locator chaining and iframe handling.
    • locator|frame|FrameLocator.getBy* for targeting elements without relying on brittle CSS selectors.
    • locator.filter for filtering locators for more precise element targeting.
    • locator.boundingBox for retrieving element geometry.
    • page.waitForResponse for waiting on specific HTTP responses.

Deprecations

A new summary mode disabled has been introduced to replace the "no summary" option #5118

The --no-summary flag and its corresponding environment variable K6_NO_SUMMARY have been deprecated in favor of the new disabled summary mode. This change unifies the configuration experience for controlling the end-of-test summary.

You can now disable the end-of-test summary with either --summary-mode=disabled or K6_SUMMARY_MODE=disabled.

The legacy summary mode has been deprecated #5138

The legacy summary mode was introduced in k6 v1.0, when the end-of-test summary was revamped with the addition of two new modes: compact and full.

Its purpose was to ease the transition for users who relied heavily on the old summary format. However, we’ve now reached the point where it’s time to deprecate it.

The plan is to fully remove it in k6 v2.0, so please migrate to either compact or full to ensure readiness for the next major release.

New features

locator.locator #5073

The locator.locator method allows you to define locators relative to a parent locator, enabling powerful locator chaining and nesting. This feature lets you create more precise element targeting by combining multiple selectors in a hierarchical manner.

await page
  .locator('[data-testid="inventory"]')
  .locator('[data-item="apples"]')
  .locator('button.add')
  .click();

This nesting capability provides a more intuitive way to navigate complex DOM structures and serves as the foundation for other locator APIs in this release that require such hierarchical targeting.

locator.contentFrame #5075

The browser module now supports locator.contentFrame(), which returns a new type frameLocator. This method is essential for switching context from the parent page to iframe contents.

... (truncated)

Commits
  • 5870e99 Release notes v1.3.0 (#5169)
  • c7fdf34 Bump k6 version to 1.3.0 (#5170)
  • df2c3df fix clearTimeout running next timer if first is removed
  • 687e7dd Update tests to use getBy* where it make sense
  • 4e5135a chore(deps): update module github.com/redis/go-redis/v9 to v9.6.3 [security] ...
  • b53fc3a chore(config): migrate config renovate.json (#5189)
  • e42a4f3 Fix Prometheus RW trend stats metric transformation (#5178)
  • cfeb83f Migrate to Renovate (#5154)
  • 60336bd Deprecate the --summary mode=legacy (#5138)
  • c855af4 Fix sobek usage in evaluate and evaluateHandle (#5182)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [go.k6.io/k6](https://github.com/grafana/k6) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/grafana/k6/releases)
- [Commits](grafana/k6@v1.0.0...v1.3.0)

---
updated-dependencies:
- dependency-name: go.k6.io/k6
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants