mozmeao / snippets-service

Service powering snippets on Firefox's about:home.
https://snippets.mozilla.com
Mozilla Public License 2.0
31 stars 36 forks source link

Dependency updates part 2 #1547

Closed stevejalim closed 2 years ago

stevejalim commented 2 years ago

Update dependencies. This covers:

Testing

Local testing is tricky with self-signed certs, but it's possible to run the service locally and browse the admin. I can also confirm the JSON response is rendered - eg

{"messages": [{"template": "simple_snippet", "template_version": "1.0.0", "content": {"text": "Admit it. You still haven't gotten over your child-like wonder of dinosaurs, right? Same. That's why you\u2019ll love this list of dino reads.", "icon": "https://0.0.0.0:8443/media/icons/1304091f-7240-484a-9a1a-9fbcb5eb5922.png", "button_label": "Read the Pocket Collection", "button_url": "https://getpocket.com/explore/item/the-ultimate-dinosaur-reading-list?utm_source=desktop-snippet&utm_medium=snippet&utm_campaign=&utm_term=&utm_content=", "section_title_icon": "https://0.0.0.0:8443/media/icons/094b0707-ab65-4b2e-99a1-a84122b6ab26.png", "section_title_text": "Messages from Firefox", "section_title_url": "https://support.mozilla.org/kb/snippets-firefox-faq?utm_source=desktop-snippet&utm_medium=snippet&utm_campaign=&utm_term=&utm_content=", "tall": false, "block_button_text": "Remove this", "do_not_autoblock": true, "links": {}}, "targeting": "", "id": "preview-14086"}]}

stevejalim commented 2 years ago

Note that the other dependabot PRs haven't been included because I couldn't corroborate them yet (eg, a new release doesn't show in github yet to verify the changes)