rsnext/test/development/basic
Tim Neutkens b9baf48257
Remove setPnpmResolutionMode as default is highest (#57828)
The linked documentation mentions that `highest` is the default in the
pnpm version we use:

> Default: highest (was lowest-direct from v8.0.0 to v8.6.12)

https://pnpm.io/npmrc#resolution-mode


<!-- 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 #

-->

---------

Co-authored-by: Zack Tanner <zacktanner@gmail.com>
2023-11-04 21:19:51 +01:00
..
__snapshots__ chore: upgrade jest (#56909) 2023-10-19 17:38:24 +00:00
asset-prefix use createNextDescribe for test/development/basic tests (#58031) 2023-11-04 20:02:34 +01:00
barrel-optimization use createNextDescribe for test/development/basic tests (#58031) 2023-11-04 20:02:34 +01:00
define-class-fields use createNextDescribe for test/development/basic tests (#58031) 2023-11-04 20:02:34 +01:00
emotion-swc Remove setPnpmResolutionMode as default is highest (#57828) 2023-11-04 21:19:51 +01:00
gssp-ssr-change-reloading Remove pong HMR event as it is not used (#54965) 2023-09-04 13:27:47 +00:00
hmr hmr error improvements (#30616) 2023-01-06 20:35:16 +01:00
legacy-decorators Add support for legacy decorators through tsconfig/jsconfig (#31376) 2021-11-13 18:26:13 +01:00
misc BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
next-dynamic Fix dynamic no ssr with babel transform (#45091) 2023-01-23 13:39:47 -08:00
node-builtins Revert "Revert "feat(turbopack): support next.js specific node polyfills"" (#55392) 2023-09-14 17:32:29 +02:00
styled-components feat: enable styled-components css prop swc transform by default (#37962) 2022-06-23 18:08:22 +00:00
styled-components-disabled Add test for styled-components SWC transform disabled (#31214) 2021-11-09 17:18:04 +01:00
tailwind-jit Fixes #33153: Updating cross-references from master to main + canary (#33198) 2022-01-12 02:55:35 +01:00
theme-ui use createNextDescribe for test/development/basic tests (#58031) 2023-11-04 20:02:34 +01:00
hmr.test.ts Turbopack: disable webpack specific test cases (#57423) 2023-10-25 20:35:35 +02:00
legacy-decorators.test.ts Ensure next.url is used instead of next.appPort (#44163) 2022-12-19 13:29:50 -08:00
misc.test.ts Migrate basic-basepath tests into basic (#44776) 2023-01-11 08:13:19 -08:00
next-dynamic.test.ts Reland "feat(turbopack): support basic next/dynamic" (#56934) 2023-10-18 02:53:40 +00:00
next-rs-api.test.ts use postcss transforms consistently also on server side (#57434) 2023-10-26 03:09:37 +02:00
node-builtins.test.ts misc: fix injecting --inspect with NODE_OPTIONS (#57159) 2023-10-21 00:49:41 +00:00
project-directory-rename.test.ts Break up large test suites (#50458) 2023-05-28 13:59:41 -07:00
styled-components-disabled.test.ts Remove extra styled-components disabled test (#44870) 2023-01-13 16:26:33 -08:00
styled-components.test.ts Ensure next.url is used instead of next.appPort (#44163) 2022-12-19 13:29:50 -08:00
tailwind-jit.test.ts more turbopack HMR fixes and test case (#55368) 2023-09-14 15:50:59 +02:00