Skip to content
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

fix(deps): update dependency @sap-ux/ui-components to v1.24.2 #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sap-ux/ui-components (source) 1.8.2 -> 1.24.2 age adoption passing confidence

Release Notes

SAP/open-ux-tools (@​sap-ux/ui-components)

v1.24.2

Compare Source

Patch Changes
  • dd34d62: UI accessability improvements for disabled elements and in quick action list

v1.24.1

Compare Source

Patch Changes
  • 7b5e3b9: UISections: Recalculate section sizes when external prop sizes change.

v1.24.0

Compare Source

Minor Changes
  • f48bfa0: This update introduces hover styles for the UIToggle component's thumb when in a checked state. It improves the visual feedback for users interacting with the toggle.

v1.23.0

Compare Source

Minor Changes
  • c570683: Unified the size-property in the UIToggle component. Fixed padding issues throughout the component. Fixed icon display issues during component mounting.

v1.22.3

Compare Source

Patch Changes
  • 81a5351: Add export for setIconOptions method from @fluentui/react

v1.22.2

Compare Source

Patch Changes
  • 318477a: Add missing exports:
    • UIChoiceGroup - export interface IChoiceGroup
    • UIList - export interfaces UIGroup, UIGroupedListProps, UIGroupHeaderProps, UIGroupRenderProps
    • UILoader - export enum UISpinnerSize
    • UIStack - export component UIStack
    • focus utility functions - export method isElementTabbable

v1.22.1

Compare Source

Patch Changes
  • 0fd924b: Adding a workaround for FluentUI not setting aria-invalid correctly for ComboBoxes

v1.22.0

Compare Source

Minor Changes
  • 0f9d186: Added new SVG icons: SwitchOff and SwitchOn.
    Enhanced the UIToggle component by adding visual indicators to display the switch status.

v1.21.4

Compare Source

Patch Changes
  • d167a73: Enhancements to UISections: Supports resizing with three or more sections.

v1.21.3

Compare Source

Patch Changes
  • bb0531d: Introduce a new 'Manage' icon to the UIIcons component. This enhancement expands the icon library, allowing for more diversified icon usage in UI components.

v1.21.2

Compare Source

Patch Changes
  • 2a72ad2: chore - Fix audit issues

v1.21.1

Compare Source

Patch Changes
  • 32191dd: UITranslationInput. Screen readers read the resolved translation tooltip/title of UITranslationInput as part of the screen reader speech, displaying it as 'Value: ... Translation: ...'.

v1.21.0

Compare Source

Minor Changes
  • 25b90b5: UIComboBox: New property "customSearchFilter" allows passing a custom filter function to apply additional filtering logic on top of the default search.

v1.20.4

Compare Source

Patch Changes
  • 1c8b59f: Fix UITreeDropdown change callback being triggered twice on first selection:
    1. First call with empty value
    2. Second call with selected value

v1.20.3

Compare Source

Patch Changes
  • e9e1e4d: Add aria-label for UIFlexibleTable Add Row Button

v1.20.2

Compare Source

Patch Changes
  • 9d06579: UITextInput, UIComboBox, UIDropdown, and UIChoiceGroup: Do not announce 'asterisk' on screen readers for required labels

v1.20.1

Compare Source

Patch Changes
  • f7c606c: UIComboBox/UIDropdown:
    Fixed an issue where calloutCollisionTransformation gets overwritten when external listeners are passed for the following props:
    • calloutProps.preventDismissOnEvent
    • calloutProps.layerProps.onLayerDidMount
    • calloutProps.layerProps.onLayerWillUnmount

v1.20.0

Compare Source

Minor Changes
  • ae2a993: UICombobox: Added new property 'searchByKeyEnabled' to allow searching by the option's "key" in addition to "text".

v1.19.0

Compare Source

Minor Changes
  • ea18bcb: Added new API method initTheme to override default Fluent UI styles, removing -webkit-font-smoothing: antialiased.

v1.18.11

Compare Source

Patch Changes
  • b403459: fix(ui-components): #​2140 - fix dropdown vertical align input field

v1.18.10

Compare Source

Patch Changes
  • 9e9daa4: UIComboBox, UIDropdown: Allow extending 'calloutProps' instead of overwriting.

v1.18.9

Compare Source

