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

chore(deps): update dependency @japa/assert to v4 #7

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

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

Release Notes

japa/assert (@​japa/assert)

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.

@RomainLanz RomainLanz merged commit df874ee into 0.x Dec 29, 2024
16 checks passed
@renovate renovate bot deleted the renovate/japa-assert-4.x branch December 29, 2024 09:26
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