forked from pool/deno
reupload registry.tar.zst and update deno.changes file #3
3
_service
3
_service
@@ -12,6 +12,9 @@
|
|||||||
<param name="revision">v2.4.3</param>
|
<param name="revision">v2.4.3</param>
|
||||||
<param name="versionrewriteregex">^v?(.*)</param>
|
<param name="versionrewriteregex">^v?(.*)</param>
|
||||||
<param name="versionrewritepattern">$1</param>
|
<param name="versionrewritepattern">$1</param>
|
||||||
|
<param name="changesgenerate">true</param>
|
||||||
|
<param name="changesauthor">Soc Virnyl Estela</param>
|
||||||
|
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
60
deno.changes
60
deno.changes
@@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 11 00:36:41 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2.4.3:
|
||||||
|
* 2.4.3 (#30251)
|
||||||
|
* fix(tsconfig): don't use tsc-compatible defaults for deno.json compiler options (#30242)
|
||||||
|
* perf(buffer): optimize Buffer.subarray and Buffer.prototype.utf8Slice (#30213)
|
||||||
|
* fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/pipe_wrap.ts` (#30241)
|
||||||
|
* fix: reduce change of corrupt lockfile error when updating dependencies in the config file (#30239)
|
||||||
|
* chore: regression where excluded path stopped being excluded (#30238)
|
||||||
|
* fix(http): catch more tunnel close errors (#30236)
|
||||||
|
* refactor: remove more allocations querying for permissions (#30237)
|
||||||
|
* fix: ensure coverage dir is stored absolute to prevent issues when cwd changes (#30225)
|
||||||
|
* fix: use 'deno_signals' crate for signal handling (#30204)
|
||||||
|
* fix: don't invoke `Proxy` getter trap on `console.log` (#30230)
|
||||||
|
* refactor: use Cow<Path> more in permissions (#30227)
|
||||||
|
* fix(publish): improve diagnostic when importing from another package using a relative import (#30203)
|
||||||
|
* refactor: remove usages of to_string_lossy().to_string() (#30224)
|
||||||
|
* chore: remove redundant operations from README.md (#30228)
|
||||||
|
* refactor: remove some allocations in op_require_x ops (#30212)
|
||||||
|
* fix(ext/node): validate `fd` is integer on `fsync` and `fdatasync` (#30215)
|
||||||
|
* fix(ext/node): use Zlib base for brotli handles (#30112)
|
||||||
|
* refactor(node): remove some duplicate code and unnecessary allocations in node_resolver (#30209)
|
||||||
|
* refactor: update to deno_path_util 0.5.2 (#30211)
|
||||||
|
* fix: update setTimeout and setInterval callback type to support strin… (#30183)
|
||||||
|
* fix(lib/node): change ERR_INVALID_PACKAGE_TARGET to ERR_PACKAGE_PATH_NOT_EXPORTED when no package.json#exports condition matches (#29841)
|
||||||
|
* chore(bench): add missing commas in Extension struct literal (#30206)
|
||||||
|
* fix(regression): do not error when specifying `--config` flag with `../` component (#30208)
|
||||||
|
* fix(ext/node): fix segmentation fault when spkac is empty (#30207)
|
||||||
|
* fix(bundle): don't force managed npm resolution (#30200)
|
||||||
|
* fix: support package.json imports in a Deno workspace (#30198)
|
||||||
|
* docs: Fix broken Getting Started link in CONTRIBUTING.md (#30194)
|
||||||
|
* test: avoid race condition on node compat test runner (#30201)
|
||||||
|
* Revert "fix(unstable): always require --allow-read permissions for raw imports (#30184)" (#30196)
|
||||||
|
* fix(compile): do not include managed npm deps when graph does not have any npm pkgs (#30189)
|
||||||
|
* fix(compile): do not error including npm packages that don't match current system (#30188)
|
||||||
|
* fix: tunnels in processes that don't listen (#30178)
|
||||||
|
* chore: mark some node compat tests as flaky (#30190)
|
||||||
|
* fix(unstable): always require --allow-read permissions for raw imports (#30184)
|
||||||
|
* fix(check): ensure module not found errors are surfaced (#30181)
|
||||||
|
* fix(ext/node): implement tls.checkServerIdentitiy (#30148)
|
||||||
|
* fix(ext/node): implement TLSSocket.getPeerCertificate (#30146)
|
||||||
|
* fix: do not panic deserializing config with invalid number value (#30171)
|
||||||
|
* refactor: upgrade to deno_core 0.353.0 (#30164)
|
||||||
|
* fix(ext/node): `fs.read` and `fs.write` promisify compatibility (#30152)
|
||||||
|
* chore: fix flaky dynamic_npm_resolution_failure (#30165)
|
||||||
|
* fix(task): improve parsing of quotes in command substitution (#30162)
|
||||||
|
* feat(unstable): add useful metadata to tunnel (#30161)
|
||||||
|
* test: add ability to mark Node compat tests as flaky (#30158)
|
||||||
|
* test: de-flake 'wasm_unreachable' test (#30157)
|
||||||
|
* fix(lsp): improve renaming a file with bytes or text imports (#30142)
|
||||||
|
* fix(ext/node): use primordials in `ext/node/polyfills/internal_binding/_listen.ts` (#30100)
|
||||||
|
* chore: update deno_tunnel (#30154)
|
||||||
|
* fix(ext/node): add process._rawDebug (#30141)
|
||||||
|
* fix(lsp): do not error for bytes or text import of json module (#30137)
|
||||||
|
* fix(task): show package name of task when --recursive (#30136)
|
||||||
|
* fix(task): `--recursive` - order tasks by package dependencies (#30129)
|
||||||
|
* refactor(lsp): move workspace_resolver to LspResolver (#30127)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 18 04:42:52 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
Fri Jul 18 04:42:52 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
@@ -6064,4 +6123,3 @@ Sat Dec 19 08:57:04 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
|||||||
Fri Dec 4 02:20:19 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
Fri Dec 4 02:20:19 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
- init pkg at v1.5.4
|
- init pkg at v1.5.4
|
||||||
|
|
||||||
|
BIN
registry.tar.zst
(Stored with Git LFS)
BIN
registry.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user