-
Notifications
You must be signed in to change notification settings - Fork 1
Update Kentico Xperience packages to 31.0.0 #59
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
Conversation
Co-authored-by: petrinecp <5637849+petrinecp@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates Kentico Xperience packages from version 30.6.0 to 31.0.0 across the repository. The update includes the main package version property, the database manager tool, and regenerated package lock files with updated transitive dependencies.
Key Changes:
- Updated
LastAppliedHotfixproperty to 31.0.0 in Directory.Packages.props - Updated kentico.xperience.dbmanager tool from 29.0.1 to 31.0.0
- Regenerated package lock files with updated dependency graph including new transitive dependencies for Semantic Kernel and AI components
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updated central package management property from 30.6.0 to 31.0.0 |
| examples/DancingGoat-K13Ecommerce/.config/dotnet-tools.json | Updated dbmanager tool version from 29.0.1 to 31.0.0 |
| test/Kentico.Xperience.K13Ecommerce.UnitTests/packages.lock.json | Regenerated lock file with updated dependencies; contains version inconsistency issue |
| test/Kentico.Xperience.K13Ecommerce.IntegrationTests/packages.lock.json | Regenerated lock file with updated dependencies; contains version inconsistency issue |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
test/Kentico.Xperience.K13Ecommerce.UnitTests/packages.lock.json
Outdated
Show resolved
Hide resolved
test/Kentico.Xperience.K13Ecommerce.IntegrationTests/packages.lock.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot look at these build errors: xperience-by-kentico-k13ecommerce/test/Kentico.Xperience.K13Ecommerce.IntegrationTests/Kentico.Xperience.K13Ecommerce.IntegrationTests.csproj : error NU1004: The project references kentico.xperience.ecommerce.common whose dependencies has changed.The packages lock file is inconsistent with the project dependencies so restore can't be run in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file. [/home/runner/work/xperience-by-kentico-k13ecommerce/xperience-by-kentico-k13ecommerce/Kentico.Xperience.K13Ecommerce.sln] xperience-by-kentico-k13ecommerce/test/Kentico.Xperience.K13Ecommerce.UnitTests/Kentico.Xperience.K13Ecommerce.UnitTests.csproj : error NU1004: The project references kentico.xperience.ecommerce.common whose dependencies has changed.The packages lock file is inconsistent with the project dependencies so restore can't be run in locked mode. Disable the RestoreLockedMode MSBuild property or pass an explicit --force-evaluate option to run restore to update the lock file. [/home/runner/work/xperience-by-kentico-k13ecommerce/xperience-by-kentico-k13ecommerce/Kentico.Xperience.K13Ecommerce.sln] |
Co-authored-by: petrinecp <5637849+petrinecp@users.noreply.github.com>
Fixed in b959031. The issue was that the submodule |
|
@copilot the "CI: Build and Test" action is failing, can you fix it? |
|
@copilot The build is failing with error: Submodule 'submodules/xperience-by-kentico-ecommerce-common' (https://github.com/Kentico/xperience-by-kentico-ecommerce-common.git) registered for path 'submodules/xperience-by-kentico-ecommerce-common' |
Co-authored-by: petrinecp <5637849+petrinecp@users.noreply.github.com>
Co-authored-by: petrinecp <5637849+petrinecp@users.noreply.github.com>
Fixed in e09b886. The issue was that the submodule was pointing to a commit (2471521) that only existed locally and was never pushed to the remote repository. Updated the submodule reference to the correct commit (6babeb6) from the main branch which has Kentico packages at version 31.0.0 and exists in the remote repository. The CI build should now pass. |
Update Kentico Xperience Package References to 31.0.0
LastAppliedHotfixproperty from30.6.0to31.0.0in Directory.Packages.props29.0.1to31.0.0in examples/DancingGoat-K13Ecommerce/.config/dotnet-tools.jsonOriginal prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.