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

Update comet to ^7.13.0 #706

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Update comet to ^7.13.0 #706

merged 1 commit into from
Feb 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@comet/admin (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/admin-icons (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/admin-theme (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/blocks-admin (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/blocks-api (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/cli (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/cms-admin (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/cms-api (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/cms-site (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@comet/eslint-config (source) ^7.12.0 -> ^7.13.0 age adoption passing confidence
@​comet/eslint-plugin ^7.12.0 -> ^7.13.0 age adoption passing confidence

Release Notes

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

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
vivid-planet/comet (@​comet/admin-icons)

v7.13.0

Compare Source

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

v7.13.0

Compare Source

Patch Changes
vivid-planet/comet (@​comet/blocks-admin)

v7.13.0

Compare Source

Patch Changes
vivid-planet/comet (@​comet/blocks-api)

v7.13.0

Compare Source

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

v7.13.0

Compare Source

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

v7.13.0

Compare Source

Patch Changes
vivid-planet/comet (@​comet/cms-api)

v7.13.0

Compare Source

Patch Changes
  • f49370a: Improve SVG validation

    Following tags are banned in SVGs:

    • script
    • [new] foreignObject
    • [new] use
    • [new] image
    • [new] animate
    • [new] animateMotion
    • [new] animateTransform
    • [new] set

    Following attributes are banned:

    • Event handlers (onload, onclick, ...)
    • [new] href and xlink:href (if the value starts with http://, https:// or javascript:)
    • @​comet/blocks-api@​7.13.0
vivid-planet/comet (@​comet/cms-site)

v7.13.0

Compare Source

Minor Changes
  • f60b636: Extend the usePreview-helpers isSelected and isHovered with optional partial match support

    • When exactMatch is set to true (default), the function checks for exact URL matches.
    • When exactMatch is set to false, the function checks if the selected route starts with the given URL.
vivid-planet/comet (@​comet/eslint-config)

v7.13.0

Compare Source

Patch Changes

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 added comet Highlights Comet Dependency bumps dependencies Pull requests that update a dependency file labels Jan 30, 2025
@johnnyomair johnnyomair merged commit bd3c089 into main Feb 3, 2025
3 checks passed
@johnnyomair johnnyomair deleted the renovate/comet branch February 3, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comet Highlights Comet Dependency bumps dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant