* docs(cli/add): add clarification to add command
* fix(node): regression where ts files were sometimes resolved instead of js
* chore: update url + idna
* fix(watch): don't panic if there's no path provided
* fix: Buffer global in --unstable-node-globals
* fix(cli): Fix typo in doc subcommand help output
* fix(task): ensure root config always looks up dependencies in root
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=266
* docs: fix casing of Wasm
* feat(init): add --npm flag to initialize npm projects
* feat(task): workspace support with --filter and --recursive
* feat(permission): support suffix wildcards in `--allow-env` flag
* feat: subcommand to view and update outdated dependencies
* chore: use forked sqlformat-rs
* feat: permission stack traces in ops
* feat(lint): Add checked files list to the JSON outpu
* fix(fmt): formatting of .svelte files
* feat(task): add --eval flag
* fix(publish): improve error message when missing exports
* feat(info): show location for Web Cache
* fix(lockfile): track dependencies specified in TypeScript compiler options
* feat(publish): add `--set-version <version>` flag
* feat: Wasm module support
* feat(compile): ability to embed directory in executable
* feat(compile): ability to embed local data files
* feat(fmt): support SQL
* refactor: update deno_doc, use prismjs, remove internal reference html generation logic
* fix(node): handle resolving ".//<something>" in npm packages
* feat(task): dependencies
* feat(ext/node): perf_hooks.monitorEventLoopDelay()
* feat(ext/fetch): Make fetch client parameters configurable
* feat(ext/http): Make http server parameters configurable
* fix(node/crypto): support promisify on generateKeyPair
* feat(runtime): remove public OTEL trace API
* feat: fmt and lint respect .gitignore file
* fix(lsp): ignore editor indent settings if deno.json is present
* perf(windows): delay load webgpu and some other dlls
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=264