generated from trieb-work/public-typescript-npm-package-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
Next 16 wip #54
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
Draft
JannikZed
wants to merge
15
commits into
main
Choose a base branch
from
next-16-wip
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Next 16 wip #54
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add new integration test app for Next.js 16.0.3 - Include test configuration with Redis cache handler setup - Add complete project structure with dependencies and lockfile
- Update README to document Next.js 15.4.7 and 16.0.3 compatibility
- Add note about Cache Components support being in development
- Implement revalidateTag profile support (max and expire) in test app
- Add integration tests for Next.js 16 caching APIs including revalidateTag profiles
- Test both 'max' and '{expire: 60}' revalidation profiles
- Upgrade Vitest from 2.1.5 to 4.0.13 and related packages (@vitest/coverage-v8, @vitest/ui) - Add @vitest/browser-playwright for browser-based testing capabilities - Add new test:browser npm script for running browser tests - Update pnpm lockfile with new dependencies and Rollup platform binaries
- Replace @vitest/browser-playwright with @playwright/test for E2E tests - Add playwright.config.ts with base configuration and test directory - Add test:e2e npm script for running Playwright tests - Create new Playwright test for updateTag Server Action functionality - Add update-tag-test page to Next.js 16 test app for E2E testing - Disable Vitest browser mode in vitest.browser.config.ts - Add type annotations to integration
- Add .last-run.json to .gitignore - Remove tracked test-results/.last-run.json file
- Add dedicated step to run Playwright E2E tests in CI - Configure tests to run only for next-app-16-0-3 matrix entry - Set PLAYWRIGHT_BASE_URL environment variable to localhost:3055
- Add step to install Playwright browsers with dependencies - Configure installation to run only for next-app-16-0-3 matrix entry - Ensure browsers are available before E2E test execution
Coverage ReportCoverage after merging
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
next.js 16 support WITHOUT cache components support.