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

fix: path issues on linux machines when build created on windows #60117

Closed
wants to merge 504 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
504 commits
Select commit Hold shift + click to select a range
40cb6f4
Update font data (#59271)
vercel-release-bot Dec 5, 2023
faa4421
fix: properly call `normalizeDynamicRouteParams` in `NextWebServer.ha…
smaeda-ks Dec 5, 2023
3e8fe3c
add user-level tracing (#59284)
sokra Dec 5, 2023
9f29b27
Fix app-dir - logging test in Turbopack (#59261)
timneutkens Dec 5, 2023
2b47397
update turbopack (#59285)
sokra Dec 5, 2023
b2084ea
v14.0.4-canary.41
vercel-release-bot Dec 5, 2023
2cd3bf4
feat(turbopack): support loading WebAssembly in the edge runtime (#59…
ForsakenHarmony Dec 5, 2023
bb3f0a2
docs: fix broken link to learn course (#59288)
leerob Dec 5, 2023
b88e263
fix dev parallelism in daily turbopack tests (#59287)
ForsakenHarmony Dec 5, 2023
6790004
Fix barrel optimization to ignore layers (#59254)
shuding Dec 5, 2023
2003f5f
v14.0.4-canary.42
vercel-release-bot Dec 5, 2023
78a2eb0
fix interception routes with dynamic segments (#59273)
ztanner Dec 5, 2023
1436a36
Clean up builtin `modularizeImports` configs (#59294)
shuding Dec 5, 2023
6387c9c
v14.0.4-canary.43
vercel-release-bot Dec 5, 2023
eab1fe8
Enable PPR for `dynamic = "force-dynamic"` (#58779)
wyattjoh Dec 6, 2023
873bd82
docs: Server Action example (#59159)
codercor Dec 6, 2023
caa05b4
docs: Remove invalid URL (#58823)
devjiwonchoi Dec 6, 2023
75975dd
docs: Fix incorrect prop name in client component (#58591)
Willem-Jaap Dec 6, 2023
d015916
docs: update Firebase link to `with-firebase` example (#58621)
JackieLi565 Dec 6, 2023
3caa289
docs: added missing comma to the props list (#58596)
thoushif Dec 6, 2023
4a52268
docs: Update route handles TS code snippets (#59021)
pkellner Dec 6, 2023
3f20b46
docs: Add note about middleware and runtimes (#58873)
jpfifer Dec 6, 2023
f431600
Revert "added comma to the props list" (#59314)
ztanner Dec 6, 2023
59f7ca8
remove additional static prefetch code (#59313)
ztanner Dec 6, 2023
06cf74a
add module tracing for client reference and next/dynamic walking (#59…
sokra Dec 6, 2023
0082d54
side effects optimization (#58972)
sokra Dec 6, 2023
50d4578
v14.0.4-canary.44
vercel-release-bot Dec 6, 2023
4f67cbf
Move App Router client-side constants to separate file (#59239)
timneutkens Dec 6, 2023
f6ebc2b
v14.0.4-canary.45
vercel-release-bot Dec 6, 2023
182a4b4
reduce function calls in walk (#59332)
sokra Dec 6, 2023
8db04a8
Update Turbopack test manifest (#59326)
vercel-release-bot Dec 6, 2023
34e9d65
update turbopack (#59334)
sokra Dec 6, 2023
99b9304
disable unused next/dynamic walking in app dir (#59338)
sokra Dec 6, 2023
1f6defd
v14.0.4-canary.46
vercel-release-bot Dec 6, 2023
61b825b
fix hmr in multi-zone handling (#59307)
ztanner Dec 6, 2023
7a733df
fix edge route catch-all param parsing (#59343)
ztanner Dec 6, 2023
19fa1fa
add `logLevel` support to `@next/bundle-analyzer` (#59228)
quisido Dec 6, 2023
d4d9dc4
v14.0.4-canary.47
vercel-release-bot Dec 6, 2023
0925de1
Update tests for Turbopack (#59354)
timneutkens Dec 7, 2023
42ec6c8
Update Turbopack test manifest (#59356)
vercel-release-bot Dec 7, 2023
2874bc0
Fix server output bundling packages module resolving (#59369)
huozhi Dec 7, 2023
a578cc8
fix inconsistent scroll restoration behavior (#59366)
ztanner Dec 7, 2023
e1fe0c9
test: ability to use node debugger (#56277)
tomfa Dec 7, 2023
d07a370
fixes the logging by showing full URLs only on demand (#58088)
raphaelbadia Dec 7, 2023
37c6a10
v14.0.4-canary.48
vercel-release-bot Dec 7, 2023
aa08c49
rm console.log (#59381)
huozhi Dec 7, 2023
77dc763
v14.0.4-canary.49
vercel-release-bot Dec 7, 2023
eaa0e7c
Skip latest commit check for stable release (#59383)
huozhi Dec 7, 2023
c9f859e
v14.0.4
vercel-release-bot Dec 7, 2023
d5836a3
Docs: Update Server Actions Docs (#59080)
delbaoliveira Dec 7, 2023
2c920e6
v14.0.5-canary.0
vercel-release-bot Dec 7, 2023
f7b9843
examples: Updates the `with-vitest` example for `server-only` usage (…
OlehDutchenko Dec 8, 2023
26b8caa
Turbopack: switch to a single client components entrypoint (#59352)
sokra Dec 8, 2023
8057c62
v14.0.5-canary.1
vercel-release-bot Dec 8, 2023
ef24520
Revert "Skip latest commit check for stable release" (#59401)
huozhi Dec 8, 2023
d5291fa
Update `swc_core` to `v0.86.98` and turbopack (#59393)
kdy1 Dec 8, 2023
b141f3b
Fix cases for the `optimize_server_react` transform (#59390)
shuding Dec 8, 2023
daa207b
v14.0.5-canary.2
vercel-release-bot Dec 8, 2023
bb25edf
ci(workflow): restore publish wasm binary (#59414)
kwonoj Dec 8, 2023
90ca7ca
v14.0.5-canary.3
vercel-release-bot Dec 8, 2023
6d82b06
Docs: Polish Server Actions Page 💅🏼 (#59400)
delbaoliveira Dec 8, 2023
4dd8c0b
ci: only run release commit check on canary releases (#59423)
ztanner Dec 8, 2023
79a8d01
Use new JSX transform (#56294)
Dec 8, 2023
e1a9c5a
v14.0.5-canary.4
vercel-release-bot Dec 8, 2023
f9b8538
loading.tsx should have no effect on partial rendering when PPR is en…
acdlite Dec 8, 2023
4a6d367
Update font data (#59426)
vercel-release-bot Dec 9, 2023
6e6533c
Update 10-route-handlers.mdx (#59443)
ebidel Dec 9, 2023
e02fe31
v14.0.5-canary.5
vercel-release-bot Dec 9, 2023
c542a76
docs: remove broken link in webpack section (#59487)
leerob Dec 11, 2023
c370aa9
Remove CacheNode.status field (#59472)
acdlite Dec 11, 2023
29e25e0
v14.0.5-canary.6
vercel-release-bot Dec 11, 2023
25d58d4
test(runner): preserve browser tracing if test fails (#59469)
kwonoj Dec 11, 2023
c2ab5f7
Rename CacheNode.data → .lazyData (#59473)
acdlite Dec 11, 2023
ce92cea
Adding Google analytics to next/third-parties (#58418)
janicklas-ralph Dec 11, 2023
7dd7f51
Generate Params Cleanup (#59431)
wyattjoh Dec 11, 2023
618c728
ci(test): upload playwright artifacts seperately (#59496)
kwonoj Dec 11, 2023
c7a29bd
Fix webpack chunks handling in traces (#59498)
ijjk Dec 11, 2023
ba6b8fd
v14.0.5-canary.7
vercel-release-bot Dec 11, 2023
bd5157c
fix integration test workflow (#59508)
ztanner Dec 11, 2023
95168bf
Fix third party typings (#59503)
huozhi Dec 12, 2023
d96a7e5
Add text-wrap: balance to CNA template for card descriptions (#59384)
JohnPhamous Dec 12, 2023
2dbd4e7
test(fixture): try to include sources in the snapshot (#59499)
kwonoj Dec 12, 2023
9663d78
Rename CacheNode.subTreeData -> .rsc (#59491)
acdlite Dec 12, 2023
eb6aae6
chore: bump typescript-eslint to 6.14 (#59514)
chentsulin Dec 12, 2023
b441cff
fix NODE_OPTIONS=inspect (#59530)
ztanner Dec 12, 2023
5adacb6
Add CacheNode.prefetchRsc field (#59537)
acdlite Dec 12, 2023
6fbff29
allow passing wildcard domains in serverActions.allowedDomains (#59428)
akawalsky Dec 12, 2023
d397b39
Update Deployment Testing (#59448)
wyattjoh Dec 12, 2023
ed12b55
Page Info Cleanup (#59430)
wyattjoh Dec 12, 2023
61889f8
fix(playwright): teardown when global quit force terminates browser (…
kwonoj Dec 12, 2023
e975717
v14.0.5-canary.8
vercel-release-bot Dec 12, 2023
95fe24f
Fix force-static and fetch no-store cases (#59549)
ijjk Dec 13, 2023
9973770
chore(create-next-app): bump prompts to v2.4.2 (#59006)
BlankParticle Dec 13, 2023
32759b4
v14.0.5-canary.9
vercel-release-bot Dec 13, 2023
0ddc7e8
Docs: Add App Router Testing Guides and update /examples (#59268)
delbaoliveira Dec 13, 2023
572a6bc
Should not show no index for client rendering bailout (#59531)
huozhi Dec 13, 2023
61a7db6
types: cover the tests with root tsconfig.json (#59550)
huozhi Dec 13, 2023
5f7fd46
Enable build worker by default (#59405)
huozhi Dec 13, 2023
60e8407
Fix test/tsconfig.json alias for internal test utils (#59570)
huozhi Dec 13, 2023
f1143bc
docs: fix bad closed tag (#59575)
huozhi Dec 13, 2023
55645ff
Fix closing tags for jest docs (#59579)
timneutkens Dec 13, 2023
9dfeced
Fork navigateReducer into PPR and non-PPR versions (#59538)
acdlite Dec 13, 2023
f518fd8
Docs: Fix formatting in testing docs and update examples dependencies…
delbaoliveira Dec 13, 2023
855139b
cleanup magic segment strings (#59552)
ztanner Dec 13, 2023
7234502
Docs: Add missing closing tag (#59581)
delbaoliveira Dec 13, 2023
e9ac616
chore: update Turbopack (#59589)
ForsakenHarmony Dec 13, 2023
79e82d4
Fix another magic segment string constant (#59591)
acdlite Dec 13, 2023
c964e9a
Make CacheNodeSeedData match FlightRouterState more closely (#59590)
acdlite Dec 13, 2023
96cc789
transpilePackages should override default settings for external packa…
dvoytenko Dec 13, 2023
f51ee19
v14.0.5-canary.10
vercel-release-bot Dec 13, 2023
b99e8f5
move segment constants to separate file (#59587)
ztanner Dec 13, 2023
b345e1b
Revert "Page Info Cleanup (#59430)" (#59592)
ztanner Dec 13, 2023
e3b0294
v14.0.5-canary.11
vercel-release-bot Dec 13, 2023
1145d27
test(integration): adjust fixture to work with turbopack (#59595)
kwonoj Dec 13, 2023
5f1e909
v14.0.5-canary.12
vercel-release-bot Dec 13, 2023
d2fd8f7
Docs: Review and update `getServerSideProps` page (#59545)
delbaoliveira Dec 14, 2023
002af4e
Add test for importing client components from server actions (#59615)
timneutkens Dec 14, 2023
6b3d145
docs: add note for environment variables on Vercel deployment (#59237)
smaeda-ks Dec 14, 2023
42d6e30
Fix useOptimistic in server components bug. Add tests for invalid Rea…
timneutkens Dec 14, 2023
2da04af
Partial Pre Rendering Headers (#59447)
wyattjoh Dec 14, 2023
05eb811
v14.0.5-canary.13
vercel-release-bot Dec 14, 2023
90bfbe7
Add tests for invalid React server APIs (#59622)
timneutkens Dec 15, 2023
98e0a56
Refactor setup-dev-bundler to make Turbopack/Webpack split clearer (#…
timneutkens Dec 15, 2023
7faaeeb
docs: updates WCAG version to 2.2 (#59646)
kenji-webdev Dec 15, 2023
d320556
refactor and simplify app dynamic components (#59658)
huozhi Dec 15, 2023
5d091ed
Change manifestPath to pagesManifestPath (#59657)
timneutkens Dec 15, 2023
a0c68c5
Fix issue with outputFileTracingExcludes and pages/api edge runtime (…
timneutkens Dec 15, 2023
65634be
v14.0.5-canary.14
vercel-release-bot Dec 15, 2023
dd57054
Fix parallel routes with server actions / revalidating router cache (…
ztanner Dec 15, 2023
8c4649e
Consolidate manifest writing for Turbopack in a single function (#59663)
timneutkens Dec 15, 2023
dff1cd5
Move changeSubscription for _document to finally to mirror page handl…
timneutkens Dec 15, 2023
1fa7a74
Update React from 2c338b16f to 0cdfef19b (#59666)
ztanner Dec 15, 2023
2e14537
v14.0.5-canary.15
vercel-release-bot Dec 15, 2023
565c5b2
docs: small tweaks (#59638)
leerob Dec 16, 2023
1f798f4
v14.0.5-canary.16
vercel-release-bot Dec 16, 2023
64d539f
docs: fix broken backtick for link (#59717)
leerob Dec 17, 2023
3951c7b
v14.0.5-canary.17
vercel-release-bot Dec 17, 2023
ee425d4
Docs: Document `generateSitemaps` (#59626)
delbaoliveira Dec 18, 2023
e3c2552
Docs: Polish testing section (#59618)
delbaoliveira Dec 18, 2023
1c65c55
docs: improve docs around geolocation and IP headers (#59719)
leerob Dec 18, 2023
1c3e305
Docs: Review and Typo Fix - getServerSideProps (#59616)
rv-david Dec 18, 2023
7eac1c8
fix: Invalid next version tag name in with-cypress example (#59647)
icyJoseph Dec 18, 2023
4462354
Fix: Add matcher for middleware (#59651)
dijonmusters Dec 18, 2023
3e6edbf
docs: fix vitest example link in testing with vitest (#59659)
AhmedBaset Dec 18, 2023
10a4ffc
docs: fix grammar issue in 03-get-server-side-props.mdx (#59670)
jenewland1999 Dec 18, 2023
bef5234
Update font data (#59722)
vercel-release-bot Dec 18, 2023
f8864fd
Remove path normalization logic when uploading .next/trace traces (#5…
mknichel Dec 18, 2023
5308a3d
v14.0.5-canary.18
vercel-release-bot Dec 18, 2023
63825de
LayoutRouter: Support segment value of Promise<null> to asynchronousl…
acdlite Dec 19, 2023
a65fb16
fix: Allow start turbopack dev server for a project using middleware …
kdy1 Dec 19, 2023
25e0988
[Docs] Includes section to `@next/third-parties` documentation for Go…
housseindjirdeh Dec 19, 2023
9d94372
chore: extends from shared base tsconfig (#59776)
huozhi Dec 19, 2023
2caf188
Change file extension to .tsx (#59763)
max-programming Dec 19, 2023
38758cb
v14.0.5-canary.19
vercel-release-bot Dec 19, 2023
2c48b87
fix: gracefully shutdown server (#59551)
redbmk Dec 19, 2023
29fcd57
docs: clarify data fetching pattern (#59602)
leerob Dec 20, 2023
3b72c52
docs: change 'themeColor' to 'viewport' in the viewport section (#59764)
Dec 20, 2023
771705f
Revert "fix: gracefully shutdown server (#59551)" (#59792)
sokra Dec 20, 2023
ead2a7e
docs: add missing comma to sitemap.mdx (#59788)
jamesmillerburgess Dec 20, 2023
8e0fd93
Update Turbopack test manifest (#59798)
vercel-release-bot Dec 20, 2023
d14410c
Optionally bundle legacy react-dom/server APIs based on usage (#59737)
huozhi Dec 20, 2023
490d238
fix `default` handling in route groups that handle interception (#59752)
ztanner Dec 20, 2023
9f432cb
Transpile all code on app browser layer (#59569)
huozhi Dec 20, 2023
0f74659
Initial implementation of PPR client navigations (#59725)
acdlite Dec 20, 2023
98d1d75
v14.0.5-canary.20
vercel-release-bot Dec 20, 2023
377c5eb
Fix CI: Skip test in PPR dev mode, too (#59817)
acdlite Dec 20, 2023
16e3f53
fix(turbopack): prevent edge entrypoint from becoming an async module…
ForsakenHarmony Dec 20, 2023
4402428
v14.0.5-canary.21
vercel-release-bot Dec 20, 2023
12d2a6f
Ensure we validate revalidate configs properly (#59822)
ijjk Dec 20, 2023
7a2db94
v14.0.5-canary.22
vercel-release-bot Dec 20, 2023
1affa75
Update error check in validateRevalidate (#59826)
ijjk Dec 20, 2023
8a1717c
Rename confusing loaders (#59827)
huozhi Dec 20, 2023
75a8303
Add unstable_cache validate test case (#59828)
ijjk Dec 21, 2023
14052c0
Upgrade og dependencies (#59541)
huozhi Dec 21, 2023
b83e0f5
[PPR Navs] Bugfix: Dynamic data never streams in if prefetch entry is…
acdlite Dec 21, 2023
b3ad907
v14.0.5-canary.23
vercel-release-bot Dec 21, 2023
c4adae8
fix parallel catch-all route normalization (#59791)
ztanner Dec 22, 2023
6545783
fix router prefetch cache key to work with route interception (#59861)
ztanner Dec 22, 2023
2d50879
docs: fix run-on and definition of trailing slash redirect (#59889)
minaelee Dec 22, 2023
a3fb38a
docs: Minor grammar edits (#59887)
minaelee Dec 22, 2023
3e26253
docs: add version history for unstable_cache (#59799)
officialrajdeepsingh Dec 22, 2023
1529b50
docs: correct type in sitemap.mdx (#59787)
jamesmillerburgess Dec 22, 2023
19eea58
docs: Remove `typesafe-i18n` from third-party i18n options (#59624)
LorisSigrist Dec 22, 2023
c7b2422
docs: Add Chakra UI setup guide (#59275)
yesl-kim Dec 22, 2023
19dac21
docs: fix not-found file paths (#59478)
StevenKamwaza Dec 22, 2023
f999d63
docs: Updates references for styled-components configuration in next.…
manovotny Dec 22, 2023
b57a2c8
docs: fix TS code snippet for MDX example (#57988)
mcexit Dec 22, 2023
34a5ef2
docs: Mention remark-mdx-frontmatter in frontmatter docs (#59238)
remcohaszing Dec 22, 2023
7a18e6d
docs: Rename React Query to TanStack Query (#59004)
ryo-manba Dec 22, 2023
2336274
docs: Add `cwd` to VSCode debugging setup steps (#58689)
TranquilMarmot Dec 22, 2023
c5b5b1e
v14.0.5-canary.24
vercel-release-bot Dec 22, 2023
4225da8
examples: Add new NextAuth.js example (#56914)
leerob Dec 23, 2023
3d9a1b4
examples: add required env vars to auth example. (#59901)
leerob Dec 23, 2023
c4ba419
Alias nextjs api entry to esm version for app router (#59852)
huozhi Dec 23, 2023
abcd10a
v14.0.5-canary.25
vercel-release-bot Dec 23, 2023
500a3f8
docs: fix typo (#59897)
AhmedBaset Dec 24, 2023
ee4ff03
docs: Add sensible name for cookie deleting functions (#57893)
vinaykulk621 Dec 24, 2023
768d217
docs: add type to import statement (#57701)
haritssr Dec 24, 2023
ab16e51
docs: fix import statement for next/og (#57810)
divquan Dec 24, 2023
3b64a53
docs: remove old links for examples (#57891)
vinaykulk621 Dec 24, 2023
142e708
docs: clarify setting and reading cookies from Route Handlers (#59915)
leerob Dec 24, 2023
d4b7c86
docs: add Sirv loader for `next/image` (#57102)
IgorVaryvoda Dec 24, 2023
0fc1d9e
examples: update Redis to App Router (#59311)
leerob Dec 24, 2023
365a049
docs: fix prettier lint (#59918)
huozhi Dec 24, 2023
ebc4eaa
v14.0.5-canary.26
vercel-release-bot Dec 24, 2023
a0b661d
examples: remove broken deploy button (#58794)
LukeSchlangen Dec 25, 2023
eebad9c
docs: Add media example for icon metadata (#56141)
RiskyMH Dec 25, 2023
247f9e8
v14.0.5-canary.27
vercel-release-bot Dec 25, 2023
7c7d981
examples: progressive enhancement for Redis example (#59937)
leerob Dec 26, 2023
fc25fce
v14.0.5-canary.28
vercel-release-bot Dec 26, 2023
6a23987
docs: Fix typo in generate-sitemaps.mdx docs (#59964)
247c Dec 27, 2023
02d3907
docs: fix link to formEntries (#59935)
ManuWeb3 Dec 27, 2023
bc41a7f
examples: Update .env.local.example of with-firebase (#59954)
msgadi Dec 27, 2023
2c811af
examples: Upgrade `with-algolia-react-instantsearch` example to lates…
dhayab Dec 27, 2023
332bf6d
docs: remove incorrect async components in parallel routes docs (#59966)
ShahriarKh Dec 27, 2023
7e00d18
docs: Updates "No Before Interactive" error message for App router (#…
manovotny Dec 27, 2023
f8ba588
docs: Update Middleware docs on ignoring prefetches (#56799)
jvandenaardweg Dec 27, 2023
5f2d7b6
docs: add note that contentlayer is unmaintained (#59927)
CodeWithShreyans Dec 27, 2023
0c75f1c
v14.0.5-canary.29
vercel-release-bot Dec 27, 2023
4b68d55
examples: Supabase rename .env.local.example to .env.example (#59984)
SwitchBladeAK Dec 28, 2023
9e37c32
docs: small changes to linking docs (#59982)
leerob Dec 28, 2023
548a07f
docs: opengraph / twitter image needs absolute URL (#59985)
leerob Dec 28, 2023
7343af9
examples: Update Convex Example (#59789)
ianmacartney Dec 28, 2023
cd740cd
v14.0.5-canary.30
vercel-release-bot Dec 28, 2023
df14fdf
docs: fix typo for `useFormState` (#60010)
leerob Dec 29, 2023
33f9b34
v14.0.5-canary.31
vercel-release-bot Dec 29, 2023
9986e82
examples: Update next-forms example (#60052)
leerob Dec 30, 2023
a1e3888
v14.0.5-canary.32
vercel-release-bot Dec 30, 2023
fa32e32
docs: clarify using `redirect` with client components (#60056)
leerob Dec 31, 2023
ff45e1f
docs: 'userScalable' field in 'viewport' (#60033)
justinh00k Dec 31, 2023
64e9051
docs: Add section for CSP without nonces (#60067)
leerob Dec 31, 2023
80f4a97
docs: update install count (#60072)
leerob Dec 31, 2023
4b66928
v14.0.5-canary.33
vercel-release-bot Dec 31, 2023
2eda014
examples: fix contentful install instructions (#60050)
tiborsaas Dec 31, 2023
a5d87eb
docs: fix version history order in sitemap.mdx (#60054)
ArianHamdi Jan 1, 2024
5071fca
docs: clarify generateStaticParams and dynamicParams (#60083)
leerob Jan 1, 2024
7cbcea3
Remove duplicate standalone check (#60085)
timneutkens Jan 1, 2024
8e3e4ad
docs: update `maxDuration` info (#60086)
leerob Jan 1, 2024
da6b044
v14.0.5-canary.34
vercel-release-bot Jan 1, 2024
ab7142a
docs: `⌘+Enter` for forms (#60090)
leerob Jan 2, 2024
7be8092
Remove return on void function (#60087)
timneutkens Jan 2, 2024
82cd86d
Update `swc_core` to `v0.87.10` (#59834)
kdy1 Jan 2, 2024
ef837c5
Ensure NextBuildContext is only used during build (#60099)
timneutkens Jan 2, 2024
8d17086
Add PageExtensions type (#60108)
timneutkens Jan 2, 2024
a2c14f1
Ensure instrumentation file does not affect middleware count (#60102)
timneutkens Jan 2, 2024
6d0450c
Use WebpackError type instead of any (#60105)
timneutkens Jan 2, 2024
c5e74cc
Remove root parameter (#60112)
timneutkens Jan 2, 2024
4425cde
Remove extra duplicate pages warning (#60113)
timneutkens Jan 2, 2024
e5aa95c
Add MappedPages type (#60106)
timneutkens Jan 2, 2024
4fbe677
Merge branch 'canary' of https://github.com/vercel/next.js into 01-02…
timneutkens Jan 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ rustflags = [
"tokio_unstable",
"-Zshare-generics=y",
"-Csymbol-mangling-version=v0",
"-Aclippy::too_many_arguments",
]
5 changes: 1 addition & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ packages/react-refresh-utils/**/*.js
packages/react-dev-overlay/lib/**
**/__tmp__/**
.github/actions/next-stats-action/.work
.github/actions/validate-docs-links/lib/index.js
.github/actions/needs-triage/index.js
.github/actions/*/index.mjs
packages/next-codemod/transforms/__testfixtures__/**/*
packages/next-codemod/transforms/__tests__/**/*
packages/next-codemod/**/*.js
Expand All @@ -40,4 +37,4 @@ bench/nested-deps/**
bench/nested-deps-app-router/**
packages/next-bundle-analyzer/index.d.ts
examples/with-typescript-graphql/lib/gql/
test/development/basic/hmr/components/parse-error.js
test/development/basic/hmr/components/parse-error.js
10 changes: 1 addition & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,6 @@
"jsdoc/no-undefined-types": "error"
}
},
{
"files": [
"test/**/*",
"examples/**/*",
"packages/create-next-app/templates/**/*"
],
"rules": { "react/react-in-jsx-scope": "off" }
},
{
"files": ["examples/**/*"],
"rules": {
Expand Down Expand Up @@ -351,7 +343,7 @@
"react/no-direct-mutation-state": "warn",
"react/no-is-mounted": "warn",
"react/no-typos": "error",
"react/react-in-jsx-scope": "error",
"react/react-in-jsx-scope": "off",
"react/require-render-return": "error",
"react/style-prop-object": "warn",
"react-hooks/rules-of-hooks": "error",
Expand Down
19 changes: 0 additions & 19 deletions .github/.kodiak.toml

This file was deleted.

1 change: 0 additions & 1 deletion .github/actions/needs-triage/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/needs-triage/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: 'vercel/next.js specific auto-labeling action'
author: 'Next.js team'
runs:
using: 'node20'
main: 'index.js'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions .github/actions/needs-triage/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"exports": "./index.js",
"exports": "./dist/index.js",
"files": [
"src"
],
"scripts": {
"build": "pnpm types && ncc -m -o . build lib/index.js --license licenses.txt",
"build": "pnpm types && ncc build lib/index.js -m -o dist --license licenses.txt",
"types": "tsc"
},
"devDependencies": {
Expand Down
12 changes: 5 additions & 7 deletions .github/actions/next-integration-stat/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ author: Turbopack team
description: 'Display next.js integration test failure status'

inputs:
# Github token to use to create test report comment. If not specified, the default token will be used with username 'github-actions'
token:
default: ${{ github.token }}
description: 'GitHub token used to create the test report comment. If not specified, the default GitHub actions token will be used'

# The base of the test results to compare against. If not specified, will try to compare with latest main branch's test results.
diff_base:
default: 'main'
description: "The base of the test results to compare against. If not specified, will try to compare with latest main branch's test results."

# Include full test failure message in the report.
# This is currently disabled as we have too many failed test cases, causes
# too many report comment generated.
expand_full_result_message:
default: 'false'
description: 'Whether to include the full test failure message in the report. This is currently disabled as we have too many failed test cases, which would lead to massive comments.'

runs:
using: node16
main: index.js
using: node20
main: dist/index.js
Loading
Loading