File tree
408 files changed
+29871
-23092
lines changed- .github/workflows
- .vscode
- crates
- napi/src/next_api
- next-api/src
- next-core
- src
- next_client
- next_server
- next-custom-transforms
- src/transforms
- fonts
- tests
- fixture/source-maps
- client-graph
- development/server-actions/1
- production/server-actions/1
- server-graph/use-cache/1
- docs
- 01-app
- 01-getting-started
- 03-building-your-application
- 01-routing
- 02-data-fetching
- 03-rendering
- 06-optimizing
- 07-configuring
- 04-api-reference
- 02-components
- 03-file-conventions
- 04-functions
- 05-config/01-next-config-js
- 02-pages/03-api-reference/04-config/01-next-config-js
- errors
- examples
- mdx-remote/app/[slug]
- remove-console
- app
- pages
- with-supabase/components/tutorial
- packages
- create-next-app
- templates
- app-tw
- js/app
- ts/app
- default-tw
- js/styles
- ts/styles
- eslint-config-next
- eslint-plugin-next
- font
- next
- src
- build
- output
- static-paths
- swc
- webpack
- loaders/metadata
- plugins
- minify-webpack-plugin/src
- client
- app-dir
- components
- react-dev-overlay
- server
- ui
- components
- call-stack-frame
- dialog
- errors
- call-stack
- dev-tools-indicator
- dev-tools-info
- dialog
- environment-name-label
- error-overlay-bottom-stack
- error-overlay-toolbar
- error-type-label
- icons
- storybook
- styles
- utils
- router-reducer
- reducers
- segment-cache-impl
- react-client-callbacks
- export
- routes
- lib
- metadata
- generate
- resolvers
- server
- app-render
- async-storage
- lib
- incremental-cache
- response-cache
- use-cache
- web/spec-extension
- adapters
- next-bundle-analyzer
- next-codemod
- next-env
- next-mdx
- next-plugin-rspack
- next-plugin-storybook
- next-polyfill-module
- next-polyfill-nomodule
- next-swc
- react-refresh-utils
- third-parties
- scripts
- test
- development
- acceptance
- acceptance-app
- e2e
- app-dir
- app-basepath
- app
- metadata
- app-static
- app/gen-params-catch-all-unique/[...slug]
- custom-cache-control
- dynamic
- dynamic-io-errors
- metadata
- app/viewport/skip-initial-scale
- metadata-edge
- metadata-streaming
- app/parallel-routes
- @bar
- test-page
- @foo
- no-bar
- test-page
- no-bar
- test-page
- parallel-routes-revalidation
- ppr-full
- ppr-metadata-blocking
- ppr-metadata-streaming
- segment-cache
- basic
- components
- export
- app
- target-page
- components
- revalidation
- app
- refetch-on-new-base-tree
- a
- b
- components
- search-params
- app
- search-params
- target-page
- components
- turbopack-reports
- use-cache
- app/[id]
- getserversideprops
- app
- pages
- rewrite-target
- test
- integration/not-found-revalidate/test
- lib
- production
- app-dir
- build-output-tree-view
- fixtures/mixed/app
- cache-life-custom
- cache-life-hours
- dynamic-io-cache-handlers
- metadata-streaming-config
- ppr-disable-streaming-metadata/app
- dynamic
- ppr
- prerender-prefetch
- sharp-basic
- standalone-mode/required-server-files
- pages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
408 files changed
+29871
-23092
lines changedDiff for: .github/workflows/build_and_deploy.yml
+15-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 |
| - | |
| 149 | + | |
| 150 | + | |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
163 |
| - | |
| 162 | + | |
| 163 | + | |
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
176 |
| - | |
| 175 | + | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
189 |
| - | |
190 |
| - | |
| 189 | + | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
308 | 312 |
| |
309 | 313 |
| |
310 | 314 |
| |
| |||
334 | 338 |
| |
335 | 339 |
| |
336 | 340 |
| |
337 |
| - | |
| 341 | + | |
338 | 342 |
| |
339 | 343 |
| |
340 | 344 |
| |
| |||
423 | 427 |
| |
424 | 428 |
| |
425 | 429 |
| |
426 |
| - | |
427 |
| - | |
428 | 430 |
| |
429 | 431 |
| |
430 | 432 |
| |
| |||
434 | 436 |
| |
435 | 437 |
| |
436 | 438 |
| |
437 |
| - | |
| 439 | + | |
438 | 440 |
| |
439 | 441 |
| |
440 | 442 |
| |
|
Diff for: .github/workflows/build_and_test.yml
+10-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 | 252 |
| |
256 | 253 |
| |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
257 | 258 |
| |
258 | 259 |
| |
259 | 260 |
| |
| |||
545 | 546 |
| |
546 | 547 |
| |
547 | 548 |
| |
548 |
| - | |
549 |
| - | |
550 |
| - | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
551 | 552 |
| |
552 | 553 |
| |
553 | 554 |
| |
| |||
635 | 636 |
| |
636 | 637 |
| |
637 | 638 |
| |
| 639 | + | |
638 | 640 |
| |
639 | 641 |
| |
640 | 642 |
| |
|
Diff for: .github/workflows/build_reusable.yml
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 |
| - | |
| 227 | + | |
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 17 | + | |
22 | 18 |
| |
23 | 19 |
| |
24 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 17 | + | |
22 | 18 |
| |
23 | 19 |
| |
24 | 20 |
| |
|
+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
| |||
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
80 |
| - | |
| 84 | + | |
81 | 85 |
| |
82 | 86 |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 |
| |
16 | 21 |
| |
17 | 22 |
| |
|
Diff for: .vscode/settings.json
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
|
0 commit comments