Closed renovate[bot] closed 4 years ago
Merging #155 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #155 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 45 45
Branches 11 11
=========================================
Hits 45 45
This PR contains the following updates:
3.7.2
->3.8.0
26.4.2
->26.5.3
Release Notes
codecov/codecov-node
### [`v3.8.0`](https://togithub.com/codecov/codecov-node/blob/master/CHANGELOG.md#380) [Compare Source](https://togithub.com/codecov/codecov-node/compare/v3.7.2...v3.8.0) ##### Features - [#160](https://togithub.com/codecov/codecov-node/pull/160) Add Github Actions support ##### Fixes - [#173](https://togithub.com/codecov/codecov-node/pull/173) Fix broken gcov command - [#195](https://togithub.com/codecov/codecov-node/pull/195) Update Node testing versions - [#200](https://togithub.com/codecov/codecov-node/pull/200) Remove flaky tests - [#204](https://togithub.com/codecov/codecov-node/pull/204) Create CHANGELOG and remove flaky v4 test - [#208](https://togithub.com/codecov/codecov-node/pull/208) Add license scan report and status - [#220](https://togithub.com/codecov/codecov-node/pull/220) Remove errant bitly ##### Dependencies - [#189](https://togithub.com/codecov/codecov-node/pull/189) Bump lint-staged from 10.0.7 to 10.2.11 - [#190](https://togithub.com/codecov/codecov-node/pull/190) [Security] Bump handlebars from 4.5.3 to 4.7.6 - [#191](https://togithub.com/codecov/codecov-node/pull/191) Bump prettier from 1.19.1 to 2.0.5 - [#192](https://togithub.com/codecov/codecov-node/pull/192) Bump mock-fs from 4.10.4 to 4.12.0 - [#196](https://togithub.com/codecov/codecov-node/pull/196) Bump teeny-request from 6.0.1 to 7.0.0 - [#197](https://togithub.com/codecov/codecov-node/pull/197) Bump eslint-config-prettier from 4.3.0 to 6.11.0 - [#198](https://togithub.com/codecov/codecov-node/pull/198) Bump js-yaml from 3.13.1 to 3.14.0 - [#199](https://togithub.com/codecov/codecov-node/pull/199) Bump husky from 4.2.1 to 4.2.5 - [#202](https://togithub.com/codecov/codecov-node/pull/202) Bump eslint from 5.16.0 to 7.7.0 - [#203](https://togithub.com/codecov/codecov-node/pull/203) Bump jest from 24.9.0 to 26.4.1 - [#205](https://togithub.com/codecov/codecov-node/pull/205) Bump mock-fs from 4.12.0 to 4.13.0 - [#206](https://togithub.com/codecov/codecov-node/pull/206) Bump jest from 26.4.1 to 26.4.2 - [#207](https://togithub.com/codecov/codecov-node/pull/207) Bump prettier from 2.0.5 to 2.1.0 - [#209](https://togithub.com/codecov/codecov-node/pull/209) Bump lint-staged from 10.2.11 to 10.2.13 - [#210](https://togithub.com/codecov/codecov-node/pull/210) Bump prettier from 2.1.0 to 2.1.1 - [#212](https://togithub.com/codecov/codecov-node/pull/212) Bump eslint from 7.7.0 to 7.8.1 - [#214](https://togithub.com/codecov/codecov-node/pull/214) Bump lint-staged from 10.2.13 to 10.3.0 - [#215](https://togithub.com/codecov/codecov-node/pull/215) Bump husky from 4.2.5 to 4.3.0 - [#216](https://togithub.com/codecov/codecov-node/pull/216) Bump node-fetch from 2.6.0 to 2.6.1 - [#217](https://togithub.com/codecov/codecov-node/pull/217) Bump eslint from 7.8.1 to 7.9.0 - [#218](https://togithub.com/codecov/codecov-node/pull/218) Bump prettier from 2.1.1 to 2.1.2 - [#219](https://togithub.com/codecov/codecov-node/pull/219) Bump lint-staged from 10.3.0 to 10.4.0 - [#222](https://togithub.com/codecov/codecov-node/pull/222) Bump eslint-config-prettier from 6.11.0 to 6.12.0 - [#223](https://togithub.com/codecov/codecov-node/pull/223) Bump eslint from 7.9.0 to 7.10.0 - [#224](https://togithub.com/codecov/codecov-node/pull/224) Bump teeny-request from 7.0.0 to 7.0.1facebook/jest
### [`v26.5.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2653) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.2...v26.5.3) ##### Features - `[jest-runtime]` add support for dynamic `import()` from CommonJS ([#10620](https://togithub.com/facebook/jest/pull/10620)) ##### Fixes - `[jest-runner, jest-runtime]` `require.main` should not be `undefined` with `createRequire()` ([#10610](https://togithub.com/facebook/jest/pull/10610)) - `[jest-runtime]` add missing `module.path` property ([#10615](https://togithub.com/facebook/jest/pull/10615)) - `[jest-runtime]` Add `mainModule` instance variable to runtime ([#10621](https://togithub.com/facebook/jest/pull/10621)) - `[jest-runtime]` Evaluate Node core modules on dynamic `import()` ([#10622](https://togithub.com/facebook/jest/pull/10622)) - `[jest-validate]` Show suggestion only when unrecognized cli param is longer than 1 character ([#10604](https://togithub.com/facebook/jest/pull/10604)) - `[jest-validate]` Validate `testURL` as CLI option ([#10595](https://togithub.com/facebook/jest/pull/10595)) ### [`v26.5.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2652) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.0...v26.5.2) ##### Fixes - `[*]` Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 ([#10599](https://togithub.com/facebook/jest/pull/10599)) - `[jest-circus]` Setup globals before emitting `setup`, and include Jest globals in the `setup` payload ([#10598](https://togithub.com/facebook/jest/pull/10598)) - `[jest-mock]` Fix typings for `mockResolvedValue`, `mockResolvedValueOnce`, `mockRejectedValue` and `mockRejectedValueOnce` ([#10600](https://togithub.com/facebook/jest/pull/10600)) ### [`v26.5.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2650) [Compare Source](https://togithub.com/facebook/jest/compare/v26.4.2...v26.5.0) ##### Features - `[jest-circus, jest-config, jest-runtime]` Add new `injectGlobals` config and CLI option to disable injecting global variables into the runtime ([#10484](https://togithub.com/facebook/jest/pull/10484)) - `[jest-each]` Fixes `.each` type to always be callable ([#10447](https://togithub.com/facebook/jest/pull/10447)) - `[jest-runner]` Add support for `moduleLoader`s with `default` exports ([#10541](https://togithub.com/facebook/jest/pull/10541)) - `[@jest/create-cache-key-function]` Added a new package for creating cache keys ([#10587](https://togithub.com/facebook/jest/pull/10587)) ##### Fixes - `[jest-circus, jest-jasmine2]` Find correct location for `test.each` tests ([#10413](https://togithub.com/facebook/jest/pull/10413)) - `[jest-console]` Add `Console` constructor to `console` object ([#10502](https://togithub.com/facebook/jest/pull/10502)) - `[jest-globals]` Fix lifecycle hook function types ([#10480](https://togithub.com/facebook/jest/pull/10480)) - `[jest-runtime]` Remove usage of `vm.compileFunction` due to a performance issue ([#10586](https://togithub.com/facebook/jest/pull/10586)) ##### Chore & Maintenance - `[jest-resolve]` Replace read-pkg-up with escalade package ([10558](https://togithub.com/facebook/jest/pull/10558)) - `[jest-environment-jsdom]` Update jsdom to 16.4.0 ([10578](https://togithub.com/facebook/jest/pull/10578))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.