You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
V["VERSION file"]
C["scripts/version-cli/config.json"]
P["package.json files"]
V -- "defines new version" --> C
C -- "applies version updates" --> P
The configuration refers to "ff_json_version_pattern" as the find pattern, but it's not defined in this file. Ensure that the regex for ff_json_version_pattern is declared or imported so version replacements actually occur.
In the "Forms Flow Service Package" update, the context block omits max_matches, while all other package-lock entries specify it. Consider adding max_matches for consistency and predictable behavior.
Remove the leftover old version line and ensure the file only contains the new version with a trailing newline. This prevents confusion over which version is current.
Why: The duplicate old version line can cause confusion; removing it clarifies the current version.
Low
General
Add max_matches to service context
Add a max_matches field to the context for the service package update to mirror other entries and limit unintended replacements. This ensures consistent behavior across all package locks.
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
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.
User description
Issue Tracking
JIRA:
Issue Type: BUG/ FEATURE
Changes
PR Type
Enhancement
Description
Bump project version to v7.2.0-alpha
Update micro-frontends package versions
Add version-cli configuration file
Changes diagram
Changes walkthrough 📝
10 files
Bump `VERSION` to `v7.2.0-alpha`Update admin package version to `7.2.0-alpha`Update components package version to `7.2.0-alpha`Update integration package version to `7.2.0-alpha`Update nav package version to `7.2.0-alpha`Update review package version to `7.2.0-alpha`Update services package version to `7.2.0-alpha`Update submissions package version to `7.2.0-alpha`Update theme package version to `7.2.0-alpha`Add `version-cli` configuration definitions