Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Update all #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all #74

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 25, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/express 4.16.0 -> 4.17.13 age adoption passing confidence
@types/lodash 4.14.118 -> 4.14.179 age adoption passing confidence
@types/node 10.12.10 -> 10.17.60 age adoption passing confidence
@types/request-promise 4.1.42 -> 4.1.48 age adoption passing confidence
commitizen 3.0.4 -> 3.1.2 age adoption passing confidence
conventional-changelog-cli 2.0.11 -> 2.2.2 age adoption passing confidence
coveralls 3.0.2 -> 3.1.1 age adoption passing confidence
express (source) 4.16.4 -> 4.17.3 age adoption passing confidence
jest-extended 0.11.0 -> 0.11.5 age adoption passing confidence
rimraf 2.6.2 -> 2.7.1 age adoption passing confidence
rollup (source) 0.68.0 -> 0.68.2 age adoption passing confidence
rollup-plugin-babel 4.0.3 -> 4.4.0 age adoption passing confidence
rollup-plugin-commonjs 9.2.0 -> 9.3.4 age adoption passing confidence
rollup-plugin-node-resolve 4.0.0 -> 4.2.4 age adoption passing confidence
rollup-plugin-sourcemaps 0.4.2 -> 0.6.3 age adoption passing confidence
rollup-plugin-terser 4.0.0 -> 4.0.4 age adoption passing confidence
rollup-plugin-typescript2 0.18.0 -> 0.31.2 age adoption passing confidence
tslint (source) 5.11.0 -> 5.20.1 age adoption passing confidence
typedoc (source) 0.14.0 -> 0.22.13 age adoption passing confidence
typescript (source) 3.1.6 -> 3.9.10 age adoption passing confidence

Release Notes

commitizen/cz-cli

v3.1.2

Compare Source

Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features

v3.0.7

Compare Source

Bug Fixes

v3.0.6

Compare Source

Bug Fixes

v3.0.5

Compare Source

Bug Fixes
conventional-changelog/conventional-changelog

v2.2.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.35

Compare Source

v2.0.34

Compare Source

v2.0.33

Compare Source

v2.0.32

Compare Source

v2.0.31

Compare Source

v2.0.30

Compare Source

v2.0.29

Compare Source

v2.0.28

Compare Source

v2.0.27

Compare Source

v2.0.26

Compare Source

v2.0.25

Compare Source

v2.0.23

Compare Source

v2.0.22

Compare Source

v2.0.21

Compare Source

v2.0.20

Compare Source

v2.0.19

Compare Source

v2.0.18

Compare Source

v2.0.17

Compare Source

v2.0.16

Compare Source

v2.0.15

Compare Source

v2.0.14

Compare Source

v2.0.12

Compare Source

nickmerwin/node-coveralls

v3.1.1

Compare Source

  • swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
  • updated devDependencies
  • merged Dependabot PRs

v3.1.0

Compare Source


This is a minor release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:

    options.service_number = process.env.CIRCLE_WORKFLOW_ID;
    options.service_job_number = process.env.CIRCLE_BUILD_NUM;

v3.0.14

Compare Source

v3.0.13

Compare Source

v3.0.12

Compare Source

v3.0.11

Compare Source

Improved:

  • If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@​midgleyc)

v3.0.10

Compare Source

Added:

Improved:

Updated:

v3.0.9

Compare Source

  • removed Istanbul, mocha dependencies
  • reverted cobertura-parse support (package dependency archived)
  • removed snyk (automated security updates from GitHub via Dependabot enabled)
  • improved Windows support

v3.0.8

Compare Source

Added:

Fixed:

Improved

v3.0.7

Compare Source

v3.0.6

Compare Source

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

As suggested by NPM and Snyk.

expressjs/express

v4.17.3

Compare Source

===================

  • deps: accepts@~1.3.8
    • deps: mime-types@~2.1.34
    • deps: negotiator@0.6.3
  • deps: body-parser@1.19.2
    • deps: bytes@3.1.2
    • deps: qs@6.9.7
    • deps: raw-body@2.4.3
  • deps: cookie@0.4.2
  • deps: qs@6.9.7
    • Fix handling of __proto__ keys
  • pref: remove unnecessary regexp for trust proxy

v4.17.2

Compare Source

===================

  • Fix handling of undefined in res.jsonp
  • Fix handling of undefined when "json escape" is enabled
  • Fix incorrect middleware execution with unanchored RegExps
  • Fix res.jsonp(obj, status) deprecation message
  • Fix typo in res.is JSDoc
  • deps: body-parser@1.19.1
    • deps: bytes@3.1.1
    • deps: http-errors@1.8.1
    • deps: qs@6.9.6
    • deps: raw-body@2.4.2
    • deps: safe-buffer@5.2.1
    • deps: type-is@~1.6.18
  • deps: content-disposition@0.5.4
    • deps: safe-buffer@5.2.1
  • deps: cookie@0.4.1
    • Fix maxAge option to reject invalid values
  • deps: proxy-addr@~2.0.7
    • Use req.socket over deprecated req.connection
    • deps: forwarded@0.2.0
    • deps: ipaddr.js@1.9.1
  • deps: qs@6.9.6
  • deps: safe-buffer@5.2.1
  • deps: send@0.17.2
    • deps: http-errors@1.8.1
    • deps: ms@2.1.3
    • pref: ignore empty http tokens
  • deps: serve-static@1.14.2
    • deps: send@0.17.2
  • deps: setprototypeof@1.2.0

v4.17.1

Compare Source

===================

  • Revert "Improve error message for null/undefined to res.status"

v4.17.0

Compare Source

===================

  • Add express.raw to parse bodies into Buffer
  • Add express.text to parse bodies into string
  • Improve error message for non-strings to res.sendFile
  • Improve error message for null/undefined to res.status
  • Support multiple hosts in X-Forwarded-Host
  • deps: accepts@~1.3.7
  • deps: body-parser@1.19.0
    • Add encoding MIK
    • Add petabyte (pb) support
    • Fix parsing array brackets after index
    • deps: bytes@3.1.0
    • deps: http-errors@1.7.2
    • deps: iconv-lite@0.4.24
    • deps: qs@6.7.0
    • deps: raw-body@2.4.0
    • deps: type-is@~1.6.17
  • deps: content-disposition@0.5.3
  • deps: cookie@0.4.0
    • Add SameSite=None support
  • deps: finalhandler@~1.1.2
    • Set stricter Content-Security-Policy header
    • deps: parseurl@~1.3.3
    • deps: statuses@~1.5.0
  • deps: parseurl@~1.3.3
  • deps: proxy-addr@~2.0.5
    • deps: ipaddr.js@1.9.0
  • deps: qs@6.7.0
    • Fix parsing array brackets after index
  • deps: range-parser@~1.2.1
  • deps: send@0.17.1
    • Set stricter CSP header in redirect & error responses
    • deps: http-errors@~1.7.2
    • deps: mime@1.6.0
    • deps: ms@2.1.1
    • deps: range-parser@~1.2.1
    • deps: statuses@~1.5.0
    • perf: remove redundant path.normalize call
  • deps: serve-static@1.14.1
    • Set stricter CSP header in redirect response
    • deps: parseurl@~1.3.3
    • deps: send@0.17.1
  • deps: setprototypeof@1.1.1
  • deps: statuses@~1.5.0
    • Add 103 Early Hints
  • deps: type-is@~1.6.18
    • deps: mime-types@~2.1.24
    • perf: prevent internal throw on invalid type
jest-community/jest-extended

v0.11.5

Compare Source

Remove T type parameter from Matchers

v0.11.4

Compare Source

Fix promise based matchers types

v0.11.3

Compare Source

Thanks @​Shadowstep33 for the PR

v0.11.2

Compare Source

Security Fix
  • Update Expect to Fix Vulnerability (#​198)
Docs
  • Update docs to use setupFilesAfterEnv (#​215)
  • fix anchoring on same page API links (#​194)
  • Update README.md (#​206)
Bug

Thanks @​matthew1534 @​unional @​CoreyKovalik @​lloydwatkin @​abdelrahman-elkady

v0.11.1

Compare Source

Types
  • Fix typings for toContainEntry, toContainEntries, toContainAllEntries and toContainAnyEntries #​184

Thanks @​tleunen

isaacs/rimraf

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.3

Compare Source

rollup/rollup

v0.68.2

Compare Source

2018-12-23

Bug Fixes
  • Do not assume hoisted variables to have been initialized (#​2607)
Pull Requests
  • #​2607: Fix an issues where hoisted variables were assumed to have been initialized (@​lye)

v0.68.1

Compare Source

2018-12-19

Bug Fixes
  • Fix an issue with UMD wrappers where a variable is used without being defined (#​2600)
Pull Requests
rollup/rollup-plugin-babel

v4.4.0

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

  • Fixed usage with externalHelpers: true option

v4.3.1

Compare Source

  • Add .js extension to the virtual babel helpers file (only matters when using preserveModules option in rollup)

v4.3.0

Compare Source

  • Added .custom builder.
  • Fail build when a plugin tries to add non existent babel helper

v4.2.0

Compare Source

Allow rollup@1 as peer dependency.

v4.1.0

Compare Source

  • Fixed "preflight check" for ignored files.
  • Return null when no transformation has been done (fixing source maps for this case)
rollup/rollup-plugin-commonjs

v9.3.4

Compare Source

2019-04-04

  • Make "extensions" optional (#​384)
  • Use same typing for include and exclude properties (#​385)

v9.3.3

Compare Source

2019-04-04

  • Remove colon from module prefixes (#​371)

v9.3.2

Compare Source

2019-04-04

  • Use shared extractAssignedNames, fix destructuring issue (#​303)

v9.3.1

Compare Source

2019-04-04

  • Include typings in release (#​382)

v9.3.0

Compare Source

2019-04-03

v9.2.3

Compare Source

2019-04-02

  • Improve support for ES3 browsers (#​364)
  • Add note about monorepo usage to readme (#​372)
  • Add .js extension to generated helper file (#​373)

v9.2.2

Compare Source

2019-03-25

  • Handle array destructuring assignment (#​379)

v9.2.1

Compare Source

2019-02-23

  • Use correct context when manually resolving ids (#​370)
rollup/rollup-plugin-node-resolve

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.1

Compare Source

maxdavidson/rollup-plugin-sourcemaps

v0.6.3

Compare Source

  • Fix ES module breaking due to not default-importing CommonJS modules
  • Add some warning messages

v0.6.2

Compare Source

  • Fix issue with exports that prevented it from working in Node 13.0-13.6

v0.6.1

Compare Source

  • Fix issue with conditional exports that prevented it from working in Node 13+

v0.6.0

Compare Source

  • Drop support for Node 8
  • Update dependencies
  • Publish ES module for Node 12+ using conditional exports

v0.5.0

Compare Source

  • Drop support for Node < 8 and make use of ES2017 features
  • Switch from Babel to TypeScript
  • Remove jsnext:main field from package.json
TrySound/rollup-plugin-terser

v4.0.4

Compare Source

In this release unexpected token error when using arrow functions was fixed and 1mb dependency was removed. Big thanks to @​zech

v4.0.3

Compare Source

Nothing interesting. Just upgraded jest to stable version.

v4.0.2

Compare Source

In this patch I upgraded jest-worker to alpha version with fixed numWorkers option which was set to 0 when a machine had only 1 processor (including VM in CIs). Hope all your problems will gone.

v4.0.1

Compare Source

Fixed node 6 support by removing object spread operator.

ezolenko/rollup-plugin-typescript2

v0.31.2

Compare Source

What's Changed

Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.1...0.31.2

v0.31.1

Compare Source

Fix for #​291

Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.0...0.31.1

v0.31.0

Compare Source

PR #​290 fix for building on node 17

v0.30.0

Compare Source

#​251 Fix duplicate output with multiple entry points
allowing ES2020 module type in tsconfig

v0.29.0

Compare Source

#​249 use compilerOptions.rootDir to filter files

v0.28.0

Compare Source

#​221

v0.27.3

Compare Source

PR #​243

Updating dependencies

v0.27.2

Compare Source

Dependency updates

v0.27.1

Compare Source

v0.27.0

Compare Source

  • updated dependencies and some type changes

v0.26.0

Compare Source

#​203 Updating object-hash to 2.0.2 with async support.

Updating other dependencies.

v0.25.3

Compare Source

cwd option

v0.25.2

Compare Source

v0.24.3

Compare Source

  • fix for missing type definitions when type only files are imported by other type-only files

v0.24.2

Compare Source

  • fix for transformers

v0.24.1

Compare Source

Fix for preserveModules option in rollup.

https://github.com/ezolenko/rollup-plugin-typescript2/pull/170

v0.24.0

Compare Source

Switching to find-cache-dir, default cache is node_modules\.cache\rollup-plugin-typescript2 now.

v0.23.0

Compare Source

  • not generating typings for files that are not actually imported
  • not trying to resolve imports unrelated to this plugin

v0.22.1

Compare Source

v0.22.0

Compare Source

Dependency updates

v0.21.2

Compare Source

v0.21.1

Compare Source

PR #​151 with diagnostic message format fix

v0.21.0

Compare Source

v0.20.1

Compare Source

Fix for #​144

v0.20.0

[Compare Source](https://togithub.com/ezolenko/r


Configuration

📅 Schedule: "before 10pm on Monday" (UTC).

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the greenkeeper/all branch 4 times, most recently from 82bbcc5 to 05d0e56 Compare March 2, 2019 02:15
@renovate renovate bot force-pushed the greenkeeper/all branch 3 times, most recently from a279a4b to 888d326 Compare March 11, 2019 20:06
@renovate renovate bot force-pushed the greenkeeper/all branch 4 times, most recently from 399d1d0 to d2f5e13 Compare March 13, 2019 14:52
@renovate renovate bot force-pushed the greenkeeper/all branch 7 times, most recently from 6be0e81 to f740d02 Compare March 25, 2019 20:52
@renovate renovate bot force-pushed the greenkeeper/all branch 9 times, most recently from 9abbd43 to db31c55 Compare April 5, 2019 06:29
@renovate renovate bot force-pushed the greenkeeper/all branch 3 times, most recently from 6e92240 to f6f1d0b Compare April 6, 2019 21:16
@renovate renovate bot force-pushed the greenkeeper/all branch 6 times, most recently from cdde190 to ad86f00 Compare April 23, 2020 21:53
@renovate renovate bot force-pushed the greenkeeper/all branch 5 times, most recently from 9c17186 to 166eab4 Compare May 1, 2020 16:59
@renovate renovate bot force-pushed the greenkeeper/all branch from 166eab4 to 7879e37 Compare May 16, 2020 03:55
@renovate renovate bot force-pushed the greenkeeper/all branch from 7879e37 to 28ca86f Compare July 1, 2020 20:56
@renovate renovate bot force-pushed the greenkeeper/all branch from 28ca86f to 5dd020e Compare August 27, 2020 09:52
@renovate renovate bot force-pushed the greenkeeper/all branch from 5dd020e to 445df1c Compare October 28, 2020 16:54
@renovate renovate bot force-pushed the greenkeeper/all branch from 445df1c to 93aa8f4 Compare November 25, 2020 23:00
@renovate renovate bot force-pushed the greenkeeper/all branch from 93aa8f4 to 62cd370 Compare December 9, 2020 02:58
@renovate renovate bot force-pushed the greenkeeper/all branch from 62cd370 to 9c11b1b Compare January 7, 2021 01:01
@renovate renovate bot force-pushed the greenkeeper/all branch from 9c11b1b to 7e3691f Compare January 22, 2021 18:00
@renovate renovate bot force-pushed the greenkeeper/all branch from 7e3691f to e310ea8 Compare January 30, 2021 16:00
@renovate renovate bot force-pushed the greenkeeper/all branch 3 times, most recently from fb3b03f to d60e5a4 Compare February 11, 2021 10:19
@renovate renovate bot force-pushed the greenkeeper/all branch from d60e5a4 to e1c0eaf Compare April 26, 2021 17:36
@renovate renovate bot force-pushed the greenkeeper/all branch 2 times, most recently from fdceaf0 to 040a3f0 Compare May 15, 2021 20:49
@renovate renovate bot force-pushed the greenkeeper/all branch from 040a3f0 to 1d9ea14 Compare June 6, 2021 20:54
@renovate renovate bot force-pushed the greenkeeper/all branch from 1d9ea14 to 5f7e4f8 Compare October 20, 2021 06:49
@renovate renovate bot force-pushed the greenkeeper/all branch from 5f7e4f8 to 6bdfec5 Compare March 7, 2022 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant