-
Notifications
You must be signed in to change notification settings - Fork 28k
Comparing changes
Open a pull request
base repository: vercel/next.js
base: v12.2.4
head repository: vercel/next.js
compare: v12.2.5
Commits on Aug 5, 2022
-
Fixed links to supabase examples (#39343)
Corrected links to supabase examples in the `with-supabase-auth-realtime-db/README.md` ## 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 - [x] 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)
Configuration menu - View commit details
-
Copy full SHA for b402787 - Browse repository at this point
Copy the full SHA b402787View commit details -
Change invalid internal upstream image error code (#39334)
fixes #39312 this is more consistent with other errors an invalid image should cause a validation error and not a server error
Configuration menu - View commit details
-
Copy full SHA for 869a2fe - Browse repository at this point
Copy the full SHA 869a2feView commit details -
Hoist styles for Route Announcer 📢 (#39331)
Hi, - Remove inlined CSS style which have minor performance loss. And hoist it to top of the component. > Each time you inline an object, React re-creates a new reference to this object on every render. This causes components that receive this object to treat it as a referentially different one which have some performance pitfalls. _Extremely sorry if I made any mistakes :(_
Configuration menu - View commit details
-
Copy full SHA for d88fd14 - Browse repository at this point
Copy the full SHA d88fd14View commit details -
test: ensure default output is correct (#39358)
So we don't regress on issues like #39090, #35913, #34629, #33314, etc. Closes #35912 ## 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)
Configuration menu - View commit details
-
Copy full SHA for 0571885 - Browse repository at this point
Copy the full SHA 0571885View commit details -
fix: wrong reference url for disableStaticImages (#39362)
## Minor Improvement - doc of `disableStaticImages` has an incorrect reference link. Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f2949f - Browse repository at this point
Copy the full SHA 9f2949fView commit details -
Examples/cms-wordpress migrate to TypeScript (#39250)
## Documentation / Examples Not sure that I need to provide type to all of components or not? Let me know if you want me to provide. - [x] Closes #38752 - [x] Make sure the linting passes by running `pnpm lint` - [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
Configuration menu - View commit details
-
Copy full SHA for 5f483b9 - Browse repository at this point
Copy the full SHA 5f483b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 442378d - Browse repository at this point
Copy the full SHA 442378dView commit details -
fix: skip resizing image if it's animated (#39325)
We were resizing animated images when importing them, but we don't optimize images when they come from an upstream provider. For consistency, we can skip resizing for local animated images as well. Fixes #39317 ## 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)
Configuration menu - View commit details
-
Copy full SHA for d008f65 - Browse repository at this point
Copy the full SHA d008f65View commit details
Commits on Aug 6, 2022
-
Fix catchall rewrites for _next/data routes (#39370)
* Fix catchall rewrites for _next/data routes * update check
Configuration menu - View commit details
-
Copy full SHA for a679a1e - Browse repository at this point
Copy the full SHA a679a1eView commit details -
Fix
next/future/image
alt text (#39366)In many browsers (other than Chrome), the `alt` text is visible while the image is loading. This causes a sense layout shift since you'll see a flash of text and then the image (although lighthouse measures 0 CLS, likely because Chrome doesn't have this problem). This PR updates `next/future/image` to hide the alt text, unless there is an error while loading the image in which case the `alt` text because relevant as the fallback. Example: <img width="115" alt="image" src="https://user-images.githubusercontent.com/229881/183128008-0660c50c-18aa-4e64-872e-ada9a652130f.png"> Unfortunately, Safari also shows a border while lazy loading images and it cannot be styled. See upstream issue here: https://bugs.webkit.org/show_bug.cgi?id=243601
Configuration menu - View commit details
-
Copy full SHA for 59a01ec - Browse repository at this point
Copy the full SHA 59a01ecView commit details -
chore: upgrade example to Docker Compose v2 (#39372)
Upgrade the README to use Docker Compose v2, which is faster and shipped by default with Docker Desktop since April. ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
Configuration menu - View commit details
-
Copy full SHA for 43a4a8e - Browse repository at this point
Copy the full SHA 43a4a8eView commit details
Commits on Aug 7, 2022
-
fix (examples): Changed the version of next-pwa (#39369)
next-pwa verison 5.5.5 causes the app to [crash](shadowwalker/next-pwa#370). See issue #39224 Changed the version to 5.5.4 and removed `^`. Fixes: #39383
Configuration menu - View commit details
-
Copy full SHA for b1de1d1 - Browse repository at this point
Copy the full SHA b1de1d1View commit details -
refactor: add named export in next/server (#39381)
## Bug When using next/server in different environment ([vitest](https://vitest.dev/)), named import will have runtime error. ```tsx import { NextRequest } from 'next/server' // TypeError: NextRequest is not a constructor const request = new NextRequest() ``` This is conflicted with current `server.d.ts` files. ## Alternative * reverte current `server.js` to esm, them compiled it to cjs.
Configuration menu - View commit details
-
Copy full SHA for dc13c12 - Browse repository at this point
Copy the full SHA dc13c12View commit details -
fix(ts): More strict Redirect type (#38277)
* fix(ts): More strict Redirect type * lint-fix Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for 3238352 - Browse repository at this point
Copy the full SHA 3238352View commit details -
Port 'with-static-export' example to TypeScript (#38268)
The 'with-static-export' example is very useful but, if a developer wants to use TypeScript, converting it is nontrivial. There are some gotchas in the GetStaticProps/GetStaticPaths functions. This example should help jumpstart TS development for sites static generation. ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] 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>
Configuration menu - View commit details
-
Copy full SHA for 0d5a692 - Browse repository at this point
Copy the full SHA 0d5a692View commit details -
update examples/custom-server-fastify and replace depreaction (#38269)
## 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 - [x] Make sure the linting passes by running `pnpm lint` - [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples) Co-authored-by: Balázs Orbán <18369201+balazsorban44@users.noreply.github.com> Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5910458 - Browse repository at this point
Copy the full SHA 5910458View commit details -
fix(next): dev server starting when importing a file using get-projec… (
#38274) Fixes: #38232 Fixes: #36893 Version [12.1.1-canary.5](https://github.com/vercel/next.js/releases/tag/v12.1.1-canary.5) introduced a bug, more specifically this PR: #34836 The issue described in #38232 is that the following code starts both the dev and prod servers: ```js const start = require('next/dist/cli/next-start') start.nextStart() ``` I searched a bit and found that `lib/get-project-dir.ts#getProjectDir()` now imports `bin/next.ts` https://github.com/vercel/next.js/blob/6b8e499c7bf13914cca92f9da1737d358133ee20/packages/next/lib/get-project-dir.ts#L3 and it calls a CLI command via https://github.com/vercel/next.js/blob/6b8e499c7bf13914cca92f9da1737d358133ee20/packages/next/bin/next.ts#L137 This `command` should not be defined, but it fallbacks to `defaultCommand`, which is `dev` (that explains why the dev server is also started) This PR moves the `cliCommand` types and `commands` variable to a new separate file instead of `bin/next.ts`, to avoid running a CLI command when we import any file that also imports `lib/get-project-dir.ts` Not sure how integration tests can be added for this issue, but feel free to tell me. Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a720dbd - Browse repository at this point
Copy the full SHA a720dbdView commit details -
Add runtime to PageConfig type (#37453)
* Add runtime to PageConfig type * Add test case for runtime type * Apply suggestions from code review * dedupe type * fix import * fix lint Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for 0796b6f - Browse repository at this point
Copy the full SHA 0796b6fView commit details -
fix: improve logging for _devPagesManifest.json loading failures (#38046
) ## Bug - [x] Fixes #38047 - ~[ ] Integration tests added: do you want them added for such an unusual edge case?~ [Comment below: skipping](#38046 (comment)) - [x] Errors have helpful link attached, see `contributing.md`: ~I'll wait until this approach & error message are confirmed before thinking more deeply on how to explain the error~ Sending a draft PR as reference ahead of time. 🙂 Doesn't resolve the root issue of why `_devPagesManifest.json` might fail to load. But does improve the log for when it happens. I'd suggest applying this same fix to `_devMiddlewareManifest.json` too. <table> <thead> <tr> <th></th> <th>Before</th> <th>After</th> </tr> </thead> <tbody> <tr> <th>Console</th> <td> <pre> <code> Failed to fetch devPagesManifest TypeError: Failed to fetch at PageLoader.getPageList (page-loader.js?e87a:30:53) at _callee$ (router.js?8684:955:45) at ... </code> </pre> <pre> <code> router.js?8684:1319 Uncaught (in promise) TypeError: Cannot \ read properties of undefined (reading 'includes') at resolveDynamicRoute (router.js?8684:1319:16) at _callee$ at ... </code> </pre> </td> <td> <pre> <code> Failed to fetch devPagesManifest: TypeError: Failed to fetch at PageLoader.getPageList (page-loader.js?e87a:30:53) at _callee$ (router.js?8684:955:45) at ... </code> </pre> </td> </tr> <tr> <th>Visual</th> <td><img alt="Screenshot of a Next.js runtime error: TypeError: Cannot read properties of undefined (reading 'includes')" src="https://user-images.githubusercontent.com/3335181/175854728-8d5c2051-1229-4da7-8af1-fc95236befae.png" /></td> <td><img alt="Screenshot of a Next.js runtime error: Error: Failed to fetch _devPagesManifest.json. Is something blocking that network request?" src="https://user-images.githubusercontent.com/3335181/175854774-07895846-1a1c-4bb8-bf57-fa696b8c6ba4.png" /></td> </tr> </tbody> </table>
Configuration menu - View commit details
-
Copy full SHA for 963585a - Browse repository at this point
Copy the full SHA 963585aView commit details
Commits on Aug 8, 2022
-
Allow custom path for preview mode cookies (#38313)
* Allow custom path for preview mode cookies * update params order and tests * update tests * fix tests and update docs Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for a5029e9 - Browse repository at this point
Copy the full SHA a5029e9View commit details -
Fix removing whitespacing in dev overlay (#28277)
## Bug - [x] Related issues linked using `fixes #number` fixes #14434 Before  After  Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ddcc6a - Browse repository at this point
Copy the full SHA 8ddcc6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da09da - Browse repository at this point
Copy the full SHA 4da09daView commit details -
Add yarn 2 Setup Files to Valid Files for create-next-app (#30936)
* added yarn 2 based files/dirs to valid files * remove package.json Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for b30ae64 - Browse repository at this point
Copy the full SHA b30ae64View commit details -
Fix emotion shouldForwardProp options breaks component selectors (#39390
) fixes #38291 ## Bug - [x] Related issues linked using `fixes #number` - [x] 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)
Configuration menu - View commit details
-
Copy full SHA for 4264408 - Browse repository at this point
Copy the full SHA 4264408View commit details -
next/image imgix loader can use multiple auto params (#34808)
fix: imgixLoader can use multiple auto params
Configuration menu - View commit details
-
Copy full SHA for 160da6b - Browse repository at this point
Copy the full SHA 160da6bView commit details -
Adds
eslint-plugin-eslint-plugin
to ensureeslint-plugin-next
rul……es follow ESLint rule best practices along with enforcing some consistency. (#37920) * Adds eslint-plugin-eslint-plugin and recommended rules. * Removes `fixable` as none of the rules contain fixers. * Adds description and url rules. * Adds message format. * Removes optional dependencies. * Lints eslint-plugin-next tests too. * Removes optional dependencies from pnpm lock file. * Resets pnpm lock file. * Resets package.json too. * Fixes pnpm lockfile.
Configuration menu - View commit details
-
Copy full SHA for ab48f54 - Browse repository at this point
Copy the full SHA ab48f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4199da0 - Browse repository at this point
Copy the full SHA 4199da0View commit details -
[ESLint] Adds
--output-file
flag (#36420)Add support for `--output-file` on ESLint cli, based on this discussion #26179, and this closed PR #35154. With this flag, it is possible to save the output in a file and use it for any purpose. ## 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 - [x] Make sure the linting passes by running `yarn lint` Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 59b144c - Browse repository at this point
Copy the full SHA 59b144cView commit details -
Land(Update example with-apivideo-upload README) (#39391)
* update(README) * fix create scripts Co-authored-by: MarDi66 <yohann.mtfpro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f60f8ae - Browse repository at this point
Copy the full SHA f60f8aeView commit details -
Update polyfill for eslint no-unwanted-polyfillio rule (#33170)
Fixes #33072 I documented all `esXXX` features to be sure that they were already polyfilled. Only `es2019` feature `Object.fromEntries` is not already polyfilled by nextjs. I added some unwanted polyfill (that are polyfilled by nextjs). I kept the `es5`, `es6` and `es2015` "as-is" as they contain functions that does not seem to be explicitly polyfilled (all `Math` functions or `Date.now` for example) in the [polyfill file](https://github.com/vercel/next.js/blob/master/packages/next-polyfill-nomodule/src/index.js) Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ebd1a2 - Browse repository at this point
Copy the full SHA 8ebd1a2View commit details -
fix(ts): Middleware type tweaks (#38625)
* fix internal type * allow `void` to be returned from Middleware * mark deprecated APIs in JSDoc * fix typo * add missing error page * remove unused import
Configuration menu - View commit details
-
Copy full SHA for b292bdc - Browse repository at this point
Copy the full SHA b292bdcView commit details -
docs: update When section of getStaticProps page (#39393)
getStaticProps will be called in conjection with fallback. it's written in following page, but not in concerned page. https://nextjs.org/docs/basic-features/data-fetching/get-static-paths
Configuration menu - View commit details
-
Copy full SHA for 9f8713f - Browse repository at this point
Copy the full SHA 9f8713fView commit details -
Adding `strategy="lazyOnload"` for prevent minor confusion. Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1cc6e47 - Browse repository at this point
Copy the full SHA 1cc6e47View commit details -
Fix: broken TypeScript in WordPress example. (#39402)
* chore: add typescript and update deps * style: add tsconfig * chore: add g.avatar.com domain * fix: images domain api url to match with hostname * style: convert files to typescript * refactor(Avatar): const name for readable purpose * refactor: change regex to extract www from url * Update next-image domains. * Update a few types. * Update readme. * typo Co-authored-by: Chaiwat Trisuwan <chaiwattsw@gmail.com> Co-authored-by: Lee Robinson <me@leerob.io> Co-authored-by: Anthony Shew <anthony@inthezone.dev> Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for 60c8e5c - Browse repository at this point
Copy the full SHA 60c8e5cView commit details -
Fix Link generation for SSG pages if locale domains are used (#36818)
* Fix SSG Link generation if using domain locales * Updated condition and test * Changed export worker domain locale check * Update check Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for 289bfa6 - Browse repository at this point
Copy the full SHA 289bfa6View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b0f5901 - Browse repository at this point
Copy the full SHA b0f5901View commit details
Commits on Aug 9, 2022
-
Setup require hook in next-server for styled-jsx resolving (#39305)
* Use require hook and alias to resolve styled-jsx * re-export styled-jsx types from compiled * fix lint * add test for styled-jsx css * setup require hook in server * compile import path to styled-jsx/style * revert require hook * add test for server styled-jsx resolving * update test * pre copy styled-jsx assets * fix styled-jsx dts * add npmrc for styled-jsx e2e test * load require hook directly * rm legacy test * fix lint * fix pnpm install error * split require hook * only alias styled-jsx * make styled-jsx resolving statically analyzable * update test Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for 71f5f25 - Browse repository at this point
Copy the full SHA 71f5f25View commit details -
API Routes Request Helpers docs. (#39407)
Renames Middleware to Request Helpers to be both more accurate and also less confusing since Middleware is a separate feature of Next.js now.
Configuration menu - View commit details
-
Copy full SHA for 5d93753 - Browse repository at this point
Copy the full SHA 5d93753View commit details -
fix: ensure trailing slash on registry URL when fetching wasm fallback (
#39427) fix: ensure trailing slash on registry URL
Configuration menu - View commit details
-
Copy full SHA for 5ac50a9 - Browse repository at this point
Copy the full SHA 5ac50a9View commit details -
Improve description of
context.query
ingetServerSideProps()
(#39422Configuration menu - View commit details
-
Copy full SHA for d3bbfea - Browse repository at this point
Copy the full SHA d3bbfeaView commit details -
typing: upgrade styled-jsx to remove workaround in build script (#39408)
Improve styled-jsx types in next.js, previously there's no `declare module` for styled-jsx and there's type name conflicts in `styled-jsx/index.d.ts` and we use a rename hack to avoid the conflicts. Now styled-jsx 5.0.3 fixed those issues. x-ref: vercel/styled-jsx#805
Configuration menu - View commit details
-
Copy full SHA for 3e19ad5 - Browse repository at this point
Copy the full SHA 3e19ad5View commit details -
Enhance sizes documentation for next/image (#39301)
This PR updates the documentation for the `sizes` proper in next/image to make it more clear what this prop does and why it's (very) important to use it. After feedback, I'll update this PR to also modify the future image component docs. Co-authored-by: Steven <229881+styfle@users.noreply.github.com> Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b2d93e8 - Browse repository at this point
Copy the full SHA b2d93e8View commit details -
Extract redirect utils into a separate file (#39433)
extract redirect utils
Configuration menu - View commit details
-
Copy full SHA for ed14af3 - Browse repository at this point
Copy the full SHA ed14af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 997e3c0 - Browse repository at this point
Copy the full SHA 997e3c0View commit details -
Add component wrapper in sizes documentation code snippet (#39437)
* Wrap sizes code snippets in component * Don't remove docs import statement
Configuration menu - View commit details
-
Copy full SHA for e2119c0 - Browse repository at this point
Copy the full SHA e2119c0View commit details -
feat(middleware): augments / matcher with /index (#39397)
* feat(middleware): augments / matcher with /index * fix(#39396): not invoked with i18n and trailingSlash * add test case * tweak matcher a bit and add tests Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for 15a216b - Browse repository at this point
Copy the full SHA 15a216bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a6bc387 - Browse repository at this point
Copy the full SHA a6bc387View commit details
Commits on Aug 10, 2022
-
Update
router.prefetch
documentation to includelocale
option (#3……9442) * Update `router.prefetch` documentation Include documentation for setting the locale as an option within `router.prefetch`. * apply suggestions Co-authored-by: JJ Kasper <jj@jjsweb.site>
Configuration menu - View commit details
-
Copy full SHA for 7d59da9 - Browse repository at this point
Copy the full SHA 7d59da9View commit details -
Fix docs path "Invalid getServerSideProps Return Value" (#39443)
# Description The link to https://nextjs.org/docs/messages/invalid-getserversideprops-value does not exist, the correct link should be https://nextjs.org/docs/messages/invalid-getserversideprops-return-value   # Solution ## From Referring to the pattern, there is no `return`  ## To So I removed the word `return` to match the pattern  ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ x] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [x] 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>
Configuration menu - View commit details
-
Copy full SHA for 5f033ec - Browse repository at this point
Copy the full SHA 5f033ecView commit details -
Bump edge-runtime packages (#39450)
This version fixes a bug where [crypto buffers (ArrayBuffer, Uint8Array) not compatible with text decoding](vercel/edge-runtime@17475e4).
Configuration menu - View commit details
-
Copy full SHA for b899d01 - Browse repository at this point
Copy the full SHA b899d01View commit details
There are no files selected for viewing