mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
svgicons2svgfont: Patch to fix Node 22 punycode DeprecationWarning.
(node:13734) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
0d7199b22e
commit
9b7a4c89ec
@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 319 # Last bumped for message-link class
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (299, 0) # bumped 2024-11-08 to remove babel-plugin-rewire-ts
|
||||
PROVISION_VERSION = (299, 1) # bumped 2024-11-08 to patch svgicons2svgfont
|
||||
|
Reference in New Issue
Block a user