cdaringe / pg-subscribe

subscribe to postgres events in node via LISTEN/NOTIFY apis
1 stars 0 forks source link

chore(deps): update dependency nyc to v15 - autoclosed #64

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nyc (source) ^14.0.0 -> ^15.0.0 age adoption passing confidence

Release Notes

istanbuljs/nyc (nyc) ### [`v15.1.0`](https://togithub.com/istanbuljs/nyc/blob/HEAD/CHANGELOG.md#1510-2020-06-01) [Compare Source](https://togithub.com/istanbuljs/nyc/compare/v15.0.1...v15.1.0) ##### Features - **experimental:** Support using `--all` with node.js ESM ([#​1320](https://togithub.com/istanbuljs/nyc/issues/1320)) ([992359a](https://togithub.com/istanbuljs/nyc/commit/992359a1e2108906e28324058008f28aa1052dc1)) ### [`v15.0.1`](https://togithub.com/istanbuljs/nyc/blob/HEAD/CHANGELOG.md#1501-2020-04-02) [Compare Source](https://togithub.com/istanbuljs/nyc/compare/v15.0.0...v15.0.1) ##### Bug Fixes - Data merge concurrency limit to prevent OOM ([#​1293](https://togithub.com/istanbuljs/nyc/issues/1293)) ([df34c1c](https://togithub.com/istanbuljs/nyc/commit/df34c1c71e74468fd67287caad2ac987176ae503)), closes [#​1263](https://togithub.com/istanbuljs/nyc/issues/1263) - Ignore insignificant lines when coalesce text report ([#​1300](https://togithub.com/istanbuljs/nyc/issues/1300)) ([3a577f0](https://togithub.com/istanbuljs/nyc/commit/3a577f0ddc4799d0334f7c154b612653a46b532f)), closes [istanbuljs/istanbuljs#525](https://togithub.com/istanbuljs/istanbuljs/issues/525) ### [`v15.0.0`](https://togithub.com/istanbuljs/nyc/blob/HEAD/CHANGELOG.md#1500-2019-12-20) [Compare Source](https://togithub.com/istanbuljs/nyc/compare/v14.1.1...v15.0.0) ##### ⚠ BREAKING CHANGES - The `flow` and `jsx` parser plugins are no longer enabled by default. - Node.js 8 is now required to run nyc - Remove NYC_ROOT_ID and NYC_INSTRUMENTER environmental variables. - The `root` field has been removed from processinfo files. ##### Features - Add `--use-spawn-wrap=true` option ([#​1169](https://togithub.com/istanbuljs/nyc/issues/1169)) ([df4de4d](https://togithub.com/istanbuljs/nyc/commit/df4de4d490f8cd32204fba66a810ed0444c26d0d)) - Add `.cjs`, `.mjs`, `.ts`, `.tsx`, `.jsx` to default extensions ([#​1110](https://togithub.com/istanbuljs/nyc/issues/1110)) ([914b776](https://togithub.com/istanbuljs/nyc/commit/914b776215ad3ea54f0e46b4ba2904a8a9d4dfdd)), closes [#​1103](https://togithub.com/istanbuljs/nyc/issues/1103) - Allow `nyc instrument` to instrument code in place ([#​1149](https://togithub.com/istanbuljs/nyc/issues/1149)) ([7783284](https://togithub.com/istanbuljs/nyc/commit/77832845b85134d21eca3a23c812c4f21f36713f)) - Drop node.js 6, upgrade dependencies ([#​1134](https://togithub.com/istanbuljs/nyc/issues/1134)) ([00c3b34](https://togithub.com/istanbuljs/nyc/commit/00c3b3440a5b2ffe11b9c19ae4e08ad2f5b70e33)) - Filenames relative to project cwd in coverage reports ([#​1212](https://togithub.com/istanbuljs/nyc/issues/1212)) ([5258e9f](https://togithub.com/istanbuljs/nyc/commit/5258e9fdb1d9e3d4abd4cc9768bc09cd8040a6be)) - Use [@​istanbuljs/schema](https://togithub.com/istanbuljs/schema) for yargs setup ([#​1194](https://togithub.com/istanbuljs/nyc/issues/1194)) ([fd40d49](https://togithub.com/istanbuljs/nyc/commit/fd40d49331665d936b86f30e9a873ba80071b770)) - Use istanbul-lib-processinfo ([#​1145](https://togithub.com/istanbuljs/nyc/issues/1145)) ([7943413](https://togithub.com/istanbuljs/nyc/commit/7943413dc032f8f98a164fdde88d7344e817bb5e)) - Use source base name to prefix cache files ([#​1144](https://togithub.com/istanbuljs/nyc/issues/1144)) ([5c1b7a9](https://togithub.com/istanbuljs/nyc/commit/5c1b7a9c43771f3439af44a1104e5426519e1123)) ##### Bug Fixes - Avoid `source-map` module during `signal-exit` handler ([#​1191](https://togithub.com/istanbuljs/nyc/issues/1191)) ([83eb629](https://togithub.com/istanbuljs/nyc/commit/83eb6294f9492bf98405ee9fdf6281c3bc199a3d)) - Better error handling for main execution, reporting ([#​1229](https://togithub.com/istanbuljs/nyc/issues/1229)) ([dfd629d](https://togithub.com/istanbuljs/nyc/commit/dfd629d95716e6159aa7216c03e28a7fbbb161e7)) - Correct handling of source-maps for pre-instrumented files ([#​1216](https://togithub.com/istanbuljs/nyc/issues/1216)) ([8411a26](https://togithub.com/istanbuljs/nyc/commit/8411a26c9e520c66251cc8044cde2c81f33f1c5f)), closes [#​1208](https://togithub.com/istanbuljs/nyc/issues/1208) - Drop coverage produced by `nyc --all` for files that were tested ([#​1155](https://togithub.com/istanbuljs/nyc/issues/1155)) ([fc1bbbf](https://togithub.com/istanbuljs/nyc/commit/fc1bbbf490f6ab0272359ce10ceb4987d1716256)), closes [#​1113](https://togithub.com/istanbuljs/nyc/issues/1113) [#​1124](https://togithub.com/istanbuljs/nyc/issues/1124) [#​1148](https://togithub.com/istanbuljs/nyc/issues/1148) - Honor eager setting (false by default) ([#​1179](https://togithub.com/istanbuljs/nyc/issues/1179)) ([c18fb0a](https://togithub.com/istanbuljs/nyc/commit/c18fb0a9a8eae5904298d87c62d9934243de8674)) - Remove vestigial environment variables ([#​1078](https://togithub.com/istanbuljs/nyc/issues/1078)) ([cfd3da0](https://togithub.com/istanbuljs/nyc/commit/cfd3da05156b98952f03f7be2dd3d23ba328073f)) ### [`v14.1.1`](https://togithub.com/istanbuljs/nyc/blob/HEAD/CHANGELOG.md#1411-2019-05-09) [Compare Source](https://togithub.com/istanbuljs/nyc/compare/v14.1.0...v14.1.1) ##### Bug Fixes - **check-coverage:** make the --temp-dir option visible ([#​1101](https://togithub.com/istanbuljs/nyc/issues/1101)) ([b5b67de](https://togithub.com/istanbuljs/nyc/commit/b5b67de)) - **cli:** Report error if unwanted positional arguments are received ([#​1100](https://togithub.com/istanbuljs/nyc/issues/1100)) ([57debc1](https://togithub.com/istanbuljs/nyc/commit/57debc1)), closes [#​401](https://togithub.com/istanbuljs/nyc/issues/401) ### [`v14.1.0`](https://togithub.com/istanbuljs/nyc/blob/HEAD/CHANGELOG.md#1410-2019-04-24) [Compare Source](https://togithub.com/istanbuljs/nyc/compare/v14.0.0...v14.1.0) ##### Bug Fixes - Do not crash when nyc is run inside itself. ([#​1068](https://togithub.com/istanbuljs/nyc/issues/1068)) ([c4fcf5e](https://togithub.com/istanbuljs/nyc/commit/c4fcf5e)), closes [#​1067](https://togithub.com/istanbuljs/nyc/issues/1067) - Exit with code 1 when nyc doesn't know what to do. ([#​1070](https://togithub.com/istanbuljs/nyc/issues/1070)) ([21fb2c8](https://togithub.com/istanbuljs/nyc/commit/21fb2c8)) - Purge source-map cache before reporting if cache is disabled. ([#​1080](https://togithub.com/istanbuljs/nyc/issues/1080)) ([3d9eaa4](https://togithub.com/istanbuljs/nyc/commit/3d9eaa4)) - Use correct config property for parser plugins ([#​1082](https://togithub.com/istanbuljs/nyc/issues/1082)) ([a7bc7ae](https://togithub.com/istanbuljs/nyc/commit/a7bc7ae)) ##### Features - add support for yaml configuration file ([#​1054](https://togithub.com/istanbuljs/nyc/issues/1054)) ([ca37ffa](https://togithub.com/istanbuljs/nyc/commit/ca37ffa))

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.