* docs: added jsdoc for window.close()
* refactor(npm): move `InNpmPackageChecker` code to deno_resolver
* fix(lsp): use verbatim specifier for URL auto-imports
* refactor(npm): extract out some npm fs resolution code from the cli
* refactor(npm): split some resolution from installation
* refactor: update deno_core for error refactor
* fix(ext/net): update moka cache to avoid potential panic in `Deno.resolveDns` on some laptops with Ryzen CPU
* fix(jsr): Wasm imports fail to load
* fix(ext/node): Fix `os.cpus()` on Linux
* fix(ext/websocket): Fix close code without reason
* fix(ext/node): have `process` global available in Node context
* fix(lint): fix single char selectors being ignored
* fix(no-slow-types): handle rest param with internal assignments
* fix(lsp): don't skip dirs with enabled subdirs
* feat(node/fs): Add a chmod method to the FileHandle class
* Revert "perf: build denort with panic = "abort" for releases"
* refactor: make `IncrementalCache` accept a `CacheDBHash`
* test(ext/node): disable flaky dgram tests
* feat(unstable): no config npm:@opentelemetry/api integration
* refactor(quic): introduce endpoint, 0rtt, cleanup
* feat(unstable): replace SpanExporter with TracerProvider
* fix(ext/http): improve error message when underlying resource of request body unavailable
* fix(kv): improve backoff error message and inline documentation
* fix(check): move module not found errors to typescript diagnostics
* fix(check): line-break between diagnostic message chain entries
* refactor: Use 'await using' in serve_test
* fix(permissions): implicit `--allow-import` when using `--cached-only`
* refactor: remove use of home crate
* refactor: update some fs_util functions to use sys_traits
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=274
* feat(unstable): support caching npm dependencies only as they're needed
* refactor(lint): manage schema files for linter in Deno repo
* fix(outdated): error when there are no config files
* chore(tests): Deprecate remaining usages of itest in check tests
* fix(lint): do not error providing --allow-import
* fix(outdated): respect --quiet flag for hints
* perf(compile): improve FileBackedVfsFile
* fix: replace the @deno-types with @ts-types
* fix(outdated): show a suggestion for updating
* fix(compile): correct read length for transpiled typescript files
* chore: reduce allocations in a few places
* fix(unstable): don't unwrap optional state in otel
* fix: do not error when subpath has an @ symbol
* fix(node): update list of builtin node modules, add missing export to _http_common
* fix(ext/node): handle Float16Array in node:v8 module
* refactor: Make `deno_runtime::shared` module public
* fix(task): do not always kill child on ctrl+c on windows
* fix: do not panic when fetching invalid file url on Windows
* test(ext/node): remove flaky node:dgram compat test case
* fix(ext/node): accept file descriptor in fs.readFile(Sync)
* chore: add script to check remaining node compat cases
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=272