Closed feugy closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
speed-insights-astro | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 6, 2024 0:07am |
speed-insights-nextjs | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 6, 2024 0:07am |
speed-insights-nuxt | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 6, 2024 0:07am |
speed-insights-remix | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 6, 2024 0:07am |
speed-insights-sveltekit | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 6, 2024 0:07am |
speed-insights-vue | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 6, 2024 0:07am |
New and removed dependencies detected. Learn more about Socket for GitHub βοΈ
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/next@15.0.1 | environment, filesystem, network, shell, unsafe | +70 |
118 MB | vercel-release-bot |
npm/react-dom@19.0.0-rc-69d4b800-20241021 | environment | +1 |
6.45 MB | fb, gnoff, react-bot, ...2 more |
npm/react@19.0.0-rc-69d4b800-20241021 | environment | 0 |
239 kB | react-bot |
π What's in there?
We've been reported that compute route could be using some search parameter names instead of path parameter names. This PR fixes it.
π§ͺ How to test?
It has been tested locally with various version of Next.js, both pages and app router, and a special version of the debug script (soon released) which prints collected metrics to console.
In the following snapshots, the page has a single
[slug]
parameter, and autm_content
search parameter.β Notes to reviewers
Please note that I've updated our example next.js app to latest router, which includes a change how the Page component can access its path params. The Node.js version is required by Next@15. Finally,
@jest/globals
is needed because of biome (which we should consider migrating to, as well as vitest).