Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

nimarb
Copy link
Contributor

@nimarb nimarb commented Sep 1, 2025

Reverts #8795


Important

Reverts Next.js v15 upgrade, downgrading packages and reverting code changes for compatibility.

  • Revert Next.js Upgrade:
    • Downgrade next from 15.5.2 to ^14.2.30 in ee/package.json and web/package.json.
    • Remove turbopack configurations and experimental features in web/next.config.mjs.
    • Adjust NODE_OPTIONS in web/Dockerfile and .github/workflows/pipeline.yml.
  • Package Adjustments:
    • Revert @react-email/components and @react-email/render versions in packages/shared/package.json.
    • Revert @headlessui/react, @mui/x-tree-view, @tremor/react, and other dependencies in web/package.json.
    • Revert @types/react and @types/react-dom versions in web/package.json and packages/shared/package.json.
  • Code Changes:
    • Revert changes in web/src/components/NoDataOrLoading.tsx to use Flex and Text from @tremor/react.
    • Revert usePanelState and useElementIsVisible hooks to accept non-null RefObject.
    • Revert handleGet, handlePatch, handlePut, and handleDelete functions in web/src/pages/api/public/scim/Users/[id].ts to return NextApiResponse objects.

This description was created by Ellipsis for d2f22f2. You can customize this summary. It will automatically update as commits are pushed.

@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Sep 1, 2025
@nimarb nimarb enabled auto-merge September 1, 2025 18:53
@dosubot dosubot bot added the auto-merge This PR is set to be merged label Sep 1, 2025
@nimarb nimarb disabled auto-merge September 1, 2025 18:53
@nimarb nimarb merged commit ef950ae into main Sep 1, 2025
25 checks passed
@dosubot dosubot bot removed the auto-merge This PR is set to be merged label Sep 1, 2025
@nimarb nimarb deleted the revert-8795-nimar/lfe-5683-next15-upgrade-2nd-attempt branch September 1, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant