- update to 1.44.1
* many changes since April 4, see GitHub releases for info
- add deno-rm-upgrade.patch (merged 2 patches)
- remove deno-disable-update-check.patch
- remove deno-rm-upgrade-cmd.patch
- update to 1.42.1:
* fix(check): ignore certain diagnostics in remote modules and
when publishing (#23119)
* fix(ext/node): support stdin: "inherit" in node:child_process (#23110)
* fix(ext/node): use tty stdin from ext/io (#23044)
* fix(jsr): exclude yanked versions from 'deno add' and completions (#23113)
* fix(lsp): don't apply preload limit to workspace walk (#23123)
* fix(lsp): implement missing ts server host apis (#23131)
* fix(node): handle empty 'main' entry in pkg json (#23155)
* fix(node): remove unwrap in op_require_node_module_paths (#23114)
* fix: deno_graph 0.69.10 (#23147)
- update to 1.42.0:
* feat(add): always produce multiline config file (#23077)
* feat(ext/node): add riscv64 in process.arch (#23016)
* feat(init): use jsr specifier for @std/assert (#23073)
* feat(install): require -g / --global flag (#23060)
* feat(lint): deno lint --fix and lsp quick fixes (#22615)
* feat(lint): automatically opt-in packages to jsr lint tag (#23072)
* feat(node): load ES modules defined as CJS (#22945)
* feat(publish): check for uncommitted files in
deno publish --dry-run (#22981)
* feat(task): Task description in the form of comments (#23101)
* feat(task): cross-platform shebang support (#23091)
* feat(unstable/publish): error when a package's module is excluded from
publishing (#22948)
* feat: TypeScript 5.4 (#23086)
* feat: add --watch-exclude flag (#21935)
* feat: deno_task_shell 0.15 (#23019)
* feat: remove deprecated methods from namespace with DENO_FUTURE=1 (#23075)
* feat: type declarations for new Set methods (#23090)
* fix(bench): Fix group header printing logic + don't filter
out the warmup benchmark (#23083)
* fix(check): do not suggest running with --unstable (#23092)
* fix(cli): output more detailed information for steps when
using JUnit reporter (#22797)
* fix(cli): sanitizer should ignore count of ops started before
tests begin (#22932)
* fix(coverage): Error if no files are included in the report (#22952)
* fix(ext/fetch): do not truncate field value in EventSource (#22368)
* fix(ext/fetch): make EventSource more robust (#22493)
* fix(ext/node): ECDH.publicKey() point encoding (#23013)
* fix(ext/node): FsWatcher ref and unref (#22987)
* fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)
* fix(ext/node): add crypto.getRandomValues (#23028)
* fix(ext/node): add crypto.subtle (#23027)
* fix(ext/node): add process.setSourceMapsEnabled noop (#22993)
* fix(ext/node): handle KeyObject in prepareAsymmetricKey (#23026)
* fix(ext/node): handle null in stdio array (#23048)
* fix(ext/node): implement EventEmitterAsyncResource (#22994)
* fix(ext/node): implement v8 serialize and deserialize (#22975)
* fix(ext/node): panic in op_node_ecdh_generate_keys (#23011)
* fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)
* fix(ext/node): spread args in setImmediate (#22998)
* fix(ext/node): support Diffie-Hellman key type in
crypto.createPrivateKey() (#22984)
* fix(ext/node): support MessagePort in WorkerOptions.workerData (#22950)
* fix(ext/node): support public key point encoding in ECDH.
generateKeys() (#22976)
* fix(ext/node): worker_threads ESM handling (#22841)
* fix(ext/node): worker_threads doesn't exit if there are
message listeners (#22944)
* fix(ext/web): Fix structuredClone Web API type declaration
(any -> generic) (#22968)
* fix(jupyter): Do not increase counter if store_history=false (#20848)
* fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)
* fix(lsp): prefer cache over tsc quick fixes (#23093)
* fix(lsp): use registry cache for completion search (#23094)
* fix(runtime): use FQDN in NetDescriptor (#23084)
* fix: do not memoize Deno.ppid (#23006)
* fix: don't panic in test and bench if ops not available (#23055)
* fix: handle cache body file not existing when using etag (#22931)
* fix: less aggressive vendor folder ignoring (#23100)
* perf: warm expensive init code at snapshot time (#22714)
- includes 1.41.3:
* fix(cli): occasional panics on progress bar (#22809)
* fix(cli): show asserts before leaks (#22904)
* fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)
* fix(cli): use Instant for test times (#22853)
* fix(config): add unstable features as examples to config schema (#22814)
* fix(config): remove pkg name example and add pattern to schema (#22813)
* fix(ext/node): add more named curves in
crypto.generateKeyPair[Sync]() (#22882)
* fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)
* fix(ext/node): DH (dhKeyAgreement) support for createPrivateKey (#22891)
* fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)
* fix(ext/node): Implement isBuiltin in node:module (#22817)
* fix(ext/node): Match punycode module behavior to node (#22847)
* fix(ext/node): Support private EC key signing (#22914)
* fix(ext/node): allow automatic worker_thread termination (#22647)
* fix(ext/node): crypto.getCipherInfo() (#22916)
* fix(ext/node): flush brotli decompression stream (#22856)
* fix(ext/node): initial crypto.createPublicKey() support (#22509)
* fix(ext/node): make worker ids sequential (#22884)
* fix(ext/node): make worker setup synchronous (#22815)
* fix(ext/node): support spki format in createPublicKey (#22918)
* fix(ext/node): support junction symlinks on Windows (#22762)
* fix(ext/node): worker_threads.parentPort is updated on startup (#20794)
* fix(ext/websocket): do not continue reading if socket rid closes (#21849)
* fix(node): add nul byte to statfs path on windows (#22905)
* fix(node): implement fs.statfs() (#22862)
* fix(node): require of pkg json imports was broken (#22821)
* fix(node): resolve .css files in npm packages when type checking (#22804)
* fix(node): resolve types via package.json for directory import (#22878)
* fix(node:http) Export validateHeaderName and
validateHeaderValue functions (#22616)
* fix(publish): ability to un-exclude when .gitignore ignores
everything (#22805)
* fix(publish): regression - publishing with vendor folder (#22830)
* fix(publish): suggest using --allow-dirty on uncommitted changes (#22810)
* fix(publish): typo in --allow-dirty help text (#22799)
* fix(runtime): Restore default signal handler after user handlers are
unregistered (#22757)
* fix(runtime): negate partial condition for deny flags (#22866)
* fix(slow-types): improved exports tracing and infer type
literals in as exprs (#22849)
* fix: fix crate vulnerabilities (#22825)
* fix: stop type checking during runtime (#22854)
* fix: support sloppy resolution to file where directory exists (#22800)
* fix: typo in error from GPUBuffer.prototype.mapAsync (#22913)
* perf(permissions): Fast exit from checks when permission is
in "fully-granted" state (#22894)
- rebase deno-rm-upgrade-cmd.patch
OBS-URL: https://build.opensuse.org/request/show/1179595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=42
- update to 1.41.2:
* feat(lsp): include registry url in jsr import hover text (#22676)
* feat(node/util): styleText (#22758)
* feat(publish): add npm: suggestion for esm.sh specifiers (#22343)
* feat(unstable/pm): support npm packages in 'deno add' (#22715)
* feat(unstable/pm): support version contraints in 'deno add' (#22646)
* fix(ext/node): ref/unref on workers (#22778)
* fix(cli): force flush output after test unloads (#22660)
* fix(cli): improve logging on failed named pipe (#22726)
* fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)
* fix(cli): remove possible deadlock in test channel (#22662)
* fix(ext/node): add default methods to fs.StatsBase (#22750)
* fix(ext/node): http2.createServer (#22708)
* fix(ext/node): strip --enable-source-maps from argv (#22743)
* fix(lsp): do not warn about local file "redirects" from .js
to .d.ts files (#22670)
* fix(lsp): don't apply renames to remote modules (#22765)
* fix(lsp): ignore code errors when type passes for
non-@deno-types reolution (#22682)
* fix(lsp): output more information on error (#22665)
* fix(lsp): regression - caching in lsp broken when config
with imports has comments (#22666)
* fix(node): errno property when command missing (#22691)
* fix(node): implement ALS enterWith (#22740)
* fix(node): improve cjs tracking (#22673)
* fix(node): stat/statSync returns instance of fs.Stats (#22294)
* fix(publish): do not include .gitignore (#22789)
* fix(publish): include explicitly specified .gitignored files
and directories (#22790)
* fix(publish): make include and exclude work (#22720)
* fix(publish): permissionless dry-run in GHA (#22679)
* fix(publish): properly display graph validation errors (#22775)
* fix(publish): reland error if there are uncommitted changes (#22613) (#22632)
* fix(publish): silence warnings for sloppy imports and node
builtins with env var (#22760)
* fix(tools/publish): correctly handle importing from self in
unfurling (#22774)
* fix(unstable/publish): repect --no-check in no-slow-types (#22653)
* fix: Provide source map for internal extension code (#22716)
* fix: don't include source maps in release mode (#22751)
* fix: point to correct WPT runner file (#22753)
* fix: respect unstable "temporal" configuration in config file (#22134)
* fix: update node process version to latest node LTS (#22709)
* perf(cli): faster standalone executable determination (#22717)
* perf(cli): use faster_hex (#22761)
* perf(cli): use new deno_core timers (#22569)
* perf(cli): hard link npm cache (#22773)
- rebase deno-rm-upgrade-cmd.patch
OBS-URL: https://build.opensuse.org/request/show/1156640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=41
- update to 1.41.1:
* feat(unstable): deno add subcommand (#22520)
* feat(unstable/lsp): jsr specifier completions (#22612)
* feat(unstable/publish): discover jsr.json and jsr.jsonc files (#22587)
* feat(unstable/publish): enable package provenance by default
on github actions (#22635)
* feat(unstable/publish): infer dependencies from package.json (#22563)
* feat(unstable/publish): provenance attestation (#22573)
* feat(unstable/publish): respect .gitignore during deno publish (#22514)
* feat(unstable/publish): support sloppy imports and bare node
built-ins (#22588)
* fix(compile): add aarch64 linux to CliOptions::npm_system_info (#22567)
* fix(compile): allow to compile for ARM linux (#22542)
* fix(ext/crypto): align the return type of crypto.randomUUID to
* cli/tsc/dts/lib.dom.d.ts (#22465)
* fix(ext/node) add node http methods (#22630)
* fix(ext/node): init arch, pid, platform at startup (#22561)
* fix(ext/node): set correct process.argv0 (#22555)
* fix(io): create_named_pipe parallelism (#22597)
* fix(jsr): do not allow importing a non-JSR url via
unanalyzable dynamic import from JSR (#22623)
* fix(jsr): relative dynamic imports in jsr packages (#22624)
* fix(lsp): import map expansion (#22553)
* fix(publish): disable provenance if not in GHA (#22638)
* fix(publish): make the already published message look like a
warning (#22620)
* fix(publish): print a warning when .jsx or .tsx is imported (#22631)
* fix(publish): reduce warnings about dynamic imports (#22636)
* fix(test): ensure that pre- and post-test output is flushed
at the appropriate times (#22611)
* fix(unstable): add Date#toTemporalInstant type (#22637)
* fix(unstable): sloppy imports should resolve .d.ts files
during types resolution (#22602)
* perf(cli): reduce overhead in test registration (#22552)
* perf(fmt): reduce memory usage and improve performance (#22570)
- rebase deno-rm-upgrade-cmd.patch
OBS-URL: https://build.opensuse.org/request/show/1154924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=40
- update to 1.38.1:
* feat(ext/kv): increase checks limit (#21055)
* fix small Deno.createHttpClient typo in lib.deno.unstable.d.ts (#21115)
* fix(byonm): correct resolution for scoped packages (#21083)
* fix(core/types): Promise.withResolvers: Unmark callback param
as optional (#21085)
* fix(cron): update Deno.cron doc example (#21078)
* fix(doc): deno doc --lint mod.ts should output how many files checked
(#21084)
* fix(doc): require source files if --html or --lint used (#21072)
* fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054)
* fix(ext/fetch): re-align return type in op_fetch docstring (#21098)
* fix(ext/http): Throwing Error if the return value of
Deno.serve handler is not a Response class (#21099)
* fix(node): cjs export analysis should probe for json files (#21113)
* fix(node): implement createPrivateKey (#20981)
* fix(node): inspect ancestor directories when resolving cjs re-
exports during analysis (#21104)
* fix(node): use closest package.json to resolve package.json imports (#21075)
* fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)
* fix(node/http): socket.setTimeout (#20930)
* fix(test) reduce queue persistence test time from 60 secs to
6 secs (#21142)
* perf: lazy atexit setup (#21053)
* perf: remove knowledge of promise IDs from deno (#21132)
OBS-URL: https://build.opensuse.org/request/show/1125113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=35
- update to 1.37.2:
* feat(ext/web): cancel support for TransformStream (#20815)
* feat(lsp): jupyter notebook analysis (#20719)
* feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827)
* feat(unstable): add Deno.jupyter.display API (#20819)
* feat(unstable): add unix domain socket support to Deno.serve (#20759)
* feat(unstable): Await return from Jupyter.display (#20807)
* feat(unstable): send binary data with Deno.jupyter.broadcast (#20755)
* feat(unstable): send Jupyter messaging metadata with
Deno. jupyter.broadcast (#20714)
* feat(unstable): support Deno.test() (#20778)
* fix(bench): use total time when measuring wavg (#20862)
* fix(cli): Support using both --watch and --inspect at the
same time (#20660)
* fix(cli): panic with __runtime_js_sources (#20704)
* fix(ext/ffi): use anybuffer for op_ffi_ptr_of (#20820)
* fix(ext/formdata): support multiple headers in FormData (#20801)
* fix(ext/http): Deno.Server should not be thenable (#20723)
* fix(ext/kv): send queue wake messages accross different kv
instances (#20465)
* fix(ext/node): don't call undefined nextTick fn (#20724)
* fix(ext/node): fix TypeError in Buffer.from with base64url
encoding. (#20705)
* fix(ext/node): implement uv.errname (#20785)
* fix(ext/web): writability of ReadableStream.from (#20836)
* fix(jupyter): Rename logo assets so they are discoverable (#20806)
* fix(jupyter): keep this around (#20789)
* fix(jupyter): more robust Deno.jupyter namespace (#20710)
* fix(lsp): allow formatting vendor files (#20844)
* fix(lsp): normalize "deno:" urls statelessly (#20867)
* fix(lsp): percent-encode host in deno: specifiers (#20811)
* fix(lsp): show diagnostics for type imports from untyped deps (#20780)
* fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)
* fix(node/http2): fixes to support grpc (#20712)
* fix(npm): upgrade to deno_npm 0.15.2 (#20772)
* fix(upgrade): use tar.exe to extract on Windows (#20711)
* fix: define window.name (#20804)
* fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (#20879)
* perf(ext/web): optimize DOMException (#20715)
* perf(ext/web): optimize structuredClone without transferables (#20730)
* perf(lsp): fix redundant file reads (#20802)
* perf(lsp): optimize formatting minified files (#20829)
* perf(node): use faster utf8 byte length in Buffer#from (#20746)
OBS-URL: https://build.opensuse.org/request/show/1117828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=33
- update to 1.36.1:
* feat(unstable): rename deno_modules to vendor (#20065)
* fix(ext/abort): trigger AbortSignal events in correct order (#20095)
* fix(ext/file): resolve unresolved Promise in Blob.stream (#20039)
* fix(ext/http): serveHttp brotli compression level should be
fastest (#20058)
* fix(ext/http): unify default gzip compression level (#20050)
* fix(ext/timers): some timers are not resolved (#20055)
* fix(fmt): do not insert expr stmt leading semi-colon in do
while stmt body (#20093)
* fix(node): polyfill process.title (#20044)
* fix(node): repl._builtinLibs (#20046)
* fix(node/async_hooks): dont pop async context frame if stack
if empty (#20077)
* fix(test): handle ASCII escape chars in test name (#20081)
* fix(test): make test runner work when global setTimeout is
replaced (#20052)
* fix(test): use only a single timeout for op sanitizers (#20042)
* fix(unstable): vendor cache override should handle forbidden
windows directory names (#20069)
* fix(unstable): vendor cache should support adding files to
hashed directories (#20070)
* perf(ext/headers): use .push loop instead of spread operator (#20108)
- bump rusty_v8 to 0.75.0
OBS-URL: https://build.opensuse.org/request/show/1103385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=29
- update to 1.35.2:
* fix(bench): run warmup benchmark to break JIT bias (#19844)
* fix(ext/node): check if resource can be used with
write_vectored (#19868)
* fix(ext/node): fix stream/promises export (#19820)
* fix(ext/node): properly segregate node globals (#19307)
* fix(napi): update env_test.js (#19876)
* fix(node): add process.dlopen API (#19860)
* fix(node): improve error message requiring non-npm es module (#19856)
* fix(node): improve require esm error messages (#19853)
* fix(node/http): call callback after request is sent (#19871)
* fix(node/net): Server connection callback include socket
value (#19779)
* fix(npm): improve error message importing non-existent file
in a node_modules npm package (#19835)
* fix(npm): improve error message on directory import in npm
package (#19538)
* fix(npm): support dynamic import of Deno TS from npm package (#19858)
* fix(runtime): print process name in case of spawn error (#19855)
* fix(tsc): more informative diagnostic when Deno does not exist (#19825)
* fix(vendor): do not panic vendoring with jsxImportSource and
no jsx files (#19837)
OBS-URL: https://build.opensuse.org/request/show/1099962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=27