deiga / ish-24

Bugzilla and Trello integration
0 stars 0 forks source link

Update all non-major dependencies #68

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
coveralls devDependencies minor 3.0.9 -> 3.1.0
moment (source) dependencies minor 2.24.0 -> 2.25.0
morgan dependencies minor 1.9.1 -> 1.10.0

Release Notes

nickmerwin/node-coveralls ### [`v3.1.0`](https://togithub.com/nickmerwin/node-coveralls/releases/v3.1.0) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.14...v3.1.0) - Handle `service_job_number` for parallelism in Travis and CircleCI ([#​290](https://togithub.com/nickmerwin/node-coveralls/issues/290)) [`705c3b5`](https://togithub.com/nickmerwin/node-coveralls/commit/705c3b5) - Update sinon to v7.5.0. ([#​288](https://togithub.com/nickmerwin/node-coveralls/issues/288)) [`eb6dc35`](https://togithub.com/nickmerwin/node-coveralls/commit/eb6dc35) * * * This is a `minor` release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs: ```javascript options.service_number = process.env.CIRCLE_WORKFLOW_ID; options.service_job_number = process.env.CIRCLE_BUILD_NUM; ``` ### [`v3.0.14`](https://togithub.com/nickmerwin/node-coveralls/releases/v3.0.14) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.13...v3.0.14) - Update safe dependencies and fix npm vulnerabilities ([#​284](https://togithub.com/nickmerwin/node-coveralls/issues/284)) [`59a57e2`](https://togithub.com/nickmerwin/node-coveralls/commit/59a57e2) - Move fixtures to test/fixtures. ([#​286](https://togithub.com/nickmerwin/node-coveralls/issues/286)) [`a0c6941`](https://togithub.com/nickmerwin/node-coveralls/commit/a0c6941) [@​XhmikosR](https://togithub.com/XhmikosR) - GH Action workflow update ([#​287](https://togithub.com/nickmerwin/node-coveralls/issues/287)) [`1615297`](https://togithub.com/nickmerwin/node-coveralls/commit/1615297) - Minor lint tweaks ([#​285](https://togithub.com/nickmerwin/node-coveralls/issues/285)) [`3647673`](https://togithub.com/nickmerwin/node-coveralls/commit/3647673) [@​XhmikosR](https://togithub.com/XhmikosR) - remove redundant code ([#​283](https://togithub.com/nickmerwin/node-coveralls/issues/283)) [`ff21930`](https://togithub.com/nickmerwin/node-coveralls/commit/ff21930) [@​lpinca](https://togithub.com/lpinca) ### [`v3.0.13`](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.12...v3.0.13) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.12...v3.0.13) ### [`v3.0.12`](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12) ### [`v3.0.11`](https://togithub.com/nickmerwin/node-coveralls/releases/3.0.11) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.10...3.0.11) ### Improved: - If COVERALLS_SERVICE_NUMBER is set, set service_number from it. ([@​midgleyc](https://togithub.com/midgleyc)) ### [`v3.0.10`](https://togithub.com/nickmerwin/node-coveralls/releases/3.0.10) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.9...3.0.10) ### Added: - CodeFresh support ([@​suda](https://togithub.com/suda)) ### Improved: - Travis Pro repo token handling ([@​benpetty](https://togithub.com/benpetty) [@​derekherman](https://togithub.com/derekherman)) - Readme Jest example re: posting on success only ([@​AndreMiras](https://togithub.com/AndreMiras)) ### Updated: - minimist version ([@​ashishkujoy](https://togithub.com/ashishkujoy)) - GitHub CI actions checkout v2 ([@​XhmikosR](https://togithub.com/XhmikosR))
moment/moment ### [`v2.25.0`](https://togithub.com/moment/moment/blob/master/CHANGELOG.md#​2250-See-full-changelog-httpsgistgithubcomichernev6148e64df2427e455b10ce6a18de1a65) [Compare Source](https://togithub.com/moment/moment/compare/2.24.0...2.25.0) - Release May 1, 2020 - [#​4611](https://togithub.com/moment/moment/issues/4611) [022dc038](https://togithub.com/moment/moment/commit/022dc038) [feature] Support for strict string parsing, fixes [#​2469](https://togithub.com/moment/moment/issues/2469) - [#​4599](https://togithub.com/moment/moment/issues/4599) [4b615b9d](https://togithub.com/moment/moment/commit/4b615b9d) [feature] Add support for eras in en and jp - [#​4296](https://togithub.com/moment/moment/issues/4296) [757d4ff8](https://togithub.com/moment/moment/commit/757d4ff8) [feature] Accept custom relative thresholds in duration.humanize - 18 bigfixes - 36 locale fixes - 5 new locales (oc-lnc, zh-mo, en-in, gom-deva, fil)
expressjs/morgan ### [`v1.10.0`](https://togithub.com/expressjs/morgan/blob/master/HISTORY.md#​1100--2020-03-20) [Compare Source](https://togithub.com/expressjs/morgan/compare/1.9.1...1.10.0) =================== - Add `:total-time` token - Fix trailing space in colored status code for `dev` format - deps: basic-auth@~2.0.1 - deps: safe-buffer@5.1.2 - deps: depd@~2.0.0 - Replace internal `eval` usage with `Function` constructor - Use instance methods on `process` to check for listeners - deps: on-headers@~1.0.2 - Fix `res.writeHead` patch missing return value

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.