Dependencies: Bumps @umbraco-ui/uui from 1.17.0 to 1.17.1#22029
Merged
AndyButland merged 1 commit intomainfrom Mar 6, 2026
Merged
Dependencies: Bumps @umbraco-ui/uui from 1.17.0 to 1.17.1#22029AndyButland merged 1 commit intomainfrom
AndyButland merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the backoffice UI (UUI) external package dependencies to the latest patch release, ensuring the client-side build pulls in the most recent fixes for the Umbraco UI component library.
Changes:
- Bump
@umbraco-ui/uuiand@umbraco-ui/uui-cssfrom^1.17.0to^1.17.1in the external UUI package manifest. - Refresh
package-lock.jsonto lock all@umbraco-ui/*UUI sub-packages to1.17.1with updated tarball metadata (resolved/integrity).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Umbraco.Web.UI.Client/src/external/uui/package.json | Updates UUI dependency ranges to ^1.17.1. |
| src/Umbraco.Web.UI.Client/package-lock.json | Locks UUI and related sub-packages to 1.17.1 and updates resolved/integrity entries accordingly. |
Files not reviewed (1)
- src/Umbraco.Web.UI.Client/package-lock.json: Language not supported
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-ground-017b08103-22029.westeurope.6.azurestaticapps.net |
AndyButland
approved these changes
Mar 6, 2026
This was referenced Apr 2, 2026
Closed
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.
This pull request updates the dependencies in the
src/Umbraco.Web.UI.Client/src/external/uui/package.jsonfile to use the latest patch version of the Umbraco UI packages.Dependency updates:
@umbraco-ui/uuiand@umbraco-ui/uui-cssdependencies from version^1.17.0to^1.17.1to ensure the latest bug fixes and improvements are included.