Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
5.37.0
5.38.0
8.23.1
8.24.0
3.1.3
3.1.4
29.0.1
29.0.2
📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.
:tada: This PR is included in version 1.8.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
5.37.0
->5.38.0
5.37.0
->5.38.0
8.23.1
->8.24.0
3.1.3
->3.1.4
29.0.1
->29.0.2
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.38.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5380-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5370v5380-2022-09-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.38.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5380-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5370v5380-2022-09-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.37.0...v5.38.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)eslint/eslint
### [`v8.24.0`](https://togithub.com/eslint/eslint/releases/tag/v8.24.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.23.1...v8.24.0) #### Features - [`1729f9e`](https://togithub.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf) feat: account for `sourceType: "commonjs"` in the strict rule ([#16308](https://togithub.com/eslint/eslint/issues/16308)) (Milos Djermanovic) - [`b0d72c9`](https://togithub.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca) feat: add rule logical-assignment-operators ([#16102](https://togithub.com/eslint/eslint/issues/16102)) (fnx) - [`f02bcd9`](https://togithub.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05) feat: `array-callback-return` support `findLast` and `findLastIndex` ([#16314](https://togithub.com/eslint/eslint/issues/16314)) (Sosuke Suzuki) #### Documentation - [`2c152ff`](https://togithub.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c) docs: note false positive `Object.getOwnPropertyNames` in prefer-reflect ([#16317](https://togithub.com/eslint/eslint/issues/16317)) (AnnAngela) - [`bf7bd88`](https://togithub.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f) docs: fix warn severity description for new config files ([#16324](https://togithub.com/eslint/eslint/issues/16324)) (Nitin Kumar) - [`8cc0bbe`](https://togithub.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24) docs: use more clean link syntax ([#16309](https://togithub.com/eslint/eslint/issues/16309)) (Percy Ma) - [`6ba269e`](https://togithub.com/eslint/eslint/commit/6ba269ed673f965d081287b769c12beeb5f98887) docs: fix typo ([#16288](https://togithub.com/eslint/eslint/issues/16288)) (jjangga0214) #### Chores - [`131e646`](https://togithub.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af) chore: Upgrade [@humanwhocodes/config-array](https://togithub.com/humanwhocodes/config-array) for perf ([#16339](https://togithub.com/eslint/eslint/issues/16339)) (Nicholas C. Zakas) - [`504fe59`](https://togithub.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012) perf: switch from object spread to `Object.assign` when merging globals ([#16311](https://togithub.com/eslint/eslint/issues/16311)) (Milos Djermanovic)dubzzz/fast-check
### [`v3.1.4`](https://togithub.com/dubzzz/fast-check/blob/HEAD/packages/fast-check/CHANGELOG.md#314) [Compare Source](https://togithub.com/dubzzz/fast-check/compare/v3.1.3...v3.1.4) *Increased resiliency to poisoned globals* \[[Code](https://togithub.com/dubzzz/fast-check/tree/v3.1.4)]\[[Diff](https://togithub.com/dubzzz/fast-check/compare/v3.1.3...v3.1.4)] #### Fixes - ([PR#3172](https://togithub.com/dubzzz/fast-check/pull/3172)) Bug: Fix some remaining accesses to global properties - ([PR#3165](https://togithub.com/dubzzz/fast-check/pull/3165)) Bug: Resist to poisoning of top-level types - ([PR#3184](https://togithub.com/dubzzz/fast-check/pull/3184)) CI: Require renovate to always try to dedupe - ([PR#3186](https://togithub.com/dubzzz/fast-check/pull/3186)) CI: Adapt configuration for new ts-jest - ([PR#3194](https://togithub.com/dubzzz/fast-check/pull/3194)) CI: Attempt to fix "please deploy" - ([PR#3196](https://togithub.com/dubzzz/fast-check/pull/3196)) CI: Build every package for "please deploy" - ([PR#3208](https://togithub.com/dubzzz/fast-check/pull/3208)) CI: Better PRs for changelogs cross packages - ([PR#3156](https://togithub.com/dubzzz/fast-check/pull/3156)) Doc: Add missing changesets in changelog of 2.21.0 - ([PR#3185](https://togithub.com/dubzzz/fast-check/pull/3185)) Refactor: Attach a `depth` onto globals internally - ([PR#3157](https://togithub.com/dubzzz/fast-check/pull/3157)) Script: Less verbose description for PRs of CHANGELOG - ([PR#3174](https://togithub.com/dubzzz/fast-check/pull/3174)) Test: Add tests dropping all globals - ([PR#3183](https://togithub.com/dubzzz/fast-check/pull/3183)) Test: Add some more type related tests for oneof - ([PR#3076](https://togithub.com/dubzzz/fast-check/pull/3076)) Test: Check arbitraries do not cause any poisoning - ([PR#3205](https://togithub.com/dubzzz/fast-check/pull/3205)) Test: Add missing "typecheck" scripts on packageskulshekhar/ts-jest
### [`v29.0.2`](https://togithub.com/kulshekhar/ts-jest/blob/HEAD/CHANGELOG.md#2902-httpsgithubcomkulshekharts-jestcomparev2901v2902-2022-09-23) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2) ##### Bug Fixes - mark `ts-jest` as optional in `ConfigGlobals` ([#3816](https://togithub.com/kulshekhar/ts-jest/issues/3816)) ([cbb88bb](https://togithub.com/kulshekhar/ts-jest/commit/cbb88bba34dbb852d8f4013be6e020769feb306d)), closes [#3815](https://togithub.com/kulshekhar/ts-jest/issues/3815) - use correct typings for `config:init` command ([#3825](https://togithub.com/kulshekhar/ts-jest/issues/3825)) ([21b94db](https://togithub.com/kulshekhar/ts-jest/commit/21b94dbca25b762f79e63b92dea12d830f444570))Configuration
📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.