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 #92

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
@types/babel__core 7.1.18 -> 7.1.19 age adoption passing confidence
eslint-plugin-react 7.29.2 -> 7.29.4 age adoption passing confidence
prettier (source) 2.5.1 -> 2.6.1 age adoption passing confidence
typescript (source) 4.6.2 -> 4.6.3 age adoption passing confidence

Release Notes

yannickcr/eslint-plugin-react ### [`v7.29.4`](https://togithub.com/yannickcr/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7294---20220313) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4) ##### Fixed - \[`no-unused-state`]: avoid a crash on a class field gDSFP ([#​3236][] [@​ljharb](https://togithub.com/ljharb)) - \[`boolean-prop-naming`]: handle React.FC, intersection, union types ([#​3241][] [@​ljharb](https://togithub.com/ljharb)) [7.29.4]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4 [#​3241]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3241 [#​3236]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3236 ### [`v7.29.3`](https://togithub.com/yannickcr/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7293---20220303) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.2...v7.29.3) ##### Fixed - \[`no-unused-state`]: avoid a crash on type-only gDSFP declarations ([#​3225][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-curly-brace-presence`]: the string "never" defaults to `propElementValues` as `ignore` ([#​3228][] [@​ljharb](https://togithub.com/ljharb)) - `propTypes`: add `VFC` to react generic list ([#​3230][] [@​ljharb](https://togithub.com/ljharb)) [7.29.3]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.2...v7.29.3 [#​3230]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3230 [#​3228]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3228 [#​3225]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3225
prettier/prettier ### [`v2.6.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​261) [Compare Source](https://togithub.com/prettier/prettier/compare/2.6.0...2.6.1) [diff](https://togithub.com/prettier/prettier/compare/2.6.0...2.6.1) ##### Ignore `loglevel` when printing information ([#​12477](https://togithub.com/prettier/prettier/pull/12477) by [@​fisker](https://togithub.com/fisker)) ```bash ``` ### [`v2.6.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#Prettier-260) [Compare Source](https://togithub.com/prettier/prettier/compare/2.5.1...2.6.0) prettier --loglevel silent --find-config-path index.js
Microsoft/TypeScript ### [`v4.6.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.6.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.6.2...v4.6.3) This release includes fixes for - [an incremental parsing bug caused by faulty error recovery logic](https://togithub.com/microsoft/TypeScript/issues/47895) - [improved results from the TypeScript API's `preProcessFile` function](https://togithub.com/microsoft/TypeScript/pull/47657) For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.6.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.0%22+). - [fixed issues query for Typescript 4.6.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.1%22+). - [fixed issues query for Typescript 4.6.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.2%22+). - [fixed issues query for Typescript 4.6.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)

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.

codecov[bot] commented 2 years ago

Codecov Report

Merging #92 (41376cc) into main (dcfe402) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   92.70%   92.70%           
=======================================
  Files           2        2           
  Lines          96       96           
  Branches       32       32           
=======================================
  Hits           89       89           
  Misses          6        6           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update dcfe402...41376cc. Read the comment docs.

github-actions[bot] commented 1 year ago

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

The release is available on:

Your semantic-release bot :package::rocket: