RELEASE @W-22462041@ Conducting v5.14.0 release#2057
Open
nikhil-mittal-165 wants to merge 5 commits into
Open
Conversation
Main2Dev @W-22270236@ Merging main to dev after v5.13.0
aruntyagiTutu
approved these changes
Jun 25, 2026
aruntyagiTutu
left a comment
Contributor
There was a problem hiding this comment.
PR Review Complete - APPROVED
This release PR follows all Code Analyzer team standards:
Compliance Summary:
- Proper release commit convention (RELEASE @W-22462041@)
- @types/node remains at v20 (compatibility requirement)
- All core packages updated to released versions (not GitHub SHAs)
- Package-lock.json updated correctly
- Version bumps are consistent (5.13.0 to 5.14.0)
- Clean release scope with new ast-dump command
- Complete tests and documentation for new feature
New Feature:
- ast-dump command for generating PMD AST output
- Proper error handling and validation
- Complete test coverage (ast-dump.test.ts, AstDumpAction.test.ts)
- Full documentation with examples
Dependency Updates:
- All @salesforce/code-analyzer-* packages updated to latest releases
- @oclif/core: 4.11.3 to 4.11.6 (patch)
- js-yaml: 4.1.1 to 4.2.0 (minor)
- ansis: 4.3.0 to 4.3.1 (patch)
All changes align with monthly release patterns and team standards.
Note: Respecting the "DO NOT MERGE YET" hold for release partner verification.
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.
Release Summary
Conducting monthly release for Code Analyzer CLI v5.14.0.
Release Branch
Changes Included
Core Package Dependencies
Pre-Merge Checklist