Patch Changes
  • 4c6f92c: feat(ui-c): add UIsetIconOptions and UIunregisterIcons

v1.18.8

Compare Source

Patch Changes
  • b669796: UIComboBox and UIDropdown support custom renderers for dropdown items via the onRenderOption and onRenderItem properties

v1.18.7

Compare Source

Patch Changes
  • e65bb7f: Update style for UICallout

v1.18.6

Compare Source

Patch Changes
  • 64aacf2: Sass warning about deprecate usage of '/' for division outside of calc

v1.18.5

Compare Source

Patch Changes
  • 93f8a83: chore - upgrade typescript 5.6.2

v1.18.4

Compare Source

Patch Changes
  • 195d758: Applied missing styles for the disabled state of UILink.

v1.18.3

Compare Source

Patch Changes
  • 89ec1c3: Uitable a11y fix: The :focus style should have been added to the column header cells (not to the header row).

v1.18.2

Compare Source

Patch Changes
  • 1fdac94: UITable. Fix for react warning 'Each child in a list should have a unique "key" prop'

v1.18.1

Compare Source

Patch Changes
  • b403459: fix(ui-components): #​2140 - fix dropdown vertical align input field

v1.18.0

Compare Source

Minor Changes
  • a492b41: Provide the ability to pass any props to UITreeDropdown input.

v1.17.9

Compare Source

Patch Changes
  • ea0674c: UIContextualMenu.getUIcontextualMenuCalloutStyles - change parameter from props?: IContextualMenuProps to styles?: IStyleFunctionOrObject<IContextualMenuStyleProps, IContextualMenuStyles> and make parameter as optional

v1.17.8

Compare Source

Patch Changes
  • b124873: UIContextualMenu.getUIContextualMenuItemStyles - make props param optional

v1.17.7

Compare Source

Patch Changes
  • 73f905f: Added optional tabIndex property for UISplitter component.

v1.17.6

Compare Source

Patch Changes

v1.17.5

Compare Source

Patch Changes
  • 128a3dc: UIDefaultButton. Regression after context menu enhancements - ArrowDown icon always rendered for button

v1.17.4

Compare Source

Patch Changes
  • ee7aeb8: Layout types for UIContextualMenu and consider underline prop for UILink

v1.17.3

Compare Source

Patch Changes
  • 0084205: chore: update sanitize-html and transitive dependencies

v1.17.2

Compare Source

Patch Changes
  • 88c8bf6: export interface for UISelectableOption(ISelectableOption from fluent-ui) which support generic type for "data" property

v1.17.1

Compare Source

Patch Changes
  • 9b7f144: adjust storybook after stroybook update from "7.6.18" to "8.1.11"

v1.17.0

Compare Source

Minor Changes
  • c235907: [BREAKING CHANGE] Change TypeScript transpile target to ES2021 to align with NodeJS 18+

v1.16.3

Compare Source

Patch Changes
  • ccd9256: Update Icons.tsx
    Icon16/ThumbsUp Icon16/ThumbsDown

v1.16.2

Compare Source

Patch Changes
  • 915e7d0: UIContextualMenu. Wrong visualisation of menu item without text when menu contains at least one menu item with icon

v1.16.1

Compare Source

Patch Changes
  • 33f1df8: Update build in themes(dark, light, hcb) by syncing from latest VSCode 1.89.1

v1.16.0

Compare Source

Minor Changes
  • 43b0ebd: Buttons. New property 'transparent' for UIDefaultButton and minor coloring styles correction

v1.15.15

Compare Source

Patch Changes
  • fcc980f: Save icon update
    Icon was in wrong position for some reason, so I've recentered it.

v1.15.14

Compare Source

Patch Changes
  • 833718a: Update Icons.tsx
    New icons for dev efforts

v1.15.13

Compare Source

Patch Changes
  • 494fd0f: fix: UISections splitter resize issue after window resize

v1.15.12

Compare Source

Patch Changes
  • 8b0e041: Fixed styling for disabled UICheckbox.

v1.15.11

Compare Source

Patch Changes
  • f3acc1c: Security upgrade fixes - webpack-dev-middleware from 6.1.1 to 6.1.3

v1.15.10

Compare Source

Patch Changes
  • edc3a16: UIComboBox. Extender 'isLoading' property with option to set loading within combobox input.

v1.15.9

Compare Source

Patch Changes
  • d188f76: Upgrading version of sanitize-html due to medium priority security issue

v1.15.8

Compare Source

Patch Changes
  • 75653b3: UIIconButton. Some icons(which are not 16x16) are not centered within UIIconButton

v1.15.7

Compare Source

Patch Changes
  • 942b8f2: Fixes for SonarQube issues:
    1. Prefer using nullish coalescing operator (??) instead of a logical or (||), as it is a safer operator.
    2. Refactor this code to not use nested template literals.
    3. Remove this property or method or refactor "Class", as "method" is not used inside component body
    4. Move this component definition out of the parent component and pass data as props.
    5. The signature '(from: number, length?: number | undefined): string' of 'text.substr' is deprecated.
    6. Mark the props of the component as read-only.
    7. Make this public static property readonly.
    8. Prefer using an optional chain expression instead, as it's more concise and easier to read.
    9. '{property}' is deprecated.
    10. Unnecessary use of boolean literals in conditional expression.
    11. useState call is not destructured into value + setter pair
    12. Remove this commented out code.

v1.15.6

Compare Source

Patch Changes
  • f6f7111: UIIconButton. Apply vscode theme variables for UIIconButton when 'checked' property is set as 'true'

v1.15.5

Compare Source

Patch Changes
  • 80fae21: Addition of Icon for App Info Page. Needed for new dev efforts

v1.15.4

Compare Source

Patch Changes
  • eb0b7b3: Chore - TypeScript 5 upgrade

v1.15.3

Compare Source

Patch Changes
  • 13dcde7: Update Icons.tsx to fix typo

v1.15.2

Compare Source

Patch Changes
  • ccf2767: Update Icons - Expand/Collapse Groups & 3 Layout options (Layout Centre, Left. & Right)

v1.15.1

Compare Source

Patch Changes
  • fcc980f: Save icon update
    Icon was in wrong position for some reason, so I've recentered it.

v1.15.0

Compare Source

Minor Changes
  • ea1ed43: feat: New component UIQuickNavigation to allow focus through groups using keyboard shortcuts

v1.14.2

Compare Source

Patch Changes

v1.14.1

Compare Source

Patch Changes
  • 17cd1c2: fix: UIDefaultButton. Apply VSCode border color(--vscode-button-border) to UIDefaultButton

v1.14.0

Compare Source

Minor Changes
  • 3ec4de4: Fix: UIComboBox. Prevent caret jump on input value change and on autocomplete value click

v1.13.5

Compare Source

Patch Changes
  • 4f792c8: - add ValidateInfo icon
    • add ValidateError icon
    • add ValidateWarning icon

v1.13.4

Compare Source

Patch Changes
  • e47492f: Reusable css variables and classes for common box shadows.
    Variables - --ui-box-shadow-small, --ui-box-shadow-medium, --ui-box-shadow-large.
    Classes - ui-box-shadow-small , ui-box-shadow-medium, ui-box-shadow-large.

v1.13.3

Compare Source

Patch Changes
  • 3473d4b: UIFlexibleTable. New property "isTouchDragDisabled" which allows to disable drag/reordering of table rows where drag is initalized by touch events

v1.13.2

Compare Source

Patch Changes
  • f1221f2: fix: UIContextualMenu. Border bottom is cut for UIContextualMenu in some zoom levels

v1.13.1

Compare Source

Patch Changes
  • cbae7ab: fix: UICallout. New property "focusTargetSiblingOnTabPress", which allows to focus next/previous element relative to target when Tab key is pressed using keyboard

v1.13.0

Compare Source

Minor Changes
  • c7d5b85: UIDropdown, UIComboBox - new property "calloutCollisionTransformation" to improve interaction between multi-select dropdown and dialog action buttons(transformation makes dialog action buttons if its overlapped by dropdown menu)

v1.12.5

Compare Source

Patch Changes

v1.12.4

Compare Source

Patch Changes
  • f2b5e73: update header and layout icons

v1.12.3

Compare Source

Patch Changes

v1.12.2

Compare Source

Patch Changes
  • 37f4e17: Parameterise UI Action Aallout border colour

v1.12.1

Compare Source

Patch Changes

v1.12.0

Compare Source

Minor Changes
  • 22a2126: UISplitButton update state on props change

v1.11.21

Compare Source

