Accepting request 1246150 from devel:languages:javascript

- Update to version 2.1.10:
  * fix: sync changes from cherry-pick PRs
  * fix: do special file permission check for `check_read_path`
  * fix: update Cargo.lock and fix changes from cherry-pick PRs
  * fix(streams): handle Resource stream error
  * docs: adding examples and a see link to Websockets jdocs
  * fix: allow creating TSC host without a snapshot
  * test: clean up node_compat test runner
  * perf(lsp): cancellation checks in blocking code
  * fix: panic with js lint plugins and invalid js syntax
  * perf(compile): use bytes already in memory after downloading executable
  * fix(compile): never include the specified output executable in itself
  * test: remove one of 'node_unit_tests::tls_test' tests
  * fix(otel): custom span start + end times are fractional ms
  * fix(ext/node): fix twitter-api-v2 compatibility
  * fix(ext/node): fix missing privateKey.x in curve25519 JWK
  * chore: fix lockfile on main
  * chore: move bench test to spec test
  * fix(ext/napi): napi_is_buffer tests for ArrayBufferView
  * fix(ext/node): handle non-ws upgrade headers
  * refactor(ext/fetch): do not share error instance
  * fix(ext/node): expose brotli stream APIs
  * perf: node resolution cache
  * refactor: extract out utf16 map from lsp to cli::util module
  * fix(lsp): ignore a few more diagnostics for ambient modules
  * fix(ext/node): set process fields on own instance
  * fix(publish): correct coloring in --help
  * fix(node): resolve module as maybe CJS when it's missing a file extension
  * fix(node): show directory import and missing extension suggestions
  * Revert "fix(lsp): silence debug error for 'move to a new file' action"
  * docs: Temporal plaintime docs link
  * chore: update std in test util
  * fix(cli): Fix panic in `load_native_certs`
  * fix(ext/node): support proxy http request
  * fix(ext/node): set process.env as own property

OBS-URL: https://build.opensuse.org/request/show/1246150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/deno?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2025-02-16 21:41:50 +00:00 committed by Git OBS Bridge
commit 24307be4cd
8 changed files with 51 additions and 12 deletions

View File

@ -8,7 +8,7 @@
<param name="url">https://github.com/denoland/deno</param>
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.1.9</param>
<param name="revision">v2.1.10</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
@ -22,7 +22,7 @@
</service>
<service name="roast" mode="manual">
<param name="target">deno</param>
<param name="outfile">deno-2.1.9.tar.zst</param>
<param name="outfile">deno-2.1.10.tar.zst</param>
<param name="preserve-root">true</param>
<param name="reproducible">true</param>
</service>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/denoland/deno</param>
<param name="changesrevision">46e2f9a47ee5293547efd089438db29690a05f85</param></service></servicedata>
<param name="changesrevision">073e0879791486f70c7ac99d2d100c3fca6ac461</param></service></servicedata>

3
deno-2.1.10.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a766a3f1a421ea62bed71c7df65768b03d5e892046021ea5edf00e7a13f93830
size 104673565

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21ff4f50054e89dede8af032264b2ce8f6d8b8841ac907484666bff8262ad7b8
size 99607829

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sat Feb 15 13:11:40 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 2.1.10:
* fix: sync changes from cherry-pick PRs
* fix: do special file permission check for `check_read_path`
* fix: update Cargo.lock and fix changes from cherry-pick PRs
* fix(streams): handle Resource stream error
* docs: adding examples and a see link to Websockets jdocs
* fix: allow creating TSC host without a snapshot
* test: clean up node_compat test runner
* perf(lsp): cancellation checks in blocking code
* fix: panic with js lint plugins and invalid js syntax
* perf(compile): use bytes already in memory after downloading executable
* fix(compile): never include the specified output executable in itself
* test: remove one of 'node_unit_tests::tls_test' tests
* fix(otel): custom span start + end times are fractional ms
* fix(ext/node): fix twitter-api-v2 compatibility
* fix(ext/node): fix missing privateKey.x in curve25519 JWK
* chore: fix lockfile on main
* chore: move bench test to spec test
* fix(ext/napi): napi_is_buffer tests for ArrayBufferView
* fix(ext/node): handle non-ws upgrade headers
* refactor(ext/fetch): do not share error instance
* fix(ext/node): expose brotli stream APIs
* perf: node resolution cache
* refactor: extract out utf16 map from lsp to cli::util module
* fix(lsp): ignore a few more diagnostics for ambient modules
* fix(ext/node): set process fields on own instance
* fix(publish): correct coloring in --help
* fix(node): resolve module as maybe CJS when it's missing a file extension
* fix(node): show directory import and missing extension suggestions
* Revert "fix(lsp): silence debug error for 'move to a new file' action"
* docs: Temporal plaintime docs link
* chore: update std in test util
* fix(cli): Fix panic in `load_native_certs`
* fix(ext/node): support proxy http request
* fix(ext/node): set process.env as own property
-------------------------------------------------------------------
Sun Feb 2 07:10:43 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>

View File

@ -1,4 +1,4 @@
name: deno
version: 2.1.9
mtime: 1738282903
commit: 46e2f9a47ee5293547efd089438db29690a05f85
version: 2.1.10
mtime: 1739428397
commit: 073e0879791486f70c7ac99d2d100c3fca6ac461

View File

@ -21,7 +21,7 @@
%global _lto_cflags %nil
%global _v8_version 130.0.7
Name: deno
Version: 2.1.9
Version: 2.1.10
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aafa5268125be9c377982b18c434b4dd72d28e1e3a3bf29cb4f9d6058090f463
size 154808346
oid sha256:4dc9c79cec3ef031569fdfc3d8045d7a017c7473013d7abc47b026958097261e
size 154817462