build(deps): bump metascraper modules
Created by: Tirokk
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