- Update to NodejJS 18.13.0 LTS:
* build: disable v8 snapshot compression by default * crypto: update root certificates * deps: update ICU to 72.1 * doc: + add doc-only deprecation for headers/trailers setters + add Rafael to the tsc + deprecate use of invalid ports in url.parse + deprecate url.parse() * lib: drop fetch experimental warning * net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options * src: + add uvwasi version + add initial shadow realm support * test_runner: + add t.after() hook + don't use a symbol for runHook() * tls: + add "ca" property to certificate object * util: + add fast path for utf8 encoding + improve textdecoder decode performance + add MIME utilities - new_python3.patch, icu721_fixes.patch: upstreamed, removed OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=34
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 16 14:57:58 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- Update to NodejJS 18.13.0 LTS:
|
||||
* build: disable v8 snapshot compression by default
|
||||
* crypto: update root certificates
|
||||
* deps: update ICU to 72.1
|
||||
* doc:
|
||||
+ add doc-only deprecation for headers/trailers setters
|
||||
+ add Rafael to the tsc
|
||||
+ deprecate use of invalid ports in url.parse
|
||||
+ deprecate url.parse()
|
||||
* lib: drop fetch experimental warning
|
||||
* net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options
|
||||
* src:
|
||||
+ add uvwasi version
|
||||
+ add initial shadow realm support
|
||||
* test_runner:
|
||||
+ add t.after() hook
|
||||
+ don't use a symbol for runHook()
|
||||
* tls:
|
||||
+ add "ca" property to certificate object
|
||||
* util:
|
||||
+ add fast path for utf8 encoding
|
||||
+ improve textdecoder decode performance
|
||||
+ add MIME utilities
|
||||
|
||||
- new_python3.patch, icu721_fixes.patch: upstreamed, removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 08:18:42 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user