lobehub / chat-plugin-template

🧩 / 🚀 PluginTemplate - This is the plugin template for LobeChat plugin development.
MIT License
43 stars 32 forks source link

Update dependency father to v4.4.5 #19

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
father 4.3.1 -> 4.4.5 age adoption passing confidence

Release Notes

umijs/father (father) ### [`v4.4.5`](https://togithub.com/umijs/father/releases/tag/v4.4.5) [Compare Source](https://togithub.com/umijs/father/compare/v4.4.4...v4.4.5) #### Fixed - Doctor PHANTOM_DEPS rule cannot works with `node:*` [#​765](https://togithub.com/umijs/father/pull/765) **Full Changelog**: https://github.com/umijs/father/compare/v4.4.4...v4.4.5 ### [`v4.4.4`](https://togithub.com/umijs/father/releases/tag/v4.4.4) [Compare Source](https://togithub.com/umijs/father/compare/v4.4.3...v4.4.4) #### What's Changed - chore: lock esbuild@0.17.19 by [@​Jinbao1001](https://togithub.com/Jinbao1001) in [https://github.com/umijs/father/pull/759](https://togithub.com/umijs/father/pull/759) #### New Contributors - [@​Jinbao1001](https://togithub.com/Jinbao1001) made their first contribution in [https://github.com/umijs/father/pull/759](https://togithub.com/umijs/father/pull/759) **Full Changelog**: https://github.com/umijs/father/compare/v4.4.3...v4.4.4 ### [`v4.4.3`](https://togithub.com/umijs/father/compare/v4.4.1...v4.4.3) [Compare Source](https://togithub.com/umijs/father/compare/v4.4.1...v4.4.3) ### [`v4.4.1`](https://togithub.com/umijs/father/releases/tag/v4.4.1) [Compare Source](https://togithub.com/umijs/father/compare/v4.4.0...v4.4.1) #### Fixed - Doctor import checkup is not works for jsx and tsx files [#​754](https://togithub.com/umijs/father/pull/754) #### New Contributors - [@​Orchardxyz](https://togithub.com/Orchardxyz) made their first contribution in [https://github.com/umijs/father/pull/753](https://togithub.com/umijs/father/pull/753) **Full Changelog**: https://github.com/umijs/father/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://togithub.com/umijs/father/releases/tag/v4.4.0) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.8...v4.4.0) #### Features - Upgrade typescript to ~5.3.3 [#​738](https://togithub.com/umijs/father/pull/738) [@​bestlyg](https://togithub.com/bestlyg) #### Fixed - Internal styled-components babel plugin lost since `@umijs/babel-preset-umi@4.0.88` [#​741](https://togithub.com/umijs/father/pull/741) - Wrong doctor `PACK_FILES_MISSING` rule result for prebundle `.d.ts` files [#​740](https://togithub.com/umijs/father/pull/740) #### New Contributors - [@​bestlyg](https://togithub.com/bestlyg) made their first contribution in [https://github.com/umijs/father/pull/738](https://togithub.com/umijs/father/pull/738) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.8...v4.4.0 ### [`v4.3.8`](https://togithub.com/umijs/father/releases/tag/v4.3.8) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.7...v4.3.8) #### Features - Allow set file-system cache directory by `FATHER_CACHE_DIR` env [#​734](https://togithub.com/umijs/father/pull/734) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.7...v4.3.8 ### [`v4.3.7`](https://togithub.com/umijs/father/releases/tag/v4.3.7) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.6...v4.3.7) #### Fixed - Ignore fs-specific temp files in watch mode [#​729](https://togithub.com/umijs/father/pull/729) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.6...v4.3.7 ### [`v4.3.6`](https://togithub.com/umijs/father/releases/tag/v4.3.6) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.5...v4.3.6) #### Features - Support `--no-clean` for dev command [#​719](https://togithub.com/umijs/father/pull/719) [@​PopperLi](https://togithub.com/PopperLi) #### Fixed - Correct umd cache directory [#​726](https://togithub.com/umijs/father/pull/726) - Bundless cache maybe broken if has dts error [#​725](https://togithub.com/umijs/father/pull/725) #### New Contributors - [@​PopperLi](https://togithub.com/PopperLi) made their first contribution in [https://github.com/umijs/father/pull/719](https://togithub.com/umijs/father/pull/719) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.5...v4.3.6 ### [`v4.3.5`](https://togithub.com/umijs/father/releases/tag/v4.3.5) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.4...v4.3.5) #### Fixed - tsconfig.json `paths` not found error if it out of cwd [#​715](https://togithub.com/umijs/father/pull/715) - Default `typeRoots` behavior is inconsistent with tsc [#​716](https://togithub.com/umijs/father/pull/716) - `d.ts` may lost if another `d.ts` source file has error in last time [#​717](https://togithub.com/umijs/father/pull/717) #### Improvements - Use `contenthash` instead `mtime` for cache key [#​718](https://togithub.com/umijs/father/pull/718) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.4...v4.3.5 ### [`v4.3.4`](https://togithub.com/umijs/father/releases/tag/v4.3.4) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.3...v4.3.4) #### Features - Add `TSCONFIG_RISK` doctor rule [#​712](https://togithub.com/umijs/father/pull/712) #### Fixed - Omit `d.ts` generate errors that not belong to the built files [#​711](https://togithub.com/umijs/father/pull/711) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.3...v4.3.4 ### [`v4.3.3`](https://togithub.com/umijs/father/releases/tag/v4.3.3) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.2...v4.3.3) #### Fixed \*`tsconfig.json` include types lost when generating `.d.ts` files [#​707](https://togithub.com/umijs/father/pull/707) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.2...v4.3.3 ### [`v4.3.2`](https://togithub.com/umijs/father/releases/tag/v4.3.2) [Compare Source](https://togithub.com/umijs/father/compare/v4.3.1...v4.3.2) #### Fixed - `d.ts` pre emit diagnostics lost after compilation [#​701](https://togithub.com/umijs/father/pull/701) - `d.ts` may lost if tsconfig changed [#​702](https://togithub.com/umijs/father/pull/702) #### Improvements - Skip d.ts files when doctor parsing [#​700](https://togithub.com/umijs/father/pull/700) **Full Changelog**: https://github.com/umijs/father/compare/v4.3.1...v4.3.2

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

lobehubbot commented 10 months ago

👍 @renovate[bot]
Thank you for raising your pull request and contributing to our Community Please make sure you have followed our contributing guidelines. We will review it as soon as possible. If you encounter any problems, please feel free to connect with us.\ 非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。 如果您遇到任何问题,请随时与我们联系。

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (main@86b7942). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #19 +/- ## ====================================== Coverage ? 0.00% ====================================== Files ? 12 Lines ? 407 Branches ? 12 ====================================== Hits ? 0 Misses ? 395 Partials ? 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.