Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @japa/runner from 3.1.4 to 4.2.0 #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps @japa/runner from 3.1.4 to 4.2.0.

Release notes

Sourced from @​japa/runner's releases.

Add more debug logs

4.2.0 (2025-01-28)

Features

  • add more debug logs for easier debugging (0480c8a)

Full Changelog: japa/runner@v4.1.0...v4.2.0

Add Github annotations reporter

The Github annotations reporter reports test errors as workflow annotations. The reporter gets activated automatically in the Github actions environment

4.1.0 (2025-01-09)

Bug Fixes

  • incorrect base reporter import (5780063)
  • use unix slash in github annotations (a29115f)

Features

  • add github annotations reporter (23c7762)
  • enable github reporter when running in Github actions CI (9da5475)
  • make reporter private methods protected (d3e18a5)

Full Changelog: japa/runner@v4.0.0...v4.1.0

Test macros, support for bail mode and some breaking changes

4.0.0 (2025-01-06)

Test macros

Test macros are reusable test bound functions that can create and destroy resources around the lifecycle of a test. You can learn more about them in the docs and this tweet. https://x.com/AmanVirk1/status/1876135855074488589

Bail mode

In bail mode, all the upcoming tests after the failing test will be skipped. You could enable the bail mode in CI/CD pipelines to early exit the workflow after having a failing test. The bail mode is enabled using the --bail flag.

Changes to styling of subtext

The subtext refers to the text displayed by the spec reporter for the skipped and the regression tests. Earlier, the subtext was displayed in the same color as the test title. Now it is displayed as dimmed text with small tweaks to the styling. Please refer the following screenshots for the same.

Before

japa-3-x

After

japa-4-x

... (truncated)

Commits
  • 20928a2 chore(release): 4.2.0
  • ec4afd5 chore: update dependencies
  • bc359f7 chore: update dependencies
  • af30a6f chore: pin swc
  • 0480c8a feat: add more debug logs for easier debugging
  • 68aa83c chore(release): 4.1.0
  • a29115f fix: use unix slash in github annotations
  • 02678c6 test: fix breaking test in CI
  • d35747e chore: add github reporter to reporters list
  • 5780063 fix: incorrect base reporter import
  • 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)

Bumps [@japa/runner](https://github.com/japa/runner) from 3.1.4 to 4.2.0.
- [Release notes](https://github.com/japa/runner/releases)
- [Commits](japa/runner@v3.1.4...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants