Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @japa/runner from 3.1.4 to 4.4.0.

Release notes

Sourced from @​japa/runner's releases.

Add support for listing pinned tests and fail test suite when there are pinned tests

4.4.0 (2025-08-12)

disallowPinnedTests Plugin

The disallowPinnedTests plugin can be used to fail the test suite when there are one or more pinned tests. You may use it to disallow pinning tests when running in CI.

import { disallowPinnedTests } from '@japa/runner/plugins'
configure({
plugins: [disallowPinnedTests({ disallow: !!process.env.CI })]
})

List pinned tests

The --list-pinned flag can be used to view a list of all the pinned tests along with their source code location.

node bin/test.ts --list-pinned

Features

  • add CLI flag to list pinned tests (5a60016)
  • add disallowPinnedTests plugin (94a966f)

Full Changelog: japa/runner@v4.3.1...v4.4.0

Replace deprecated find-cache-dir package with find-cache-directory

4.3.1 (2025-08-07)

Bug Fixes

  • replace deprecated find-cache-dir (#67) (b0e856d)

What's Changed

New Contributors

Full Changelog: japa/runner@v4.3.0...v4.3.1

Add getActiveTestOrFail method and return group from test.group method

4.3.0 (2025-07-21)

... (truncated)

Commits
  • ec3e045 chore(release): 4.4.0
  • e17372d refactor: update error message for disallowPinnedTests plugin
  • 5a60016 feat: add CLI flag to list pinned tests
  • 94a966f feat: add disallowPinnedTests plugin
  • 9f84601 chore: update dependencies
  • 4dabdf3 chore(release): 4.3.1
  • b0e856d fix: replace deprecated find-cache-dir (#67)
  • 3751f22 chore(release): 4.3.0
  • b5c39ed chore: update dependencies
  • 73a0b6e feat: add getActiveTestOrFail method (#65)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 17, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/japa/runner-4.4.0 branch from 01a6469 to c757797 Compare September 17, 2025 19:39
Bumps [@japa/runner](https://github.com/japa/runner) from 3.1.4 to 4.4.0.
- [Release notes](https://github.com/japa/runner/releases)
- [Commits](japa/runner@v3.1.4...v4.4.0)

---
updated-dependencies:
- dependency-name: "@japa/runner"
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/japa/runner-4.4.0 branch from c757797 to 0ed64d5 Compare October 4, 2025 19:09
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants