Skip to content

Update comet#351

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/comet
Open

Update comet#351
renovate[bot] wants to merge 1 commit intomainfrom
renovate/comet

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@comet/admin (source) ^7.0.0^7.25.14 age confidence
@comet/admin (source) ^7.21.1^7.25.14 age confidence
@comet/admin-babel-preset (source) ^7.21.1^7.25.14 age confidence
@comet/admin-date-time (source) ^7.0.0^7.25.14 age confidence
@comet/admin-date-time (source) ^7.21.1^7.25.14 age confidence
@comet/admin-icons (source) ^7.0.0^7.25.14 age confidence
@comet/admin-icons (source) ^7.21.1^7.25.14 age confidence
@comet/admin-rte (source) ^7.21.1^7.25.14 age confidence
@comet/admin-theme (source) ^7.21.1^7.25.3 age confidence
@comet/blocks-admin (source) ^7.0.0^7.25.3 age confidence
@comet/blocks-admin (source) ^7.21.1^7.25.3 age confidence
@comet/blocks-api (source) ^7.0.0^7.25.3 age confidence
@comet/blocks-api (source) ^7.21.1^7.25.3 age confidence
@comet/cli (source) ^7.21.1^7.25.14 age confidence
@comet/cms-admin (source) ^7.0.0^7.25.14 age confidence
@comet/cms-admin (source) ^7.21.1^7.25.14 age confidence
@comet/cms-api (source) ^7.0.0^7.25.14 age confidence
@comet/cms-api (source) ^7.21.1^7.25.14 age confidence
@comet/cms-site (source) ^7.0.0^7.25.3 age confidence
@comet/cms-site (source) ^7.21.1^7.25.3 age confidence
@comet/dev-process-manager ^2.7.0^2.7.1 age confidence
@comet/eslint-config (source) ^7.21.1^7.25.14 age confidence

Release Notes

vivid-planet/comet (@​comet/admin)

v7.25.14: 7.25.14

Compare Source

@​comet/cms-api@​7.25.14
Patch Changes
  • 09a62af: API Generator: fix generated query in position-service

v7.25.13: 7.25.13

Compare Source

@​comet/cms-site@​7.25.13
Patch Changes
  • 2af58aa: Set referrerPolicy="strict-origin-when-cross-origin" in the YouTubeVideoBlock

    Apparently, YouTube recently started requiring a Referer header for embedded videos. If no Referer is present, the video fails to load ("Error 153").

v7.25.12: 7.25.12

Compare Source

@​comet/site-nextjs@​7.25.12
Patch Changes
  • 0747af7: Set referrerPolicy="strict-origin-when-cross-origin" in the YouTubeVideoBlock

    Apparently, YouTube recently started requiring a Referer header for embedded videos. If no Referer is present, the video fails to load ("Error 153").

v7.25.11: 7.25.11

Compare Source

@​comet/cms-site@​7.25.11
Patch Changes
  • cb057ee: Add SEO title property to PixelImageBlock and SvgImageBlock
@​comet/site-nextjs@​7.25.11
Patch Changes
  • cb057ee: Add SEO title property to PixelImageBlock and SvgImageBlock
@​comet/site-react@​7.25.11
Patch Changes
  • cb057ee: Add SEO title property to PixelImageBlock and SvgImageBlock

v7.25.10: 7.25.10

Compare Source

@​comet/cms-site@​7.25.10
Patch Changes
  • 9b3292d: Prevent phishing in SitePreview (for pages router)
@​comet/site-nextjs@​7.25.10
Patch Changes
  • 9b3292d: Prevent phishing in SitePreview (for pages router)

v7.25.9: 7.25.9

Compare Source

@​comet/cms-admin@​7.25.9
Patch Changes
  • 79a90e7: Prevent phishing in SitePreview

    Affected applications: if the property resolvePath of the SitePreview component returns the plain path. The default implementation in the starter is not affected.

@​comet/cms-site@​7.25.9
Patch Changes
  • 79a90e7: Prevent phishing in SitePreview

    Affected applications: if the property resolvePath of the SitePreview component returns the plain path. The default implementation in the starter is not affected.

@​comet/site-nextjs@​7.25.9
Patch Changes
  • 79a90e7: Prevent phishing in SitePreview

    Affected applications: if the property resolvePath of the SitePreview component returns the plain path. The default implementation in the starter is not affected.

v7.25.8: 7.25.8

Compare Source

@​comet/cms-admin@​7.25.8
Patch Changes
  • c85d162: Fix styling of DialogTitle in ChooseFileDialog

v7.25.7: 7.25.7

Compare Source

@​comet/cms-admin@​7.25.7
Patch Changes
  • 1f6b81f: Copying a page between scopes with the same DAM scope now retains DAM file references

    Previously, when copying a page from one scope to another and these scopes shared the same DAM scope, the copied page would lose all references to DAM files.

    Example:

    • You copy a page from scope { domain: "main", language: "en" } to { domain: "main", language: "de" }
    • And the DAM scope is only { domain: "main" }

    → the copied page would lose all references to DAM files

    Now, the copied page retains references to DAM files, if both scopes share the same DAM scope.

v7.25.6: 7.25.6

Compare Source

@​comet/cms-admin@​7.25.6
Patch Changes
  • ddeba02: Fix missing "Crop image" button in PixelImageBlock

v7.25.5: 7.25.5

Compare Source

@​comet/cms-api@​7.25.5
Patch Changes
  • cc8b41c: Fix copying a file from one scope to another

    Previously, the media alternatives weren't handled when copying a file (which happens automatically when copying a page from one scope to another). This caused this error:

    ERROR [ExceptionFilter] DriverException: update "DamMediaAlternative" set "for" = 'eb2a6906-eef9-425c-9d46-1f76275f4ca5', "alternative" = 'eb2a6906-eef9-425c-9d46-1f76275f4ca5' where "id" = '[object Object]' - invalid input syntax for type uuid: "[object Object]"

v7.25.4: 7.25.4

Compare Source

@​comet/cms-admin@​7.25.4
Patch Changes
  • 4043175: Validate path parameter in site preview

    Prevents phishing attacks.

v7.25.3

Compare Source

Patch Changes

v7.25.2

Compare Source

Patch Changes

v7.25.1

Compare Source

Patch Changes

v7.25.0

Compare Source

Patch Changes

v7.24.0

Compare Source

Patch Changes

v7.23.0

Compare Source

Patch Changes

v7.22.0

Compare Source

Patch Changes
  • 2cf573b: Optimize responsive behavior of CrudMoreActionsMenu

  • 086774f: Revert "Prevent form components used within Field/FieldContainer from overflowing their parent" introduced in v7.20.0

    This change caused the BlocksBlock to break when rendering it inside a Field.

v7.21.1

Compare Source

Patch Changes

v7.21.0

Compare Source

Patch Changes

v7.20.0

Compare Source

Patch Changes
  • 415a831: Prevent form components used within Field/FieldContainer from overflowing their parent

    Select components now truncate their value with ellipsis when used within these components, consistent with their behavior in other usages.

  • 99f904f: Close Dialog with ESC key or backdrop click

  • 2d17265: title prop of the Dialog got merged with title Prop of MuiDialogProps. This lead to errors when forwarding ReactNodes to title.

v7.19.0

Compare Source

Patch Changes

v7.18.0

Compare Source

Patch Changes

v7.17.0

Compare Source

Patch Changes

v7.16.0

Compare Source

Patch Changes

v7.15.0

Compare Source

Minor Changes
  • a189d4e: Support dynamic values for the label prop of SwitchField depending on its checked state

    <SwitchField name="switch" label={(checked) => (checked ? "On" : "Off")} />
  • 7d8c36e: Add the DataGridPanel component to replace MUIs default Panel used by DataGrid to match the Comet DXP design

    It is recommended to add this component to your theme's defaultProps of MuiDataGrid.

    Example theme configuration for admin/src/theme.ts:

    import { DataGridPanel } from "@&#8203;comet/admin";
    import { createCometTheme } from "@&#8203;comet/admin-theme";
    import type {} from "@&#8203;mui/x-data-grid/themeAugmentation";
    
    export const theme = createCometTheme({
        components: {
            MuiDataGrid: {
                defaultProps: {
                    components: {
                        Panel: DataGridPanel,
                    },
                },
            },
        },
    });
  • a189d4e: Allow passing a ReactNode to fieldLabel of CheckboxField and SwitchField

    This enables using FormattedMessage for the label.

    <CheckboxField name="visible" fieldLabel={<FormattedMessage id="exampleForm.visible" defaultMessage="Visible" />} />
    <SwitchField name="visible" fieldLabel={<FormattedMessage id="exampleForm.visible" defaultMessage="Visible" />} />
Patch Changes

v7.14.0

Compare Source

Minor Changes
  • 6b75f20: Deprecate density prop of DataGridToolbar

    The density setting of the surrounding Data Grid now controls the styling of the toolbar.

Patch Changes

v7.13.0

Compare Source

Minor Changes
  • bd562d3: Add disableForcePromptRoute option to StackSwitch

    This can be useful when a navigation in a switch shouldn't trigger a prompt, e.g., when navigating inside a block.

  • 5c06e4b: Reduce MainContent padding on mobile

  • b918c81: Add support for custom components to CrudMoreActionsMenu

    Example

    const CustomAction = () => (
        <CrudMoreActionsMenuItem
            onClick={() => {
                // Perform action
            }}
        >
            <ListItemIcon>
                <Favorite />
            </ListItemIcon>
            Custom Action
        </CrudMoreActionsMenuItem>
    );
    
    <CrudMoreActionsMenu overallActions={[<CustomAction key="custom-action" />]} />;

    Note: Use the CrudMoreActionsMenuItem component or CrudMoreActionsMenuContext to close the menu after clicking an item.

Patch Changes

v7.12.0

Compare Source

Minor Changes
  • af51bb4: Make the width of GridToolbarQuickFilter responsive when used inside DataGridToolbar

  • 92b3255: Hide group title in CrudMoreActionsMenu when only one group is present

  • e8003f9: Add a new FillSpace component to replace ToolbarFillSpace and AppHeaderFillSpace

    ToolbarFillSpace and AppHeaderFillSpace are now deprecated.

  • 4f6e6b0: Deprecate FinalFormRadio and FinalFormCheckbox

  • 5583c9c: Export renderFinalFormChildren helper

  • 7da81fa: Add a new Button component to replace ToolbarActionButton and MUI's Button

    Compared to MUI's Button component, the color prop has been removed, and the variant prop now defines those variants, defined by the Comet design guidelines, primary is the default variant.

    -import { Button } from "@&#8203;mui/material";
    +import { Button } from "@&#8203;comet/admin";
    
     export const AllButtonVariants = () => (
         <>
    -        <Button variant="contained" color="primary">Primary</Button>
    +        <Button>Primary</Button>
    -        <Button variant="contained" color="secondary">Secondary</Button>
    +        <Button variant="secondary">Secondary</Button>
    -        <Button variant="outlined">Outlined</Button>
    +        <Button variant="outlined">Outlined</Button>
    -        <Button variant="outlined" color="error">Destructive</Button>
    +        <Button variant="destructive">Destructive</Button>
    -        <Button variant="contained" color="success">Success</Button>
    +        <Button variant="success">Success</Button>
    -        <Button variant="text" sx={{ color: "white" }}>Text Light</Button>
    +        <Button variant="textLight">Text Light</Button>
    -        <Button variant="text" sx={{ color: "black" }}>Text Dark</Button>
    +        <Button variant="textDark">Text Dark</Button>
         </>
     );

    Responsive behavior

    ToolbarActionButton is now deprecated.
    Previously, ToolbarActionButton would hide its text content on mobile and add it with a tooltip instead.
    This behavior can now be achieved by setting the responsive prop on the Button component.

    -import { ToolbarActionButton } from "@&#8203;comet/admin/lib/common/toolbar/actions/ToolbarActionButton";
    +import { Button } from "@&#8203;comet/admin";
     import { Favorite } from "@&#8203;comet/admin-icons";
    
     const Example = () => {
    -    return <ToolbarActionButton startIcon={<Favorite />}>Hello</ToolbarActionButton>;
    +    return <Button responsive startIcon={<Favorite />}>Hello</Button>;
     };
Patch Changes
  • 9546356: Fix mobile styling of AppHeaderMenuButton
  • 3ddc227: Adjust the spacings inside Toolbar and DataGridToolbar to match the Comet design
  • 0bb181a: usePersistentColumnState: Prevent Data Grids with the same name to overwrite each others pinned and column-visibility states
  • Updated dependencies [47be4eb]
  • Updated dependencies [ee59753]
  • Updated dependencies [af51bb4]

v7.11.0

Compare Source

Minor Changes
  • b8b8e27: Make GridFilterButton and GridColumnsButton responsive by moving their text to a tooltip on mobile

    • This also makes the button's styles consistent with the standard Button component
    • GridFilterButton now supports props to override the default button props
  • e9f547d: Adjust how tooltips are triggered

    This is to achieve a more consistent and user-friendly experience by ensuring tooltips are always shown when the user interacts with the underlying element.

    • When using the default hover trigger, tooltips will now be shown on both hover and focus. Previously, you had to choose between hover and focus.
    • The trigger prop is deprecated and will be removed in a future major version. The combined hover/focus trigger will be the only supported behavior.
    • Tooltips on touch devices will be shown immediately when the user starts interacting with the underlying element.
Patch Changes
  • 1e01cca: Prevent scrolling of DialogTitle and DialogActions in EditDialog

  • a30f0ee: Fix border-color of InputBase on default and hover state

  • 20f6341: Prevent the page content from overflowing the window, causing a horizontal scrollbar

    This happened when using elements like Tabs that are intended to be horizontally scrollable and could, therefore, be wider than the window.

  • 8114a6a: Fix onClick and other props not being passed to the icon version of some button components

  • Updated dependencies [9f2a127]

  • Updated dependencies [a30f0ee]

  • Updated dependencies [a4fcdeb]

  • Updated dependencies [5ba64aa]

v7.10.0

Compare Source

Minor Changes
  • 8f924d5: Add new custom Dialog

    The component extends the MUI Dialog component to enable common use cases:

    • The title prop can be used to set the dialog title
    • A close button is shown when the onClose is used

    Example

    <Dialog
        title="Dialog Title"
        onClose={() => {
            // Handle dialog closing here
        }}
    />
  • 6eba5ab: Add a forceVerticalContainerSize prop to FieldContainer

    Use it to define below which container size the vertical styling is applied when using the horizontal variant.

  • 589b0b9: Enhance FieldContainer with secondaryHelperText prop and helperTextIcon prop

    • helperTextIcon displays an icon alongside the text for helperText, error or warning.
    • secondaryHelperText provides an additional helper text positioned beneath the input field, aligned to the bottom-right corner.

    Example:

    <FieldContainer label="Helper Text Icon" helperTextIcon={<Info />} helperText="Helper Text with icon" secondaryHelperText="0/100">
        <InputBase onChange={handleChange} value={value} placeholder="Placeholder" />
    </FieldContainer>
Patch Changes
  • aa02ca1: Fix a bug in useDataGridExcelExport that would cause an Excel export to fail when a cell's value was undefined
  • 6eba5ab: Prevent unintended layout shift after the initial render of FieldContainer when using the horizontal variant
  • bf6b03f: Fix alignment of Alert icon with the title
  • Updated dependencies [7e94c55]
  • Updated dependencies [22f3d40]
  • Updated dependencies [b51bf6d]
  • Updated dependencies [71876ea]
  • Updated dependencies [589b0b9]

v7.9.0

Compare Source

Minor Changes
  • 6d6131b: Add the dataGridDateColumn and dataGridDateTimeColumn helpers for using the "date" and "dateTime" types in Data Grid

    -import { GridColDef } from "@&#8203;comet/admin";
    +import { GridColDef, dataGridDateColumn, dataGridDateTimeColumn } from "@&#8203;comet/admin";
    
     // ...
    
     const columns: GridColDef[] = [
         {
    -       type: "date",
    -       valueGetter: ({ value }) => value && new Date(value),
    -       renderCell: ({ value }) => value && <FormattedDate value={value} dateStyle="medium" />,
    +       ...dataGridDateColumn,
            field: "createdAt",
            headerName: "Created At",
         },
         {
    -      type: "dateTime",
    -      valueGetter: ({ value }) => value && new Date(value),
    -      renderCell: ({ value }) => value && <FormattedDate value={value} dateStyle="medium" timeStyle="short" />,
    +      ...dataGridDateTimeColumn,
           field: "updatedAt",
           headerName: "Updated At",
         },
     ];
  • 7cea765: Add UI for Impersonation Feature

    • Add indicator to display when impersonation mode is active in UserHeaderItem
    • Add button to allow users to switch on impersonation in the UserGrid
    • Integrate CrudMoreActionsMenu in UserPageToolbar with an impersonation entry for easy access to this feature.
    • Add ImpersonateUser icon
Patch Changes
  • 48cac4d: Fix styling issues of inputs like FinalFormInput, FinalFormNumberInput, FinalFormSelect, TextAreaField

    • Change background-color, border-color and color of the label for different states (default, disabled and focused).
    • For required inputs, fix spacing between the label and asterisk.
    • Fix font-weight and margin of helperText.
  • 0919e3b: Remove right padding from form fields without an end adornment

  • Updated dependencies [7cea765]

  • Updated dependencies [48cac4d]

  • Updated dependencies [55d40ef]

  • Updated dependencies [9aa6947]

v7.8.0

Compare Source

Minor Changes
  • 139616b: Add FullHeightContent component

    Used to help components take advantage of all the available content height, e.g., when using a DataGrid inside Tabs already contained in a MainContent component.

    Usage example for FullHeightContent:

    <MainContent>
        <RouterTabs>
            <RouterTab label="DataGrid Example" path="">
                <FullHeightContent>
                    <DataGrid />
                </FullHeightContent>
            </RouterTab>
            <RouterTab label="Another tab" path="/another-tab">
                Content of another tab
            </RouterTab>
        </RouterTabs>
    </MainContent>

    Example where MainContent with fullHeight should be used, instead of FullHeightContent:

    <MainContent fullHeight>
        <DataGrid />
    </MainContent>
  • d8fca05: Add second InitialFormValues generic to FinalForm

    This allows differentiating between a form's values and initial values.

  • d8298d5: Add the StackMainContent component

    This version of MainContent only adds content spacing and height when it's the last visible StackSwitch.
    Using StackMainContent instead of MainContent prevents unintended or duplicate spacings in cases where multiple MainContent components are used inside nested StackSwitch components.

Patch Changes
  • a168e55: Open collapsible menu item on refresh if its child or sub-child is selected

  • e16ad1a: Fix a bug that prevented dynamically rendered tabs in Tabs

  • 139616b: Fix the fullHeight behavior of MainContent

    When used inside certain elements, e.g. with position: relative, the height would be calculated incorrectly.

  • eefb054: Render empty values correctly when using renderStaticSelectCell as a DataGrid column's renderCell function

  • 795ec73: Fix the spacing between the text and chip in CrudMoreActionsMenu

  • 8617c3b: Fix URL prefix in SubRouteIndexRoute

  • daacf1e: Fix a bug in ToolbarBreadcrumbs where it was possible to open the mobile breadcrumbs menu when there were no items to be shown in the menu

  • 9cc75c1: Prevent the width of the mobile breadcrumbs menu of ToolbarBreadcrumbs from being far too small

  • Updated dependencies [e78315c]

  • Updated dependencies [c6d3ac3]

v7.7.0

Compare Source

Patch Changes

v7.6.0

Compare Source

Minor Changes
  • bc19fb1: useDataGridExcelExport: Add support for number and null values in the Data Grid Excel export without the need for a valueFormatter
  • 00d7dda: Allow hiding the header (summary) of FieldSet by making the title prop optional
Patch Changes
  • 37d71a8: Fix hover styling of ToolbarBackButton

  • cf2ee89: Fix missing key error in CrudMoreActionsMenu

  • 03afcd0: Allow customizing CrudContextMenu

    Customize existing parts of CrudContextMenu using the slotProps, iconMapping and messagesMapping props.
    Add custom actions by adding instances of RowActionsItem to the children:

    <CrudContextMenu
    // ...
    >
        <RowActionsItem
            icon={<Favorite />}
            onClick={() => {
                // Do something
            }}
        >
            Custom action
        </RowActionsItem>
        <Divider />
    </CrudContextMenu>
  • fe89094: Slightly adjust the color of the clear button of inputs to match the Comet CI

v7.5.0

Compare Source

Minor Changes
  • bb7c2de: Adapt the DeleteDialog in CrudContextMenu to match the updated Comet CI

  • c59a600: Add a CrudMoreActionsMenu component

    The component can be used to create a "More actions" menu for a list of items.
    It is typically used in a toolbar above a Data Grid.

    Example

    <CrudMoreActionsMenu
        selectionSize={selectionSize}
        overallActions={[
            {
                label: "Export to excel",
                onClick: handleExportToExcelClick,
            },
        ]}
        selectiveActions={[
            {
                label: "move",
                onClick: handleMoveClick,
                icon: <Move />,
                divider: true,
            },
            {
                label: "download",
                onClick: handleDownloadClick,
                icon: <Download />,
            },
        ]}
    />
  • 4cea3e3: Make it easier to render DataGrid cell content based on the cell's valueOptions

    Objects inside a cell's valueOptions now support an optional cellContent property to allow defining a React node in addition to the label, which can only be a string.

    When using the new renderStaticSelectCell helper as the renderCell function in the column definition, the helper will render the cellContent node of the selected option if defined.
    The label or the string value of the option will be used as the cell's content if no cellContent node is provided.

    The following example would behave as follows:

    • If the cell's value is "Shirt", it will render the cellContent node (the H2 Typography)
    • If the cell's value is "Cap", it will render the label (the string "This Cap")
    • If the cell's value is anything else, it will render the value as a string, e.g. "Tie"
    {
        headerName: "Category",
        field: "category",
        valueOptions: [
            {
                value: "Shirt",
                label: "Shirt"
                cellContent: (
                    <Typography variant="h2">
                        A Shirt
                    </Typography>
                ),
            },
            {
                value: "Cap",
                label: "This Cap",
            },
            "Tie",
        ],
        renderCell: renderStaticSelectCell,
    }
  • 216d93a: File Uploads: Add image endpoint

    Add support for viewing images in the browser.
    This can be useful for file upload previews, profile pictures etc.
    The image URL can be obtained by querying the imageUrl field of the FileUpload type.
    A resizeWidth argument needs to be provided.

    Example

    query Product($id: ID!) {
        product(id: $id) {
            id
            updatedAt
            priceList {
                id
                imageUrl(resizeWidth: 640)
            }
        }
    }
Patch Changes
  • 9a6a64e: Fix a bug where the initial values of RadioGroupField and CheckboxListField would not be shown in the input
  • b583820: Fix an issue where the clear button of SelectField would be shown, even if the value is undefined
  • c8f37fb: Allow setting all props of FinalFormSelect via componentsProps in SelectField

v7.4.2

Compare Source

Patch Changes

v7.4.1

Compare Source

Patch Changes

v7.4.0

Compare Source

Minor Changes
  • 22863c2: Add an options prop to SelectField as an alternative to children

    Note: the behavior of the options prop differs from FinalFormSelect and is only intended to work with static options.
    Use the existing AsyncSelectField for dynamic options.

    • Each option must have the value and label properties. A custom structure is not supported.
    • There are no getOptionLabel and getOptionValue props. The label and value properties are used directly.
    • The value stored in the form state is the value property, not the whole option object.
    const options: SelectFieldOption[] = [
        { value: "chocolate", label: "Chocolate" },
        { value: "strawberry", label: "Strawberry" },
        { value: "

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@auto-assign auto-assign bot requested a review from raphaelblum September 1, 2025 06:26
@renovate renovate bot force-pushed the renovate/comet branch 3 times, most recently from fed47f9 to 000bd5e Compare September 8, 2025 12:39
@renovate renovate bot force-pushed the renovate/comet branch 3 times, most recently from efa9d87 to c4651fa Compare November 10, 2025 17:12
@renovate renovate bot force-pushed the renovate/comet branch 2 times, most recently from 0f1b988 to 4596a5f Compare November 18, 2025 12:14
@renovate renovate bot force-pushed the renovate/comet branch from a08c90c to baac382 Compare March 5, 2026 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants