rsnext/test/production
Balázs Orbán b8e533b589
chore: use pnpm install in tests (#37712)
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-06-16 18:08:07 +00:00
..
dependencies-can-use-env-vars-in-middlewares feat(middleware)!: forbids middleware response body (#36835) 2022-05-19 22:02:20 +00:00
emit-decorator-metadata Add decoratorMetadata flag if enabled by tsconfig (#32914) 2022-02-06 16:48:09 +00:00
enoent-during-require Ensure ENOENT error is not ignored when loading pages (#37486) 2022-06-06 14:35:26 -04:00
eslint-plugin-deps Ensure eslint plugins dont conflict (#35667) 2022-03-28 12:31:30 -05:00
fallback-export-error Update check for fallback pages during export (#33323) 2022-01-17 14:44:45 +00:00
generate-middleware-source-maps chore: narrows regexp to enable middleware source maps (#37582) 2022-06-10 20:22:03 -05:00
jest chore: use pnpm install in tests (#37712) 2022-06-16 18:08:07 +00:00
middleware-environment-variables-in-node-server-reflect-the-usage-inference feat(middleware)!: forbids middleware response body (#36835) 2022-05-19 22:02:20 +00:00
middleware-typescript Edge Functions: deprecate access to request.page (#37349) 2022-06-01 20:06:37 +00:00
middleware-with-dynamic-code chore: use pnpm install in tests (#37712) 2022-06-16 18:08:07 +00:00
missing-dep-error Ensure type check/link worker does not retry (#37324) 2022-05-31 11:30:38 -05:00
pnpm-support chore: use pnpm install in tests (#37712) 2022-06-16 18:08:07 +00:00
postcss-plugin-config-as-string allow to provide postcss plugin options as a string (#35173) 2022-04-08 16:58:50 +00:00
prerender-prefetch Update to not trigger revalidation during prefetch (#37201) 2022-05-29 23:05:23 +00:00
react-18-streaming-ssr Fix react root env missing in NextServer (#37562) 2022-06-09 15:43:38 +02:00
reading-request-body-in-middleware feat(middleware)!: forbids middleware response body (#36835) 2022-05-19 22:02:20 +00:00
required-server-files Update usage of example.com -> example.vercel.sh (#37630) 2022-06-10 18:19:37 -05:00
standalone-mode-and-optimizecss Fix outputStandalone with optimizeCss (#36028) 2022-04-11 16:14:28 -05:00
typescript-basic chore: use pnpm install in tests (#37712) 2022-06-16 18:08:07 +00:00
required-server-files-i18n.test.ts Update matched path params priority (#37646) 2022-06-13 13:34:08 +00:00
required-server-files.test.ts Fix rewrite/dynamic interpolation E2E cases (#37669) 2022-06-13 15:46:19 -05:00