Patch Changes
  • 95f951f: styling changes for UIActionCallout

v1.11.20

Compare Source

Patch Changes
  • 767e1c3: UIDialog, UICallout, UIContextualMenu, dropdown menus - apply border radius. 4px for UIDialog and UICallout. 2px for contextual and dropdown menus

v1.11.19

Compare Source

Patch Changes
  • a6de515: Fixed SonarQube issue: "setState" should use a callback when referencing the previous state

v1.11.18

Compare Source

Patch Changes
  • 80b9546: fix(ui-components): fix focus state for the split button

v1.11.17

Compare Source

Patch Changes
  • 38d70e3: UIList. Fix - ListProps interface is extended from fluent-ui IGroupedListProps

v1.11.16

Compare Source

Patch Changes
  • 2039c78: UIFlexibleTable. Fix - impossible to scroll with touch when user touches disabled row.

v1.11.15

Compare Source

Patch Changes
  • a1c0d41: UITextField. Fix - apply font family using vscode variable to UITextField input.

v1.11.14

Compare Source

Patch Changes
  • 67179f3: chore(deps): update storybook monorepo to v7.4.3

v1.11.13

Patch Changes
  • 63c698a: chore - fix publishing of modules missed in failed release build

v1.11.12

Patch Changes
  • a77300c: chore(uic): re-fix the sleep function tests

v1.11.11

Compare Source

Patch Changes
  • 0dbad1b: chore(deps): update dependency typescript to v4.9.5

v1.11.10

Compare Source

Patch Changes
  • 777d9d9: chore(deps): update babel dependencies

v1.11.8

Compare Source

Patch Changes
  • 6ab0976: fix(uitable): fix waitFor function

v1.11.7

Compare Source

Patch Changes
  • 93f711c: 2px border radius is applied for input, dropdown, button components.

v1.11.6

Compare Source

Patch Changes
  • 50bf49a: chore(deps): update storybook to v7.4.1

v1.11.5

Compare Source

Patch Changes
  • 30fc4a1: feat(ui-components) add createref as props to UICreateSelect

v1.11.4

Compare Source

Patch Changes
  • 27f9cdf: feat(ui-components) add the noOptionsMessage to UICreateSelect

v1.11.3

Compare Source

Patch Changes
  • 540c38c: feat(ui-components) add UICreateSelect component

v1.11.2

Compare Source

Patch Changes
  • 95f951f: styling changes for UIActionCallout

v1.11.1

Compare Source

Patch Changes
  • a6de515: Fixed SonarQube issue: "setState" should use a callback when referencing the previous state

v1.11.0

Compare Source

Minor Changes
  • cb80467: feat: add GoLeft and GoRight icons

v1.10.0

Compare Source

Minor Changes
  • c908acf: feat(562): update star icon and add history icon

v1.9.0

Compare Source

Minor Changes
  • 8577ffa: Enhancements for DropdownMenues. UICombobox, UIDropdown and UIContextualMenu - support headers and separators. UIContextualMenu - support item text with icons(rendered on right).

v1.8.5

Compare Source

Patch Changes
  • d3e7d06: Fixes for 'promises should not be misused' sonar bugs

v1.8.4

Compare Source

Patch Changes

v1.8.3

Compare Source

Patch Changes
  • 4ba1389: Chore - update devDeps, fix lint issues, adjust rimraf.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 27, 2023 15:45
@renovate renovate bot added the renovate label Jun 27, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jun 27, 2023

⚠️ No Changeset found

