rsnext/test/integration
Michał Dudak 6f9df4a0ac
Allow undefined environment variables in config (#58247)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:

## For Contributors

### Improving Documentation

- Run `pnpm prettier-fix` to fix formatting issues before opening the
PR.
- Read the Docs Contribution Guide to ensure your contribution follows
the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

### Adding or Updating Examples

- The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- Make sure the linting passes by running `pnpm build && pnpm lint`. See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md

### Fixing a bug

- Related issues linked using `fixes #number`
- Tests added. See:
https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md

### Adding a feature

- Implements an existing feature request or RFC. Make sure the feature
request has been accepted for implementation before opening a PR. (A
discussion must be opened, see
https://github.com/vercel/next.js/discussions/new?category=ideas)
- Related issues/discussions are linked using `fixes #number`
- e2e tests added
(https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
- Documentation added
- Telemetry added. In case of a feature if it's used or not.
- Errors have a helpful link attached, see
https://github.com/vercel/next.js/blob/canary/contributing.md


## For Maintainers

- Minimal description (aim for explaining to someone not on the team to
understand the PR)
- When linking to a Slack thread, you might want to share details of the
conclusion
- Link both the Linear (Fixes NEXT-xxx) and the GitHub issues
- Add review comments if necessary to explain to the reviewer the logic
behind a change

### What?

### Why?

### How?

Closes NEXT-
Fixes #

-->

This PR loosens the config schema to allow undefined environment
variables (for cases where they are defined only on certain
environments). Both the Zod schema and TS interface were updated.

Fixes #57755

---------

Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
2024-01-04 15:52:49 +01:00
..
404-page More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
404-page-app Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
404-page-custom-error Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
404-page-ssg Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
500-page More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
absolute-assetprefix More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
amp-export-validation chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
amphtml Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
amphtml-custom-optimizer More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
amphtml-custom-validator Leverage defineEnv for all environment variables in Turbopack (#57196) 2023-10-22 15:37:48 -07:00
amphtml-fragment-style More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
amphtml-ssg chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
api-body-parser Remove render workers in favor of esm loader (#54813) 2023-09-11 22:17:52 +02:00
api-catch-all More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
api-support chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
app-aspath
app-config-asset-prefix fix: App Router with assetPrefix: / (#49622) 2023-06-07 14:46:02 +00:00
app-dir-export chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
app-document BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
app-document-add-hmr Enable additional webpack memory cache (#52540) 2023-08-02 11:43:39 +02:00
app-document-import-order More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
app-document-remove-hmr
app-document-style-fragment More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
app-dynamic-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
app-functional
app-tree Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
app-types Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
async-modules fix async-modules test (#57320) 2023-10-24 17:03:23 +00:00
auto-export More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
auto-export-error-bail Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
auto-export-query-error chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
babel Skip Babel tests for Turbopack (#56091) 2023-09-27 16:12:43 +02:00
babel-custom Skip Babel tests for Turbopack (#56091) 2023-09-27 16:12:43 +02:00
basepath-root-catch-all More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
bigint Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
broken-webpack-plugin Skip webpack specific tests in Turbopack test run (#56877) 2023-10-16 10:34:50 +00:00
build-indicator Skip webpack only test (#56929) 2023-11-03 01:37:21 +00:00
build-output Filter out duplicate paths in build output (#59858) 2024-01-02 19:18:45 +00:00
build-trace-extra-entries Fix webpack chunks handling in traces (#59498) 2023-12-11 11:35:35 -08:00
build-trace-extra-entries-turbo feat: support outputFileTracing in App Router (#59139) 2023-12-04 15:15:39 -08:00
build-warnings More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
bundle-size-profiling
catches-missing-getStaticProps More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
chunking Skip webpack specific tests in Turbopack test run (#56877) 2023-10-16 10:34:50 +00:00
clean-distdir Correctly skip build test for Turbopack (#59207) 2023-12-03 12:07:36 +01:00
cli fix NODE_OPTIONS=inspect (#59530) 2023-12-12 07:03:13 -08:00
client-404 Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
client-navigation-a11y BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
client-shallow-routing Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
compression
config Remove buildId test as it's no longer relevant (#56316) 2023-10-02 18:20:47 +00:00
config-devtool-dev Skip webpack specific tests in Turbopack test run (#56877) 2023-10-16 10:34:50 +00:00
config-experimental-warning Disable more Turbopack build tests (#59245) 2023-12-04 14:23:32 +00:00
config-mjs Remove buildId test as it's no longer relevant (#56316) 2023-10-02 18:20:47 +00:00
config-output-export only log export-no-custom-routes warning if unsupported (#57298) 2023-10-23 23:58:41 +00:00
config-promise-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
config-resolve-alias Update tests for Turbopack (#59354) 2023-12-07 15:03:44 +01:00
config-syntax-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
config-validation Allow undefined environment variables in config (#58247) 2024-01-04 15:52:49 +01:00
conflicting-public-file-page More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
conflicting-ssg-paths/test More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
create-next-app Update CNA tests more (#57088) 2023-10-19 23:49:31 +00:00
critical-css More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
css/test chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
css-client-nav/test More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
css-customization/test chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
css-features More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
css-fixtures tests(next-dev): migrate basic tailwind tests for turbopack (#55118) 2023-09-11 15:44:39 +00:00
css-minify More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
css-modules/test chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
custom-error Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-error-page-exception More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
custom-page-extension Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-routes fix: updates for resuming postponed in minimal mode (#57375) 2023-11-03 21:17:45 +00:00
custom-routes-catchall Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-routes-i18n Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-routes-i18n-index-redirect Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
custom-server More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
custom-server-types Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
data-fetching-errors More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
dedupes-scripts More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
development-hmr-refresh
development-runtime-config
disable-js Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dist-dir refactor: rewrite config schema in zod (#56383) 2023-10-05 15:46:53 +00:00
document-file-dependencies Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
document-head-warnings
draft-mode Turbopack: Chunking Refactoring (#56756) 2023-10-13 11:44:44 +00:00
dynamic-optional-routing Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dynamic-optional-routing-root-fallback Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dynamic-optional-routing-root-static-paths Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
dynamic-require
dynamic-route-rename
dynamic-routing fix: updates for resuming postponed in minimal mode (#57375) 2023-11-03 21:17:45 +00:00
edge-runtime-configurable-guards More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
edge-runtime-dynamic-code Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
edge-runtime-module-errors More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
edge-runtime-response-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
edge-runtime-streaming-error Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
edge-runtime-with-node.js-apis Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
empty-object-getInitialProps
empty-project
env-config Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
error-in-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
error-load-fail More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
error-plugin-stack-overflow More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
errors-on-output-to-public chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
errors-on-output-to-static chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
eslint More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
export-404 chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-default-map chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-dynamic-pages chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-fallback-true-error chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-getInitialProps-warn chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-image-default chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-image-loader chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-image-loader-legacy chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-index-not-found-gsp chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
export-intent build: Update swc_core to v0.86.40 and update turbopack (#57904) 2023-11-07 15:26:28 +00:00
export-subfolders chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
externals-esm More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
externals-esm-loose More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
externals-pages-bundle misc: fix serverComponentsExternalPackages usage for experimental.bundlePagesExternals (#57954) 2023-11-02 23:57:52 +00:00
fallback-false-rewrite Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
fallback-modules (test only) Integration tests: remove flatMap polyfill (#56546) 2023-10-10 20:39:54 +00:00
fallback-route-params Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
fetch-polyfill More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
fetch-polyfill-ky-universal More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
file-serving Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
filesystempublicroutes Fix two tests that use exportPathMap for Turbopack (#57194) 2023-10-21 13:32:48 -07:00
firebase-grpc More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
font-optimization More test updates (#56146) 2023-09-28 13:11:11 +02:00
future More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
getinitialprops Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
getserversideprops-export-error chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
getserversideprops-preview Turbopack: Chunking Refactoring (#56756) 2023-10-13 11:44:44 +00:00
gip-identifier Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
gsp-build-errors More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
gsp-extension More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
gssp-pageProps-merge Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
gssp-redirect More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
gssp-redirect-base-path More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
gssp-redirect-with-rewrites BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
handles-export-errors More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
hashbang Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
hydrate-then-render More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
hydration Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
i18n-support-base-path More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
i18n-support-catchall Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-custom-error More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
i18n-support-fallback-rewrite Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-fallback-rewrite-legacy Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
i18n-support-index-rewrite More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
i18n-support-same-page-hash-change Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
image-generation More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
image-optimizer fix(test): don't use latest sharp (#59074) 2023-11-29 18:13:58 +01:00
import-assertion Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
index-index Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
initial-ref Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-config-values More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
invalid-custom-routes Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-document-image-import More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
invalid-href Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-middleware-matchers Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-multi-match Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
invalid-page-automatic-static-optimization More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
invalid-revalidate-values
invalid-server-options
jsconfig More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
jsconfig-baseurl Fix should have correct module not found error test (#57383) 2023-11-05 18:57:21 +01:00
jsconfig-empty More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
jsconfig-paths Split jsconfig-paths and jsconfig-paths-wildcard tests (#57360) 2023-10-24 13:58:15 -07:00
jsconfig-paths-wildcard Split jsconfig-paths and jsconfig-paths-wildcard tests (#57360) 2023-10-24 13:58:15 -07:00
json-serialize-original-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
link-ref Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
link-with-encoding chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
link-with-multiple-child/test Update next/link default legacyBehavior (#42623) 2022-11-30 20:01:29 -08:00
link-without-router Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
middleware-basic More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
middleware-build-errors More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
middleware-dev-update Enable context caching for middleware/edge functions in dev (#47840) 2023-04-02 23:51:25 -07:00
middleware-overrides-node.js-api Remove render workers in favor of esm loader (#54813) 2023-09-11 22:17:52 +02:00
middleware-prefetch More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
middleware-src fix(turbopack): support middleware in src (#58218) 2023-11-10 14:48:20 +01:00
missing-document-component-error
mixed-ssg-serverprops-error More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
next-dynamic Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
next-dynamic-css Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
next-dynamic-lazy-compilation Reland "feat(turbopack): support basic next/dynamic" (#56934) 2023-10-18 02:53:40 +00:00
next-image-legacy Enable build worker by default (#59405) 2023-12-13 13:36:56 +00:00
next-image-new Enable build worker by default (#59405) 2023-12-13 13:36:56 +00:00
no-duplicate-compile-error
no-op-export/test chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
no-override-next-props
no-page-props Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
node-fetch-keep-alive More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
non-next-dist-exclude More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
non-standard-node-env-warning More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
not-found-revalidate Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
nullish-config Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
numeric-sep More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
ondemand More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
optional-chaining-nullish-coalescing Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
page-config More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
page-extensions Disable more Turbopack build tests (#59245) 2023-12-04 14:23:32 +00:00
plugin-mdx-rs More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
polyfilling-minimal More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
polyfills More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
port-env-var Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
preload-viewport chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
prerender chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
prerender-export chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
prerender-fallback-encoding Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
prerender-invalid-catchall-params More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
prerender-invalid-paths More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
prerender-no-revalidate Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
prerender-preview Turbopack: Chunking Refactoring (#56756) 2023-10-13 11:44:44 +00:00
prerender-revalidate More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
preview-fallback Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
production-browser-sourcemaps More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-build-dir More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-config More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-nav More Turbopack test fixes (#56248) 2023-10-01 17:50:03 +02:00
production-start-no-build Revert "Revert "Separate routing code from render servers (#52492)"" (#53029) 2023-07-21 14:02:52 -07:00
query-with-encoding More test updates (#56146) 2023-09-28 13:11:11 +02:00
re-export-all-exports-from-page-disallowed More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
react-18 Revert swc versions to one that doesn't use lightningcss (#55148) 2023-09-08 20:02:51 +00:00
react-profiling-mode More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
react-streaming Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
read-only-source-hmr Turbopack: support more server code in tracing error stack frames (#57156) 2023-10-20 17:09:10 -07:00
relay-analytics More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
relay-analytics-disabled More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
relay-graphql-swc-multi-project Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
relay-graphql-swc-single-project Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
render-error-on-module-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
render-error-on-top-level-error More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
repeated-slashes chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
required-server-files-ssr-404 More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
revalidate-as-path Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
rewrite-with-browser-history Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-client-resolving Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-destination-query-array Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-has-condition Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
rewrites-manual-href-as Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
root-optional-revalidate Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-index Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-indexes Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-load-cancel Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
route-load-cancel-css BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
router-hash-navigation Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-is-ready Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-is-ready-app-gip Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-prefetch Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
router-rerender Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
script-loader More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
scroll-back-restoration Use unique names for separate test suites (#56695) 2023-10-11 14:42:12 +02:00
scroll-forward-restoration Use unique names for separate test suites (#56695) 2023-10-11 14:42:12 +02:00
scss/test Fix SCSS and SCSS loader handling tests for Turbopack (#57192) 2023-10-21 20:45:57 +00:00
scss-fixtures feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
scss-modules/test chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
server-asset-modules Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
server-side-dev-errors test(integration): adjust fixture to work with turbopack (#59595) 2023-12-13 13:17:52 -08:00
src-dir-support Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
src-dir-support-double-dir Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
ssg-data-404 Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
ssg-dynamic-routes-404-page Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
static-404 More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
static-page-name Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
styled-jsx-plugin Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
telemetry Disable more Turbopack build tests (#59245) 2023-12-04 14:23:32 +00:00
trailing-slash-dist
trailing-slashes Fix invalid build-and-test workflow (#56053) 2023-09-26 14:45:49 -07:00
trailing-slashes-href-resolving Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
trailing-slashes-rewrite Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
tsconfig-verifier chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
turbopack-unsupported-log Polish turbopack start logging (#57203) 2023-10-23 02:53:40 +00:00
turbotrace-with-webpack-worker More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
typeof-window-replace More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
typescript More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
typescript-app-type-declarations Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-baseurl Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-custom-tsconfig More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
typescript-external-dir Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-filtered-files More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
typescript-hmr make test case less flaky (#57138) 2023-10-20 19:46:02 +02:00
typescript-ignore-errors More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
typescript-only-remove-type-imports Skip production tests for Turbopack (#56045) 2023-09-26 22:30:04 +02:00
typescript-paths Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
typescript-workspaces-paths Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00
undefined-webpack-config Update tests for Turbopack (#59354) 2023-12-07 15:03:44 +01:00
url More test updates (#56146) 2023-09-28 13:11:11 +02:00
url-imports Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
webpack-config-extensionalias More Turbopack fixes (#56275) 2023-10-02 09:42:32 +02:00
webpack-config-mainjs More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
webpack-require-hook Enable build worker by default (#59405) 2023-12-13 13:36:56 +00:00
with-electron chore(export)!: remove next export in favor of output: export in next.config.js (#57085) 2023-10-23 18:03:58 +00:00
with-router More Turbopack fixes (#56299) 2023-10-02 13:55:23 +00:00
worker-webpack5 Skip production tests for Turbopack (#56089) 2023-09-27 15:19:42 +02:00
test-file.txt