thomvaill/log4brains

Pynycode module deprecated

Opened this issue · 0 comments

Bug Report

Description

I'm getting this error upon trying to create a new ADR:

> log4brains adr new "PR/Merge best practices"

? For which package do you want to create this new ADR? (Use arrow keys)
❯ Global
  Package: product.catalog.aws
  Package: bbcloud (node:58214) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Steps to Reproduce

Create a new ADR via:

log4brains adr new "title"

Expected Behavior

No deprecated module

Context

Environment

> log4brains --version
1.0.1
> node --version
v21.7.2
> sw_vers
ProductName:		macOS
ProductVersion:		14.5
BuildVersion:		23F79
>
> date
Mon Aug  5 15:34:39 CDT 2024
>

Possible Solution