Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@japa/assert ^3.0.0 -> ^4.0.1 age adoption passing confidence

Release Notes

japa/assert (@​japa/assert)

v4.0.1: Support @​japa/runner v4

Compare Source

Full Changelog: japa/assert@v4.0.0...v4.0.1

v4.0.0: Remove OpenAPI assertions to its own package

Compare Source

Instead you must use the @japa/openapi-assertions package for OpenAPI assertions. You can configure and use it as follows.

npm i -D @​japa/openapi-assertions
import { openapi } from '@​japa/openapi-assertions'

configure({
  plugins: [
    openapi({
      schemas: [new URL('../api-spec.json', import.meta.url)],
    }),
  ],
})
  • refactor!: remove api-contract-validator for OpenAPI testing (#​5) (e9ad2ed), closes #​5
Bug Fixes
  • type issues and test script (81c7a9b)
BREAKING CHANGES
  • API assertions have been moved to its own package

Full Changelog: japa/assert@v3.0.0...v4.0.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/japa-assert-4.x branch 4 times, most recently from 87341be to bd80095 Compare January 13, 2025 08:53
@renovate renovate bot force-pushed the renovate/japa-assert-4.x branch from bd80095 to 7f7688a Compare January 13, 2025 08:54
@RomainLanz RomainLanz merged commit 7fbcfd0 into main Jan 13, 2025
12 of 16 checks passed
@renovate renovate bot deleted the renovate/japa-assert-4.x branch January 13, 2025 08:56
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.

1 participant