Skip to content

build(deps): bump metascraper modules

Hannes Heine requested to merge pr2257head into pr2257base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


🍰 Pullrequest

This will update all metascraper dependencies.

I also did the following:

  • Moved the snapshots of the backend tests to a folder backend/snapshots which is tagged as generated code in .gitattibutes
  • Removed all <script> tags from the snapshots

The snapshots are used in the backend tests for the embeds and metascraper. They won't be considered source code (and thus our primary language will become JavaScript, yay). Second, if you do a git grep whatever it is unlikely that you get a massively long line in the search results, because of minified javascript code in the <script> tags of those websites.

Issues

  • None

Todo

  • None

Merge request reports