You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dependency-updates.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ can load your data and change your settings, nothing broke.
224
224
### `sharp`
225
225
226
226
This is an optional dependency that we don't use directly, but is used by Next.js's `<Image>` component if it is installed.
227
-
See https://nextjs.org/docs/messages/install-sharp
227
+
See <https://nextjs.org/docs/messages/install-sharp>
228
228
229
229
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`.
230
230
@@ -283,12 +283,6 @@ Used for S3, by the `npm run cron:db-pull-breaches` cron job.
283
283
This job runs periodically on stage and production to download Favicon files from DuckDuckGo and re-uploads them to Monitor's S3 bucket.
284
284
Check in the server logs that this job completed without errors.
285
285
286
-
### `@google-cloud/bigquery`
287
-
288
-
The Node.js client for Google Cloud BigQuery is used for uploading data.
289
-
290
-
Currently, we use this dependency to upload the results of the [Lighthouse Report Cron](https://github.com/mozilla/blurts-server/actions/workflows/lighthouse_cron.yml) to BigQuery. To verify that the cron job is working as expected we can run the GitHub Action manually against `stage` after a dependency update.
291
-
292
286
### `@google-cloud/pubsub`
293
287
294
288
GCP PubSub is used for email breach notifications from HIBP:
0 commit comments