Latest commit: d797959

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 8be858b to e77a061 Compare July 5, 2023 15:51
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.8.3 fix(deps): update dependency @sap-ux/ui-components to v1.8.4 Jul 5, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from e77a061 to 1d56af2 Compare August 9, 2023 22:14
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.8.4 fix(deps): update dependency @sap-ux/ui-components to v1.8.5 Aug 9, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 1d56af2 to 53dcc05 Compare August 15, 2023 09:53
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.8.5 fix(deps): update dependency @sap-ux/ui-components to v1.9.0 Aug 15, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 53dcc05 to ce1def9 Compare August 22, 2023 10:26
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.9.0 fix(deps): update dependency @sap-ux/ui-components to v1.10.0 Aug 22, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from ce1def9 to 8e80077 Compare August 24, 2023 10:48
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.10.0 fix(deps): update dependency @sap-ux/ui-components to v1.11.0 Aug 24, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 8e80077 to 15c9c64 Compare August 31, 2023 06:40
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.0 fix(deps): update dependency @sap-ux/ui-components to v1.11.1 Aug 31, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 15c9c64 to 992f2dc Compare September 6, 2023 10:13
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.1 fix(deps): update dependency @sap-ux/ui-components to v1.11.2 Sep 6, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 992f2dc to 35ebe7c Compare September 6, 2023 15:00
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.2 fix(deps): update dependency @sap-ux/ui-components to v1.11.3 Sep 6, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 35ebe7c to 2501d77 Compare September 7, 2023 10:54
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.3 fix(deps): update dependency @sap-ux/ui-components to v1.11.4 Sep 7, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 2501d77 to 39408d1 Compare September 12, 2023 19:10
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.4 fix(deps): update dependency @sap-ux/ui-components to v1.11.6 Sep 12, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 39408d1 to d2bc2a1 Compare September 13, 2023 16:46
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.6 fix(deps): update dependency @sap-ux/ui-components to v1.11.7 Sep 13, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from d2bc2a1 to f71e09e Compare September 18, 2023 10:32
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.7 fix(deps): update dependency @sap-ux/ui-components to v1.11.8 Sep 18, 2023
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from f71e09e to 24e4a23 Compare September 19, 2023 15:00
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.11.8 fix(deps): update dependency @sap-ux/ui-components to v1.11.10 Sep 19, 2023
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.20.1 fix(deps): update dependency @sap-ux/ui-components to v1.20.2 Oct 28, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from a25937b to b61cbce Compare October 29, 2024 14:26
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.20.2 fix(deps): update dependency @sap-ux/ui-components to v1.20.3 Oct 29, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from b61cbce to d753961 Compare November 11, 2024 10:03
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.20.3 fix(deps): update dependency @sap-ux/ui-components to v1.21.0 Nov 11, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from d753961 to 3f07c5a Compare November 15, 2024 14:08
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.21.0 fix(deps): update dependency @sap-ux/ui-components to v1.21.1 Nov 15, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 3f07c5a to 869d083 Compare November 19, 2024 17:24
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.21.1 fix(deps): update dependency @sap-ux/ui-components to v1.21.2 Nov 19, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 869d083 to e1b41f8 Compare December 2, 2024 13:47
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.21.2 fix(deps): update dependency @sap-ux/ui-components to v1.21.3 Dec 2, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from e1b41f8 to 71060e6 Compare December 10, 2024 13:43
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.21.3 fix(deps): update dependency @sap-ux/ui-components to v1.21.4 Dec 10, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 71060e6 to a8e45ec Compare December 16, 2024 16:40
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.21.4 fix(deps): update dependency @sap-ux/ui-components to v1.22.0 Dec 16, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from a8e45ec to 6d5c5c7 Compare December 17, 2024 10:41
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.22.0 fix(deps): update dependency @sap-ux/ui-components to v1.22.1 Dec 17, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 6d5c5c7 to 01ca1bc Compare December 17, 2024 18:55
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.22.1 fix(deps): update dependency @sap-ux/ui-components to v1.22.2 Dec 17, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 01ca1bc to 23f05fb Compare December 19, 2024 14:04
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.22.2 fix(deps): update dependency @sap-ux/ui-components to v1.22.3 Dec 19, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 23f05fb to 32cd9b9 Compare December 20, 2024 10:04
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.22.3 fix(deps): update dependency @sap-ux/ui-components to v1.23.0 Dec 20, 2024
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 32cd9b9 to edea37e Compare January 9, 2025 19:12
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.23.0 fix(deps): update dependency @sap-ux/ui-components to v1.24.0 Jan 9, 2025
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from edea37e to 83bce8c Compare January 14, 2025 18:34
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.24.0 fix(deps): update dependency @sap-ux/ui-components to v1.24.1 Jan 14, 2025
@renovate renovate bot force-pushed the chore/renovate/sap-ux-ui-components-1.x branch from 83bce8c to d797959 Compare January 27, 2025 13:01
@renovate renovate bot changed the title fix(deps): update dependency @sap-ux/ui-components to v1.24.1 fix(deps): update dependency @sap-ux/ui-components to v1.24.2 Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants