Philippe Serhal

Results 57 issues of Philippe Serhal

## Description repo: netlify/next-runtime → opennextjs/opennextjs-netlify in https://github.com/opennextjs/opennextjs-netlify/pull/2696 npm package: @netlify/plugin-nextjs → @opennextjs/netlify in this PR CI will fail until we bump netlify-cli https://github.com/netlify/cli/pull/6896 ### Documentation This PR updates the...

[email protected] added a new `reactMaxHeadersLength` option to `next.config.js`. It was introduced in this PR: https://github.com/vercel/next.js/pull/67715. This gets passed to react-dom's `renderToReadableStream` here: https://github.com/vercel/next.js/blob/4837a67fb9bc7199e48cd8bd2cc42659b17dfacc/packages/next/src/server/app-render/app-render.tsx#L1490. This was added in https://github.com/facebook/react/pull/27641. It ultimately...

Next.js e2e test failure
Next.js

This seems to have started in https://github.com/vercel/next.js/releases/tag/v15.0.0-canary.154 or https://github.com/vercel/next.js/releases/tag/v15.0.0-canary.155. But this could be a red herring — we landed multiple other fixes to the e2e tests right around this time,...

Next.js e2e test failure
Next.js

[email protected] unskipped some tests [in this commit](https://github.com/vercel/next.js/commit/08ef1db12d67adae8e5b71ed98cd0e13d0b89687) These tests hadn't been running for some time. Many of these tests fail on Netlify. For example: ``` ● app-dir with middleware ›...

Next.js e2e test failure
Next.js

## Description The (undocumented, untested) Next.js behaviour appears to be for a middleware redirect to take precedence over a middleware rewrite when both are present at once. I was going...

test all versions
run-e2e-tests

status: triage needed

#### Summary Replace `chalk` with `ansis`: https://github.com/webdiscus/ansis?tab=readme-ov-file#how-to-switch-to-ansis-1. Honestly, I did this before realizing the savings are absolutely tiny (44 KB → 6 KB), but I fixed a few types along...

### Summary node.js 24 was released and moved to "Current" status yesterday, May 6 2025: https://nodejs.org/en/blog/release/v24.0.0. This bumps `verdaccio` and `jsonwebtoken` to fix a fatal error on node 24 coming...

#### Summary Configure the popular pkg-size-action to surface package size stats on PRs: https://github.com/marketplace/actions/pkg-size-action. We currently have a custom CI job that mimics this, but it's janky and buggy.

#### Summary Requires https://github.com/netlify/build/pull/6104 to pass #### To do - [x] release https://github.com/netlify/build/pull/6104 and bump here