SHA256
1
0
forked from javascript/deno

Commit Graph

  • 4dc2051bc5 Accepting request 1220553 from devel:languages:javascript Ana Guerrero 2024-11-04 21:42:41 +00:00
  • 1356661ce7 - Experiment with vendoring cargo home registry. Soc Virnyl Estela 2024-11-04 11:37:30 +00:00
  • 0e68381e83 - Make source and vendor tarballs reproducible. Soc Virnyl Estela 2024-11-02 12:49:33 +00:00
  • 4163687a04 Accepting request 1220004 from devel:languages:javascript Dominique Leuenberger 2024-11-01 20:06:49 +00:00
  • 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 +00:00
  • ce87f92e8a Accepting request 1218627 from devel:languages:javascript Ana Guerrero 2024-10-27 10:26:39 +00:00
  • 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 +00:00
  • 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 +00:00
  • e596d0dda1 Accepting request 1208928 from devel:languages:javascript Ana Guerrero 2024-10-20 08:04:48 +00:00
  • cfa45f88ed - Update _service file to use recomprizz instead of recompress Soc Virnyl Estela 2024-10-20 07:42:53 +00:00
  • 1e44ae8177 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=213 Soc Virnyl Estela 2024-10-18 04:03:51 +00:00
  • 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 +00:00
  • 3379218b64 - Replace deprecated tar_scm with obs_scm in _service file. Soc Virnyl Estela 2024-10-13 04:26:09 +00:00
  • ac1a058650 Accepting request 1207399 from devel:languages:javascript Dominique Leuenberger 2024-10-12 11:30:36 +00:00
  • 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 +00:00
  • 1b60e94c36 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=208 Soc Virnyl Estela 2024-10-12 00:09:04 +00:00
  • f2509494fd OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=207 Soc Virnyl Estela 2024-10-11 22:41:33 +00:00
  • 9fb010c39b OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=206 Soc Virnyl Estela 2024-10-11 16:27:07 +00:00
  • cfec4d1059 - Add CFLAGS and CXXFLAGS Soc Virnyl Estela 2024-10-11 15:39:05 +00:00
  • a4a63fcc8b - Refresh _constraints file. Soc Virnyl Estela 2024-10-11 15:37:31 +00:00
  • 6d2e9de2f0 - Refresh patch: * deno-disable-lto.patch Soc Virnyl Estela 2024-10-11 15:35:08 +00:00
  • df80cad86f Accepting request 1206506 from devel:languages:javascript Ana Guerrero 2024-10-09 20:13:11 +00:00
  • 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 +00:00
  • e860e7e38d - Add bash, fish, and zsh completion subpackages Soc Virnyl Estela 2024-10-07 23:26:43 +00:00
  • d235136051 Accepting request 1205983 from devel:languages:javascript Ana Guerrero 2024-10-07 19:49:06 +00:00
  • 03b54752f0 Please accept this AFTER sr#1205518. Thank you! Avindra Goolcharan 2024-10-04 21:25:09 +00:00
  • 561d7d1993 1.45.1 + v8 0.98.0 Avindra Goolcharan 2024-07-12 02:37:15 +00:00
  • 43fd922ce3 Accepting request 1186723 from devel:languages:javascript Ana Guerrero 2024-07-11 18:32:46 +00:00
  • 0bb3c72648 use release notes from Releases.md Avindra Goolcharan 2024-07-10 23:39:52 +00:00
  • a295f685b2 1.45.0 Avindra Goolcharan 2024-07-10 23:36:38 +00:00
  • e26fc7dc64 Accepting request 1185420 from devel:languages:javascript Ana Guerrero 2024-07-05 17:47:12 +00:00
  • 1214ccee99 - Disable cross-compilation for aarch64 and arm: * deno-v8-arm.patch Avindra Goolcharan 2024-06-27 17:07:25 +00:00
  • 1603015f12 Accepting request 1181796 from devel:languages:javascript Ana Guerrero 2024-06-20 14:47:51 +00:00
  • 8172249bb6 1.44.4 Avindra Goolcharan 2024-06-19 19:03:04 +00:00
  • c2ff65cb6b Accepting request 1181571 from devel:languages:javascript Ana Guerrero 2024-06-19 14:37:22 +00:00
  • b5586855f3 1.44.2 Avindra Goolcharan 2024-06-18 19:00:37 +00:00
  • 99e71c321b Accepting request 1179595 from devel:languages:javascript Ana Guerrero 2024-06-10 15:37:18 +00:00
  • 8e6ed8231c merge upgrade removal patches + rebase Avindra Goolcharan 2024-06-09 22:42:08 +00:00
  • 733ae653a3 downgrade rusty_v8: 0.93.0 > 0.92.0 Avindra Goolcharan 2024-06-09 21:21:48 +00:00
  • e7b6b64572 1.44.1 Avindra Goolcharan 2024-06-09 20:59:24 +00:00
  • 00009fe283 1.42.1 Avindra Goolcharan 2024-04-04 19:12:32 +00:00
  • b24ff8cedc 1.42.0 Avindra Goolcharan 2024-03-28 22:54:06 +00:00
  • 777feae199 Accepting request 1156640 from devel:languages:javascript Ana Guerrero 2024-03-10 19:24:11 +00:00
  • 81278a1983 1.41.2 Avindra Goolcharan 2024-03-09 18:32:42 +00:00
  • 8d7b711525 Accepting request 1154924 from devel:languages:javascript Ana Guerrero 2024-03-05 17:50:24 +00:00
  • 1caa3bc933 1.41.1 Avindra Goolcharan 2024-03-04 21:41:32 +00:00
  • 9a718cb4c6 Accepting request 1149662 from devel:languages:javascript Ana Guerrero 2024-02-23 15:45:40 +00:00
  • 559fd3d1c5 1.41.0 Avindra Goolcharan 2024-02-22 21:12:27 +00:00
  • 4afdf02a24 Accepting request 1146964 from devel:languages:javascript Ana Guerrero 2024-02-16 20:41:59 +00:00
  • 4c24a3ceed 1.40.5 Avindra Goolcharan 2024-02-15 20:22:54 +00:00
  • 7b94bee4c4 Accepting request 1146293 from devel:languages:javascript Ana Guerrero 2024-02-13 21:43:20 +00:00
  • eff789a476 21gb mem Avindra Goolcharan 2024-02-13 01:35:09 +00:00
  • b4a064bb4c bump mem, 12->16 GB Avindra Goolcharan 2024-02-12 20:59:06 +00:00
  • 61549e8139 scrape upgrade bits from standalone/binary and lsp/language_server Avindra Goolcharan 2024-02-09 22:43:23 +00:00
  • 26b4d352fb wip rebase deno-rm-upgrade-cmd.patch Avindra Goolcharan 2024-02-09 06:47:40 +00:00
  • 58c5060b1a 1.40.4 Avindra Goolcharan 2024-02-09 05:00:19 +00:00
  • be94cdbc74 Accepting request 1127377 from devel:languages:javascript Ana Guerrero 2023-11-19 19:15:36 +00:00
  • 2a6a9bb1ea 1.38.2 Avindra Goolcharan 2023-11-17 21:11:44 +00:00
  • ad384c5f6f Accepting request 1125113 from devel:languages:javascript Ana Guerrero 2023-11-13 21:18:48 +00:00
  • 8027ab3921 1.38.1 Avindra Goolcharan 2023-11-10 20:13:53 +00:00
  • ef01d3f038 Accepting request 1122961 from devel:languages:javascript Ana Guerrero 2023-11-03 21:19:48 +00:00
  • b72c89745a 1.38.0 Avindra Goolcharan 2023-11-02 21:34:08 +00:00
  • 878c314022 Accepting request 1117828 from devel:languages:javascript Ana Guerrero 2023-10-15 17:28:01 +00:00
  • 038a1a6478 forgot: bump version in spec Avindra Goolcharan 2023-10-14 21:31:27 +00:00
  • 2f43bb8537 1.37.2 Avindra Goolcharan 2023-10-14 21:25:03 +00:00
  • 22f41fe0be Accepting request 1113936 from devel:languages:javascript Ana Guerrero 2023-09-29 19:13:23 +00:00
  • a7412b4986 1.37.1 Avindra Goolcharan 2023-09-27 21:50:20 +00:00
  • 3b1f2e76a4 Accepting request 1112403 from devel:languages:javascript Dominique Leuenberger 2023-09-20 11:31:16 +00:00
  • b6edfde313 1.37.0 Avindra Goolcharan 2023-09-19 22:37:45 +00:00
  • 515fca06f8 add protoc dep Avindra Goolcharan 2023-09-02 19:17:51 +00:00
  • cee54f80b2 1.36.4 Avindra Goolcharan 2023-09-02 18:55:09 +00:00
  • 6365125e9e Accepting request 1105153 from devel:languages:javascript Ana Guerrero 2023-08-23 12:57:29 +00:00
  • 7fe04547ca 1.36.2 Avindra Goolcharan 2023-08-21 21:09:01 +00:00
  • 42360c2f32 Accepting request 1103385 from devel:languages:javascript Dominique Leuenberger 2023-08-11 13:55:54 +00:00
  • 4138598a07 icu 73 bypass Avindra Goolcharan 2023-08-10 20:52:25 +00:00
  • fb78b3749e 1.36.1 Avindra Goolcharan 2023-08-10 19:43:52 +00:00
  • 6bfd5b8061 Accepting request 1103032 from devel:languages:javascript Dominique Leuenberger 2023-08-09 15:25:48 +00:00
  • 791529e1c1 1.36.0 Avindra Goolcharan 2023-08-08 17:26:39 +00:00
  • de00c2b594 Accepting request 1099962 from devel:languages:javascript Ana Guerrero 2023-07-24 16:26:13 +00:00
  • 869188867a 1.35.2 Avindra Goolcharan 2023-07-21 23:14:20 +00:00
  • d1f661e625 Accepting request 1098439 from devel:languages:javascript Ana Guerrero 2023-07-13 15:18:16 +00:00
  • f9cdd2ea1b 1.35.1 Avindra Goolcharan 2023-07-13 03:24:51 +00:00
  • cd57e8ac7f Accepting request 1097026 from devel:languages:javascript Fabian Vogt 2023-07-06 16:29:18 +00:00
  • cbfca0edd6 fix deno-rm-upgrade-cmd.patch Avindra Goolcharan 2023-07-06 01:31:43 +00:00
  • dace3fbdfd 1.35.0 Avindra Goolcharan 2023-07-05 05:09:32 +00:00
  • 91d8e8aef0 Accepting request 1094961 from devel:languages:javascript Dominique Leuenberger 2023-06-24 18:13:44 +00:00
  • 43d90e3542 Accepting request 1094618 from home:Guillaume_G:branches:devel:languages:javascript Avindra Goolcharan 2023-06-23 20:24:49 +00:00
  • 59d91f51b1 uniq patch number for aarch64 build Avindra Goolcharan 2023-06-20 18:58:01 +00:00
  • f7a88b7023 Accepting request 1093816 from devel:languages:javascript Dominique Leuenberger 2023-06-20 14:48:36 +00:00
  • 72c0cb0550 1.34.3 Avindra Goolcharan 2023-06-19 18:42:48 +00:00
  • 22605f092c Accepting request 1093169 from devel:languages:javascript Dominique Leuenberger 2023-06-16 14:53:27 +00:00
  • 8c48c226ac 1.34.2 Avindra Goolcharan 2023-06-14 18:46:51 +00:00
  • 4cd130093e Accepting request 1089864 from devel:languages:javascript Dominique Leuenberger 2023-05-31 19:54:12 +00:00
  • fc26f33d7d 1.34.1 Avindra Goolcharan 2023-05-30 18:39:00 +00:00
  • 15c83f10ef Accepting request 1089028 from devel:languages:javascript Dominique Leuenberger 2023-05-25 21:52:52 +00:00
  • ecd8c8466b 1.34.0 Avindra Goolcharan 2023-05-25 01:55:07 +00:00
  • 5034897d7c Remove DENO_NO_UPDATE_CHECK help block Avindra Goolcharan 2023-05-19 19:10:24 +00:00
  • 87260e76b0 Accepting request 1087858 from devel:languages:javascript Dominique Leuenberger 2023-05-19 09:55:44 +00:00
  • 783ce16da7 1.33.4 Avindra Goolcharan 2023-05-18 22:39:38 +00:00
  • 577af26d4d Accepting request 1087713 from devel:languages:javascript Dominique Leuenberger 2023-05-18 13:19:37 +00:00