Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
4.14.164
4.14.165
4.6.0
4.6.1
7.12.1
7.13.0
26.6.1
26.6.3
0.53.0
0.54.0
26.4.3
26.4.4
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
: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.
This PR contains the following updates:
4.14.164
->4.14.165
4.6.0
->4.6.1
4.6.0
->4.6.1
7.12.1
->7.13.0
26.6.1
->26.6.3
0.53.0
->0.54.0
26.4.3
->26.4.4
Release Notes
typescript-eslint/typescript-eslint
### [`v4.6.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#461-httpsgithubcomtypescript-eslinttypescript-eslintcomparev460v461-2020-11-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.6.0...v4.6.1) ##### Bug Fixes - **eslint-plugin:** [consistent-indexed-object-style] fix wrong autofix behaviour with generics ([#2722](https://togithub.com/typescript-eslint/typescript-eslint/issues/2722)) ([73d9713](https://togithub.com/typescript-eslint/typescript-eslint/commit/73d97130afe79b8a458c215581ce86c62009ad8b)) - **eslint-plugin:** [no-shadow] ignore global module augmentation ([#2729](https://togithub.com/typescript-eslint/typescript-eslint/issues/2729)) ([d8c67a5](https://togithub.com/typescript-eslint/typescript-eslint/commit/d8c67a564a4cada5add8587f655aee2305cbc562))eslint/eslint
### [`v7.13.0`](https://togithub.com/eslint/eslint/releases/v7.13.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.12.1...v7.13.0) - [`254e00f`](https://togithub.com/eslint/eslint/commit/254e00fea8745ff5a8bcc8cb874fcfd02996d81b) New: Configurable List Size For Per-Rule Performance Metrics ([#13812](https://togithub.com/eslint/eslint/issues/13812)) (Bryan Mishkin) - [`6c3c710`](https://togithub.com/eslint/eslint/commit/6c3c710ade7cd8654990f1adb55b58f038eab92d) Docs: fix broken url in docs ([#13815](https://togithub.com/eslint/eslint/issues/13815)) (SaintMalik) - [`4a09149`](https://togithub.com/eslint/eslint/commit/4a091495a236d231a5065ece972719a0c4dd1b77) Sponsors: Sync README with website (ESLint Jenkins) - [`fb6fcbf`](https://togithub.com/eslint/eslint/commit/fb6fcbfe0a8c41b92f0a33ab90f159037bd195e2) Docs: Fix reference to Code of Conduct ([#13797](https://togithub.com/eslint/eslint/issues/13797)) (Tobias Nießen) - [`1b89ebe`](https://togithub.com/eslint/eslint/commit/1b89ebe1bdbef7de6001100945b8f71429df302c) Sponsors: Sync README with website (ESLint Jenkins)facebook/jest
### [`v26.6.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2663) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.2...v26.6.3) ##### Fixes - `[jest-resolve-dependencies]` Continue dependency resolution if mock dependency can't be found ([#10779](https://togithub.com/facebook/jest/pull/10779)) ### [`v26.6.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2662) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.1...v26.6.2) ##### Features - `[jest-core]` Add `findRelatedTests` and `nonFlagArgs` in allowed config options for `updateConfigAndRun` in watch plugins ([#10659](https://togithub.com/facebook/jest/pull/10659)) ##### Fixes - `[babel-plugin-jest-hoist]` Preserve order of hoisted mock nodes within containing block ([#10536](https://togithub.com/facebook/jest/pull/10536)) - `[babel-plugin-jest-hoist]` Hoist pure constants to support experimental JSX transform in hoisted mocks ([#10723](https://togithub.com/facebook/jest/pull/10723)) - `[babel-preset-jest]` Update `babel-preset-current-node-syntax` to support top level await ([#10747](https://togithub.com/facebook/jest/pull/10747)) - `[expect]` Revert "Fix `objectContaining` to work recursively into sub-objects ([#10508](https://togithub.com/facebook/jest/pull/10508))" ([#10766](https://togithub.com/facebook/jest/pull/10766)) - `[jest-circus, jest-jasmine2]` fix: don't assume `stack` is always a string ([#10697](https://togithub.com/facebook/jest/pull/10697)) - `[jest-config]` Fix bug introduced in watch mode by PR [#10678](https://togithub.com/facebook/jest/pull/10678/files#r511037803) ([#10692](https://togithub.com/facebook/jest/pull/10692)) - `[jest-config]` Throw correct error for missing preset modules ([#10737](https://togithub.com/facebook/jest/pull/10737)) - `[jest-resolve-dependencies]` Resolve mocks as dependencies ([#10713](https://togithub.com/facebook/jest/pull/10713)) - `[jest-runtime]` Handle file URLs in dynamic imports ([#10744](https://togithub.com/facebook/jest/pull/10744)) - `[jest-runtime, babel-jest]` Pass more ESM options to `@jest/transform` ([#10752](https://togithub.com/facebook/jest/pull/10752)) - `[jest-runtime]` Properly inject `extraGlobals` into the runtime ([#10758](https://togithub.com/facebook/jest/pull/10758)) - `[jest-transform]` Link to ESM docs on syntax errors ([#10748](https://togithub.com/facebook/jest/pull/10748)) ##### Chore & Maintenance - `[docs]` Add docs for using mocks in TypeScript ([#10415](https://togithub.com/facebook/jest/pull/10415)) - `[eslint-config-fb-strict]` Move package from this repo to `fbjs` repo ([#10739](https://togithub.com/facebook/jest/pull/10739)) - `[examples]` Update TypeScript example to show use of newer Jest types ([#10399](https://togithub.com/facebook/jest/pull/10399)) - `[jest-cli]` chore: standardize files and folder names ([#10698](https://togithub.com/facebook/jest/pull/10698))yeahoffline/redis-mock
### [`v0.54.0`](https://togithub.com/yeahoffline/redis-mock/compare/c2567648a25a8058347e2d323ccbac06c3f6084f...a01695359e727f01fc5cf22a697468e6fe55fa12) [Compare Source](https://togithub.com/yeahoffline/redis-mock/compare/c2567648a25a8058347e2d323ccbac06c3f6084f...a01695359e727f01fc5cf22a697468e6fe55fa12)kulshekhar/ts-jest
### [`v26.4.4`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#2644-httpsgithubcomkulshekharts-jestcomparev2643v2644-2020-11-08) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v26.4.3...v26.4.4) ##### Bug Fixes - revert usage of `@jest/create-cache-key-function` ([#2108](https://togithub.com/kulshekhar/ts-jest/issues/2108)) ([dee8231](https://togithub.com/kulshekhar/ts-jest/commit/dee823172ce1e8eb9e0b2dd3aeed1ab4033bd0d9)), closes [#2080](https://togithub.com/kulshekhar/ts-jest/issues/2080) [#2090](https://togithub.com/kulshekhar/ts-jest/issues/2090) [#2104](https://togithub.com/kulshekhar/ts-jest/issues/2104) ##### Features - **testing:** expose all types for util `mocked` ([#2096](https://togithub.com/kulshekhar/ts-jest/issues/2096)) ([b1d072b](https://togithub.com/kulshekhar/ts-jest/commit/b1d072b52b9a7665b3a6914b0895f84f6ee3f8c0)), closes [#2086](https://togithub.com/kulshekhar/ts-jest/issues/2086)Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
: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.