Skip to content

Conversation

@midhunadarvin
Copy link
Contributor

@midhunadarvin midhunadarvin commented Oct 1, 2025

…l (#4156)"

This reverts commit 220b988.

Description

Add a short description of what changes you made, why you made them, and any other context that you think might be helpful for someone to better understand what is contained in this pull request. This sort of information is useful for people reviewing the code, as well as anyone from the future trying to understand why changes were made or why a bug started happening.

Screenshot
If relevant, add a screenshot or two of the changes you made.


Note

Downgrades react-slick and removes Carousel accessibility/focus options, updating package versions and lockfile accordingly.

  • Widgets package (packages/widgets):
    • Set version to 2.0.3.
    • Downgrade react-slick to ^0.28.1 and @types/react-slick to ^0.23.4; lockfile updated (adds enquire.js, narrows peer ranges).
  • Carousel component:
    • Remove accessibility and focusOnSelect inputs from Carousel.config.ts.
    • Drop corresponding props from Carousel.tsx and stop passing them to Slider.

Written by Cursor Bugbot for commit 7d0dff6. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Oct 1, 2025

⚠️ No Changeset found

Latest commit: 7d0dff6

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

"react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
"react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0"
Copy link

Choose a reason for hiding this comment

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

Bug: React-Slick Version Conflict

Downgrading react-slick to ^0.28.1 introduces a peer dependency conflict. This react-slick version supports React only up to v17, but the package's peerDependencies still declare compatibility with React 18 and 19. This mismatch can cause warnings or runtime issues for users on those React versions.

Additional Locations (1)

Fix in Cursor Fix in Web

@nx-cloud
Copy link

nx-cloud bot commented Oct 1, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 7d0dff6

Command Status Duration Result
nx test @snippet/angular-17-ssr ❌ Failed 6m 3s View ↗
nx test @snippet/angular-17 ❌ Failed 4m 55s View ↗
nx test @snippet/react ❌ Failed 3m 18s View ↗
nx test @snippet/vue ❌ Failed 2m 50s View ↗
nx test @snippet/svelte ❌ Failed 2m 40s View ↗
nx test @e2e/qwik-city ✅ Succeeded 10m 32s View ↗
nx test @e2e/nextjs-sdk-next-app ✅ Succeeded 8m 15s View ↗
nx test @e2e/nuxt ✅ Succeeded 9m 8s View ↗
Additional runs (37) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-10-01 09:37:30 UTC

@nx-cloud
Copy link

nx-cloud bot commented Oct 1, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 7d0dff6

Command Status Duration Result
nx test @snippet/angular-17-ssr ❌ Failed 6m 3s View ↗
nx test @snippet/angular-17 ❌ Failed 4m 55s View ↗
nx test @snippet/react ❌ Failed 3m 18s View ↗
nx test @snippet/vue ❌ Failed 2m 50s View ↗
nx test @snippet/svelte ❌ Failed 2m 40s View ↗
nx test @e2e/react-sdk-next-pages ✅ Succeeded 6m 54s View ↗
nx test @e2e/react-sdk-next-14-app ✅ Succeeded 6m 46s View ↗
nx test @e2e/gen1-next15-app ✅ Succeeded 6m 49s View ↗
Additional runs (30) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-10-01 09:27:57 UTC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants