mike-works / sql-fundamentals

Mike North's SQL Fundamentals and Professional SQL Courses
https://frontendmasters.com/courses/sql-fundamentals/
BSD 3-Clause "New" or "Revised" License
169 stars 108 forks source link

fix(deps): update dependency express-winston to v4 #294

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
express-winston 2.6.0 -> 4.2.0 age adoption passing confidence

Release Notes

bithavoc/express-winston ### [`v4.2.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​420) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v4.1.0...v4.2.0) - Upgraded lodash to 4.17.21 minimum ([#​264](https://togithub.com/bithavoc/express-winston/issues/264)) - Fixed typos and Readme format ([#​262](https://togithub.com/bithavoc/express-winston/pull/262)) ### [`v4.1.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​410) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v4.0.5...v4.1.0) - Update chalk and lodash due minor security impact ([#​252](https://togithub.com/bithavoc/express-winston/pull/252)) - Allow filter out whitelisted request body ([#​258](https://togithub.com/bithavoc/express-winston/pull/258)) - Fix metaField/requestField/responseField typescript types ([#​259](https://togithub.com/bithavoc/express-winston/pull/259)) ### [`v4.0.5`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​405) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v4.0.4...v4.0.5) - Fix excess semicolon breaking Typescript compilation ([#​249](https://togithub.com/bithavoc/express-winston/pull/249)) ### [`v4.0.4`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​404) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v4.0.3...v4.0.4) - Update lodash to 4.17.19 ([#​245](https://togithub.com/bithavoc/express-winston/pull/245)) - Update statusLevels to accept Boolean or StatusLevel object in TypeScript definition ([#​244](https://togithub.com/bithavoc/express-winston/pull/244)) ### [`v4.0.3`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​403) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v4.0.2...v4.0.3) - Update lodash to 4.17.15 ([#​232](https://togithub.com/bithavoc/express-winston/pull/232)) - Add missing exceptionToMeta and skip to TypeScript definition ([#​234](https://togithub.com/bithavoc/express-winston/pull/234)) ### [`v4.0.2`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​402) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v4.0.1...v4.0.2) - Add blacklist fields to BaseErrorLoggerOptions interface ([#​230](https://togithub.com/bithavoc/express-winston/pull/230)) ### [`v4.0.1`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​401) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v4.0.0...v4.0.1) - Added `headerBlacklist` to BaseLoggerOptions for better typescript support ([#​228](https://togithub.com/bithavoc/express-winston/pull/228)) ### [`v4.0.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​400) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v3.4.0...v4.0.0) - Changed `metaField` configuration property functionality (see Readme.md) ([#​209](https://togithub.com/bithavoc/express-winston/issues/209)) - BREAKING CHANGE - Moved type definitions to be embedded inside library ([#​123](https://togithub.com/bithavoc/express-winston/issues/123)) - Added "files" to package.json to reduce unnecessary files in released package - Added StackDriver/Google Cloud Logging specific instructions to Readme.md - Added `requestField` and `responseField` options to allow storing the request and response in different metadata fields (or not at all) - Fixed `meta` configuration option on `errorLogger` (was not functioning at all) - Added .editorconfig and reformatted library to match ### [`v3.4.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​340) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v3.3.0...v3.4.0) - Added: Nested Whitelists ([#​225](https://togithub.com/bithavoc/express-winston/pull/225), [@​kapalex](https://togithub.com/kapalex)) ### [`v3.3.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​330) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v3.2.1...v3.3.0) - Added: options.headerBlacklist ([#​217](https://togithub.com/bithavoc/express-winston/pull/217), [@​maxday](https://togithub.com/maxday)) ### [`v3.2.1`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​321) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v3.2.0...v3.2.1) - Added: options.skip ([#​214](https://togithub.com/bithavoc/express-winston/pull/214), [#​147](https://togithub.com/bithavoc/express-winston/pull/147), [@​ahnkee](https://togithub.com/ahnkee)) ### [`v3.2.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​320) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/1d14bc63c0440e8178efa21fe48b258de635d9c5...v3.2.0) - Replaced: \_header -> getHeader ([#​210](https://togithub.com/bithavoc/express-winston/pull/210), [@​Gregoirevda](https://togithub.com/Gregoirevda)) - Replaced coverage tool blanket with nyc ([#​211](https://togithub.com/bithavoc/express-winston/pull/211), [@​golopot](https://togithub.com/golopot)) - Add eslint and fix lint errors ([#​212](https://togithub.com/bithavoc/express-winston/pull/212), [@​golopot](https://togithub.com/golopot)) ### [`v3.1.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​310) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v3.0.1...1d14bc63c0440e8178efa21fe48b258de635d9c5) - Fix large \_.template memory consumption ([#​203](https://togithub.com/bithavoc/express-winston/pull/203), [@​slickmb](https://togithub.com/slickmb)) ### [`v3.0.1`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​301) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v3.0.0...v3.0.1) - Add `format` to `options` to allow user-specified formatting following winston@3 conventions ([#​190](https://togithub.com/bithavoc/express-winston/pull/190), [@​crellison](https://togithub.com/crellison)) ### [`v3.0.0`](https://togithub.com/bithavoc/express-winston/blob/HEAD/CHANGELOG.md#​300) [Compare Source](https://togithub.com/bithavoc/express-winston/compare/v2.6.0...v3.0.0) express-winston@3 shouldn't have any breaking changes *of its own*, but there are breaking changes as a result of upgrading winston and Node.js. express-winston@2.6.0 will be the last version to support winston@2. ##### Breaking changes - Drop support for winston < 3. winston@3 includes quite a few breaking changes. Check their [changelog](https://togithub.com/winstonjs/winston/blob/master/CHANGELOG.md) and [upgrade guide](https://togithub.com/winstonjs/winston/blob/master/UPGRADE-3.0.md) to get an idea of winston's breaking changes. - Drop support for Node.js < 6. v6 is the oldest version of Node.js [currently supported by the Node.js team](https://togithub.com/nodejs/Release).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.