Skip to content

Fix ajv-formats version override#969

Merged
tnotheis merged 1 commit intomainfrom
fix-ajv-formats-version-override
Feb 23, 2026
Merged

Fix ajv-formats version override#969
tnotheis merged 1 commit intomainfrom
fix-ajv-formats-version-override

Conversation

@tnotheis
Copy link
Member

Readiness checklist

  • I added/updated tests.
  • I ensured that the PR title is good enough for the changelog.
  • I labeled the PR.
  • I self-reviewed the PR.

Description

Currently an npm publish fails: https://github.com/nmshd/runtime/actions/runs/22302135150/job/64512720863
I assume that this fixes the problem.

@tnotheis tnotheis requested a review from britsta February 23, 2026 11:35
@tnotheis tnotheis self-assigned this Feb 23, 2026
Copilot AI review requested due to automatic review settings February 23, 2026 11:35
@tnotheis tnotheis added the ci Continuous Integration related stuff label Feb 23, 2026
@tnotheis tnotheis enabled auto-merge (squash) February 23, 2026 11:37
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an npm publish failure by correcting the version specification in the overrides field of the runtime package. The change updates the ajv version override from an exact version ("8.18.0") to a semver range ("^8.18.0"), making it consistent with how the dependency is declared in the dependencies section.

Changes:

  • Updated the ajv version override in packages/runtime/package.json from exact version to semver range

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tnotheis tnotheis merged commit 37f5968 into main Feb 23, 2026
21 checks passed
@tnotheis tnotheis deleted the fix-ajv-formats-version-override branch February 23, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration related stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants