Open jhheider opened 2 months ago
is this shown at runtime or compile time? Specifically when is this warning shown?
runtime. see: https://github.com/pkgxdev/pantry/actions/runs/11036300859/job/30654439828
Run pkgxdev/brewkit/audit@v1
Run if ! pkgx --sync; then
Run echo "::group::fetch deno deps"
fetch deno deps
Run ${GITHUB_ACTION_PATH}/audit.ts '{"project":"cnquery.io","version":{"value":"11.23.1","raw":"11.23.1","tag":"v11.23.1"}}'
⚠️ 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
per deno.land:
The Standard Library has been moved to [JSR](https://jsr.io/@std). See [the blog post](https://deno.com/blog/std-on-jsr) for details.