dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-04-25 20:15:12 -07:00
committed by Anders Kaseorg
parent 6c4705a4ef
commit b8023da17a
6 changed files with 1005 additions and 1020 deletions

View File

@@ -50,7 +50,7 @@ VNU_IGNORE = [
r" \(Suppressing further errors from this subtree\.\)"
),
# Opinionated informational messages.
r"Self-closing tag syntax in text/html documents is widely discouraged; its unnecessary and interacts badly with other HTML features \(e\.g\., unquoted attribute values\)\. If youre using a tool that injects self-closing tag syntax into all void elements, without any option to prevent it from doing so, then consider switching to a different tool\.",
r"Trailing slash on void elements has no effect and interacts badly with unquoted attribute values\.",
]
VNU_IGNORE_REGEX = re.compile(r"|".join(VNU_IGNORE))