Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
correasebastian
/
next.js
Public
forked from
vercel/next.js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
next.js
test
on
zt/debug-failing-test
User selector
All users
All time
Commit history
Commits on Jul 26, 2024
Merge branch 'canary' into zt/debug-failing-test
ztanner
committed
d06f0d4
View commit details
Copy full SHA for d06f0d4
View code at this point
Browse repository at this point
debug failing deploy tests
ztanner
committed
0842884
View commit details
Copy full SHA for 0842884
View code at this point
Browse repository at this point
Revert "[image, link] fix ref merging for callback refs that return a cleanup function" (#68176)
Show description for 7f677d1
ijjk
authored
7f677d1
View commit details
Copy full SHA for 7f677d1
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
Add `--yes` option to `create-next-app` (#68085)
Show description for 15f52f5
unstubbable
authored
15f52f5
View commit details
Copy full SHA for 15f52f5
View code at this point
Browse repository at this point
Re-enable and fix `create-next-app` integration tests (#68084)
Show description for eba4b31
unstubbable
authored
eba4b31
View commit details
Copy full SHA for eba4b31
View code at this point
Browse repository at this point
fix ref merging for callback refs that return a cleanup function (#68123)
Show description for ccbcfff
lubieowoce
authored
ccbcfff
View commit details
Copy full SHA for ccbcfff
View code at this point
Browse repository at this point
Update Turbopack production test manifest (#68022)
Show description for d4eb89d
vercel-release-bot
authored
d4eb89d
View commit details
Copy full SHA for d4eb89d
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
Restructure trace experiment manifest (#68131)
Show description for 7498fd4
ijjk
authored
7498fd4
View commit details
Copy full SHA for 7498fd4
View code at this point
Browse repository at this point
Fix global hash for experimental tracing (#68122)
Show description for 6137a76
ijjk
authored
6137a76
View commit details
Copy full SHA for 6137a76
View code at this point
Browse repository at this point
Turbopack build: Fix basic-global-support CSS tests (#68119)
Show description for 65bd21d
timneutkens
authored
65bd21d
View commit details
Copy full SHA for 65bd21d
View code at this point
Browse repository at this point
Ignore serverComponentChanges in pages (#66312)
Show description for 7307d62
KentoMoriwaki
authored
7307d62
View commit details
Copy full SHA for 7307d62
View code at this point
Browse repository at this point
Downgrade React from `dfd30974ab-20240613` to `6230622a1a-20240610`
ijjk
authored
24a811f
View commit details
Copy full SHA for 24a811f
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
log FetchMetrics during SSG to diagnostics dir (#68078)
Show description for 70c4386
ztanner
authored
70c4386
View commit details
Copy full SHA for 70c4386
View code at this point
Browse repository at this point
Improve caching of next-app-loader to prevent more fs calls. (#67792)
Show description for e1ee42f
3 people
authored
e1ee42f
View commit details
Copy full SHA for e1ee42f
View code at this point
Browse repository at this point
Turbopack build: Fix css-modules tests (#68068)
Show description for 6f2fba4
timneutkens
authored
6f2fba4
View commit details
Copy full SHA for 6f2fba4
View code at this point
Browse repository at this point
Update React from 6230622a1a-20240610 to dfd30974ab-20240613 (#66711)
eps1lon
authored
668f8ed
View commit details
Copy full SHA for 668f8ed
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
Wait for pending Webpack Hot Updates before evaluating JS from RSC responses (#67673)
eps1lon
authored
eb23134
View commit details
Copy full SHA for eb23134
View code at this point
Browse repository at this point
Fix `next lint` with async eslint-formatters (#67860)
darthmaim
authored
8a37c2e
View commit details
Copy full SHA for 8a37c2e
View code at this point
Browse repository at this point
Turbopack build: Properly isolate scss/webpack-error test (#67995)
Show description for 7fd5fa8
timneutkens
authored
7fd5fa8
View commit details
Copy full SHA for 7fd5fa8
View code at this point
Browse repository at this point
Turbopack build: Implement reactProductionProfiling (#67909)
Show description for 5fb1908
timneutkens
authored
5fb1908
View commit details
Copy full SHA for 5fb1908
View code at this point
Browse repository at this point
Fix logging option internal consuming (#67972)
huozhi
authored
ec34cdf
View commit details
Copy full SHA for ec34cdf
View code at this point
Browse repository at this point
Commits on Jul 20, 2024
Fix flakiness of `should not cause error when removing loading.js` test (#67978)
unstubbable
authored
e0858ec
View commit details
Copy full SHA for e0858ec
View code at this point
Browse repository at this point
Turbopack build: Fix useReportWebVitals test (#67991)
Show description for f4a8008
timneutkens
authored
f4a8008
View commit details
Copy full SHA for f4a8008
View code at this point
Browse repository at this point
Turbopack build: Fix next-image-legacy test (#67989)
Show description for ace529a
timneutkens
authored
ace529a
View commit details
Copy full SHA for ace529a
View code at this point
Browse repository at this point
Attempt to fix flakiness of prerender e2e tests (#67965)
Show description for b925a1b
unstubbable
authored
b925a1b
View commit details
Copy full SHA for b925a1b
View code at this point
Browse repository at this point
Ensure "[Fast Refresh] rebuilding" logs have a matching "[Fast Refresh] done" log in Webpack (#67968)
eps1lon
authored
01e7c37
View commit details
Copy full SHA for 01e7c37
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
Print Redbox content if `assertNoRedbox` fails (#67973)
eps1lon
authored
c175c24
View commit details
Copy full SHA for c175c24
View code at this point
Browse repository at this point
capture test-deploy stderr in cliOutput (#67976)
Show description for bfbd971
ztanner
authored
bfbd971
View commit details
Copy full SHA for bfbd971
View code at this point
Browse repository at this point
Do not limit the number of fetch requests that are logged (#67957)
Show description for 2be7131
unstubbable
authored
2be7131
View commit details
Copy full SHA for 2be7131
View code at this point
Browse repository at this point
fix retrieval of deploy test build logs (#67971)
Show description for 9c3ed17
ztanner
authored
9c3ed17
View commit details
Copy full SHA for 9c3ed17
View code at this point
Browse repository at this point
Add experimental flag for chunk failure handling during app navigation (#67926)
Show description for a10f0e9
ijjk
and
ztanner
authored
a10f0e9
View commit details
Copy full SHA for a10f0e9
View code at this point
Browse repository at this point
feat: disable development logging by setting `logging: false` in next config (#67590)
Show description for 05decb1
3 people
authored
05decb1
View commit details
Copy full SHA for 05decb1
View code at this point
Browse repository at this point
fix: merged middleware cookies should preserve options (#67956)
Show description for b88b442
ztanner
authored
b88b442
View commit details
Copy full SHA for b88b442
View code at this point
Browse repository at this point
Fix fetch logging in edge runtime (#67952)
Show description for c4b5b81
unstubbable
authored
c4b5b81
View commit details
Copy full SHA for c4b5b81
View code at this point
Browse repository at this point
Log fetch requests during client-side navigation (#67925)
Show description for 0c3b063
unstubbable
authored
0c3b063
View commit details
Copy full SHA for 0c3b063
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.