Update ajv to version 8.18.0 and adjust related dependencies in package.json and pnpm-lock.yaml#5668
Merged
iclanton merged 3 commits intomicrosoft:mainfrom Feb 24, 2026
Merged
Conversation
…ge.json and pnpm-lock.yaml
Member
|
You need changelog messages. Run: and commit the generated files. |
…ge.json and pnpm-lock.yaml
Contributor
Author
@microsoft-github-policy-service agree |
Contributor
Author
I just run the command and amend commit pushed |
iclanton
approved these changes
Feb 24, 2026
common/changes/@rushstack/node-core-library/chore-ajv-8.18.0_2026-02-24-20-29.json
Outdated
Show resolved
Hide resolved
common/changes/@rushstack/rig-package/chore-ajv-8.18.0_2026-02-24-20-29.json
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[node-core-library, rig-package] Upgrade ajv to version 8.18.0
Summary
Fixes #5647
Updated the
ajv(Another JSON Schema Validator) dependency from version 8.13.0 to 8.18.0 across the monorepo. This update brings the latest improvements and bug fixes from the ajv library, ensuring improved JSON schema validation performance and compatibility.Details
Updated
ajvdependency in the following packages:libraries/node-core-library: ajv ~8.13.0 → ~8.18.0libraries/rig-package: ajv ~8.13.0 → ~8.18.0Accordingly updated the pnpm lock files in both the default subspace and build-tests-subspace to reflect the new dependency versions and their transitive dependencies.
No breaking changes are expected as this is a patch version update within the same minor version range (~8.x.x).
How it was tested
Verified that
rush installcompletes successfully and the monorepo builds without errors after the dependency upgrade.Impacted documentation
No documentation updates required for this dependency upgrade.