feat(tools): update/verify packages that changed versioning approach from pre-release to standard to accommodate proper dependency definitions#28483
Merged
Hotell merged 1 commit intoJul 11, 2023
Conversation
…from pre-release to standard to accomodate proper dependency definitions
3 tasks
Collaborator
📊 Bundle size report🤖 This report was generated against f9c4ec8d19658d9314d57f890de1a0d886edc116 |
Asset size changesUnable to find bundle size details for Baseline commit: 440f1c7 Possible causes
Recommendations
|
Hotell
marked this pull request as ready for review
July 10, 2023 17:12
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b3481c5:
|
Hotell
enabled auto-merge (squash)
July 10, 2023 17:52
ling1726
approved these changes
Jul 11, 2023
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.
Previous Behavior
if version was set to
>=9.0.0-alphaalready and package migrated to standard versioning policy, we dont update deps nor trigger error inverifymode.New Behavior
as we will be migrating away from pre-releases we need to update our dependency versions as well. This change to the generator adds that feature.
Related Issue(s)
*#28461