web-infra-dev / rspress

🦀💨 A fast Rspack-based static site generator.
https://rspress.dev
MIT License
1.46k stars 137 forks source link

chore(deps): update all patch dependencies #1545

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-react (source) ^2.64.0 -> ^2.64.1 age adoption passing confidence
@rsbuild/core (source) ~1.0.18 -> ~1.0.19 age adoption passing confidence
@rsbuild/plugin-babel (source) ~1.0.2 -> ~1.0.3 age adoption passing confidence
@rsbuild/plugin-react (source) ~1.0.5 -> ~1.0.6 age adoption passing confidence
@rsbuild/plugin-solid (source) ~1.0.3 -> ~1.0.4 age adoption passing confidence
@types/lodash (source) ^4.17.12 -> ^4.17.13 age adoption passing confidence
framer-motion 11.11.10 -> 11.11.11 age adoption passing confidence
nx (source) 20.0.6 -> 20.0.8 age adoption passing confidence
vitest (source) 2.1.3 -> 2.1.4 age adoption passing confidence

Release Notes

arco-design/arco-design (@​arco-design/web-react) ### [`v2.64.1`](https://redirect.github.com/arco-design/arco-design/releases/tag/2.64.1) [Compare Source](https://redirect.github.com/arco-design/arco-design/compare/2.64.0...2.64.1) ##### 🐛 BugFix - Dependency library `scroll-into-view-if-needed` version number updated([#​2848](https://redirect.github.com/arco-design/arco-design/pull/2848)) - Fixed the bug that the currently highlighted option did not automatically scroll to the viewport when using the keyboard in the `Cascader` search panel.([#​2848](https://redirect.github.com/arco-design/arco-design/pull/2848)) - `Table` component fixes the problem that fixed columns become invalid when the virtual list is enabled and the amount of data is small([#​2847](https://redirect.github.com/arco-design/arco-design/pull/2847)) - Fix for `ColorPicker` to select the outer DOM element when the mouse is moved out of the popup artboard after pressing the mouse([#​2824](https://redirect.github.com/arco-design/arco-design/pull/2824)) - Fixed the bug that the size attribute provided by `ConfigProvider` for `ColorPicker` does not take effect.([#​2822](https://redirect.github.com/arco-design/arco-design/pull/2822)) - 修复 `AutoComplete` 下拉框未完全对齐 bug。([#​2804](https://redirect.github.com/arco-design/arco-design/pull/2804)) ##### 🆎 TypeScript - Fix `count` type issue of `Badge` component.([#​2750](https://redirect.github.com/arco-design/arco-design/pull/2750)) *** ##### 🐛 问题修复 - 依赖库 `scroll-into-view-if-needed` 版本号更新([#​2848](https://redirect.github.com/arco-design/arco-design/pull/2848)) - 修复 `Cascader` 搜索面板键盘操作时当前高亮选项未自动滚动到视口的 bug。([#​2848](https://redirect.github.com/arco-design/arco-design/pull/2848)) - `Table` 组件修复开启虚拟列表且数据量少时,固定列失效的问题([#​2847](https://redirect.github.com/arco-design/arco-design/pull/2847)) - 修复 `ColorPicker` 在弹出画板上按下鼠标后,鼠标移出画板时,会选中外层 DOM 元素([#​2824](https://redirect.github.com/arco-design/arco-design/pull/2824)) - 修复 `ConfigProvider` 对 `ColorPicker` 提供的 size 属性不生效 bug。([#​2822](https://redirect.github.com/arco-design/arco-design/pull/2822)) - 修复 `AutoComplete` 下拉框未完全对齐 bug。([#​2804](https://redirect.github.com/arco-design/arco-design/pull/2804)) ##### 🆎 类型修正 - 修复 `Badge` 组件 `count` 类型问题。([#​2750](https://redirect.github.com/arco-design/arco-design/pull/2750))
web-infra-dev/rsbuild (@​rsbuild/core) ### [`v1.0.19`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.0.19) [Compare Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.0.18...v1.0.19) ##### What's Changed ##### New Features 🎉 - feat(plugin-less): allow to register multiple times by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3842](https://redirect.github.com/web-infra-dev/rsbuild/pull/3842) - feat(plugin-less): add `include` option by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3843](https://redirect.github.com/web-infra-dev/rsbuild/pull/3843) - feat(plugin-sass): allow to register multiple times by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3844](https://redirect.github.com/web-infra-dev/rsbuild/pull/3844) - feat(plugin-sass): add `include` option by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3845](https://redirect.github.com/web-infra-dev/rsbuild/pull/3845) - feat: support import attributes by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3849](https://redirect.github.com/web-infra-dev/rsbuild/pull/3849) - feat: apply SRI to preload link tags by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3853](https://redirect.github.com/web-infra-dev/rsbuild/pull/3853) - feat: support for `postcssOptions` function by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3858](https://redirect.github.com/web-infra-dev/rsbuild/pull/3858) - feat(plugin-preact): integrate `@swc/plugin-prefresh` to enhance prefresh by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3861](https://redirect.github.com/web-infra-dev/rsbuild/pull/3861) ##### Bug Fixes 🐞 - fix: remove RC version from peer dependencies by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3838](https://redirect.github.com/web-infra-dev/rsbuild/pull/3838) - fix(plugin/assets-retry): calculate the times independently in each retry by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rsbuild/pull/3852](https://redirect.github.com/web-infra-dev/rsbuild/pull/3852) - fix(plugin/assets-retry): make loadScript safer by [@​SoonIter](https://redirect.github.com/SoonIter) in [https://github.com/web-infra-dev/rsbuild/pull/3860](https://redirect.github.com/web-infra-dev/rsbuild/pull/3860) ##### Document 📖 - docs: add Prefesh recognition tip by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3839](https://redirect.github.com/web-infra-dev/rsbuild/pull/3839) - docs(plugin-sass): add note for deprecation warnings by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3840](https://redirect.github.com/web-infra-dev/rsbuild/pull/3840) - docs: add practices for multiple Less plugins by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3850](https://redirect.github.com/web-infra-dev/rsbuild/pull/3850) - docs: update `tools.postcss` config loading notes by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3854](https://redirect.github.com/web-infra-dev/rsbuild/pull/3854) - docs: add resolveLoader tip by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/3855](https://redirect.github.com/web-infra-dev/rsbuild/pull/3855) ##### Other Changes - test: reorganize assets e2e cases by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/3841](https://redirect.github.com/web-infra-dev/rsbuild/pull/3841) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3846](https://redirect.github.com/web-infra-dev/rsbuild/pull/3846) - chore(deps): update dependency [@​rsbuild/plugin-preact](https://redirect.github.com/rsbuild/plugin-preact) to ^1.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/3847](https://redirect.github.com/web-infra-dev/rsbuild/pull/3847) **Full Changelog**: https://github.com/web-infra-dev/rsbuild/compare/v1.0.18...v1.0.19
framer/motion (framer-motion) ### [`v11.11.11`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#111111-2024-10-31) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.10...v11.11.11) ##### Fixed - Fixing double `update()` call on mount.
nrwl/nx (nx) ### [`v20.0.8`](https://redirect.github.com/nrwl/nx/releases/tag/20.0.8) [Compare Source](https://redirect.github.com/nrwl/nx/compare/20.0.7...20.0.8) ##### 20.0.8 (2024-11-04) ##### 🩹 Fixes - **core:** fix dependency with multiple dependent packages ([#​28669](https://redirect.github.com/nrwl/nx/pull/28669)) - **expo:** allow yarn 4 to install for build local ([#​28603](https://redirect.github.com/nrwl/nx/pull/28603)) - **rspack:** ensure NX_PUBLIC env vars are available to applications [#​28720](https://redirect.github.com/nrwl/nx/issues/28720) ([#​28751](https://redirect.github.com/nrwl/nx/pull/28751), [#​28720](https://redirect.github.com/nrwl/nx/issues/28720)) - **testing:** install playwright with-deps ([#​28738](https://redirect.github.com/nrwl/nx/pull/28738)) - **webpack:** update stylus version to fix security issue ([#​28646](https://redirect.github.com/nrwl/nx/pull/28646)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://redirect.github.com/Coly010) - Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi) - Isaac Mann [@​isaacplmann](https://redirect.github.com/isaacplmann) - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) ### [`v20.0.7`](https://redirect.github.com/nrwl/nx/releases/tag/20.0.7) [Compare Source](https://redirect.github.com/nrwl/nx/compare/20.0.6...20.0.7) #### 20.0.7 (2024-10-31) ##### 🚀 Features - **nx-dev:** linkable resources page ([9da9b4ad2e](https://redirect.github.com/nrwl/nx/commit/9da9b4ad2e)) ##### 🩹 Fixes - add required minimizer setting to the generated Nest rspack conf… ([#​28629](https://redirect.github.com/nrwl/nx/pull/28629)) - **core:** update http-proxy-middleware ([#​28607](https://redirect.github.com/nrwl/nx/pull/28607)) - **core:** not install cypress when e2e is playwright for react monorepo preset ([#​28642](https://redirect.github.com/nrwl/nx/pull/28642)) - **core:** fix checks for wasm in db operations ([#​28676](https://redirect.github.com/nrwl/nx/pull/28676)) - **core:** retry more db operations ([#​28667](https://redirect.github.com/nrwl/nx/pull/28667)) - **core:** fix powerpack license information grammar ([#​28725](https://redirect.github.com/nrwl/nx/pull/28725)) - **js:** provide absolute paths to hashFile function in @​nx/js/typescript plugin ([#​28690](https://redirect.github.com/nrwl/nx/pull/28690)) - **linter:** ensure .cjs config file is handled correctly for generators [#​28214](https://redirect.github.com/nrwl/nx/issues/28214) ([#​28672](https://redirect.github.com/nrwl/nx/pull/28672), [#​28214](https://redirect.github.com/nrwl/nx/issues/28214)) - **module-federation:** add comment clarifying default export in config file ([#​28675](https://redirect.github.com/nrwl/nx/pull/28675)) - **nextjs:** Remove deprecated export executor ([#​28702](https://redirect.github.com/nrwl/nx/pull/28702)) - **nextjs:** Add deprecation message for svgr ([#​28705](https://redirect.github.com/nrwl/nx/pull/28705)) - **nextjs:** Fix json spread typo ([#​28728](https://redirect.github.com/nrwl/nx/pull/28728)) - **nextjs:** do not generate spec files if unitTestRunner is not set programmatically ([#​28733](https://redirect.github.com/nrwl/nx/pull/28733)) - **nx-dev:** breadcrumbs extra text with query param ([#​28732](https://redirect.github.com/nrwl/nx/pull/28732)) - **rspack:** ensure baseHref is set when provided [#​28455](https://redirect.github.com/nrwl/nx/issues/28455) ([#​28660](https://redirect.github.com/nrwl/nx/pull/28660), [#​28455](https://redirect.github.com/nrwl/nx/issues/28455)) - **rspack:** set NODE_ENV to production correctly [#​28584](https://redirect.github.com/nrwl/nx/issues/28584) ([#​28662](https://redirect.github.com/nrwl/nx/pull/28662), [#​28584](https://redirect.github.com/nrwl/nx/issues/28584)) - **vite:** set NODE_ENV to production correctly [#​28584](https://redirect.github.com/nrwl/nx/issues/28584) ([#​28663](https://redirect.github.com/nrwl/nx/pull/28663), [#​28584](https://redirect.github.com/nrwl/nx/issues/28584)) - **vite:** include vite mts config files ([#​28691](https://redirect.github.com/nrwl/nx/pull/28691)) - **vite:** add correct gitignore pattern for vite timestamp files [#​28685](https://redirect.github.com/nrwl/nx/issues/28685) ([#​28693](https://redirect.github.com/nrwl/nx/pull/28693), [#​28685](https://redirect.github.com/nrwl/nx/issues/28685)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://redirect.github.com/Coly010) - Emily Xiong [@​xiongemi](https://redirect.github.com/xiongemi) - Isaac Mann [@​isaacplmann](https://redirect.github.com/isaacplmann) - Jack Hsu [@​jaysoo](https://redirect.github.com/jaysoo) - Jonathan Cammisuli - Juri [@​juristr](https://redirect.github.com/juristr) - Leosvel Pérez Espinosa [@​leosvelperez](https://redirect.github.com/leosvelperez) - Lorenzo [@​lorenzodejong](https://redirect.github.com/lorenzodejong) - Nicholas Cunningham [@​ndcunningham](https://redirect.github.com/ndcunningham) - Tobias Engelhardt [@​tobiasengelhardt](https://redirect.github.com/tobiasengelhardt) - Younes Jaaidi [@​yjaaidi](https://redirect.github.com/yjaaidi)
vitest-dev/vitest (vitest) ### [`v2.1.4`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.3...v2.1.4) #####    🚀 Features - **browser**: Allow custom HTML path, respect plugins `transformIndexHtml`  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6725](https://redirect.github.com/vitest-dev/vitest/issues/6725) [(16902)](https://redirect.github.com/vitest-dev/vitest/commit/169028f0) #####    🐞 Bug Fixes - Don't normalize drive case letter in root  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6792](https://redirect.github.com/vitest-dev/vitest/issues/6792) [(b28cd)](https://redirect.github.com/vitest-dev/vitest/commit/b28cd2e3) - **browser**: - Fix default browser port  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6700](https://redirect.github.com/vitest-dev/vitest/issues/6700) [(9c518)](https://redirect.github.com/vitest-dev/vitest/commit/9c518c14) - Optimize expect-type  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6713](https://redirect.github.com/vitest-dev/vitest/issues/6713) [(07918)](https://redirect.github.com/vitest-dev/vitest/commit/07918538) - Don't polyfill process.env  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6718](https://redirect.github.com/vitest-dev/vitest/issues/6718) [(da6d2)](https://redirect.github.com/vitest-dev/vitest/commit/da6d2ea7) - Increment browser port automatically if there are several projects with browser.enabled  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6717](https://redirect.github.com/vitest-dev/vitest/issues/6717) [(a9397)](https://redirect.github.com/vitest-dev/vitest/commit/a939779f) - Cleanup keyboard state  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6731](https://redirect.github.com/vitest-dev/vitest/issues/6731) [(19278)](https://redirect.github.com/vitest-dev/vitest/commit/19278f4c) - Don't add `v=` queries to setup files imports  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6759](https://redirect.github.com/vitest-dev/vitest/issues/6759) [(b8258)](https://redirect.github.com/vitest-dev/vitest/commit/b82584c9) - User event cleanup on retry  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6764](https://redirect.github.com/vitest-dev/vitest/issues/6764) [(bdd15)](https://redirect.github.com/vitest-dev/vitest/commit/bdd15dd1) - Ignore non mocked msw requests  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6770](https://redirect.github.com/vitest-dev/vitest/issues/6770) [(9d9ba)](https://redirect.github.com/vitest-dev/vitest/commit/9d9bad5b) - Initiate MSW in the same frame as tests  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6772](https://redirect.github.com/vitest-dev/vitest/issues/6772) [(2444f)](https://redirect.github.com/vitest-dev/vitest/commit/2444ff22) - **deps**: - Update dependency sirv to v3  -  in [https://github.com/vitest-dev/vitest/issues/6701](https://redirect.github.com/vitest-dev/vitest/issues/6701) [(fde5d)](https://redirect.github.com/vitest-dev/vitest/commit/fde5d509) - **expect**: - Correct behavior of `toThrowError` with empty string parameter  -  by [@​shulaoda](https://redirect.github.com/shulaoda) in [https://github.com/vitest-dev/vitest/issues/6710](https://redirect.github.com/vitest-dev/vitest/issues/6710) [(a6129)](https://redirect.github.com/vitest-dev/vitest/commit/a61293e9) - **mocker**: - Remove spy from peer dependencies  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6777](https://redirect.github.com/vitest-dev/vitest/issues/6777) [(3a8b5)](https://redirect.github.com/vitest-dev/vitest/commit/3a8b56bf) - **vitest**: - Clarify slowTestThreshold, print slow tests in non-TTY mode  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6715](https://redirect.github.com/vitest-dev/vitest/issues/6715) [(2e6aa)](https://redirect.github.com/vitest-dev/vitest/commit/2e6aa647) - Print warnings form Vite plugins  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6724](https://redirect.github.com/vitest-dev/vitest/issues/6724) [(121b1)](https://redirect.github.com/vitest-dev/vitest/commit/121b161f) - Don't fail if the working directory starts with a lowercase drive letter  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6779](https://redirect.github.com/vitest-dev/vitest/issues/6779) [(df6d7)](https://redirect.github.com/vitest-dev/vitest/commit/df6d750b) - Silence import analysis warning  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6785](https://redirect.github.com/vitest-dev/vitest/issues/6785) [(39041)](https://redirect.github.com/vitest-dev/vitest/commit/39041ee5) - **vitest,runner**: - Simplify `test.extend` type exports  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6707](https://redirect.github.com/vitest-dev/vitest/issues/6707) [(e5c38)](https://redirect.github.com/vitest-dev/vitest/commit/e5c388f0) #####    🏎 Performance - Use `hash` to replace `createHash`  -  by [@​btea](https://redirect.github.com/btea) in [https://github.com/vitest-dev/vitest/issues/6703](https://redirect.github.com/vitest-dev/vitest/issues/6703) [(5d07b)](https://redirect.github.com/vitest-dev/vitest/commit/5d07bba6) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.3...v2.1.4)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

netlify[bot] commented 3 weeks ago

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
Latest commit 094259871ca81e31b76530cdf1fec2662d7b21d1
Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/672889ef36794900086efc7b
Deploy Preview https://deploy-preview-1545--aquamarine-blini-95325f.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 80 (🔴 down 8 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.