Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the dependencies group with 2 updates: ava and xo.

Updates ava from 6.3.0 to 6.4.0

Release notes

Sourced from ava's releases.

v6.4.0

What's Changed

Interactive watch mode filters

@​mmulet did fantastic work to spearhead interactive watch mode filters. You can now filter test files by glob patterns, and tests by matching their titles. It's just like you already could from the CLI itself, but now without exiting AVA 🚀 avajs/ava#3372

As part of this work we've removed the "sticky" .only() behavior avajs/ava#3381

Examples

We've been remiss in merging avajs/ava#3335 which updates the examples to use AVA 6. It's done now, examples are up to date and it's all due to @​tommy-mitchell 👏

New Contributors

Full Changelog: avajs/ava@v6.3.0...v6.4.0

Commits
  • 372c241 6.4.0
  • 05ead28 Update release process & maintaining notes
  • 859f3ff Update examples to use AVA 6
  • eb2b48d Update XO & other dependencies
  • 50e02d5 Remove compiler option override needed for TypeScript 4.x
  • 57a3bbe Implement file globbing and test matching within watch mode
  • 29cb29a Remove special .only() behavior in watch mode
  • 36934b2 Fix error handling in watcher tests
  • 31a1262 Test with Node.js 24, remove v23 test runs
  • a6f42ea Upgrade @​ava/test to 6.3.0
  • See full diff in compare view

Updates xo from 1.0.5 to 1.1.0

Release notes

Sourced from xo's releases.

v1.1.0

  • Improve tsconfig handling (#810) e280d32

xojs/xo@v1.0.5...v1.1.0

Commits

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [ava](https://github.com/avajs/ava) and [xo](https://github.com/xojs/xo).


Updates `ava` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v6.3.0...v6.4.0)

Updates `xo` from 1.0.5 to 1.1.0
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v1.0.5...v1.1.0)

---
updated-dependencies:
- dependency-name: ava
  dependency-version: 6.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: xo
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@codecov
Copy link

codecov bot commented Jun 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fa7c744) to head (83891fe).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #204   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           94        94           
=========================================
  Hits            94        94           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Primajin Primajin merged commit 08cfb73 into main Jun 11, 2025
8 checks passed
@Primajin Primajin deleted the dependabot/npm_and_yarn/dependencies-2065093739 branch June 11, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants