SHA256
2
1
forked from pool/deno
Commit Graph

126 Commits

Author SHA256 Message Date
Dominique Leuenberger
87260e76b0 Accepting request 1087858 from devel:languages:javascript
- update to 1.33.4:
  * fix(ext/web): Request higher-resolution timer on Windows if
    user requests setTimeout w/short delay ()
  * feat(node/crypto): Builtin Diffie-Hellman Groups ()
  * feat(node/crypto): Diffie Hellman Support ()
  * fix(cli/napi): handle finalizers ()
  * fix(deno/upgrade): allow --version vX.Y.Z ()
  * fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts ()
  * fix(ext/http): Ensure cancelled requests don't crash Deno.serve ()
  * fix(ext/node): fix whatwg url formatting ()
  * fix(ext/node): make nodeGlobalThis configurable ()
  * fix(ext/webidl): change createPromiseConverter ()
  * fix(ext/websocket): order of ws writes ()
  * fix(fetch): Correctly decode multipart/form-data names
    and filenames ()
  * fix(kv): kv.close() interrupts in-flight operations ()
  * fix(lsp): increase default max heap size to 3Gb ()
  * fix(napi): BigInt related APIs ()
  * fix(node): export diagnostics_channel module ()
  * fix(node): export punycode module ()
  * fix(node): support passing parent stdio streams ()
  * fix(npm): add performance.markResourceTiming sham ()
  * fix(npm): improved optional dependency support ()
  * fix(runtime): Box the main future to avoid blowing up the stack ()
  * fix(runtime): Example hello_runtime panic ()
  * fix: support "fetch" over HTTPS for IP addresses ()
- add deno-rm-upgrade-cmd.patch
  * this removes the `deno upgrade` command

OBS-URL: https://build.opensuse.org/request/show/1087858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=19
2023-05-19 09:55:44 +00:00
783ce16da7 1.33.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=125
2023-05-18 22:39:38 +00:00
Dominique Leuenberger
577af26d4d Accepting request 1087713 from devel:languages:javascript
Privacy and integration fix: disable update check.

- add deno-disable-update-check.patch
  * this stops deno from automatically checking for an update
    whenever a script is run

OBS-URL: https://build.opensuse.org/request/show/1087713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=18
2023-05-18 13:19:37 +00:00
818c68f0ba deno-disable-update-check.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=123
2023-05-17 20:00:36 +00:00
Dominique Leuenberger
2f16eaf816 Accepting request 1086808 from devel:languages:javascript
- update to 1.33.3:
  * feat(compile): unstable npm and node specifier support ()
  * feat(ext/http): Automatic compression for Deno.serve ()
  * feat(lsp): ability to configure document pre-load limit ()
  * feat(node): add Module.runMain() ()
  * fix(cli): upgrade to Typescript 5.0.4 ()
  * fix(console): handle error when inspecting promise-like ()
  * fix(core): always report the first error on unhandled rejection ()
  * fix(core): let V8 drive extension ESM loads ()
  * fix(dts): align seekSync position arg with seek ()
  * fix(ext/ffi): Callbacks panic on returning isize ()
  * fix(ext/ffi): UnsafeCallback can hang with 'deno test' ()
  * fix(ext/fs): add more context_path ()
  * fix(ext/http): Ensure Deno.serve works across --watch restarts ()
  * fix(lsp): hard to soft error when unable to get completion info ()
  * fix(lsp): preload documents when deno.documentPreloadLimit
    changes ()
  * fix(node): conditional exports edge case ()
  * fix(node): expose channels in worker_threads ()
  * fix(npm): make http2 module available, make
    'nodeGlobalThisName' writable ()
  * fix(runtime): ChildProcess::kill() doesn't require additional
    perms ()
  * fix(vendor): better handling of redirects ()
  * perf(ext/ffi): Use Box<[NativeType]> in CallbackInfo parameters ()
  * perf(fmt): faster formatting for minified object literals ()

OBS-URL: https://build.opensuse.org/request/show/1086808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=17
2023-05-13 15:17:43 +00:00
1492551126 revendor
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=121
2023-05-12 17:31:48 +00:00
b7c34274ae 1.33.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=120
2023-05-12 17:24:12 +00:00
Dominique Leuenberger
2b4a7d0690 Accepting request 1084917 from devel:languages:javascript
- update to 1.33.2:
  * fix(core): Use primordials for methods ()
  * fix(core): allow esm extensions not included in snapshot ()
  * fix(core): rebuild when JS sources for snapshotting change ()
  * fix(ext/io) several sync fs fixes ()
  * fix(ext/kv): KvU64#valueOf and KvU64 inspect ()
  * fix(ext/kv): stricter structured clone serializer ()
  * fix(ext/kv): throw on the Kv constructor ()
  * fix(ext/node): add missing release property to node's process ()
  * fix(ext/url): throw TypeError for empty argument ()
  * fix(ext/websocket): update fastwebsockets to 0.3.1 ()
  * fix(fmt/json): support formatting number with exponent and no sign ()
  * fix(node/http): Request.setTimeout(0) should clear ()
  * fix(npm): canonicalize filename before returning ()
  * fix(npm): canonicalize search directory when looking for package.json ()
  * fix(test): disable preventDefault() for beforeunload event ()
  * perf(core): async op pseudo-codegen and performance work ()
  * perf(core): use jemalloc for V8 array buffer allocator ()
  * perf(ext/web): fast path for ws events ()
  * perf(ext/websocket): use internal dispatch for msg events ()
  * perf: lazily create RootCertStore ()
  * perf: lazily retrieve ppid ()
  * perf: use jemalloc as global allocator ()

OBS-URL: https://build.opensuse.org/request/show/1084917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=16
2023-05-05 13:58:29 +00:00
2d65925853 1.33.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=118
2023-05-04 22:50:14 +00:00
Dominique Leuenberger
cbce46fb1d Accepting request 1083589 from devel:languages:javascript
- update to 1.33.1:
  * fix(ext/fetch): subview Uint8Array in Req/Resp ()
  * fix(ext/websocket): client connect URI ()
  * fix(ext/websocket): restore op_ws_send_ping ()
  * fix(repl): don't panic on undefined exception ()
- includes 1.33.0:
  * BREAKING(unstable): remove "Deno.serve(handler, options)" overload ()
  * Revert "chore(ext/websocket): Add autobahn|testsuite fuzzingclient" ()
  * feat(bench): add --no-run flag ()
  * feat(cli): don't check permissions for statically analyzable
    dynamic imports ()
  * feat(cli): flatten deno.json configuaration ()
  * feat(ext/ffi): support marking symbols as optional ()
  * feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 ()
  * feat(ext/kv): add more atomic operation helpers ()
  * feat(ext/kv): return ok bool from atomic commit ()
  * feat(ext/url): URL.canParse ()
  * feat(lint): add Deno.run to no-deprecated-deno-api ()
  * feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support ()
  * feat(node/http): implement ClientRequest.setTimeout() ()
  * feat(task): introduce built-in unset command to deno task ()
  * feat: Deprecate Deno.run API in favor of Deno.Command () ()
  * fix(compile): write bytes directly to output file ()
  * fix(core): Wrap safe collections' argument of primordials ()
  * fix(coverage): exclude test files ()
  * fix(dts): URLPatternComponentResult groups should have
    possibly undefined key values ()
  * fix(ext/node): add crypto.sign|verify methods ()
  * fix(ext/node): fix hash.flush ()
  * fix(ext/node): implement asymmetric keygen ()
  * fix(ext/node): improve vm.runInThisContext ()
  * fix(ext/node): prime generation ()
  * fix(lsp): show dependency errors for repeated imports ()
  * fix(npm): only include top level packages in top level
    node_modules directory ()
  * fix(test): allow explicit undefined for boolean test options ()
  * fix(test): handle dispatched exceptions from test functions ()
  * perf(ext/http): avoid spread arg deopt in op_http_wait ()
  * perf(ext/http): optimize away code based on callback length ()
  * perf(ext/http): optimize for zero or one-packet response streams ()
  * perf(ext/http): use smi for slab IDs ()
  * perf(ext/websocket): various performance improvements ()

OBS-URL: https://build.opensuse.org/request/show/1083589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=15
2023-04-29 15:28:26 +00:00
c46b65f67e 1.33.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=116
2023-04-29 00:41:33 +00:00
Dominique Leuenberger
41f76d4ad2 Accepting request 1080412 from devel:languages:javascript
- update to 1.32.5:
  * feat(UNSTABLE/kv): AtomicOperation#sum ()
  * fix(core): Use safe primordials wrappers ()
  * fix(ext/node): add req.socket.remoteAddress ()
  * fix(ext/node): implement crypto.createVerify ()
  * fix(ext/node): polyfill response._implicitHeader method ()
  * fix(ext/websocket): Avoid write deadlock that requires read_frame to complete
    ()
  * fix(lsp): ensure language server status works on unix ()
  * fix(npm): eagerly reload package information when version from lockfile not
    found locally ()
  * fix(path): Remove non node symbols ()
  * fix(test): add process sigint handler for --watch ()
  * perf(ext/websocket): make op_server_ws_next_event deferred ()

OBS-URL: https://build.opensuse.org/request/show/1080412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=14
2023-04-20 13:14:38 +00:00
1f9aa810b3 1.32.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=114
2023-04-19 18:03:50 +00:00
Dominique Leuenberger
358a36d3c6 Accepting request 1079305 from devel:languages:javascript
- update to 1.32.4:
  * Revert "fix(cli): don't store blob and data urls in the module cache ()"
    ()
  * feat(core): sync io ops in core ()
  * feat(ext/http): add an op to perform raw HTTP upgrade ()
  * fix(core): preserve syntax error locations in dynamic imports ()
  * fix(ext/cache): cache.put overwrites previous call ()
  * fix(ext/kv): keys must be arrays ()
  * fix(ext/node): add X509Certificate ()
  * fix(ext/node): add symmetric keygen ()
  * fix(ext/node): fix unable to resolve fraction.js ()
  * fix(ext/node): implement hkdf-expand ()
  * fix(ext/node): json encode binary command name ()
  * fix(npm): cache bust npm specifiers more aggressively ()
  * fix(npm): do not "npm install" when npm specifier happens to
    match package.json entry ()
  * fix(npm): reload an npm package's dependency's information
    when version not found ()
  * perf(ext/io): remove a data copy from File write ()
  * perf(ext/websocket): replace tokio_tungstenite server with
    fastwebsockets ()

OBS-URL: https://build.opensuse.org/request/show/1079305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=13
2023-04-14 11:13:27 +00:00
13a9fcfea2 1.32.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=112
2023-04-13 22:12:14 +00:00
Dominique Leuenberger
330a1b26dd Accepting request 1076695 from devel:languages:javascript
- update to 1.32.3
  * fix(check): ensure diagnostics caused by changes in other files get
    invalidated between runs ()
  * fix(ext/ffi): crash when same reference struct is used in two fields ()
  * fix(lsp): add a document preload file system entry limit ()
  * fix(repl): disable language server document preloading in the repl ()
  * fix(test): don't swallow sanitizer errors with permissions ()
  * perf(check): faster source hashing ()
- update to 1.32.2:
  * Revert "refactor(ext/node): Use Deno.inspect ()" ()
  * feat(core): initialize SQLite off-main-thread ()
  * feat(ext/kv): return versionstamp from set/commit ()
  * feat(ext/node): add crypto.checkPrime API ()
  * feat(ext/node): implement crypto.createSecretKey ()
  * feat(test): print pending tests on sigint ()
  * feat: port node:zlib to rust ()
  * fix(cli): add colors to "Module not found" error frame ()
  * fix(cli): don't store blob and data urls in the module cache ()
  * fix(cli/bench): look for clone3 syscalls for thread count ()
  * fix(core): located_script_name macro was using format syntax ()
  * fix(core): panic at build time if extension code contains
    anything other than 7-bit ASCII ()
  * fix(core): restore cache journal mode to TRUNCATE and tweak
    tokio test in CacheDB ()
  * fix(coverage): ignore files from npm registry ()
  * fix(dts): improve types for the Deno.KV API ()
  * fix(ext/kv): add missing getMany method ()
  * fix(ext/node): add aes-128-ecb algorithm support ()
  * fix(ext/node): add missing _preloadModules hook ()
  * fix(ext/node): implement crypto.Sign
    (RSA/PEM/SHA{224,256,384,512}) ()
  * fix(ext/node): make cipher/decipher transform stream ()
  * fix(lsp): textDocument/references should respect
    includeDeclaration ()
  * fix(lsp): better handling of data: urls ()
  * fix(lsp): include all diagnosable documents on initialize ()
  * fix(ops): fallback when FastApiOneByteString is not utf8 ()
  * fix(repl): improve package.json support ()
  * fix(streams): add support Float64Array to ReadableStreamByobReader
    ()
  * fix: Add missing processenv winapi feature to deno_io ()
  * fix: upgrade to TypeScript 5.0.3 ()
  * perf(ext/websocket): efficient event kind serialization ()
  * perf(ext/websocket): special op for sending binary data frames ()
  * perf(ext/websocket): special op for sending text data frames ()
  * perf(ext/websocket): use opAsync2 to avoid spread deopt ()
  * perf: const op declaration ()

OBS-URL: https://build.opensuse.org/request/show/1076695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=12
2023-04-02 17:18:17 +00:00
752a0ea16d 1.32.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=110
2023-04-02 03:04:01 +00:00
ee547507f3 1.32.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=109
2023-04-01 18:10:24 +00:00
Dominique Leuenberger
961457b7af Accepting request 1074042 from devel:languages:javascript
- update to 1.32.1:
  * fix(core): disable resizable ArrayBuffer and growable
    SharedArrayBuffer ()
  * fix(cli): restore deno run - to handle stdin as typescript ()
  * fix(inspect): ensure non-compact output when object literal
    has newline in entry text ()
  * fix(lsp): ensure enablePaths works when clients do not
    provide a trailing slash for workspace dir ()
- update to 1.32.0:
  * BREAKING(unstable): remove WebGPU ()
  * feat(ext/fs): FileInfo.dev is supported on Windows ()
  * feat(cli): --ext parameter for run, compile, and bundle ()
  * feat(compile): Add support for web workers in standalone mode ()
  * feat(compile): Enable multiple roots for a standalone module
    graph ()
  * feat(core): deno_core::extension! macro to simplify extension
    registration ()
  * feat(ext/kv): key-value store ()
  * feat(ext/net): Add multicasting APIs to DatagramConn ()
    ()
  * feat(ext/url): URLSearchParams.size ()
  * feat(repl): add DENO_REPL_HISTORY to change history file path ()
  * feat(serde_v8): support BigInt serialization ()
  * feat: TypeScript 5.0.2 (except decorators) ()
  * fix(cli): preserve blob store when resetting file watcher ()
  * fix(cli/integration): clippy lints ()
  * fix(ext/kv): don't request permissions for ":memory:" ()
  * fix(ext/kv): reverse mapping between AnyValue::Bool and 
    KeyPart::Bool ()
  * fix(ext/node): add createDecipheriv ()
  * fix(ext/node): resource leak in createHmac ()
  * fix(ext/node): use Deno.Command from ext:runtime ()
  * fix(repl): Hide indexable properties in tab completion ()
  * fix(runtime): Extract error code for all OS error variants ()
  * fix: include error in message about not being able to create
    the TypeScript cache ()
  * perf(check): type check local files only when not using --all ()
  * perf(core) Reduce copying and cloning in extension
    initialization ()
  * perf(core) Reduce script name and script code copies ()
  * perf(core): preserve ops between snapshots ()
  * perf(core): use static specifier in ExtensionFileSource ()
  * perf: disable WAL for transpiled source cache ()
  * perf: disable runtime snapshot compression ()
- build: remove python3 hack

OBS-URL: https://build.opensuse.org/request/show/1074042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=11
2023-03-24 14:20:44 +00:00
41a74d2016 1.32.1 changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=107
2023-03-23 23:52:53 +00:00
f6a93fca63 1.32.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=106
2023-03-23 23:51:08 +00:00
f9d476ec48 forgot to bump Version:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=105
2023-03-23 02:03:10 +00:00
6129381319 1.32.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=104
2023-03-23 01:51:32 +00:00
Dominique Leuenberger
64dff6f5e4 Accepting request 1072728 from devel:languages:javascript
- update to 1.31.3:
  * fix(check): regression where config "types" entries caused type checking
    errors ()
  * fix(core): Upgrades bytes crate from =1.2.1 to ^1.4.0 ()
  * fix(core): SafePromiseAll to be unaffected by Array#@@iterator ()
  * fix(core/internal): fix typo in primordial type definitions ()
  * fix(ext/fs): retry if file already exists in makeTempFile ()
  * fix(ext/http): abort request signal when response errors ()
  * fix(ext/node): add crypto.createCipheriv ()
  * fix(ext/node): implement "ascii" encoding for node:fs writeFile() ()
  * fix(ext/web): Stop using globalThis.ReadableStream in Blob ()
  * fix(info/doc): add missing --no-lock and --lock flags ()
  * fix(lsp): avoid calling client while holding lock ()
  * fix(npm): "not implemented scheme" message should properly show the scheme
    ()
  * fix(npm): show a progress bar when initializing the node_modules folder
    ()
  * fix(repl): do not panic deleting Deno or deleting all its properties
    ()
  * fix: ensure no node_modules directory is created when a package.json exists
    and no npm dependencies are used ()
  * perf: do not depend on iana-time-zone ()
- update to 1.31.2:
  * Revert "perf: disable snapshot compression ()" ()
  * deps: bump regexp to ^1.7.0 ()
  * deps: bump once_cell to ^1.17.1 ()
  * feat(core): prevent isolate drop for CLI main worker ()
  * feat(ext/ffi): Make External pointers keep reference to V8 buffer ()
  * feat(ops): reland fast zero copy string arguments ()
  * feat(ops): relational ops ()
  * fix(check): include dts files in tsc roots ()
  * fix(cli): add space after period in --v8-flags ()
  * fix(cli,ext/web): Upgrading uuid from =1.1.2 to 1.3.0 ()
  * fix(core): introduce SafeRegExp to primordials ()
  * fix(ext/crypto): correctly limit ECDSA and hash algorithms ()
  * fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning
    pointer defaults ()
  * fix(ext/node): remove unused _hex module ()
  * fix(ext/node): util.types.isSharedArrayBuffer ()
  * fix(ext/webstorage): check size of inputs before insert ()
  * fix(lockfile): don't touch lockfile is npm specifiers are identical ()
  * fix(npm): improve peer dependency resolution with circular dependencies
    ()
  * fix(prompt): better output with control chars ()
  * fix(rumtime): Add Deno. prefix for registered symbols ()
  * fix(runtime/windows): ensure Deno.stdin.setRaw(false) properly
    disables raw mode ()
  * fix: Split extension registration and snapshotting ()
  * fix: attempt to only allow one deno process to update the node_modules
    folder at a time ()
  * fix: lazily surface errors in package.json deps parsing ()
  * perf(core): over-allocate in ModuleMap when running from snapshot ()
  * perf(ext/node): improve createHash performance ()
  * perf: disable snapshot compression ()
  * perf: don't add unload event listener ()
  * perf: move runtime bootstrap code to snapshot time ()
  * perf: move setting up Deno namespace to snapshot time ()
  * wpt: unlock nightly with --no-ignore ()

OBS-URL: https://build.opensuse.org/request/show/1072728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=10
2023-03-18 23:30:57 +00:00
0753464a05 1.31.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=102
2023-03-16 18:32:01 +00:00
d104f7b6f2 require rust 1.68
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=101
2023-03-14 20:04:18 +00:00
0ba50c6f23 1.31.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=100
2023-03-11 18:12:12 +00:00
Dominique Leuenberger
f3dec48cf2 Accepting request 1067845 from devel:languages:javascript
- update to 1.31.1:
  * feat: add DENO_NO_PACKAGE_JSON env var ()
  * fix(npm): lazily install package.json dependencies only when necessary
    ()
  * fix(npm): package.json auto-discovery should respect --no-config and
    --no-npm ()
  * fix: ensure concurrent non-statically analyzable dynamic imports
    do not sometimes fail ()
  * fix: ignore workspace, git, file, http, https specifiers in package.json
    (, )
  * fix: regression remapping remote specifier to local file ()
  * fix: remote modules should be allowed to import data urls ()

OBS-URL: https://build.opensuse.org/request/show/1067845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=9
2023-02-27 11:55:24 +00:00
6b06b6d8b7 revendor
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=98
2023-02-26 20:14:28 +00:00
4d33b12290 1.31.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=97
2023-02-26 20:02:44 +00:00
Dominique Leuenberger
bf0e64b7d1 Accepting request 1067491 from devel:languages:javascript
- update to 1.31.0:
  * feat(bench): Add JSON reporter for "deno bench" subcommand ()
  * feat(bench): change --json output format ()
  * feat(core): allow to specify entry point for snapshotted ES modules ()
  * feat(ext/ffi): Replace pointer integers with v8::External objects ()
  * feat(ext/http): add 2nd param to handler to get remote address ()
  * feat(ext/node): embed std/node into the snapshot ()
  * feat(ext/node): implement node:v8 ()
  * feat(install): follow redirects for urls with no path ()
  * feat(node): stabilize Node-API ()
  * feat(npm): support bare specifiers from package.json in more subcommands and language server ()
  * feat(npm): support npm specifiers in remote modules without --unstable ()
  * feat(permissions): grant all permission for a group in permission prompt ()
  * feat(task): add warning about package.json scripts support ()
  * feat(task): adjust warning ()
  * feat(task): support scripts in package.json ()
  * feat: Deprecate 'deno bundle' subcommand ()
  * feat: Stabilize Deno.Command API ()
  * feat: add more variants to Deno.build.os ()
  * feat: add signal option to Deno.resolveDns ()
  * feat: auto-discover package.json for npm dependencies ()
  * feat: stabilize Deno.osUptime() ()
  * feat: start caching npm package version's "bin" entry from npm registry ()
  * feat: support bare specifier resolution with package.json ()
  * feat: wire up ext/node to the Node compatibility layer ()
  * fix(cli): Add better error message when powershell is missing during upgrade ()
  * fix(cli/graph_util): don't append referrer info for root module errors ()
  * fix(cli/napi): correct name handling in napi property descriptor ()
  * fix(cli/napi): handle all property variants in napi_define_properties ()
  * fix(core): don't allow to import internal code is snapshot is loaded ()
  * fix(core): rebuild when JS sources for snapshotting change ()
  * fix(core): remove async op inlining optimization ()
  * fix(dts): make Deno.Command accept readonly prop in options.args ()
  * fix(ext/console): Only right-align integers in console.table() ()
  * fix(ext/ffi): Fix re-ref'ing UnsafeCallback ()
  * fix(ext/ffi): improve error messages in FFI module ()
  * fix(ext/flash): Always send correct number of bytes when handling HEAD requests ()
  * fix(ext/flash): wrong order of arguments passed to http1Response ()
  * fix(ext/node): add support for BYOB streams ()
  * fix(ext/node): fix node stream ()
  * fix(ext/node): fix npm module resolution when --node-modules-dir specified ()
  * fix(ext/node): fix process.uptime ()
  * fix(ext/node): fix webcrypto export ()
  * fix(ext/websocket): extra ws pongs sent ()
  * fix(fmt): make fmt options CLI args less verbose ()
  * fix(lint): revert no-deprecated-api for Deno.run ()
  * fix(npm): allow resolving from package.json when an import map exists ()
  * fix(npm): filter out duplicate packages names in resolution ()
  * fix(npm): improve peer dependency resolution ()
  * fix(npm): resolve node_modules dir relative to package.json instead of cwd ()
  * fix(npm): support bare specifiers in package.json having a path ()
  * fix(ops): Always close cancel handles for read_async/write_async ()
  * fix(webgpu): don't default to 0 for setVertexBuffer.size & properly use webidl.setlike ()
  * fix(runtime): Refactor fs error mapping to use unified format ()
  * fix(webgpu): use correct op for GPUDevice.createSampler ()
  * fix: add WouldBlock error ()
  * fix: loading built-in Node modules embedded in the binary ()
  * fix: use static Reflect methods in nodeGlobalThis proxy ()
  * perf(core): speed up promise hook dispatch ()
  * perf(core, runtime): Further improve startup time ()
  * perf(ext/ffi): Revert UTF-8 validity check from getCString ()
  * perf(ext/node): move winerror binding to rust ()
  * perf(http): remove allocations checking upgrade and connection header values ()
  * perf: disable fetching graph cache info except for deno info ()
  * perf: module info cache - avoid MediaType.to_string() allocation ()
  * perf: remove current_dir() call in Deno.mainModule ()
  * perf: use ops for node:crypto ciphers ()
- includes 1.30.3 / 2023.02.07
  * fix(ext/console): log class for class constructor ()
  * fix(lsp): prevent crash analyzing module ()
- includes 1.30.2 / 2023.02.03
  * Revert "chore(core): remove have_unpolled_ops on rt state ()" ()
  * fix(webgpu): specify viewFormats in surface configuration ()
- includes 1.30.1 / 2023.02.02
  * Revert "fix(watch): preserve ProcState::file_fetcher between restarts () ()
  * fix(core): Add lint check for core ()
  * fix(ext): internal structuredClone for ArrayBuffer and TypedArray subclasses ()
  * fix(fmt): semiColons: false - handle prop with following generator and do while with no block body ()
  * fix(install): tsconfig.json -> deno.json for config file suffix ()
  * fix(lockfile): emit trailing newline ()
  * fix(lsp): update document dependencies on configuration change ()
  * fix(napi): guard threadsafe function counters behind a mutex ()
  * fix(napi): remove wrong length check in napi_create_function ()
  * fix(napi): return node globalThis from napi_get_global ()
  * fix(repl): handle @types/node not being cached in the repl ()
  * fix(upgrade): ensure temp dir cleanup on failure ()
  * fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map ()
  * perf(ops): Remove unnecessary fast call fallback options usage ()
- Rebase deno-disbale-lto.patch (renamed to deno-disable-lto.patch)

OBS-URL: https://build.opensuse.org/request/show/1067491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=8
2023-02-24 17:08:03 +00:00
e2a3635a57 rebase lto hack
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=95
2023-02-24 05:32:27 +00:00
1053269db4 1.31.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=94
2023-02-24 04:54:45 +00:00
Dominique Leuenberger
019da2597a Accepting request 1061824 from devel:languages:javascript
- update to 1.30.0:
  * many changes, see https://github.com/denoland/deno/compare/v1.26.2...v1.30.0
- Switch from deprecated rust-packaging to cargo-packaging
- Disable LTO to build with half of the RAM (fixes build on aarch64):
  * deno-disbale-lto.patch
- Update _constraints with current values
- remove Cargo.lock to bypass checksum errors in rusty_v8

OBS-URL: https://build.opensuse.org/request/show/1061824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=7
2023-01-29 13:11:14 +00:00
2ec2b5bc49 1.30.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=92
2023-01-29 00:17:36 +00:00
b455d98abd Accepting request 1061193 from home:Guillaume_G:branches:devel:languages:javascript
- Switch from deprecated rust-packaging to cargo-packaging
- Disable LTO to build with half of the RAM (fixes build on aarch64):
  * deno-disbale-lto.patch
- Update _constraints with current values

OBS-URL: https://build.opensuse.org/request/show/1061193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=91
2023-01-28 23:28:31 +00:00
Dominique Leuenberger
f3c37b5bf8 Accepting request 1029625 from devel:languages:javascript
- update to 1.26.2

OBS-URL: https://build.opensuse.org/request/show/1029625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=6
2022-10-18 10:44:47 +00:00
4167192566 1.26.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=89
2022-10-17 21:22:07 +00:00
2ead1e5209 1.26.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=88
2022-10-08 23:19:13 +00:00
Richard Brown
45cdec0888 Accepting request 1007112 from devel:languages:javascript
- update to 1.26.0:
  * feat: add --allow-sys permission flag ()
  * feat: add --no-npm flag to disable npm: imports ()
  * feat: Add requesting API name to permission prompt ()
  * feat: allow exiting on two consecutive ctrl+c presses ()
  * feat: download progress bar ()
  * feat: implement Web Cache API ()
  * feat: Refresh interactive permission prompt ()
  * feat: Stabilize Deno.hostname() API ()
  * feat: Stabilize Deno.refTimer() and Deno.unrefTimer() APIs ()
  * feat: TypeScript 4.8 update ()
  * feat(cli): update to TypeScript 4.8 ()
  * feat(core): add Deno.core.setPromiseHooks ()
  * feat(ext/crypto): add x25519 and Ed25519 CFRG curves ()
  * feat(ext/flash): add reuseport option on Linux ()
  * feat(info): add information about npm modules cache ()
  * feat(lint): add --compact flag for terse output ()
  * feat(npm): functionality to support child_process.fork ()
  * feat(ops): Fallible fast ops ()
  * feat(unstable): Deno.setRaw -> Deno.stdin.setRaw ()
  * fix(cli/bench): strace numeric format ()
  * fix(cli/vendor): handle assert type json during vendoring ()
  * fix(ext/console): fix error when logging a proxied Date ()
  * fix(ext/fetch): blob url ()
  * fix(ext/flash): reregister socket on partial read on Windows ()
  * fix(fmt): keep type args in type queries and keep empty array expr element's
    trailing comma ()
  * fix(npm): use ntfs junctions in node_modules folder on Windows ()
  * fix(require): tryPackage uses optional chaining ()
  * fix(runtime): refresh perm prompt 3 lines instead of 4 ()
  * perf: don't re-download package tarball to global cache if local node_modules
    folder exists for package ()
  * perf: use fast ops for tty ()
  * perf(ext/console): break on iterableLimit & better sparse array handling ()
  * perf(ext/fetch): use content-length in InnerBody.consume ()
- includes 1.25.4:
  * feat(unstable/npm): add flag for creating and resolving npm packages to a
    local node_modules folder ()
  * feat(unstable/npm): add support for --reload=npm: and --reload=npm: ()
  * feat(internal/ops): Automatic fast ops creation ()
  * fix(compile): keep non-exe extension in output name on Windows ()
  * fix(doc): deno doc should parse modules if they haven't been parsed before ()
  * fix(ext/node): fix builtin module module ()
  * fix(ext/webgpu): make GPUDevice.features SetLike ()
  * fix(flash): panic if response if undefined ()
  * fix(runtime): better error message with Deno.env.get/set ()
  * fix(runtime): fix permission status cache keys ()
  * perf(cli): avoid canonicalize_path if config file does not exist ()
  * perf(cli): avoid clap::App::clone ()
  * perf(cli): use -O3 instead of -Oz ()
  * perf(core): use single ObjectTemplate for ops in initialize_ops ()
  * perf(ext/console): avoid wrapConsole when not inspecting ()
  * perf(web): optimize encodeInto() ()
  * perf: fs optimizations - part 1 ()
- update to 1.25.3:
  * doc(unstable): mention that signal input isn't supported in spawnSync
    ()
  * fix(ext/flash): don't block requests ()
  * fix(npm): align Deno importing Node cjs with Node esm importing cjs ()
  * fix(npm): align Node esm code importing cjs with Node ()
  * fix(npm): binary entrypoint for .js or no extension ()
  * fix(npm): remove export binding to match node ()
  * fix(npm): support cjs resolution of package subpath with package.json ()
  * fix(npm): use shim from deno_node crate for 'module' built-in module ()
  * fix(ops): add node.js env variable allowlist ()
  * perf(ext/flash): remove string->buffer cache ()
  * perf(serde_v8): remove Mutex from ZeroCopyBuf ()
  * perf(url): return early if url has no query string ()
  * perf: optimize URL serialization ()

OBS-URL: https://build.opensuse.org/request/show/1007112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=5
2022-09-30 15:57:15 +00:00
36d75b35a2 missed 1.26.0 tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=86
2022-09-29 19:33:28 +00:00
b6a4059e0d 1.26.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=85
2022-09-29 19:30:32 +00:00
e06170c646 1.25.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=84
2022-09-20 00:19:22 +00:00
Dominique Leuenberger
6e96d451ce Accepting request 1002544 from devel:languages:javascript
- update to 1.25.2:
  * BREAKING(unstable): remove --compat mode ()
  * feat(ext/ffi): Implement FFI fast-call trampoline with Dynasmrt ()
  * feat(ext/ffi): Support bool FFI type ()
  * feat(serde_v8): Support StringObject as unit enum variant ()
  * fix(bench): make sure bytes/response is equal ()
  * fix(cli): Fix panic when providing invalid urls to --reload ()
  * fix(cli): allow using file resource synchronously while being used
    async ()
  * fix(cli/repl): await Promise.any([])... ()
  * fix(core): Register external references for imports to
    the SnapshotCreator ()
  * fix(core): make errors more resistant to tampering ()
  * fix(core): opAsync leaks a promise on type error ()
  * fix(docs): add missing categories for unstable ()
  * fix(docs): change category for Deno.Process to "Sub Process" ()
  * fix(ext/flash): use utf8 length as Content-Length ()
  * fix(ext/timers): create primordial eval ()
  * fix(init): suppress info logs when using quiet mode ()
  * fix(npm): add more context to errors when file doesn't exist ()
  * fix(npm): conditional exports in npm: specifiers ()
  * fix(npm): correct exact matching of pre-release versions ()
  * fix(npm): recursive translation of reexports, remove window global
    in node code ()
  * fix(npm): respect latest dist tag for getting current version ()
  * fix(ops): use qualified borrow in op macro ()
  * fix(repl): don't terminate on unhandled error events ()
  * fix(test): unflake wasm_unreachable test ()
  * fix(watch): ignore unload errors on drop ()
  * fix: upgrade deno_ast to 0.19 ()
  * perf(ops): inline &[u8] arguments and enable fast API ()
  * perf(runtime): flatten arguments for write_file ops ()
  * perf(runtime): short-circuit queue_async_op for Poll::Ready ()

OBS-URL: https://build.opensuse.org/request/show/1002544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=4
2022-09-12 17:08:04 +00:00
b19ed7f0d4 1.25.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=82
2022-09-11 23:56:18 +00:00
Dominique Leuenberger
c45a8b9c4e Accepting request 1001143 from devel:languages:javascript
- update to 1.25.1:
  * feat(ops): support v8::FastApiCallbackOptions ()
  * feat(serde_v8): Serialize integers as BigInt ()
  * fix(check): --remote and --no-remote should be mutually exclusive ()
  * fix(cli): deno upgrade --canary always downloaded latest version
    even if it was already latest ()
  * fix(compile): panic when running with a populated dep analysis cache ()
  * fix(docs): add missing categories ()
  * fix(ext/ffi): Fix pointer types ()
  * fix(ext/flash): add missing backticks in server docs ()
  * fix(ext/flash): panic on AddrInUse ()
  * fix(ext/flash): retry write failures ()
  * fix(ext/node): add missing primordial ()
  * fix(ext/node): better error for importing ES module via
    require() call ()
  * fix(ext/node): fix global in node env ()
  * fix(ext/websocket): fix closing of WebSocketStream with unread
    messages ()
  * fix(fmt): add the file path to the panic messages when formatting
    is unstable ()
  * fix(npm): better node version and version requirement compatibility ()
  * fix(npm): conditional exports with wildcards ()
  * fix(npm): handle cjs re-exports with the same name as an export ()
  * fix(npm): ignore npm cache directory creation errors ()
  * fix(npm): ignore the unstable error in the lsp ()
  * fix(npm): prefer importing esm from esm ()
  * fix(npm): skip extracting pax_global_header from tarballs ()
  * fix(npm): translate CJS to ESM with name clashes for files and dirs ()
  * fix(serde_v8): no panic on reading large text file ()
  * fix(serde_v8): update bytes::Bytes layout assumptions ()
  * fix: avoid global declaration collisions in cjs ()
  * fix: config file errors should not print specifier with debug formatting
    ()
  * fix: typo in deno_ops README ()
  * perf(ext/web): flatten op arguments for text_encoding ()
  * perf(ops): inline String args ()
  * perf(runtime): optimize allocations in read/write checks ()
  * perf: use fast api for core.isProxy ()
  * perf: use fast api for op_now ()
  * serde_v8: fix pointer size assumptions ()

OBS-URL: https://build.opensuse.org/request/show/1001143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=3
2022-09-05 19:21:36 +00:00
19039cc60d 1.25.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=80
2022-09-04 17:34:12 +00:00
Dominique Leuenberger
04185792ec Accepting request 999287 from devel:languages:javascript
- update to 1.25.0:
  * BREAKING(ext/ffi): specialized buffer type ()
  * feat(ext/crypto): deriveBits P-384 ()
  * feat(ext/flash): An optimized http/1.1 server ()
  * feat(ext/flash): split upgradeHttp into two APIs ()
  * feat(ops): V8 Fast Calls ()
  * feat(repl): add color to functions for syntax highlighting ()
  * feat(runtime): add pre_execute_module_cb ()
  * feat(unstable): initial support for npm specifiers ()
  * feat: queueMicrotask() error handling ()
  * feat: add "deno init" subcommand ()
  * fix(cache): do not attempt to emit non-emitable files ()
  * fix(core/runtime): always cancel termination in exception handling ()
  * fix(coverage): ensure coverage is only collected in certain situations ()
  * fix(ext/fetch): ignore user content-length header ()
  * fix(ext/flash): concurrent response streams ()
  * fix(ext/flash): fix default onListen callback ()
  * fix(ext/flash): fix listening port ()
  * fix: Free up JsRuntime state global handles before snapshot ()
  * fix: resolve jsxImportSource relative to module ()
  * perf(runtime): optimize Deno.file open & stream ()
  * perf: cache swc dependency analysis and don't hold onto ParsedSources in memory ()
  * perf: improve performance.now ()
- remove fix-cflags.patch (fix in upstream)
- update to 1.24.3:
  * fix(ext/fetch): add socks proxy support ()
  * feat(unstable/ext/ffi): add static method variants to Deno.UnsafePointerView
    ()
  * fix(cli): allow configurations files to also be json modules ()
  * fix(ext/ffi): check CStr for UTF-8 validity on read ()
  * fix(ext/ffi): unstable op_ffi_unsafe_callback_ref ()
  * fix(permissions): ignore empty values ()
  * fix(task): subcommand parser skips global args ()
  * fix: allow setting globalThis.location when no --location is provided
    ()
  * fix: update deno_graph to fix importing config as JSON module ()
  * fix: various formatting fixes ()
  * perf(ops): monomorphic sync op calls ()
- includes 1.24.2:
  * feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView ()
  * feat(ext/ffi): Safe number pointers ()
  * fix(compat): use mjs extension for stream/promises ()
  * fix(core): BorrowMutError in nested error ()
  * fix(ext/webgpu): use correct IDL key name ()
  * fix(lsp): remove excessive line breaks in status page ()
  * fix(lsp): use correct commit chars for completions ()
  * fix(test): output parallel test results independently ()
  * fix(test): race condition for cancelled tests ()
  * fix(vendor): error on dynamic imports that fail to load instead of panicking
    ()
  * fix(vendor): existing import map with bare specifier in remote ()
  * fix: increase websocket message size ()
  * perf(ext/ffi): support Uint8Array in fast calls ()
  * perf(ext/ffi): use fast api calls for 64bit return types ()
- includes 1.24.1:
  * fix(cli): unset jsxFragmentFactory & jsxFactory options ()
  * fix(ext/fetch): resolve TODOs about WebIDL conversions in body init ()
  * fix(lsp): remove CompletionInfo.flags ()
  * fix(tools): upgrade to new Deno.spawn api ()
  * fix: Child.unref() unrefs stdio streams properly ()
  * fix: proper typings for unhandledrejection event ()
  * fix: unhandledrejection handling for sync throw in top level ()
  * perf(ext/ffi): Optimise common pointer related APIs ()
  * serde_v8: improvements to avoid hitting unimplemented codepaths ()
- includes 1.24.0:
  * BREAKING(unstable): Improve Deno.spawn() stdio API ()
  * feat(cli): support configuring the test tool in the config file ()
  * feat(cli/lsp): Sort repl completions ()
  * feat(cli/test): add DENO_JOBS env variable for test subcommand ()
  * feat(ext/ffi): Support 64 bit parameters in Fast API calls ()
  * feat(fmt): do not add a newline between a template and its tag ()
  * feat(lsp): provide import map remapping diags and fixes ()
  * feat(test): add --parallel flag, soft deprecate --jobs ()
  * feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API
    ()
  * feat(web): add beforeunload event ()
  * feat: add "unhandledrejection" event support (, )
  * feat: import.meta.resolve() ()
  * fix(cli): Improve error message in watch mode ()
  * fix(cli): expand tsc roots when using checkJs ()
  * fix(cli): synchronize async stdio/file reads and writes ()
  * fix(cli/dts): allow passing arguments to WebAssembly error constructors
    ()
  * fix(core): unhandled rejection in top-level scope ()
  * fix(coverage): do not verify emit source hash for coverage ()
  * fix(ext/ffi): allow setting a custom lib path for libtcc.a ()
  * fix(ext/ffi): i64 arg to C mapping was wrong ()
  * fix(ext/web): align DOMException better with spec ()
  * fix(fmt): improve curried arrow functions ()
  * fix(repl): do not panic for import completions when the import specifier is
    empty ()
  * fix(task): do not overflow attempting to parse large number as redirect
    ()
  * fix(task): resolve deno configuration file first from specified --cwd arg
    ()
  * fix: WebSocketStream ping event causes pending promises ()
  * fix: fallback to no type checking cache when db file can't be created ()
  * fix: revert changes to test output for uncaught errors ()
  * perf: emit files on demand and fix racy emit ()
  * perf: use emit from swc instead of tsc ()
- includes 1.23.4:
  * feat(core): Re-export v8 use_custom_libcxx feature ()
  * fix(core): deflake WASM termination test ()
  * fix(coverage): better handling of multi-byte characters ()
  * fix(ext/console): Fix a typo in a warning when .timeEnd is called on an
    unknown timer ()
  * fix(ext/crypto): Adjust typings for Crypto.getRandomValues() ()
  * fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop
    middleware calls ()
  * fix(ext/ffi): allow opting out of fast ffi calls ()
  * fix(ext/ffi): trampoline for fast calls ()
  * fix(ext/http) nextRequest return type annotation from ResponseEvent to
    RequestEvent ()
  * fix(ext/http): reading headers with ongoing body reader ()
  * fix(ext/url): missing primordial ()
  * fix(lsp): enable auto imports ()
  * fix(net): don't panic on failed UDS removal ()
  * fix: upgrade deno_ast to 0.17 ()
  * perf(cli/proc_state): Get error source lines from memory ()
  * perf(ext/ffi): leverage V8 Fast Calls ()
  * perf(ext/http): skip core.isProxy check for default ResponseInit ()
- includes 1.23.3:
  * Revert "refactor(snapshots): to their own crate ()" ()
  * fix(cli): handle collecting a directory with file:// ()
  * fix(core): handle exception from Wasm termination ()
  * fix(core): remove unsafe in OpsTracker ()
  * fix(dts): stop default export type behavior ()
  * fix: update to TypeScript 4.7.4 ()
  * perf(ext/http): lazy load headers ()
  * perf(ext/http): remove accept_encoding interior mutability ()
  * perf(ext/http): simplify op_http_accept ()
  * perf(ops): fast path for SMI return values ()
  * perf(serde_v8): avoid extra is_array_buffer_view check ()
- includes 1.23.2:
  * feat(unstable/ffi): thread safe callbacks ()
  * fix(core): don't panic on non-existent cwd ()
  * fix(docs): --watch arg is stable ()
  * fix(dts/ffi): non-exact types break FFI inference ()
  * fix(ext/crypto): add EcdhKeyDeriveParams to deriveKey types ()
  * fix(ext/ffi): empty buffers error with index out of bounds on FFI ()
  * fix(ext/web): remove ErrorEventInit's error default ()
  * fix(lsp): restart TS language service when caching dependencies ()
  * fix(modules): immediately resolve follow-up dyn imports to a dyn imported
    module ()
  * fix(runtime): derive default for deno_runtime::ExitCode ()
  * fix(task): remove --no-config as task subcommand argument ()
  * fix(test): typo ('finsihed') if text decoder not closed during test ()
  * fix(vendor): ignore import map in output directory instead of erroring
    ()
  * fix: don't error if Deno.bench() or Deno.test() are used in run subcommand
    ()
  * perf(ext/ffi): optimize synchronous calls ()
  * perf(ext/web): avoid reallocations in op_base64_atob ()
  * perf(ext/web): use base64-simd for atob/btoa ()
  * perf(serde_v8): smallvec ByteString ()
- update to 1.23.1:
  * BREAKING(unstable/ffi): Remove Deno.UnsafePointer indirection ()
  * feat(unstable/ffi): Callbacks ()
  * fix(check): ignore TS2306 ()
  * fix(docs): update description of --check flag ()
  * fix(ext/fetch): add accept-language default header to fetch ()
  * fix(ext/web): add EventTarget brand checking ()
  * fix(ext/web): handle rid=0 in TextDecoder#decode ()
  * fix(fmt): ignore node_modules directory ()
  * fix(fmt): should fail --check on parse error ()
  * fix(repl): accept tab when previous character is whitespace ()
  * fix(repl): use spaces for tab handler on windows ()
  * fix: do not panic running .d.cts and .d.mts files ()
  * fix: make Performance global an EventTarget
  * fix: upgrade swc via deno_ast 0.16 ()
  * perf(core): Cache source lookups ()
  * perf(ext/ffi): Optimize FFI Rust side type checks ()
- rebase fix-cflags.patch

OBS-URL: https://build.opensuse.org/request/show/999287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=2
2022-08-26 07:08:03 +00:00
be13e921c6 remove clags opaQue pointer patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=78
2022-08-25 17:59:45 +00:00
3bf000419f 1.25.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=77
2022-08-25 17:58:18 +00:00