Appsilon / mbaza

Save 99% of Your Time Classifying Camera-Trap Footage. Completely Free.
https://appsilon.com/data-for-good/mbaza-ai/
GNU Affero General Public License v3.0
31 stars 7 forks source link

chore(deps): update all non-major dependencies #336

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 28.1.7 -> 28.1.8 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.34.0 -> 5.35.1 age adoption passing confidence
@typescript-eslint/parser 5.34.0 -> 5.35.1 age adoption passing confidence
core-js 3.24.1 -> 3.25.0 age adoption passing confidence
electron 20.0.3 -> 20.1.0 age adoption passing confidence
eslint (source) 8.22.0 -> 8.23.0 age adoption passing confidence
eslint-plugin-jest 26.8.7 -> 26.9.0 age adoption passing confidence
eslint-plugin-promise 6.0.0 -> 6.0.1 age adoption passing confidence
eslint-plugin-react 7.30.1 -> 7.31.1 age adoption passing confidence
typescript (source) 4.7.4 -> 4.8.2 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.35.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5351-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5350v5351-2022-08-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1) ##### Bug Fixes - **eslint-plugin:** correct rule schemas to pass ajv validation ([#​5531](https://togithub.com/typescript-eslint/typescript-eslint/issues/5531)) ([dbf8b56](https://togithub.com/typescript-eslint/typescript-eslint/commit/dbf8b569dbada29e4a295d6c265976e55de1b2aa)) ### [`v5.35.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5350-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5340v5350-2022-08-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0) ##### Features - **eslint-plugin:** \[explicit-member-accessibility] suggest adding explicit accessibility specifiers ([#​5492](https://togithub.com/typescript-eslint/typescript-eslint/issues/5492)) ([0edb94a](https://togithub.com/typescript-eslint/typescript-eslint/commit/0edb94aee55e1ec6afa7f46f99a9b308bbb66301))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.35.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5351-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5350v5351-2022-08-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.35.0...v5.35.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.35.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5350-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5340v5350-2022-08-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.34.0...v5.35.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
zloirock/core-js ### [`v3.25.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#​3250---20220825-httpsgithubcomzloirockcore-jsreleasestagv3250) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.24.1...v3.25.0) - Added [`Object.prototype.__proto__`](https://tc39.es/ecma262/#sec-object.prototype.\__proto\_\_) polyfill - It's optional, legacy, and in some cases (mainly because of developers' mistakes) can cause problems, but [some libraries depend on it](https://togithub.com/denoland/deno/issues/13321), and most code can't work without the proper libraries' ecosystem - Only for modern engines where this feature is missed (like Deno), it's not installed in IE10- since here we have no proper way setting of the prototype - Without fixes of early implementations where it's not an accessor since those fixes are impossible - Only for the global version - Considering `document.all` as an object in some missed cases, see [ECMAScript Annex B 3.6](https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot) - Avoiding unnecessary promise creation and validation result in `%WrapForValid(Async)IteratorPrototype%.return`, [proposal-iterator-helpers/215](https://togithub.com/tc39/proposal-iterator-helpers/pull/215) - Fixed omitting the result of proxing `.return` in `%IteratorHelperPrototype%.return`, [#​1116](https://togithub.com/zloirock/core-js/issues/1116) - Fixed the order creation of properties of iteration result object of some iterators (`value` should be created before `done`) - Fixed some cases of Safari < 13 bug - silent on non-writable array `.length` setting - Fixed `ArrayBuffer.length` in V8 ~ Chrome 27- - Relaxed condition of re-usage native `WeakMap` for internal states with multiple `core-js` copies - Availability cloning of `FileList` in the `structuredClone` polyfill extended to some more old engines versions - Some stylistic changes and minor fixes - Throwing a `TypeError` in `core-js-compat` / `core-js-builder` in case of passing invalid module names / filters for avoiding unexpected result, related to [#​1115](https://togithub.com/zloirock/core-js/issues/1115) - Added missed NodeJS 13.2 to `esmodules` `core-js-compat` / `core-js-builder` target - Added Electron 21 compat data mapping - Added Oculus Browser 23.0 compat data mapping
electron/electron ### [`v20.1.0`](https://togithub.com/electron/electron/releases/tag/v20.1.0) [Compare Source](https://togithub.com/electron/electron/compare/v20.0.3...v20.1.0) ### Release Notes for v20.1.0 #### Fixes - Fixed enable promise support with webFrameMain.executeJavaScript. [#​35358](https://togithub.com/electron/electron/pull/35358) (Also in [21](https://togithub.com/electron/electron/pull/35359)) - Fixed undefined details.requestingUrl from session.setPermissionCheckHandler. [#​35408](https://togithub.com/electron/electron/pull/35408) (Also in [21](https://togithub.com/electron/electron/pull/35409)) - Picture-In-Picture mode no longer becomes a red rectangle on hover. [#​35402](https://togithub.com/electron/electron/pull/35402) (Also in [19](https://togithub.com/electron/electron/pull/35400), [21](https://togithub.com/electron/electron/pull/35401)) #### Other Changes - Updated Chromium to 104.0.5112.102. [#​35361](https://togithub.com/electron/electron/pull/35361)
eslint/eslint ### [`v8.23.0`](https://togithub.com/eslint/eslint/releases/tag/v8.23.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.22.0...v8.23.0) #### Features - [`3e5839e`](https://togithub.com/eslint/eslint/commit/3e5839ecae96aecfbc1ac9526e88e0105e671032) feat: Enable eslint.config.js lookup from CLI ([#​16235](https://togithub.com/eslint/eslint/issues/16235)) (Nicholas C. Zakas) - [`30b1a2d`](https://togithub.com/eslint/eslint/commit/30b1a2dac9060673101485841c4c7521675bf917) feat: add `allowEmptyCase` option to no-fallthrough rule ([#​15887](https://togithub.com/eslint/eslint/issues/15887)) (Amaresh S M) - [`43f03aa`](https://togithub.com/eslint/eslint/commit/43f03aa96b632039b1d9cad097a70b227bb7d348) feat: no-warning-comments support comments with decoration ([#​16120](https://togithub.com/eslint/eslint/issues/16120)) (Lachlan Hunt) #### Documentation - [`b1918da`](https://togithub.com/eslint/eslint/commit/b1918da0f6cb8fe690c7377667616ec7cb57111e) docs: package.json conventions ([#​16206](https://togithub.com/eslint/eslint/issues/16206)) (Patrick McElhaney) - [`0e03c33`](https://togithub.com/eslint/eslint/commit/0e03c333a70bebd00307deead0befa519f983f44) docs: remove word immediately ([#​16217](https://togithub.com/eslint/eslint/issues/16217)) (Strek) - [`c6790db`](https://togithub.com/eslint/eslint/commit/c6790db6494e64a5261d74c0f3c4dc6139c59435) docs: add anchor link for "migrating from jscs" ([#​16207](https://togithub.com/eslint/eslint/issues/16207)) (Percy Ma) - [`7137344`](https://togithub.com/eslint/eslint/commit/71373442c42b356f34179dba18f860e1d79a780d) docs: auto-generation edit link ([#​16213](https://togithub.com/eslint/eslint/issues/16213)) (Percy Ma) #### Chores - [`2e004ab`](https://togithub.com/eslint/eslint/commit/2e004ab990a4a5a4efc44974da005d2161490256) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​1](https://togithub.com/1).3.1 ([#​16249](https://togithub.com/eslint/eslint/issues/16249)) (Milos Djermanovic) - [`d35fbbe`](https://togithub.com/eslint/eslint/commit/d35fbbef895e8f4ac6eaf1756349230769a02b4d) chore: Upgrade to espree@9.4.0 ([#​16243](https://togithub.com/eslint/eslint/issues/16243)) (Milos Djermanovic) - [`ed26229`](https://togithub.com/eslint/eslint/commit/ed26229a19359b356f3a401698488c1707d4c029) test: add no-extra-parens tests with rest properties ([#​16236](https://togithub.com/eslint/eslint/issues/16236)) (Milos Djermanovic) - [`deaf69f`](https://togithub.com/eslint/eslint/commit/deaf69ffd8f9b97b4b8c29a244a79969ff14c80a) chore: fix off-by-one `min-width: 1023px` media queries ([#​15974](https://togithub.com/eslint/eslint/issues/15974)) (Milos Djermanovic) - [`63dec9f`](https://togithub.com/eslint/eslint/commit/63dec9fdee793be9bf2939e1bda0717b9cc6dcf8) refactor: simplify `parseListConfig` ([#​16241](https://togithub.com/eslint/eslint/issues/16241)) (Milos Djermanovic)
jest-community/eslint-plugin-jest ### [`v26.9.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#​2690-httpsgithubcomjest-communityeslint-plugin-jestcomparev2687v2690-2022-08-28) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.7...v26.9.0) ##### Features - create `prefer-each` rule ([#​1222](https://togithub.com/jest-community/eslint-plugin-jest/issues/1222)) ([574eaed](https://togithub.com/jest-community/eslint-plugin-jest/commit/574eaed9fafcdc4ed5624451f792c8951eb49f0a)) #### [26.8.7](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.6...v26.8.7) (2022-08-21) ##### Bug Fixes - **prefer-expect-assertions:** report on concise arrow functions ([#​1207](https://togithub.com/jest-community/eslint-plugin-jest/issues/1207)) ([f928747](https://togithub.com/jest-community/eslint-plugin-jest/commit/f92874783dd437108463231bf83afdb946641229)) #### [26.8.6](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.5...v26.8.6) (2022-08-21) ##### Bug Fixes - **max-expect:** reset `expect` counter when entering and exiting test function calls ([#​1206](https://togithub.com/jest-community/eslint-plugin-jest/issues/1206)) ([3908ab8](https://togithub.com/jest-community/eslint-plugin-jest/commit/3908ab8c4bf7453d70a5ed04e22bf3ed90834576)) #### [26.8.5](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.4...v26.8.5) (2022-08-20) ##### Bug Fixes - **prefer-expect-assertions:** use scoped based jest fn call parser for `expect` checks ([#​1201](https://togithub.com/jest-community/eslint-plugin-jest/issues/1201)) ([fd54ca1](https://togithub.com/jest-community/eslint-plugin-jest/commit/fd54ca15575692c56a0caa28cb6227e0fb4aa4e2)) #### [26.8.4](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.4) (2022-08-19) ##### Bug Fixes - **prefer-mock-promise-shorthand:** ignore `mockImplementation` functions that have parameters ([#​1199](https://togithub.com/jest-community/eslint-plugin-jest/issues/1199)) ([78ccbef](https://togithub.com/jest-community/eslint-plugin-jest/commit/78ccbefc01720f5c44ae439389cb27afda0315c2)) #### [26.8.3](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.2...v26.8.3) (2022-08-15) ##### Performance Improvements - cache jest fn call parsing results ([#​1187](https://togithub.com/jest-community/eslint-plugin-jest/issues/1187)) ([525631e](https://togithub.com/jest-community/eslint-plugin-jest/commit/525631ebddbb0ebbfe9415c330b3751100bee6a5)) #### [26.8.2](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.1...v26.8.2) (2022-08-09) ##### Bug Fixes - **max-expects:** don't count `expect.()` calls towards max ([#​1194](https://togithub.com/jest-community/eslint-plugin-jest/issues/1194)) ([75a0ff2](https://togithub.com/jest-community/eslint-plugin-jest/commit/75a0ff2d74abca9cffe3c9135f16469116c73633)) #### [26.8.1](https://togithub.com/jest-community/eslint-plugin-jest/compare/v26.8.0...v26.8.1) (2022-08-08) ##### Bug Fixes - **no-standalone-expect:** only report on `expect.hasAssertions` & `expect.assertions` member calls ([#​1191](https://togithub.com/jest-community/eslint-plugin-jest/issues/1191)) ([4bf9eea](https://togithub.com/jest-community/eslint-plugin-jest/commit/4bf9eea3985a4855e7d3b575bd65f70fa62b9e0a))
xjamundx/eslint-plugin-promise ### [`v6.0.1`](https://togithub.com/xjamundx/eslint-plugin-promise/blob/HEAD/CHANGELOG.md#​601) [Compare Source](https://togithub.com/xjamundx/eslint-plugin-promise/compare/v6.0.0...5a3fb6541d11f807671c466fcf1fa3608641316e) - Fixed [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) issue [#​331](https://togithub.com/xjamundx/eslint-plugin-promise/issues/331), [#​205](https://togithub.com/xjamundx/eslint-plugin-promise/issues/205)
jsx-eslint/eslint-plugin-react ### [`v7.31.1`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7311---20220826) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.0...v7.31.1) ##### Fixed - \[`jsx-key`]: fix detecting missing key in `Array.from`'s mapping function ([#​3369][] [@​sjarva](https://togithub.com/sjarva)) - \[`jsx-no-leaked-render`]: coerce strategy now allows a ternary ([#​3370][], [@​sjarva](https://togithub.com/sjarva)) [7.31.1]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.0...v7.31.1 [#​3371]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3371 [#​3370]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3370 [#​3369]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3369 ### [`v7.31.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7310---20220824) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.2...v7.31.0) ##### Added - \[`jsx-newline`]: add `allowMultiline` option when prevent option is true ([#​3311][] [@​TildaDares](https://togithub.com/TildaDares)) - \[`forbid-dom-props`]: add `disallowedFor` option ([#​3338][] [@​TildaDares](https://togithub.com/TildaDares)) ##### Fixed - \[`jsx-no-literals`]: properly error on children with noAttributeStrings: true ([#​3317][] [@​TildaDares](https://togithub.com/TildaDares)) - \[`jsx-key`]: catch key errors inside conditional statements ([#​3320][] [@​TildaDares](https://togithub.com/TildaDares)) - \[`display-name`]: Accept forwardRef and Memo nesting in newer React versions ([#​3321][] [@​TildaDares](https://togithub.com/TildaDares)) - \[`jsx-key`]: avoid a crash from optional chaining from [#​3320][] ([#​3327][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-key`]: avoid a crash on a non-array node.body from [#​3320][] ([#​3328][] [@​ljharb](https://togithub.com/ljharb)) - \[`display-name`]: fix false positive for assignment of function returning null ([#​3331][] [@​apbarrero](https://togithub.com/apbarrero)) - \[`display-name`]: fix identifying `_` as a capital letter ([#​3335][] [@​apbarrero](https://togithub.com/apbarrero)) - \[`require-default-props`]: avoid a crash when function has no props param ([#​3350][] [@​noahnu](https://togithub.com/noahnu)) - \[`display-name`], component detection: fix HOF returning null as Components ([#​3347][] [@​jxm-math](https://togithub.com/jxm-math)) - \[`forbid-prop-types`]: Ignore objects that are not of type React.PropTypes ([#​3326][] [@​TildaDares](https://togithub.com/TildaDares)) - \[`display-name`], component detection: fix false positive for HOF returning only nulls and literals ([#​3305][] [@​golopot](https://togithub.com/golopot)) - \[`jsx-no-target-blank`]: False negative when rel attribute is assigned using ConditionalExpression ([#​3332][] [@​V2dha](https://togithub.com/V2dha)) - \[`jsx-no-leaked-render`]: autofix nested "&&" logical expressions ([#​3353][] [@​hduprat](https://togithub.com/hduprat)) - \[`jsx-sort-props`]: sorted attributes now respect comments ([#​3358][] [@​ROSSROSALES](https://togithub.com/ROSSROSALES)) ##### Changed - \[Refactor] \[`jsx-indent-props`]: improved readability of the checkNodesIndent function ([#​3315][] [@​caroline223](https://togithub.com/caroline223)) - \[Tests] \[`jsx-indent`], \[`jsx-one-expression-per-line`]: add passing test cases ([#​3314][] [@​ROSSROSALES](https://togithub.com/ROSSROSALES)) - \[Refactor] `boolean-prop-naming`, `jsx-indent`: avoid assigning to arguments ([#​3316][] [@​caroline223](https://togithub.com/caroline223)) - \[Docs] \[`sort-comp`]: add class component examples ([#​3339][] [@​maurer2](https://togithub.com/maurer2)) - \[Docs] \[`jsx-no-useless-fragment`]: add more examples of correct code ([#​3349][] [@​karlhorky](https://togithub.com/karlhorky)) - \[Docs] \[`jsx-boolean-value`]: add jsdoc types for helper functions ([#​3344][] [@​caroline223](https://togithub.com/caroline223)) - \[readme] remove dead codeclimate badge, add actions badge ([@​ljharb](https://togithub.com/ljharb)) - \[readme] Remove dead david-dm badge ([#​3262][] [@​ddzz](https://togithub.com/ddzz)) - \[Refactor] \[`jsx-closing-bracket-location`], \[`jsx-no-bind`]: fix eslint issues ([#​3351][] [@​caroline223](https://togithub.com/caroline223)) - \[Tests] \[`function-component-definition`]: add passing test cases ([#​3355][] [@​TildaDares](https://togithub.com/TildaDares)) - \[Docs] \[`jsx-no-target-blank`]: Fix link to link-type-noreferrer ([#​3319][] [@​Luccasoli](https://togithub.com/Luccasoli)) - \[Docs] document which rules provide suggestions ([#​3359][], [#​3365][] [@​bmish](https://togithub.com/bmish)) - \[Docs] Consistent rule descriptions and doc sections ([#​3361][] [@​bmish](https://togithub.com/bmish)) - \[Docs] Standardize deprecated rule notice ([#​3364][] [@​bmish](https://togithub.com/bmish)) - \[Docs] Fix typos ([#​3366][] [@​bmish](https://togithub.com/bmish)) - \[Docs] Add markdownlint for documentation formatting consistency ([#​3367][] [@​bmish](https://togithub.com/bmish)) - \[Docs] Add config notice to rule docs ([#​3362][] [@​bmish](https://togithub.com/bmish)) [7.31.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.0 [#​3367]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3367 [#​3366]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3366 [#​3365]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3365 [#​3364]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3364 [#​3362]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3362 [#​3361]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3361 [#​3359]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3359 [#​3358]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3358 [#​3355]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3355 [#​3353]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3353 [#​3351]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3351 [#​3350]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3350 [#​3349]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3349 [#​3347]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3347 [#​3344]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3344 [#​3339]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3339 [#​3338]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3338 [#​3335]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3335 [#​3332]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3332 [#​3331]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3331 [#​3328]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3328 [#​3327]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3327 [#​3326]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3326 [#​3321]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3321 [#​3320]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3320 [#​3319]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3319 [#​3317]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3317 [#​3316]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3316 [#​3315]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3315 [#​3314]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3314 [#​3311]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3311 [#​3305]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3305 [#​3262]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3262 ### [`v7.30.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.30.2) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.30.2)
Microsoft/TypeScript ### [`v4.8.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.8.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.8.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.0%22+). - [fixed issues query for Typescript 4.8.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.1%22+). - [fixed issues query for Typescript 4.8.1 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.8.2%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-48) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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.

👻 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.