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

[chore] Update primevue to 4.2.5 #2304

Merged
merged 6 commits into from
Jan 20, 2025
Merged

[chore] Update primevue to 4.2.5 #2304

merged 6 commits into from
Jan 20, 2025

Conversation

huchenlei
Copy link
Member

@huchenlei huchenlei commented Jan 20, 2025

Updates primevue and @primevue/themes to 4.2.5.

┆Issue is synchronized with this Notion page by Unito

@huchenlei huchenlei added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@huchenlei huchenlei requested a review from a team as a code owner January 20, 2025 20:11
Copy link

socket-security bot commented Jan 20, 2025

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@primevue/[email protected] 🔁 npm/@primevue/[email protected] None +2 3.23 MB tugcekucukoglu

View full report↗︎

@christian-byrne
Copy link
Collaborator

I think should be in sync as well: npm/@primevue/[email protected]

@huchenlei
Copy link
Member Author

I think should be in sync as well: npm/@primevue/[email protected]

Already included in da96084

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this unused component.

@@ -1,35 +1,17 @@
<template>
<div class="color-picker-wrapper flex items-center gap-2">
<ColorPicker v-model="modelValue">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove incorrectly generated code. ColorPicker does not have a header slot.

@huchenlei huchenlei requested a review from a team as a code owner January 20, 2025 21:05
@@ -82,10 +82,14 @@ test.describe('Node search box', () => {
test('Has correct aria-labels on search results', async ({ comfyPage }) => {
const node = 'Load Checkpoint'
await comfyPage.doubleClickCanvas()
await comfyPage.searchBox.fillAndSelectFirstNode(node)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fillAndSelectFirstNode do the click in the first dropdown item, which will cause the searchbox to be dismissed. This will cause issue for the subsequent check of dropdown element, so change to inline those selection logic.

@huchenlei huchenlei merged commit 34c267c into main Jan 20, 2025
10 checks passed
@huchenlei huchenlei deleted the update-prime-vue branch January 20, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants