Skip to content

Commit be90609

Browse files
committed
Describe how to test sharp dependency updates
1 parent da5613f commit be90609

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/dependency-updates.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ influence behaviour, so updates should generally be safe.
227227
We use Knex.js (which builds on `pg`) to interact with the database, so if you
228228
can load your data and change your settings, nothing broke.
229229

230+
### `sharp`
231+
232+
This is an optional dependency that we don't use directly, but is used by Next.js's `<Image>` component if it is installed.
233+
See https://nextjs.org/docs/messages/install-sharp
234+
235+
You can probably assume that it works correctly if `<Image>` components render correctly, e.g. the `i` shield icon in the top right-hand corner of `user/settings/edit-info`.
236+
230237
### `mjml` and `mjml-browser`
231238

232239
MJML is a templating language that outputs HTML that works well across the

0 commit comments

Comments
 (0)