mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 01:36:03 +03:00
[GH-ISSUE #1032] [DEP0040] DeprecationWarning - punycode module is deprecated #2448
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2448
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @philoserf on GitHub (Nov 8, 2023).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/1032
I used
NODE_OPTIONS='--trace-deprecation'to get this stack trace:It appears to be coming from markdown-it
node_modules/markdown-it/lib/index.jsvia markdownlint.see also: https://github.com/DavidAnson/markdownlint-cli2/issues/234 and https://github.com/igorshubovych/markdownlint-cli/issues/437
@skyzyx commented on GitHub (Dec 6, 2023):
Yep, been getting this too.
@DavidAnson commented on GitHub (Dec 6, 2023):
Once an updated version of
markdown-itis available, I'll publish new releases.@Callek commented on GitHub (Dec 10, 2023):
@DavidAnson looks like
markdown-itdid just (a day or two ago) release their next version that includes this fix:github.com/markdown-it/markdown-it@beed9aee2c@DavidAnson commented on GitHub (Dec 10, 2023):
Yes, that update has already been made to "next" branch:
github.com/DavidAnson/markdownlint@0e6ffaaab4@Martiix commented on GitHub (Dec 18, 2023):
When is "next" expected to be merged?
@DavidAnson commented on GitHub (Dec 18, 2023):
I'll probably start a new round of releases in a week or two. This still isn't an issue for an LTS build of Node as far as I know.
https://github.com/DavidAnson/markdownlint/blob/main/doc/ReleaseProcess.md
@DavidAnson commented on GitHub (Jan 8, 2024):
Fixed in library version v0.33.0.