-
Notifications
You must be signed in to change notification settings - Fork 193
feat: add chalk chalk-template supports-hyperlinks #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1366,6 +1366,24 @@ | |||||||||||||||||||||||||
| "version": "0.2.2", | ||||||||||||||||||||||||||
| "reason": "https://github.com/debug-js/debug/issues/1005" | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||
| "chalk": { | ||||||||||||||||||||||||||
| "5.6.1": { | ||||||||||||||||||||||||||
| "version": "5.6.0", | ||||||||||||||||||||||||||
| "reason": "https://github.com/debug-js/debug/issues/1005" | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||
| "chalk-template": { | ||||||||||||||||||||||||||
| "1.1.1": { | ||||||||||||||||||||||||||
| "version": "1.1.0", | ||||||||||||||||||||||||||
| "reason": "https://github.com/debug-js/debug/issues/1005" | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||
|
Comment on lines
+1376
to
+1381
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Use chalk-template 1.1.2 (safe) rather than 1.1.0 A clean 1.1.2 was published today; prefer upgrading the redirect target to 1.1.2. (npmjs.com) "chalk-template": {
- "1.1.1": {
- "version": "1.1.0",
+ "1.1.1": {
+ "version": "1.1.2",
"reason": "https://github.com/debug-js/debug/issues/1005"
}
},📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| "supports-hyperlinks": { | ||||||||||||||||||||||||||
| "4.1.1": { | ||||||||||||||||||||||||||
| "version": "4.1.0", | ||||||||||||||||||||||||||
| "reason": "https://github.com/debug-js/debug/issues/1005" | ||||||||||||||||||||||||||
fengmk2 marked this conversation as resolved.
Show resolved
Hide resolved
fengmk2 marked this conversation as resolved.
Show resolved
Hide resolved
fengmk2 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. {
"debug": "4.4.2",
"chalk": "5.6.1",
"ansi-styles": "6.2.2",
"supports-color": "10.2.1",
"strip-ansi": "7.1.1",
"ansi-regex": "6.2.1",
"wrap-ansi": "9.0.1",
"color-convert": "3.1.1",
"color-name": "2.0.1",
"is-arrayish": "0.3.3",
"slice-ansi": "7.1.1",
"color": "5.0.1",
"color-string": "2.1.1",
"simple-swizzle": "0.2.3",
"supports-hyperlinks": "4.1.1",
"has-ansi": "6.0.1",
"chalk-template": "1.1.1",
"backslash": "0.2.1",
}
Comment on lines
+1369
to
+1386
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Add a redirect entry for debug 4.4.2 → 4.4.1 The compromised debug 4.4.2 was published and then pulled; npm shows 4.4.1 as the latest, and the incident is tracked in issue #1005. Add a mapping to steer consumers off 4.4.2. (npmjs.com, github.com) Add under "bug-versions": "debug": {
"4.4.2": {
"version": "4.4.1",
"reason": "https://github.com/debug-js/debug/issues/1005"
}
}🤖 Prompt for AI Agents
Comment on lines
+1382
to
+1386
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Use supports-hyperlinks 4.1.2 (safe) rather than 4.1.0 A clean 4.1.2 was published today; update the redirect accordingly. (npmjs.com) "supports-hyperlinks": {
- "4.1.1": {
- "version": "4.1.0",
+ "4.1.1": {
+ "version": "4.1.2",
"reason": "https://github.com/debug-js/debug/issues/1005"
}
}📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
fengmk2 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Prefer redirecting to the fixed 5.6.2 instead of downgrading to 5.6.0
Chalk 5.6.2 was published today and 5.6.1 appears to have been yanked. Redirecting to 5.6.2 avoids unnecessary downgrades. (npmjs.com)
Apply this diff:
"chalk": { - "5.6.1": { - "version": "5.6.0", + "5.6.1": { + "version": "5.6.2", "reason": "https://github.com/debug-js/debug/issues/1005" } },Context: compromise documented on Sep 8, 2025. (aikido.dev)
📝 Committable suggestion
🤖 Prompt for AI Agents