PLATFORM-7439: Publish updated scanconf parser - #371
Merged
Conversation
vfateev
approved these changes
Jul 29, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the repository to use the newer @xliic/preserving-json-yaml-parser release and aligns internal package versions accordingly, supporting the publication of the updated scanconf parser components.
Changes:
- Bump
@xliic/preserving-json-yaml-parserto^2.3.0across the root and relevant workspaces (includingweb). - Update internal package versions (
openapi,openapi-cjs,scanconf,scanconf-cjs) to2.3.0. - Regenerate lockfiles (
package-lock.json,packages/package-lock.json) to reflect the dependency upgrade (including removal of the no-longer-neededyaml-language-server-parserentry).
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/web/package.json | Updates web workspace to use @xliic/preserving-json-yaml-parser@^2.3.0. |
| packages/scanconf/package.json | Bumps @xliic/scanconf version to 2.3.0 and aligns parser dependency to ^2.3.0. |
| packages/scanconf-cjs/package.json | Bumps CJS scanconf package version to 2.3.0 and aligns parser dependency to ^2.3.0. |
| packages/package-lock.json | Updates the packages lockfile for parser 2.3.0 and associated dependency graph changes. |
| packages/openapi/package.json | Bumps @xliic/openapi version to 2.3.0 and aligns parser dependency to ^2.3.0. |
| packages/openapi-cjs/package.json | Bumps CJS openapi package version to 2.3.0 and aligns parser dependency to ^2.3.0. |
| package.json | Updates root dependency on @xliic/preserving-json-yaml-parser to ^2.3.0. |
| package-lock.json | Updates root lockfile for parser 2.3.0 and associated dependency graph changes. |
Files not reviewed (1)
- packages/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.