web-infra-dev / rspress

πŸ¦€πŸ’¨ A fast Rspack-based static site generator.
https://rspress.dev
MIT License
1.46k stars 135 forks source link

chore(deps): update all patch dependencies #1610

Closed renovate[bot] closed 2 days ago

renovate[bot] commented 2 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rsbuild/core (source) ~1.1.3 -> ~1.1.4 age adoption passing confidence
cross-spawn ^7.0.5 -> ^7.0.6 age adoption passing confidence
husky ^9.1.6 -> ^9.1.7 age adoption passing confidence
rspress (source) ^1.37.0 -> ^1.37.1 age adoption passing confidence

Release Notes

web-infra-dev/rsbuild (@​rsbuild/core) ### [`v1.1.4`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.4) [Compare Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.1.3...v1.1.4) #### What's Changed ##### New Features πŸŽ‰ - feat: enable module trace by default by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4008](https://redirect.github.com/web-infra-dev/rsbuild/pull/4008) - feat: reference script modules as URL assets by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4011](https://redirect.github.com/web-infra-dev/rsbuild/pull/4011) - feat: reference style modules as URL assets by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4016](https://redirect.github.com/web-infra-dev/rsbuild/pull/4016) - feat(loadConfig): allow to pass a meta data by [@​hasnum-stack](https://redirect.github.com/hasnum-stack) in [https://github.com/web-infra-dev/rsbuild/pull/4013](https://redirect.github.com/web-infra-dev/rsbuild/pull/4013) - feat(deps): bump Rspack v1.1.2 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4017](https://redirect.github.com/web-infra-dev/rsbuild/pull/4017) ##### Bug Fixes 🐞 - fix: print wrong URLs with custom dist path in windows by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4012](https://redirect.github.com/web-infra-dev/rsbuild/pull/4012) ##### Document πŸ“– - docs: add more JavaScript runtimes by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4009](https://redirect.github.com/web-infra-dev/rsbuild/pull/4009) - docs: unify handler param by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4014](https://redirect.github.com/web-infra-dev/rsbuild/pull/4014) - docs: complete loadConfig options by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rsbuild/pull/4019](https://redirect.github.com/web-infra-dev/rsbuild/pull/4019) ##### Other Changes - chore(deps): update dependency rspack-chain to ^1.1.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4010](https://redirect.github.com/web-infra-dev/rsbuild/pull/4010) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rsbuild/pull/4018](https://redirect.github.com/web-infra-dev/rsbuild/pull/4018) - release: 1.1.4 by [@​9aoy](https://redirect.github.com/9aoy) in [https://github.com/web-infra-dev/rsbuild/pull/4020](https://redirect.github.com/web-infra-dev/rsbuild/pull/4020) **Full Changelog**: https://github.com/web-infra-dev/rsbuild/compare/v1.1.3...v1.1.4
moxystudio/node-cross-spawn (cross-spawn) ### [`v7.0.6`](https://redirect.github.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#706-2024-11-18) [Compare Source](https://redirect.github.com/moxystudio/node-cross-spawn/compare/v7.0.5...v7.0.6)
typicode/husky (husky) ### [`v9.1.7`](https://redirect.github.com/typicode/husky/compare/v9.1.6...799e84b716d0e03db80db5d5b0dcdd15b9d555fc) [Compare Source](https://redirect.github.com/typicode/husky/compare/v9.1.6...v9.1.7)
web-infra-dev/rspress (rspress) ### [`v1.37.1`](https://redirect.github.com/web-infra-dev/rspress/releases/tag/v1.37.1) [Compare Source](https://redirect.github.com/web-infra-dev/rspress/compare/v1.37.0...v1.37.1) #### What's Changed ##### Performance πŸš€ - perf: remove `react-transition-group` dependency by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1591](https://redirect.github.com/web-infra-dev/rspress/pull/1591) ##### Bug Fixes 🐞 - fix(deps): remove unused [@​loadable/component](https://redirect.github.com/loadable/component) by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1580](https://redirect.github.com/web-infra-dev/rspress/pull/1580) - fix(deps): clean up more unused dependencies by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1583](https://redirect.github.com/web-infra-dev/rspress/pull/1583) - fix: remove `@modern-js/utils` dependency by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1590](https://redirect.github.com/web-infra-dev/rspress/pull/1590) - fix: remove htmlparser2 and use reg to check valid html elements by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1600](https://redirect.github.com/web-infra-dev/rspress/pull/1600) ##### Document πŸ“– - docs: ts-node is no longer required by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1581](https://redirect.github.com/web-infra-dev/rspress/pull/1581) ##### Other Changes - chore(deps): bump pnpm from v8 to v9 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1584](https://redirect.github.com/web-infra-dev/rspress/pull/1584) - chore(deps): bump husky v9 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1585](https://redirect.github.com/web-infra-dev/rspress/pull/1585) - chore(CI): update to Node 22 by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1586](https://redirect.github.com/web-infra-dev/rspress/pull/1586) - chore(CI): reduce playwright install time by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1587](https://redirect.github.com/web-infra-dev/rspress/pull/1587) - chore(build): no need to build website during dev by [@​chenjiahan](https://redirect.github.com/chenjiahan) in [https://github.com/web-infra-dev/rspress/pull/1589](https://redirect.github.com/web-infra-dev/rspress/pull/1589) - chore: downgrade pnpm to 9.12.0 to avoid renovate break by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1597](https://redirect.github.com/web-infra-dev/rspress/pull/1597) - chore: remove pnpmfile to avoid renovate break by [@​Timeless0911](https://redirect.github.com/Timeless0911) in [https://github.com/web-infra-dev/rspress/pull/1599](https://redirect.github.com/web-infra-dev/rspress/pull/1599) - chore(deps): update all patch dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspress/pull/1594](https://redirect.github.com/web-infra-dev/rspress/pull/1594) - chore(deps): update dependency rspress to ^1.37.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspress/pull/1596](https://redirect.github.com/web-infra-dev/rspress/pull/1596) - chore(deps): update dependency nx to v20.1.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/web-infra-dev/rspress/pull/1595](https://redirect.github.com/web-infra-dev/rspress/pull/1595) **Full Changelog**: https://github.com/web-infra-dev/rspress/compare/v1.37.0...v1.37.1

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 2 days ago

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
Latest commit f46cbb88c30c2d4a6d3b3c8cd88d029821940743
Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/673d83a15e36b8000803ed5f
Deploy Preview https://deploy-preview-1610--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: 93 (🟒 up 2 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.