Skip to content

[15.5.x] Fix CI#94281

Merged
timneutkens merged 5 commits into
next-15-5from
sebbie/backport-ci/n155
Jun 1, 2026
Merged

[15.5.x] Fix CI#94281
timneutkens merged 5 commits into
next-15-5from
sebbie/backport-ci/n155

Conversation

@eps1lon
Copy link
Copy Markdown
Member

@eps1lon eps1lon commented May 31, 2026

Backports:

  1. [test] Use next-data-api-endpoint for Middleware HTTP method tests #86157

The other fixes are due to tests using unpinned versions. The latest versions (e.g. Tailwind or eslint-config-next) are no longer compatible with Node.js 18 (used in Next.js 15 CI).

unstubbable and others added 2 commits May 31, 2026 13:16
…86157)

We use `https://next-data-api-endpoint.vercel.app` for most of our e2e test API calls. The `middleware-fetches-with-any-http-method` test suite was using `https://http-echo-kou029w.vercel.app`, which was soft-deleted recently, and that caused the tests to fail. Now we're using the `next-data-api-endpoint` for this test suite as well.
The `produces the expected middleware manifest` snapshot was authored on
canary against the manifest shape introduced by #91239 ("Expose edge
runtime fields in build-complete"), which adds an `entrypoint` field to
middleware-manifest.json. #91239 is not in next-15-5, so the v15.5 build
emits the manifest without `entrypoint`. Drop the line from the snapshot
on this branch only; do not source-backport #91239.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@eps1lon eps1lon force-pushed the sebbie/backport-ci/n155 branch from f1f766f to 7bafb82 Compare June 1, 2026 06:25
@vercel vercel deleted a comment from github-actions Bot Jun 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

Tests Passed

Commit: 3b69e52

Comment thread test/integration/eslint/test/next-lint.test.js
@eps1lon eps1lon force-pushed the sebbie/backport-ci/n155 branch from 746fc73 to 6b4f800 Compare June 1, 2026 09:17
Comment thread test/integration/eslint/test/next-lint.test.js Outdated
@eps1lon eps1lon force-pushed the sebbie/backport-ci/n155 branch from 6b4f800 to 7a3f62e Compare June 1, 2026 09:22
"middleware": {
"/": {
"assets": [],
"entrypoint": "<entrypoint>",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This snapshot was authored on canary against the manifest shape introduced by #91239, which adds an entrypoint field to middleware-manifest.json. #91239 is not in next-15-5, so the v15.5 build emits the manifest without entrypoint.

Comment thread test/integration/eslint/test/next-lint.test.js Outdated
@eps1lon eps1lon force-pushed the sebbie/backport-ci/n155 branch from 7133d6d to 3b69e52 Compare June 1, 2026 10:30
Comment thread test/integration/eslint/test/next-lint.test.js
@eps1lon eps1lon marked this pull request as ready for review June 1, 2026 12:42
@eps1lon eps1lon requested a review from timneutkens June 1, 2026 12:42
@timneutkens timneutkens merged commit ba3328b into next-15-5 Jun 1, 2026
604 of 615 checks passed
@timneutkens timneutkens deleted the sebbie/backport-ci/n155 branch June 1, 2026 15:03
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.

3 participants