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

Upgrade Next.js and to remove the openssl workaround #132

Open
thomvaill opened this issue Oct 30, 2024 · 1 comment
Open

Upgrade Next.js and to remove the openssl workaround #132

thomvaill opened this issue Oct 30, 2024 · 1 comment
Labels
help wanted Extra attention is needed maintenance Maintenance tasks
Milestone

Comments

@thomvaill
Copy link
Owner

thomvaill commented Oct 30, 2024

We are running Next.js v10, while the current latest major version available is v14.

Next.js v10 runs Webpack 4, which uses a deprecated openssl hashing algorithm (md4) (#85).
A workaround was introduced:

But we should try to upgrade ASAP to get rid of this workaround.

Since we rely a lot on Next.js hacks (#NEXTJS-HACK comments in the code), the task does not look easy at all. Let's first assess if we should target to latest version, or a closer one, like v11 which introduces Webpack 5.

@thomvaill thomvaill added the maintenance Maintenance tasks label Oct 30, 2024
@thomvaill
Copy link
Owner Author

Blocks #4 since it may change the images behaviour

@thomvaill thomvaill added this to the v1.2.0 milestone Oct 30, 2024
@thomvaill thomvaill added the help wanted Extra attention is needed label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed maintenance Maintenance tasks
Projects
None yet
Development

No branches or pull requests

1 participant