ricokahler / next-plugin-preval

Pre-evaluate async functions during builds and import them like JSON
MIT License
255 stars 12 forks source link

chore(deps): update all #59

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-flowtype 5.8.2 -> 5.9.2 age adoption passing confidence
eslint-plugin-import 2.23.4 -> 2.24.2 age adoption passing confidence
eslint-plugin-react 7.24.0 -> 7.25.1 age adoption passing confidence
typescript (source) 4.3.5 -> 4.4.2 age adoption passing confidence

Release Notes

gajus/eslint-plugin-flowtype ### [`v5.9.2`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/v5.9.2) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v5.9.1...v5.9.2) ##### Bug Fixes - use name to sort method property ([#​497](https://togithub.com/gajus/eslint-plugin-flowtype/issues/497)) ([4265b27](https://togithub.com/gajus/eslint-plugin-flowtype/commit/4265b274c7ba4e489a1e8f2dae56a25e2cb03c9e)) ### [`v5.9.1`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/v5.9.1) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v5.9.0...v5.9.1) ##### Bug Fixes - support exact types in sort-keys ([#​494](https://togithub.com/gajus/eslint-plugin-flowtype/issues/494)) ([b038886](https://togithub.com/gajus/eslint-plugin-flowtype/commit/b038886b3bb5e3ea30acaadf3749a37fec7c7ad1)) ### [`v5.9.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/v5.9.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v5.8.2...v5.9.0) ##### Features - Interface Id Match rule ([#​492](https://togithub.com/gajus/eslint-plugin-flowtype/issues/492)) ([d7abd9f](https://togithub.com/gajus/eslint-plugin-flowtype/commit/d7abd9f68d6cab5638b21c733ee4ab20a1354230))
import-js/eslint-plugin-import ### [`v2.24.2`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2242---2021-08-24) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2) ##### Fixed - \[`named`], \[`namespace`]: properly handle ExportAllDeclarations (\[[#​2199](https://togithub.com/import-js/eslint-plugin-import/issues/2199)], thanks \[[@​ljharb](https://togithub.com/ljharb)]) ### [`v2.24.1`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2241---2021-08-19) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1) ##### Fixed - `ExportMap`: Add default export when esModuleInterop is true and anything is exported (\[[#​2184](https://togithub.com/import-js/eslint-plugin-import/issues/2184)], thanks \[[@​Maxim-Mazurok](https://togithub.com/Maxim-Mazurok)]) - \[`named`], \[`namespace`]: properly set reexports on `export * as … from` (\[[#​1998](https://togithub.com/import-js/eslint-plugin-import/issues/1998)], \[[#​2161](https://togithub.com/import-js/eslint-plugin-import/issues/2161)], thanks \[[@​ljharb](https://togithub.com/ljharb)]) - \[`no-duplicates`]: correctly handle case of mixed default/named type imports (\[[#​2149](https://togithub.com/import-js/eslint-plugin-import/issues/2149)], thanks \[[@​GoodForOneFare](https://togithub.com/GoodForOneFare)], \[[@​nwalters512](https://togithub.com/nwalters512)]) - \[`no-duplicates`]: avoid crash with empty `import type {}` (\[[#​2201](https://togithub.com/import-js/eslint-plugin-import/issues/2201)], thanks \[[@​ljharb](https://togithub.com/ljharb)]) ##### Changed - \[Docs] `max-dependencies`: 📖 Document `ignoreTypeImports` option (\[[#​2196](https://togithub.com/import-js/eslint-plugin-import/issues/2196)], thanks \[[@​himynameisdave](https://togithub.com/himynameisdave)]) ### [`v2.24.0`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2240---2021-08-08) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0) ##### Added - \[`no-dynamic-require`]: add option `esmodule` (\[[#​1223](https://togithub.com/import-js/eslint-plugin-import/issues/1223)], thanks \[[@​vikr01](https://togithub.com/vikr01)]) - \[`named`]: add `commonjs` option (\[[#​1222](https://togithub.com/import-js/eslint-plugin-import/issues/1222)], thanks \[[@​vikr01](https://togithub.com/vikr01)]) - \[`no-namespace`]: Add `ignore` option (\[[#​2112](https://togithub.com/import-js/eslint-plugin-import/issues/2112)], thanks \[[@​aberezkin](https://togithub.com/aberezkin)]) - \[`max-dependencies`]: add option `ignoreTypeImports` (\[[#​1847](https://togithub.com/import-js/eslint-plugin-import/issues/1847)], thanks \[[@​rfermann](https://togithub.com/rfermann)]) ##### Fixed - \[`no-duplicates`]: ensure autofix avoids excessive newlines (\[[#​2028](https://togithub.com/import-js/eslint-plugin-import/issues/2028)], thanks \[[@​ertrzyiks](https://togithub.com/ertrzyiks)]) - \[`extensions`]: avoid crashing on partially typed import/export statements (\[[#​2118](https://togithub.com/import-js/eslint-plugin-import/issues/2118)], thanks \[[@​ljharb](https://togithub.com/ljharb)]) - \[`no-extraneous-dependencies`]: add ESM intermediate package.json support (\[[#​2121](https://togithub.com/import-js/eslint-plugin-import/issues/2121)], thanks \[[@​paztis](https://togithub.com/paztis)]) - Use `context.getPhysicalFilename()` when available (ESLint 7.28+) (\[[#​2160](https://togithub.com/import-js/eslint-plugin-import/issues/2160)], thanks \[[@​pmcelhaney](https://togithub.com/pmcelhaney)]) - \[`extensions`]/`importType`: fix isScoped treating @​/abc as scoped module (\[[#​2146](https://togithub.com/import-js/eslint-plugin-import/issues/2146)], thanks \[[@​rperello](https://togithub.com/rperello)]) ##### Changed - \[Docs] \[`extensions`]: improved cases for using `@/...` (\[[#​2140](https://togithub.com/import-js/eslint-plugin-import/issues/2140)], thanks \[[@​wenfangdu](https://togithub.com/wenfangdu)]) - \[Docs] \[`extensions`]: removed incorrect cases (\[[#​2138](https://togithub.com/import-js/eslint-plugin-import/issues/2138)], thanks \[[@​wenfangdu](https://togithub.com/wenfangdu)]) - \[Tests] \[`order`]: add tests for `pathGroupsExcludedImportTypes: ['type']` (\[[#​2158](https://togithub.com/import-js/eslint-plugin-import/issues/2158)], thanks \[[@​atav32](https://togithub.com/atav32)]) - \[Docs] \[`order`]: improve the documentation for the `pathGroupsExcludedImportTypes` option (\[[#​2156](https://togithub.com/import-js/eslint-plugin-import/issues/2156)], thanks \[[@​liby](https://togithub.com/liby)]) - \[Tests] \[`no-cycle`]: Restructure test files (\[[#​1517](https://togithub.com/import-js/eslint-plugin-import/issues/1517)], thanks \[[@​soryy708](https://togithub.com/soryy708)]) - \[Docs] add description how to use plugin with yarn berry (\[[#​2179](https://togithub.com/import-js/eslint-plugin-import/issues/2179)], thanks \[[@​KostyaZgara](https://togithub.com/KostyaZgara)])
yannickcr/eslint-plugin-react ### [`v7.25.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7251---20210829) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.0...v7.25.1) ##### Fixed - \[`no-this-in-sfc`], component detection: Improve stateless component detection ([#​3056][] [@​Wesitos](https://togithub.com/Wesitos)) [7.25.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.0...v7.25.1 [#​3056]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3056 ### [`v7.25.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7250---20210827) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0) ##### Added - \[`jsx-no-useless-fragments`]: add option to allow single expressions in fragments ([#​3006][] [@​mattdarveniza](https://togithub.com/mattdarveniza)) - add \[`prefer-exact-props`] rule ([#​1547][] [@​jomasti](https://togithub.com/jomasti)) - \[`jsx-no-target-blank`]: add `forms` option ([#​1617][] [@​jaaberg](https://togithub.com/jaaberg)) - \[`jsx-pascal-case`]: add `allowLeadingUnderscore` option ([#​3039][] [@​pangaeatech](https://togithub.com/pangaeatech)) - \[`no-children-prop`]: Add `allowFunctions` option ([#​1903][] [@​alexzherdev](https://togithub.com/alexzherdev)) - \[`jsx-runtime`]: set `parserOptions.jsxPragma` for `@typescript-eslint/parser` ([bb64df65][] [@​ljharb](https://togithub.com/ljharb)) ##### Fixed - component detection: use `estraverse` to improve component detection ([#​2992][] [@​Wesitos](https://togithub.com/Wesitos)) - \[`destructuring-assignment`], \[`no-multi-comp`], \[`no-unstable-nested-components`], component detection: improve component detection ([#​3001][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`no-deprecated`]: fix crash on rest elements ([#​3016][] [@​ljharb](https://togithub.com/ljharb)) - \[`destructuring-assignment`]: get the contextName correctly ([#​3025][] [@​ohhoney1](https://togithub.com/ohhoney1)) - \[`no-typos`]: prevent crash on styled components and forwardRefs ([#​3036][] [@​ljharb](https://togithub.com/ljharb)) - \[`destructuring-assignment`], component detection: handle default exports edge case ([#​3038][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`no-typos`]: fix crash on private methods ([#​3043][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-no-bind`]: handle local function declarations ([#​3048][] [@​p7g](https://togithub.com/p7g)) - \[`prop-types`], `propTypes`: handle React.\* TypeScript types ([#​3049][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`prop-types`], `propTypes`: add handling for `FC`, improve tests ([#​3051][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`prop-types`], `propTypes`: prevent crash introduced in [#​3051][] ([#​3053][] [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[Docs] \[`jsx-no-bind`]: updates discussion of refs ([#​2998][] [@​dimitropoulos](https://togithub.com/dimitropoulos)) - \[Refactor] `utils/Components`: correct spelling and delete unused code ([#​3026][] [@​ohhoney1](https://togithub.com/ohhoney1)) - \[Docs] \[`jsx-uses-react`], \[`react-in-jsx-scope`]: document \[`react/jsx-runtime`] config ([#​3018][] [@​pkuczynski](https://togithub.com/pkuczynski) [@​ljharb](https://togithub.com/ljharb)) - \[Docs] \[`require-default-props`]: fix small typo ([#​2994][] [@​evsasse](https://togithub.com/evsasse)) - \[Tests] add weekly scheduled smoke tests ([#​2963][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - \[Docs] improve instructions for `jsx-runtime` config ([#​3052][] [@​ljharb](https://togithub.com/ljharb)) [7.25.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0 [bb64df65]: https://togithub.com/yannickcr/eslint-plugin-react/commit/bb64df6505b3e9a01da5b61626ab9f544caea438 [#​3053]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3053 [#​3052]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3052 [#​3051]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3051 [#​3049]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3049 [#​3048]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3048 [#​3043]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3043 [#​3039]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3039 [#​3038]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3038 [#​3036]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3036 [#​3026]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3026 [#​3025]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3025 [#​3018]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3018 [#​3016]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3016 [#​3006]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3006 [#​3001]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3001 [#​2998]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2998 [#​2994]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2994 [#​2992]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2992 [#​2963]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2963 [#​1903]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1903 [#​1617]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1617 [#​1547]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1547
Microsoft/TypeScript ### [`v4.4.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.4.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.4.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.0+%28Beta%29%22+). - [fixed issues query for Typescript 4.4.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.1+%28RC%29%22+). - [fixed issues query for Typescript 4.4.2](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.2%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-442) ([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: "before 3am on the first day of the month" (UTC).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, 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 WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: