01aa69c85fAccepting request 1225702 from devel:languages:javascript
factory
Ana Guerrero
2024-11-24 10:04:10 +0000
8e80dc1d41- Update to version 2.1.1: * 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
devel
Soc Virnyl Estela
2024-11-22 02:38:05 +0000
1df75d36d5- Update to version 2.1.0: * 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
Soc Virnyl Estela
2024-11-22 00:52:06 +0000
5f62db4dbb- Update specfile and sources * remove compiler-rt-adjust-paths.patch * remove rusty_v8-0.106.0.tar.zst * revert back to old build logic we have before in deno.spec * revert back _service to old service file
Soc Virnyl Estela
2024-11-12 02:48:05 +0000
f35f9f4965Accepting request 1223264 from devel:languages:javascript
Dominique Leuenberger
2024-11-11 12:46:30 +0000
e0433ce5cdCleanup - Remove command to remove config.toml in specfile
Soc Virnyl Estela
2024-11-11 12:04:15 +0000
8939a8aca2- Update vendored dependencies with patch ./zeromq-update.patch * this fixes build where zeromq is not compatible with the new 'static types from futures-util
Soc Virnyl Estela
2024-11-11 02:13:54 +0000
b933641f18- Do not depend on rusty_v8 from openSUSE:Factory. * deno has changed how they ship the v8 crate. - Apply patch directly to vendored v8 with ./compiler-rt-adjust-paths.patch.
Soc Virnyl Estela
2024-11-10 09:22:16 +0000
e2150fec83- Update to version 2.0.6: * Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" * perf(upgrade): cache downloaded binaries in DENO_DIR * fix: performance.timeOrigin * fix(install): cache jsr deps from all workspace config files * feat(ext/http): abort event when request is cancelled * fix(ext/cache): don't panic when creating cache * chore: make commandWithCwdIsAsync test less flaky * feat(ext/http): abort signal when request is cancelled * chore: serve node headers from a test server to fix flaky node-gyp test * refactor: use concrete error type for remaining ops * refactor(ext/net): Use hickory dns instead of unmaintained trust-dns * fix(node:zlib): gzip & gzipSync should accept ArrayBuffer * fix(ext/node): better inspector support * fix(fmt): don't use self-closing tags in HTML * feat(lsp): auto-import completions from byonm dependencies - Replace registry.tar.zst to vendor.tar.zst
Soc Virnyl Estela
2024-11-10 06:14:59 +0000
94b79cc81f- Limit to Rust tier 1 arches. * I don't believe that we should eagerly take account architectures that no one will use at home or during development.
Soc Virnyl Estela
2024-11-10 01:14:59 +0000
17bda34809- Update to version 2.0.5: * fix: panic_hook hangs without procfs * chore: deprecate run itests * fix(install): handle invalid function error, and fallback to junctions regardless of the error * fix: op_run_microtasks crash * fix(add): better error message when adding package that only has pre-release versions * chore: fix serve_watch_all test * ci: use self-hosted mac arm runner for building on tags * fix(workspace): support wildcard packages * fix(ext/node): add findSourceMap to the default export of node:module * fix(fmt): do not panic for jsx ignore container followed by jsx text * fix(lsp): scope attribution for lazily loaded assets * fix(types): missing import permission on PermissionOptionsObject * fix(fmt): ignore file directive for YAML files * refactor(runtime/permissions): use concrete error types * chore: update dlint to v0.68.0 for internal * perf(lsp): don't walk coverage directory * fix(add): only add npm deps to package.json if it's at least as close as deno.json * fix: improved support for cjs and cts modules * chore: upgrade to rust 1.82 and LLVM 19 * fix(cli): set npm_config_user_agent when running npm packages or tasks * fix(node): Implement os.userInfo properly, add missing toPrimitive * fix(ext/node): resolve exports even if parent module filename isn't present * fix(ext/node): convert errors from fs.readFile/fs.readFileSync to node format * fix: surface package.json location on dep parse failure * fix(coverage): exclude comment lines from coverage reports * fix(fmt): fix several HTML and components issues * fix(lsp): include unstable features from editor settings * fix: clamp smi in fast calls by default * fix: remove permission check in op_require_node_module_paths * fix(ext/node): return this from http.Server.ref/unref() * fix(serve): support serve hmr * docs(console): Update docstrings for install and uninstall - Experiment with vendoring cargo home registry. See the documentation at https://github.com/openSUSE-Rust/obs-service-cargo/blob/master/README.md#cargo-vendor-home-registry
Soc Virnyl Estela
2024-11-07 11:34:45 +0000
4dc2051bc5Accepting request 1220553 from devel:languages:javascript
Ana Guerrero
2024-11-04 21:42:41 +0000
1356661ce7- Experiment with vendoring cargo home registry.
Soc Virnyl Estela
2024-11-04 11:37:30 +0000
0e68381e83- Make source and vendor tarballs reproducible.
Soc Virnyl Estela
2024-11-02 12:49:33 +0000
4163687a04Accepting request 1220004 from devel:languages:javascript
Dominique Leuenberger
2024-11-01 20:06:49 +0000
6e70c0c20d- Update to version 2.0.4: * fix: support watch flag to enable watching other files than the main module on serve subcommand * Revert "fix(ext/node): fix dns.lookup result ordering" * fix(ext/napi): export dynamic symbols list for {Free,Open}BSD * fix(ext/node): compatibility with {Free,Open}BSD * refactor(init): inline routing in deno init --serve template * Revert "fix(ext/node): use primordials in ext/node/polyfills/https.ts" * fix: provide hints in terminal errors for Node.js globals * fix(check): expose more globals from @types/node * fix: report exceptions from nextTick * fix(compile): regression handling redirects * fix(npm): match npm bearer token generation * fix: do not panic when failing to write to http cache * fix(ext/node): add path to fs.stat and fs.statSync error * fix(watch): don't panic on invalid file specifiers * docs(readme): Add winget instructions * fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visible screen * fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomInt.ts * perf: pass transpiled module to deno_core as known string * fix(lsp): make missing import action fix infallible * fix(install): cache json exports of JSR packages * fix(upgrade): stop running deno lsp processes on windows before attempting to replace executable * fix(check): ignore resolving jsxImportSource when jsx is not used in graph * fix(install): regression - do not panic when config file contains \r\n newlines * feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting
Soc Virnyl Estela
2024-10-31 17:05:30 +0000
ce87f92e8aAccepting request 1218627 from devel:languages:javascript
Ana Guerrero
2024-10-27 10:26:39 +0000
0b3ec7c136- Update to version 2.0.3: * fix(install): don't cache json exports of JSR packages (for now) * chore: remove print debugging from test server * fix(ext/node): refactor http.ServerResponse into function class * bench: remove http benchmarks * fix: add 'fmt-component' to unstable features in schema file * perf(compile): pass module source data from binary directly to v8 * fix(fmt): --ext flag requires to pass files * fix: .npmrc settings not being passed to install/add command * refactor(ext/node): use concrete error types * Revert "fix(runtime): send ws ping frames from inspector server (#263… * fix(config): schemas for lint rule and tag autocompletion * fix(node/util): support array formats in styleText * feat: support node-api in denort * fix(ext/node): cancel pending ipc writes on channel close * fix(ext/node): only set our end of child process pipe to nonblocking mode * fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls * fix(install): cache all exports of JSR packages listed in deno.json * fix(install): cache type only module deps in deno install * fix(node:tls): set TLSSocket.alpnProtocol for client connections * fix: share inotify fd across watchers * fix(ext/node): map ERROR_INVALID_NAME to ENOENT on windows * fix(check): support --frozen on deno check * refactor: add 'docs' suggestion * fix(cli): increase size of blocking task threadpool on windows * fix: unpin tokio version * fix(fmt): upgrade formatters * fix(ext/console): ignore casing for named colors in css parsing * refactor(runtime/ops): use concrete error types * fix(install): update lockfile when using package.json
Soc Virnyl Estela
2024-10-27 03:46:56 +0000
2d16d25805- Experiment on obs-service-roast to generate tarball from cloned repository. Note that obs-service-roast is not yet in openSUSE. I still plan to add it once other things are finalised such as managing version names.
Soc Virnyl Estela
2024-10-21 14:05:30 +0000
e596d0dda1Accepting request 1208928 from devel:languages:javascript
Ana Guerrero
2024-10-20 08:04:48 +0000
cfa45f88ed- Update _service file to use recomprizz instead of recompress
Soc Virnyl Estela
2024-10-20 07:42:53 +0000
1686c11c49- Update to version 2.0.2: * fix(ext/node): add null check for kStreamBaseField * fix(jupyter): fix panics for overslow subtraction * fix(install): don't attempt to cache specifiers that point to directories * chore: fix flaky COPYFILE_EXCL test * refactor(ext/napi): use concrete error types * fix(node/fs): copyFile with COPYFILE_EXCL should not throw if the destination doesn't exist * refactor(ext/web): use concrete error types * feat(permissions): expose PromptResponse * refactor(ext/kv): use concrete error type * refactor(ext/net): use concrete error type * feat(permissions): expose PermissionPrompter and set_prompter function * fix(runtime): send ws ping frames from inspector server * fix(jupyter): update to the new logo * refactor: use macros for signal table * fix(cli): set napi object property properly * fix(net): don't try to set nodelay on upgrade streams * fix: don't warn on ignored signals on windows * fix(node/http): normalize header names in ServerResponse * Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications * fix: use syntect for deno doc html generation * Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… * fix(child_process): map node --no-warnings flag to --quiet * fix(cli): add prefix to install commands in help * fix(add): exact version should not have range ^ specifier * feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications * chore: add dhat feature * fix(jupyter): copy kernels icons to the kernel directory * fix(ext/node): fix dns.lookup result ordering * fix: node-api function call should use preamble
Soc Virnyl Estela
2024-10-18 04:01:32 +0000
3379218b64- Replace deprecated tar_scm with obs_scm in _service file.
Soc Virnyl Estela
2024-10-13 04:26:09 +0000
ac1a058650Accepting request 1207399 from devel:languages:javascript
Dominique Leuenberger
2024-10-12 11:30:36 +0000
aac8d3d96b- Disable LTO. This seems to cause clang to recognize formats incorrectly, thus, not recognizing the symbols. This also results disabling LTO builds in rustc altogether removing the specified architecture requirement for patch ./deno-disable-lto.patch
Soc Virnyl Estela
2024-10-12 04:10:51 +0000
df80cad86fAccepting request 1206506 from devel:languages:javascript
Ana Guerrero
2024-10-09 20:13:11 +0000
7ad314ebe4- update to version v2.0.0: * fix: use tree-sitter for deno_doc * fix: disable same-origin.html WPT * refactor: remove usage of full_range * fix(ext/node): internal buffer length in readSync * fix(console): missing cause property on non-error objects * fix(lsp): exclude missing import quick fixes with bad resolutions * feat(lsp): add a message when someone runs 'deno lsp' manually * fix(ext/webstorage): make getOwnPropertyDescriptor with symbol return undefined * feat(ext/crypto): X448 support * refactor: improve node permission checks * chore: enable lock_deno_json_package_json_deps * fix(node): fix worker_threads issues blocking Angular support * tests: enable package_json_node_modules_none * fix(install): surface package.json dependency errors * Revert "feat: warn when using --allow-run with no allow list" * tests: enable specs::run::package_json::invalid_value * fix(npm): root package has peer dependency on itself * fix(task): use current executable for deno even when not named deno * chore: show expectation diff for wpt tests * fix: don't prompt when using Deno.permissions.request with --no-prompt * chore: remove custom bench profile * fix(ext/crypto): fix identity test for x25519 derive bits * feat(permissions): allow importing from cdn.jsdelivr.net by default * perf: Use -O3 for sui in release builds * fix: enable Win32_Security feature in windows-sys * fix(install): store tags associated with package in node_modules dir * chore: disable flaky uv_test.js for now * fix(install): compare versions directly to decide whether to create a child node_modules dir for a workspace member * feat(byonm): support deno run npm:<package> when package is not in package.json * fix(node): implement libuv APIs needed to support npm:sqlite3 * Revert "fix(urlpattern): fallback to empty string for undefined group values" * fix(workspace): handle when config has members when specified via --config * fix(no-slow-types): better override handling * perf(ext/node): reduce some allocations in require
Soc Virnyl Estela
2024-10-09 11:31:45 +0000