7 Commits

Author SHA256 Message Date
c64a3373b5 - Update to 13.12.0:
* deps:
    + upgrade npm to 6.14.4 (Ruy Adorno) #32495
    + update to uvwasi 0.0.6 (Colin Ihrig) #32309
    + upgrade to libuv 1.35.0 (Colin Ihrig) #32204
  * lib: add --disable-proto option to cli
  * node_report:  move diagnostic reports to stable
  * worker: allow URL in Worker constructor
  * util: use a global symbol for util.promisify.custom

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=24
2020-03-27 17:28:31 +00:00
728d599cdf - Update to 13.9.0:
* async_hooks: add executionAsyncResource
  * crypto:
    + add crypto.diffieHellman
    + add DH support to generateKeyPair and simplify DH groups
    + add key type 'dh'
  * test: skip keygen tests on arm systems
  * perf_hooks: add property flags to GCPerformanceEntry
  * process: report ArrayBuffer memory in memoryUsage()
  * readline: make tab size configurable
  * report: add support for Workers
  * worker: add ability to take heap snapshot from parent thread
- wasi_compile_flags.patch: upstreamed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=20
2020-02-19 13:57:29 +00:00
551e24b14e - Update to 13.7.0:
* deps:
    + upgrade to libuv 1.34.1
    + upgrade npm to 6.13.6
  * module:
    + add API for interacting with source maps
    + loader getSource, getFormat, transform hooks
    + logical conditional exports ordering
    + unflag conditional exports
  * process: allow monitoring uncaughtException
- python3.patch: upstreamed
- versioned.patch, skip_no_console.patch: refreshed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=16
2020-01-22 10:14:00 +00:00
25ae34fa2e - Update to 13.5.0:
* cli: add --trace-exit cli option
  * http, https: increase server headers timeout
  * readline:
    + update ansi-regex
    + promote _getCursorPos to public api
  * repl: add completion preview
  * util: add Set and map size to inspect output
  * wasi: require CLI flag to require() wasi module
- Changes in 13.4.0:
  * deps:
    + update npm to 6.13.4 fixing an arbitrary path overwrite
    and access via "bin" field (bsc#1159352, CVE-2019-16777,
    CVE-2019-16776, CVE-2019-16775)
    + update uvwasi
    + upgrade to libuv 1.34.0
  * doc: docs deprecate http finished
  * events: add captureRejection option
  * http:
    + add captureRejection support
    + llhttp opt-in insecure HTTP header parsing
  * http2: implement capture rection for 'request' and 'stream' events
  * net: implement capture rejections for 'connection' event
  * repl: support previews by eager evaluating input
  * stream: add support for captureRejection option
  * tls:
    + implement capture rejections for 'secureConnection' event
    + expose IETF name for current cipher suite
  * worker: add argv constructor option
- skip_no_console.patch, versioned.patch: refreshed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=11
2019-12-19 14:19:43 +00:00
5d46fead9a - Update to 13.2.0:
* addons: Deprecate one- and two-argument AtExit().
    Use the three-argument variant of AtExit() or
    AddEnvironmentCleanupHook() instead
  * child_process,cluster: The serialization option is added that
    allows child process IPC to use the V8 serialization API
  * deps:
    + Update V8 to 7.9
    + Update npm to 6.13.1
  * embedder:
    + Exposes the ability to pass cli flags / options through an
      API as embedder
    + Allow adding linked bindings to Environment
  * esm: Unflag --experimental-modules
  * stream: Add writable.writableCorked property
  * worker: Allow specifying resource limits
  * v8: The Serialization API is now stable
- versioned.patch, nodejs-libpath.patch: refreshed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=9
2019-11-22 15:19:12 +00:00
54830ed788 - skip_no_console.patch: skip tests with dumb console
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=4
2019-11-05 08:34:23 +00:00
5a3b5a7abb - Update to upstream 13.0.1:
* deps: Fixed a bug in npm 6.12.0 where warnings are emitted on
    Node.js 13.x
  * esm: Changed file extension resolution order of
    --es-module-specifier-resolution=node to match that
    of the CommonJS loader
- Changes in version 13.0.0:
  * assert:
    + If the validation function passed to assert.throws() or
      assert.rejects() returns a value other than true,
      an assertion error will be thrown instead of the original
      error to highlight the programming mistake
    + If a constructor function is passed to validate the instance
      of errors thrown in assert.throws() or assert.reject(),
      an assertion error will be thrown instead of the original error
  * child_process: ChildProcess._channel (DEP0129) is now
    a Runtime deprecation
  * console: The output console.timeEnd() and console.timeLog()
    will now automatically select a suitable time unit instead
    of always using milliseconds
  * deps: The V8 engine was updated to version 7.8.
  * domain: The domain's error handler is now executed with
    the active domain set to the domain's parent to prevent
    inner recursion
  * fs:
    + The undocumented method FSWatcher.prototype.start() was removed
    + Calling the open() method on a ReadStream or WriteStream
      now emits a runtime deprecation warning. This is an internal
      method that should not be used by user code.
    + fs.read/write, fs.readSync/writeSync and fd.read/write now

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs13?expand=0&rev=1
2019-10-23 15:00:12 +00:00