-
Notifications
You must be signed in to change notification settings - Fork 459
chore: Updated dependencies and regenerated recipes #3705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
## Purpose of this PR This PR collects changes pointed by renovate bot and updates Wrench and RecipeEngine.Api dependencies. I also regenerated recipes ### Jira ticket N/A ## Documentation N/A ## Testing & QA (How your changes can be verified during release Playtest) N/A ## Backports #3705
…that we are bumping dependencies by minor
@NoelStephensUnity @EmandM I also removed all testing on 2021 editor and bumped NGO version to 1.15.0 due to Vetting test suggestion of
And the fact that this bumps dependencies by minor version |
After some thinking I would actually argue that if this is the only change in the package (NGOv1.X) for now then I wouldn't do the release here since it doesn't provide any meaningful value to users I will add some exception to release automation that if this is the only thing in the changelog then we shouldn't run the automation *I modified it and verified locally that it works |
One more question @NoelStephensUnity @EmandM After doing those changes I got the following "breaking changes" error. Do you know if this relates to transport version bump OR editor version bump? |
Purpose of this PR
This PR addresses 2 things pointed by renovate bot
More important is second point so first of all note that 2021.3 xLTS will be out of support in 6 days so I wanted to use this moment to update minimal editor (only relevant for NGOv1.X and
develop
branch) to 2022.3 for all our test projects and package.For the package I updated minimal supported editor to 2022.3 and updated dependencies to the ones on that version. I included Changelog mention of this. Note that in that case release automation will be triggered (changelog not empty) but I think we can still release this patch version even if with only that change
For the projects I used 2022.3.61f1 editor, I updated few dependencies and opened the projects so this involves automatic bumping of some dependencies detected by editor manifest
Jira ticket
N/A
Changelog
Documentation
N/A
Testing & QA (How your changes can be verified during release Playtest)
N/A
Backports
This is a partial backport of #3704