Commit graph

308345 commits

Author SHA1 Message Date
gutteridge
fb8f66fbbf wm/enlightenment16: rename enlightenment to enlightenment16
Better separate and distinguish between the E16 branch of
Enlightenment (which continues to be developed) and newer branches
that are packaged as x11/enlightenment. (As discussed on pkgsrc-users
earlier this month.)
2019-12-30 03:50:06 +00:00
minskim
e92bfb7ee0 doc: Updated math/py-pandas-datareader to 0.8.1 2019-12-30 02:16:19 +00:00
minskim
578e584ca4 math/py-pandas-datareader: Update to 0.8.1
Notable changes:

- A new connector for Econdb was introduced. Econdb provides
  aggregated economic data from 90+ official statistical agencies.
- Migrated IEX readers to IEX Cloud. All readers now require an API
  token (IEX_API_KEY).
- Removal of Google finance and Morningstar, which were deprecated in
  0.7.0.
- Immediate deprecation of Robinhood for quotes and historical data.
  Robinhood ended support for these endpoints in 1/2019.
2019-12-30 02:16:15 +00:00
mef
7e5a7a2fbe Added graphics/py-wand version 0.5.8 2019-12-30 00:56:15 +00:00
mef
22cb50679c graphics/py-wand: import py37-wand-0.5.8
Wand is a ctypes-based simple ImageMagick binding for Python.
(editors/emacs26 wants this for imagemagick option, but not be enabled yet).
2019-12-30 00:52:30 +00:00
pho
21f5cea996 doc: Updated devel/hs-ansi-terminal to 0.10.2 2019-12-30 00:04:07 +00:00
pho
22e6dbb27a Update to ansi-terminal-0.10.2
Version 0.10.2
* `hGetTerminalSize` now assumes a terminal is no bigger than 9,999 by 9,999
  (previously, no bigger than 999 by 999).
* On Windows, fix a bug where emulated cursor movement functions differed from
  Windows 10 (movement bounded by the current viewport).

Version 0.10.1
* Add `hGetCursorPosition` and `hGetTerminalSize`.
* On Unix-like operating systems, fix a bug where `getReportedCursorPosition`
  could block indefinitely if no information was forthcoming on the console
  input stream.
* Improvements to Haddock documentation.

Version 0.10
* Add support for setting the default color with new `SetDefaultColor`
  constructor of the `SGR` type.
* `getTerminalSize` now flushes the `stdout` channel, to ensure the cursor
  position is unaffected.

Version 0.9.1
* Flag modules with GHC's 'Safe Haskell' language extensions (from GHC 7.2.1).
* Improvements and corrections to Haddock documentation.

Version 0.9
* Add support for 256-color palettes with new `SetPaletteColor` constructor of
  the `SGR` type, and `xterm6LevelRGB`, `xterm24LevelGray` and `xtermSystem`.
* Remove deprecated `getCursorPosition`. (Use `getCursorPosition0` instead.)
* Add `hSupportsANSIColor`.
* Add `getTerminalSize`.
* Improvements to Haddock documentation.

Version 0.8.2
* Add `getCursorPosition0` and deprecate `getCursorPosition`. Any position
  provided by the latter is 1-based. Any position provided by the former is
  0-based, consistent with `setCursorColumn` and `setCursorPosition`.
* Improvements to Haddock documentation in respect of 0-based and 1-based
  cursor positions.

Version 0.8.1
* Add `hSupportsANSIWithoutEmulation`. On Windows 10, if the handle is identifed
  as connected to a native terminal ('Command Prompt' or 'PowerShell'), the
  processing of 'ANSI' control characters will be enabled.

Version 0.8.0.4
* On Windows, `hSupportsANSI` now recognises if the handle is connected to a
  'mintty' terminal.
* Drop support for GHC versions before GHC 7.0.1 (released November 2010)

Version 0.8.0.3
* On Windows, try to enable ANSI on ConHost terminals even if a TERM environment
  variable exits (such as with the Hyper 2 terminal)
* Minor improvements to Haddock documentation

Version 0.8.0.2
* Improve README and Haddock documentation
* On Windows, fix compatability with earlier GHC versions
* Drop support for GHC versions before 6.12.1 (released December 2009)

Version 0.8.0.1
* On Windows, if the standard output channel is valid but not a ConHost
  terminal, assume it is ANSI-enabled rather than failing
* On Windows, output the improved error message to the standard error channel
  rather than the standard output channel

Version 0.8
* Make the fields of `SGR` strict
* Make compatible with GHC 8.2.2
* Improve the error message on Windows when not ANSI-capable or ConHost
* Recognise Appveyor build environment as ANSI-enabled

Version 0.7.1.1
`getReportedCursorPosition`: don't let the cursor reporting code be echo'd

Version 0.7.1
* Allow saving, restoring, and querying the current cursor position
* Fix a couple of issues with the Reset emulation on Windows

Version 0.7
* Add 24-bit RGB color support

Version 0.6.3.1
* Fix Windows + ghc 7.8 compatibility

Version 0.6.3
* Add ANSI support for Windows
* Add compatibility with Win32-2.5.0.0 and above

Version 0.6.2.3
* Add an example to the haddocks

Version 0.6.2.2
* Fix a GHC 7.10 warning
2019-12-30 00:03:50 +00:00
pho
5b795dbf0f doc: Added devel/hs-colour version 2.3.3 2019-12-29 23:58:26 +00:00
pho
4450a1ab56 Import colour-2.3.3
This package provides a data type for colours and
transparency. Colours can be blended and composed. Various colour
spaces are supported. A module of colour names (Data.Colour.Names) is
provided.
2019-12-29 23:57:51 +00:00
pho
4d27cbf7d5 doc: Updated converters/hs-base64-bytestring to 1.0.0.2 2019-12-29 23:27:13 +00:00
pho
309cb37adb Update to base64-bytestring-1.0.0.2
* Fixed a write past allocated memory in joinWith (potential security
  issue).
2019-12-29 23:26:43 +00:00
pho
4ba9befe75 doc: Updated archivers/hs-zlib to 0.6.2.1 2019-12-29 23:21:12 +00:00
pho
e54e71325e Update to zlib-0.6.2.1
0.6.2.1
 * Add support for GHC 8.8 / base-4.13

0.6.2
 * New cabal flag 'pkg-config' for discovering 'zlib` via pkg-config(1) (#16)
 * Use CApiFFI where available for cross-compile friendliness (#14)
 * Change the window bits range from 8..15 to 9..15 (#11)

0.6.1.2
 * Fix a segfault when reading the stream multithreaded, #7
 * New experimental cabal flag 'non-blocking-ffi' for 'safe' ffi calls

0.6.1.1
 * Fixed building with GHC 7.0 and 7.2

0.6.0.2
 * Fixed building with GHC 7.0 and 7.2

0.6.1.0
 * Support for concatenated gzip files (multiple back-to-back streams)

0.6.0.1
 * Fixed building with older GHC
 * Fixed warnings with new GHC
 * Fixed building on Windows
 * Fixed testsuite

0.6.0.0
 * New incremental interface for compression and decompression
 * Provide access to unconsumed trailing data
 * Simplified structured error type, and instance of Exception
 * Updated bundled zlib C code to 1.2.8 (used on Windows)
 * Fixed memory leak of zlib z_stream C structure
 * More derivied instances (Eq, Show, Typeable, Generic)

0.5.4.2
 * Builds with GHC 7.10
2019-12-29 23:20:52 +00:00
wiz
4845ca81f1 glib2: add missing 'lib/' to an entry. Fixes packaging. 2019-12-29 23:02:06 +00:00
ng0
14eacae112 doc: Updated net/wgetpaste to 2.29 2019-12-29 22:10:06 +00:00
ng0
0ea47fd807 net/wgetpaste: Update to 2.29
No Changelog.
2019-12-29 22:09:38 +00:00
sjmulder
6bf0834d8f devel/mustach: set install_name to fix macOS build 2019-12-29 21:46:59 +00:00
ng0
5bac7069fd undo duplicate line 2019-12-29 21:36:22 +00:00
ng0
904188960d doc: Added graphics/jp2a version 1.0.7 2019-12-29 21:35:42 +00:00
ng0
f014f7c9c4 jp2a: Import jp2a-1.0.7 as graphics/jp2a
jp2a is a small utility that converts JPG images to ASCII.
It is written in C and released under the GPLv2.

import from pkgsrc-wip packaged by esg@sdf.lonestar.org
2019-12-29 21:31:34 +00:00
triaxx
acca2f45ea glib2: fix typos
pkgsrc changes:
---------------
  * fix typo in patch.
  * fix LOCALBASE in PLIST (thanks to Leonardo).
2019-12-29 19:58:47 +00:00
triaxx
3ffc5b0fc2 doc: Updated devel/glib2 to 2.62.4
doc: Updated devel/gdbus-codegen to 2.62.4
2019-12-29 19:53:40 +00:00
triaxx
4d2dbadcec gdbus-codegen: update to 2.62.4 2019-12-29 19:41:43 +00:00
triaxx
7bd007eb5f glib2: update to 2.62.4
pkgsrc changes:
---------------
  * Fix build on FreeBSD (PR 54752)

upstream changes:
-----------------
  * Apply recursion depth limits to variants in D-Bus messages (!1290)
  * Bugs fixed:
      o #1938 GDateTime doesn't support leap seconds
      o !1240 Backport !1233 “gdatetime: Handle leap seconds in ISO8601 dates” to glib-2-62
      o !1257 Backport !1232 “kqueue: Do not return early from _kqsub_cancel” to glib-2-62
      o !1266 Backport !1265 “build: don't check for protected visibility” to glib-2-62
      o !1276 Backport !1274 “trash portal: Don't follow symlinks” to glib-2-62
      o !1290 Backport !1201 “gdbusmessage: Limit recursion of variants in D-Bus messages” to glib-2-62
2019-12-29 19:40:56 +00:00
wiz
7ccfce443d doc/TODO: + ImageMagick-7.0.9.12, cppunit-1.15.1, musicpd-0.21.18, poppler-0.84.0. 2019-12-29 18:31:28 +00:00
leot
d800a81260 doc: Fix a typo in latest py-beets entry
Pointed out via pkg-changes2html htutils script.
2019-12-29 18:24:25 +00:00
sevan
3969f2d985 Update homepage url 2019-12-29 17:36:15 +00:00
sevan
64cfdb2585 tweak 2019-12-29 17:14:08 +00:00
pho
027aeb363b Remove a duplicate line
Sorry for the noise.
2019-12-29 17:03:53 +00:00
pho
3e26f0a3ac doc: Updated lang/ghc7 to 7.10.3 2019-12-29 17:02:45 +00:00
taca
c40fd9a01a doc: Updated x11/ruby-tk-gem to 0.2.0nb1 2019-12-29 17:00:07 +00:00
pho
a62b984936 Support GHC 7.10.x and later 2019-12-29 16:59:55 +00:00
taca
3b3bf03d33 x11/ruby-tk-gem: fix build problem on native X11
Fix build problem on native X11.

Bump PKGREVISION since PLIST is changed.
2019-12-29 16:59:24 +00:00
pho
23ba2e9cf1 Update to GHC 7.10.3
Changes from 7.6.3 are as follows:
* https://www.haskell.org/ghc/docs/7.8.1/html/users_guide/release-7-8-1.html
* https://www.haskell.org/ghc/docs/7.8.2/html/users_guide/release-7-8-2.html
* https://www.haskell.org/ghc/docs/7.8.3/html/users_guide/release-7-8-3.html
* https://www.haskell.org/ghc/docs/7.8.4/html/users_guide/release-7-8-4.html
* https://www.haskell.org/ghc/docs/7.10.1/html/users_guide/release-7-10-1.html
* https://downloads.haskell.org/~ghc/7.10.2/docs/html/users_guide/release-7-10-2.html
* https://downloads.haskell.org/~ghc/7.10.3/docs/html/users_guide/release-7-10-3.html
2019-12-29 16:59:08 +00:00
adam
c0b2254bc8 Updated archivers/py-zstandard, textproc/py-xlsxwriter 2019-12-29 16:54:52 +00:00
adam
bda8dc8c61 py-xlsxwriter: updated to 1.2.7
Release 1.2.7:

* Fix for duplicate images being copied to an XlsxWriter file. Excel uses an
  optimization where it only stores one copy of a repeated/duplicate image in
  a workbook. XlsxWriter didn't do this which meant that the file size would
  increase when then was a large number of repeated images. This release fixes
  that issue and replicates Excel's behavior.

* Added documentation on :ref:`num_format_categories` and
  :ref:`num_format_locale`.

* Added note to :func:`protect()` about how it is possible to encrypt an
  XlsxWriter file using a third party, cross platform, open source tool called
  `msoffice-crypt <https://github.com/herumi/msoffice>`_.
2019-12-29 16:54:30 +00:00
adam
752602b116 py-zstandard: updated to 0.13.0
Changes 0.13.0:
* ``pytest-xdist`` ``pytest`` extension is now installed so tests can be
  run in parallel.
* CI now builds ``manylinux2010`` and ``manylinux2014`` binary wheels
  instead of a mix of ``manylinux2010`` and ``manylinux1``.
* Official support for Python 3.8 has been added.
* Bundled zstandard library upgraded from 1.4.3 to 1.4.4.
* Python code has been reformatted with black.
2019-12-29 16:53:13 +00:00
adam
83f27b4f0d Updated graphics/tesseract, www/nginx-devel 2019-12-29 16:48:33 +00:00
adam
fdb2531d3e nginx-devel: updated to 1.17.7
Changes with nginx 1.17.7

*) Bugfix: a segmentation fault might occur on start or during
   reconfiguration if the "rewrite" directive with an empty replacement
   string was used in the configuration.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "break" directive was used with the "alias" directive or with the
   "proxy_pass" directive with a URI.

*) Bugfix: the "Location" response header line might contain garbage if
   the request URI was rewritten to the one containing a null character.

*) Bugfix: requests with bodies were handled incorrectly when returning
   redirections with the "error_page" directive; the bug had appeared in
   0.7.12.

*) Bugfix: socket leak when using HTTP/2.

*) Bugfix: a timeout might occur while handling pipelined requests in an
   SSL connection; the bug had appeared in 1.17.5.

*) Bugfix: in the ngx_http_dav_module.
2019-12-29 16:48:00 +00:00
adam
ed48d34938 tesseract: updated to 4.1.1
4.1.1 Release:
Implemented sw build (cppan is depreciated)
Improved cmake build
Code cleanup and optimization
A lot of bug fixes...
2019-12-29 16:44:12 +00:00
adam
3ed1e23db3 py-beets: sort PLIST 2019-12-29 16:31:03 +00:00
adam
a433879327 Updated lang/npm, misc/stellarium 2019-12-29 16:24:49 +00:00
adam
7bb610c1db stellarium: updated to 0.19.3
v0.19.3:
The major changes of this version:
* Direct ASCOM support for Telescope Control plugin on Windows
* Refactoring the GUI
* Many improvements in the code
* Added many DSO textures
* Improvements in DSO catalog
* Many improvements in AstroCalc tool
2019-12-29 16:24:30 +00:00
adam
a6f9f864b1 npm: updated to 6.13.4
6.13.4:
BUGFIXES
Do not remove global bin/man links inappropriately

DEPENDENCIES
gentle-fs@2.3.0
bin-links@1.1.6

6.13.3:
DEPENDENCIES
bin-links@1.1.5 Properly normalize, sanitize, and verify bin entries in package.json.
npm-packlist@1.4.7
pacote@9.5.11
fix: Do not drop perms in git when not root
sanitize and normalize package bin field
read-package-json@2.1.1
2019-12-29 16:22:42 +00:00
sevan
c4a94ff20e audio/py-beets 2019-12-29 15:58:46 +00:00
sevan
67df4f3207 Update py-beets to 1.4.9
Beets 1.4.9
This small update is part of our attempt to release new versions more often! There are a few important fixes, and we're clearing the deck for a change to beets' dependencies in the next version.

The new feature is:

    You can use the NO_COLOR environment variable to disable terminal colors. #3273

There are some fixes in this release:

    Fix a regression in the last release that made the image resizer fail to detect older versions of ImageMagick. #3269
    gmusic: The oauth_file config option now supports more flexible path values, including ~ for the home directory. #3270
    gmusic: Fix a crash when using version 12.0.0 or later of the gmusicapi module. #3270
    Fix an incompatibility with Python 3.8's AST changes. #3278

Here's a note for packagers:

    pathlib is now an optional test dependency on Python 3.4+, removing the need for a Debian patch. #3275

Beets 1.4.8
This release is far too long in coming, but it's a good one. There is the usual torrent of new features and a ridiculously long line of fixes, but there are also some crucial maintenance changes. We officially support Python 3.7 and 3.8, and some performance optimizations can (anecdotally) make listing your library more than three times faster than in the previous version.

The new core features are:

    A new config-aunique configuration option allows setting default options for the aunique template function.
    The albumdisambig field no longer includes the MusicBrainz release group disambiguation comment. A new releasegroupdisambig field has been added. #3024
    The modify command now allows resetting fixed attributes. For example, beet modify -a artist:beatles artpath! resets artpath attribute from matching albums back to the default value. #2497
    A new importer option, ignore_data_tracks, lets you skip audio tracks contained in data files. #3021

There are some new plugins:

    The playlist can query the beets library using M3U playlists. Thanks to @Holzhaus and @Xenopathic. #123 #3145
    The loadext allows loading of SQLite extensions, primarily for use with the ICU SQLite extension for internationalization. #3160 #3226
    The subsonicupdate can automatically update your Subsonic library. Thanks to @maffo999. #3001

And many improvements to existing plugins:

    lastgenre: Added option -A to match individual tracks and singletons. #3220 #3219
    play: The plugin can now emit a UTF-8 BOM, fixing some issues with foobar2000 and Winamp. Thanks to @mz2212. #2944
    gmusic:
        Add a new option to automatically upload to Google Play Music library on track import. Thanks to @shuaiscott.
        Add new options for Google Play Music authentication. Thanks to @thetarkus. #3002
    replaygain: albumpeak on large collections is calculated as the average, not the maximum. #3008 #3009
    chroma:
        Now optionally has a bias toward looking up more relevant releases according to the preferred configuration options. Thanks to @Archer4499. #3017
        Fingerprint values are now properly stored as strings, which prevents strange repeated output when running beet write. Thanks to @Holzhaus. #3097 #2942
    convert: The plugin now has an id3v23 option that allows you to override the global id3v23 option. Thanks to @Holzhaus. #3104
    spotify:
        The plugin now uses OAuth for authentication to the Spotify API. Thanks to @rhlahuja. #2694 #3123
        The plugin now works as an import metadata provider: you can match tracks and albums using the Spotify database. Thanks to @rhlahuja. #3123
    ipfs: The plugin now supports a nocopy option which passes that flag to ipfs. Thanks to @wildthyme.
    discogs: The plugin now has rate limiting for the Discogs API. #3081
    mpdstats, mpdupdate: These plugins now use the MPD_PORT environment variable if no port is specified in the configuration file. #3223
    bpd:
        MPD protocol commands consume and single are now supported along with updated semantics for repeat and previous and new fields for status. The bpd server now understands and ignores some additional commands. #3200 #800
        MPD protocol command idle is now supported, allowing the MPD version to be bumped to 0.14. #3205 #800
        MPD protocol command decoders is now supported. #3222
        The plugin now uses the main beets logging system. The special-purpose --debug flag has been removed. Thanks to @arcresu. #3196
    mbsync: The plugin no longer queries MusicBrainz when either the mb_albumid or mb_trackid field is invalid. See also the discussion on Google Groups Thanks to @arogl.
    export: The plugin now also exports path field if the user explicitly specifies it with -i parameter. This only works when exporting library fields. #3084
    acousticbrainz: The plugin now declares types for all its fields, which enables easier querying and avoids a problem where very small numbers would be stored as strings. Thanks to @rain0r. #2790 #3238

Some improvements have been focused on improving beets' performance:

    Querying the library is now faster:
        We only convert fields that need to be displayed. Thanks to @pprkut. #3089
        We now compile templates once and reuse them instead of recompiling them to print out each matching object. Thanks to @SimonPersson. #3258
        Querying the library for items is now faster, for all queries that do not need to access album level properties. This was implemented by lazily fetching the album only when needed. Thanks to @SimonPersson. #3260
    absubmit, badfiles: Analysis now works in parallel (on Python 3 only). Thanks to @bemeurer. #2442 #3003
    mpdstats: Use the currentsong MPD command instead of playlist to get the current song, improving performance when the playlist is long. Thanks to @ray66. #3207 #2752

Several improvements are related to usability:

    The disambiguation string for identifying albums in the importer now shows the catalog number. Thanks to @8h2a. #2951
    Added whitespace padding to missing tracks dialog to improve readability. Thanks to @jams2. #2962
    The move command now lists the number of items already in-place. Thanks to @RollingStar. #3117
    Modify selection can now be applied early without selecting every item. #3083
    Beets now emits more useful messages during startup if SQLite returns an error. The SQLite error message is now attached to the beets message. #3005
    Fixed a confusing typo when the convert plugin copies the art covers. #3063

Many fixes have been focused on issues where beets would previously crash:

    Avoid a crash when archive extraction fails during import. #3041
    Missing album art file during an update no longer causes a fatal exception (instead, an error is logged and the missing file path is removed from the library). #3030
    When updating the database, beets no longer tries to move album art twice. #3189
    Fix an unhandled exception when pruning empty directories. #1996 #3209
    fetchart: Added network connection error handling to backends so that beets won't crash if a request fails. Thanks to @Holzhaus. #1579
    badfiles: Avoid a crash when the underlying tool emits undecodable output. #3165
    beatport: Avoid a crash when the server produces an error. #3184
    bpd: Fix crashes in the bpd server during exception handling. #3200
    bpd: Fix a crash triggered when certain clients tried to list the albums belonging to a particular artist. #3007 #3215
    replaygain: Avoid a crash when the bs1770gain tool emits malformed XML. #2983 #3247

There are many fixes related to compatibility with our dependencies including addressing changes interfaces:

    On Python 2, pin the jellyfish requirement to version 0.6.0 for compatibility.
    Fix compatibility with Python 3.7 and its change to a name in the re module. #2978
    Fix several uses of deprecated standard-library features on Python 3.7. Thanks to @arcresu. #3197
    Fix compatibility with pre-release versions of Python 3.8. #3201 #3202
    web: Fix an error when using more recent versions of Flask with CORS enabled. Thanks to @rveachkc. #2979: #2980
    Avoid some deprecation warnings with certain versions of the MusicBrainz library. Thanks to @zhelezov. #2826 #3092
    Restore iTunes Store album art source, and remove the dependency on python-itunes, which had gone unmaintained and was not Python-3-compatible. Thanks to @ocelma for creating python-itunes in the first place. Thanks to @nathdwek. #2371 #2551 #2718
    lastgenre, edit: Avoid a deprecation warnings from the PyYAML library by switching to the safe loader. Thanks to @translit and @sbraz. #3192 #3225
    Fix a problem when resizing images with PIL/pillow on Python 3. Thanks to @architek. #2504 #3029

And there are many other fixes:

    R128 normalization tags are now properly deleted from files when the values are missing. Thanks to @autrimpo. #2757
    Display the artist credit when matching albums if the artist_credit configuration option is set. #2953
    With the from_scratch configuration option set, only writable fields are cleared. Beets now no longer ignores the format your music is saved in. #2972
    The %aunique template function now works correctly with the -f/--format option. #3043
    Fixed the ordering of items when manually selecting changes while updating tags Thanks to @TaizoSimpson. #3501
    The %title template function now works correctly with apostrophes. Thanks to @GuilhermeHideki. #3033
    lastgenre: It's now possible to set the prefer_specific option without also setting canonical. #2973
    fetchart: The plugin now respects the ignore and ignore_hidden settings. #1632
    hook: Fix byte string interpolation in hook commands. #2967 #3167
    the: Log a message when something has changed, not when it hasn't. Thanks to @arcresu. #3195
    lastgenre: The force config option now actually works. #2704 #3054
    Resizing image files with ImageMagick now avoids problems on systems where there is a convert command that is not ImageMagick's by using the magick executable when it is available. Thanks to @ababyduck. #2093 #3236

There is one new thing for plugin developers to know about:

    In addition to prefix-based field queries, plugins can now define named queries that are not associated with any specific field. For example, the new playlist supports queries like playlist:name although there is no field named playlist. See extend-query for details.

And some messages for packagers:

    Note the changes to the dependencies on jellyfish and munkres.
    The optional python-itunes dependency has been removed.
    Python versions 3.7 and 3.8 are now supported.
2019-12-29 15:57:24 +00:00
adam
4d9c2cf4b7 Updated lang/nodejs, lang/nodejs12, lang/nodejs10, lang/nodejs8 2019-12-29 15:40:57 +00:00
adam
268ef8d58c nodejs8: updated to 8.17.0
Version 8.17.0 'Carbon' (LTS)
Notable changes
deps: update npm to 6.13.4
2019-12-29 15:40:32 +00:00
adam
b3f29611eb nodejs10: updated to 10.18.0
Version 10.18.0 'Dubnium' (LTS)
Notable changes
deps: update npm to 6.13.4
2019-12-29 15:40:00 +00:00
adam
ddb0f335b6 nodejs12: updated to 12.14.0
Version 12.14.0 'Erbium' (LTS)
Notable changes
deps: update npm to 6.13.4
2019-12-29 15:39:15 +00:00