We are encountering a deprecation warning for 'chezmoi apply' step during the installation.
Steps to Reproduce: ~/.local/bin/chezmoi apply
Expected Behavior: The chezmoi apply command should execute without any deprecation warnings or errors
Actual Behavior:
error: Import assertions are deprecated. Use `with` keyword, instead of 'assert' keyword.
import data from "./_data.json" assert { type: "json" };
at https://deno.land/std@0.196.0/console/unicode_width.ts:4:1
chezmoi: once_dot_strategy-coach.sh: exit status 1
We are encountering a deprecation warning for 'chezmoi apply' step during the installation.
Steps to Reproduce:
~/.local/bin/chezmoi applyExpected Behavior: The chezmoi apply command should execute without any deprecation warnings or errors
Actual Behavior: