rsnext/test/.stats-app
Sam Ko e6983b911b
chore: update pnpm to 9.4.0 (#64945)
## Why?

Notable change of v9 is Corepack is enabled by default.  
So we can ensure all package manage/resolved exact same version of pnpm.

- [**v9.0.0**](https://github.com/pnpm/pnpm/releases/tag/v9.0.0):
Discontinued support for Node.js v16 and introduced Corepack
compatibility checks. New configuration updates include enabling
`dedupe-injected-deps` and changing the lockfile to version 9, with
better readability and resistance to Git conflicts.

...

- [**v9.4.0**](https://github.com/pnpm/pnpm/releases/tag/v9.4.0)

- Kudos to @ryota-murakami for the original :pr:! →
https://github.com/vercel/next.js/pull/64854

## Changes

- https://pnpm.io/npmrc#link-workspace-packages defaults to `false` now,
so setting it to `true`

Closes NEXT-3211
2024-06-28 04:41:35 -07:00
..
app Reduce memory/cache overhead from over loader processing (#62005) 2024-02-13 22:40:19 +00:00
components Add additional stats app pages (#27202) 2021-07-16 12:13:04 -05:00
pages Fix /dynamic in test/.stats-app (#65543) 2024-05-09 10:09:24 -06:00
middleware.js Add middleware size stats (#37519) 2022-06-07 17:05:48 +00:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
package.json chore: update pnpm to 9.4.0 (#64945) 2024-06-28 04:41:35 -07:00
stats-config.js Combine necessary file for edge route in size calculation (#65053) 2024-04-26 19:57:22 +02:00