Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix runtime error in writeConfigurationDefaults #76106

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

unstubbable
Copy link
Contributor

Follow-up for #74674

When running pnpm next build or pnpm next dev with a test app in the Next.js repo, we patch the app's tsconfig.json to exclude the test files from the program, because those are already covered by the root tsconfig.json.

The code to suppress logging this action had a bug where we tried to remove the action from the list of requiredActions even if it wasn't added, resulting in the following runtime error:

Cannot read properties of undefined (reading 'includes')

This could happen when the requiredActions array was empty but the suggestedActions array was not.

Follow-up for #74674

When running `pnpm next build` or `pnpm next dev` with a test app in the
Next.js repo, we patch the app's `tsconfig.json` to exclude the test
files from the program, because those are already covered by the root
`tsconfig.json`.

The code to suppress logging this action had a bug where we tried to
remove the action from the list of `requiredActions` even if it wasn't
added, resulting in the following runtime error:

```
Cannot read properties of undefined (reading 'includes')
```

This could happen when the `requiredActions` array was empty but the
`suggestedActions` array was not.
@unstubbable unstubbable requested a review from huozhi February 17, 2025 09:28
@ijjk ijjk added created-by: Next.js team PRs by the Next.js team. type: next labels Feb 17, 2025
@ijjk
Copy link
Member

ijjk commented Feb 17, 2025

Stats from current PR

Default Build (Increase detected ⚠️)
General
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
buildDuration 18.1s 15.5s N/A
buildDurationCached 14.8s 12.5s N/A
nodeModulesSize 393 MB 393 MB N/A
nextStartRea..uration (ms) 418ms 438ms N/A
Client Bundles (main, webpack)
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
5306-HASH.js gzip 55.3 kB 55.3 kB N/A
7048.HASH.js gzip 168 B 168 B
8377-HASH.js gzip 5.46 kB 5.46 kB N/A
bccd1874-HASH.js gzip 53 kB 53 kB
framework-HASH.js gzip 57.5 kB 57.5 kB N/A
main-app-HASH.js gzip 245 B 245 B
main-HASH.js gzip 34.9 kB 34.9 kB N/A
webpack-HASH.js gzip 1.71 kB 1.71 kB
Overall change 55.1 kB 55.1 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Overall change 39.4 kB 39.4 kB
Client Pages
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
_app-HASH.js gzip 194 B 194 B
_error-HASH.js gzip 193 B 192 B N/A
amp-HASH.js gzip 513 B 511 B N/A
css-HASH.js gzip 342 B 342 B
dynamic-HASH.js gzip 1.84 kB 1.84 kB N/A
edge-ssr-HASH.js gzip 265 B 264 B N/A
head-HASH.js gzip 363 B 360 B N/A
hooks-HASH.js gzip 393 B 390 B N/A
image-HASH.js gzip 4.59 kB 4.59 kB N/A
index-HASH.js gzip 268 B 266 B N/A
link-HASH.js gzip 2.35 kB 2.35 kB
routerDirect..HASH.js gzip 327 B 326 B N/A
script-HASH.js gzip 397 B 397 B
withRouter-HASH.js gzip 325 B 325 B
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 3.72 kB 3.72 kB
Client Build Manifests
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
_buildManifest.js gzip 749 B 747 B N/A
Overall change 0 B 0 B
Rendered Page Sizes
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
index.html gzip 522 B 522 B
link.html gzip 538 B 536 B N/A
withRouter.html gzip 519 B 518 B N/A
Overall change 522 B 522 B
Edge SSR bundle Size
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
edge-ssr.js gzip 130 kB 130 kB N/A
page.js gzip 211 kB 211 kB N/A
Overall change 0 B 0 B
Middleware size
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
middleware-b..fest.js gzip 677 B 674 B N/A
middleware-r..fest.js gzip 155 B 156 B N/A
middleware.js gzip 31.4 kB 31.4 kB N/A
edge-runtime..pack.js gzip 844 B 844 B
Overall change 844 B 844 B
Next Runtimes
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
app-page-exp...dev.js gzip 395 kB 395 kB
app-page-exp..prod.js gzip 133 kB 133 kB
app-page-tur..prod.js gzip 145 kB 145 kB
app-page-tur..prod.js gzip 141 kB 141 kB
app-page.run...dev.js gzip 384 kB 384 kB
app-page.run..prod.js gzip 129 kB 129 kB
app-route-ex...dev.js gzip 39.4 kB 39.4 kB
app-route-ex..prod.js gzip 25.7 kB 25.7 kB
app-route-tu..prod.js gzip 25.7 kB 25.7 kB
app-route-tu..prod.js gzip 25.5 kB 25.5 kB
app-route.ru...dev.js gzip 39.1 kB 39.1 kB
app-route.ru..prod.js gzip 25.5 kB 25.5 kB
dist_client_...dev.js gzip 356 B 356 B
dist_client_...dev.js gzip 349 B 349 B
pages-api-tu..prod.js gzip 9.72 kB 9.72 kB
pages-api.ru...dev.js gzip 11.8 kB 11.8 kB
pages-api.ru..prod.js gzip 9.72 kB 9.72 kB
pages-turbo...prod.js gzip 22 kB 22 kB
pages.runtim...dev.js gzip 31.6 kB 31.6 kB
pages.runtim..prod.js gzip 22 kB 22 kB
server.runti..prod.js gzip 61.2 kB 61.2 kB
Overall change 1.68 MB 1.68 MB
build cache Overall increase ⚠️
vercel/next.js canary vercel/next.js hl/fix-write-configuration-defaults-bug Change
0.pack gzip 2.12 MB 2.11 MB N/A
index.pack gzip 75.8 kB 76 kB ⚠️ +174 B
Overall change 75.8 kB 76 kB ⚠️ +174 B
Diff details
Diff for main-HASH.js

Diff too large to display

Commit: c9e2c75

@ijjk
Copy link
Member

ijjk commented Feb 17, 2025

Tests Passed

Copy link
Member

@huozhi huozhi left a comment

Choose a reason for hiding this comment

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

Thanks

@unstubbable unstubbable merged commit 698220d into canary Feb 17, 2025
129 checks passed
@unstubbable unstubbable deleted the hl/fix-write-configuration-defaults-bug branch February 17, 2025 11:15
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants