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
we have a few incident reports about inconsistency failure between
platform, flow and bundles version mismatch.
for example:
incident 1 : flow-platform #4024
incident 2 : platform-bundles different versions on vaadin-development-mode-detector
incident 3 : flow-bundles different versions on lit
for platform, all versions are recorded in versions.json
for flow, versions are recorded in several place, use this one for example
for bundles, versions are recorded in the package.json
Describe the solution you'd like
add a script to check all versions are aligned in different places.
maybe one of these three conditions should be considered:
for snapshot validation, check github branches about the referenced place
for PR validation, check the version used as dependency versions
for release, check the versions used as dependency versions
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe your motivation
we have a few incident reports about inconsistency failure between
platform, flow and bundles version mismatch.
for example:
incident 1 : flow-platform #4024
incident 2 : platform-bundles different versions on vaadin-development-mode-detector
incident 3 : flow-bundles different versions on lit
for platform, all versions are recorded in versions.json
for flow, versions are recorded in several place, use this one for example
for bundles, versions are recorded in the package.json
Describe the solution you'd like
add a script to check all versions are aligned in different places.
maybe one of these three conditions should be considered:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: