Skip to content

chore(deps): update all patch dependencies#5218

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-patch
May 12, 2025
Merged

chore(deps): update all patch dependencies#5218
chenjiahan merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.29.2 -> ^2.29.3 age adoption passing confidence
@rsbuild/core (source) ^1.3.15 -> ^1.3.18 age adoption passing confidence
@rsbuild/plugin-react (source) ^1.3.0 -> ^1.3.1 age adoption passing confidence
@rsdoctor/rspack-plugin (source) 1.1.0 -> 1.1.2 age adoption passing confidence
@rslib/core (source) 0.6.8 -> 0.6.9 age adoption passing confidence
@rspack/plugin-react-refresh ~1.4.2 -> ~1.4.3 age adoption passing confidence
@swc/plugin-prefresh (source) ^7.0.3 -> ^7.0.4 age adoption passing confidence
@swc/plugin-remove-console (source) ^7.0.3 -> ^7.0.4 age adoption passing confidence
@tailwindcss/postcss (source) ^4.1.5 -> ^4.1.6 age adoption passing confidence
@types/cors (source) ^2.8.17 -> ^2.8.18 age adoption passing confidence
@types/node (source) ^22.15.3 -> ^22.15.17 age adoption passing confidence
@types/react (source) ^19.1.2 -> ^19.1.3 age adoption passing confidence
create-rstack 1.4.0 -> 1.4.2 age adoption passing confidence
nx (source) ^21.0.0 -> ^21.0.3 age adoption passing confidence
preact (source) ^10.26.5 -> ^10.26.6 age adoption passing confidence
rspress-plugin-sitemap ^1.1.1 -> ^1.1.2 age adoption passing confidence
tailwindcss (source) ^4.1.5 -> ^4.1.6 age adoption passing confidence
vitest (source) ^3.1.2 -> ^3.1.3 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.3

Compare Source

Patch Changes
web-infra-dev/rsbuild (@​rsbuild/core)

v1.3.18

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: v1.3.17...v1.3.18

v1.3.17

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v1.3.16...v1.3.17

v1.3.16

Compare Source

What's Changed

Performance 🚀
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v1.3.15...v1.3.16

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.1.2

What's Changed

New Features 🎉

Full Changelog: web-infra-dev/rsdoctor@v1.1.0...v1.1.2

web-infra-dev/rslib (@​rslib/core)

v0.6.9

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.6.8...v0.6.9

rspack-contrib/rspack-plugin-react-refresh (@​rspack/plugin-react-refresh)

v1.4.3

Compare Source

swc-project/plugins (@​swc/plugin-prefresh)

v7.0.4

Patch Changes
swc-project/plugins (@​swc/plugin-remove-console)

v7.0.4

Patch Changes
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.6

Compare Source

Added
  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#​17831, #​17854)
  • Upgrade: Update dependencies in parallel for improved performance (#​17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#​17906, #​17952)
  • Add support for generating source maps in development (#​17775)
Fixed
  • Ensure negative arbitrary scale values generate negative values (#​17831)
  • Fix HAML extraction with embedded Ruby (#​17846)
  • Don't scan files for utilities when using @reference (#​17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#​17889)
  • Don't scan .log files for classes by default (#​17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#​17925)
  • Download platform specific package if optionalDependencies are skipped (#​17929)
rspack-contrib/create-rstack (create-rstack)

v1.4.2

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: rstackjs/create-rstack@v1.4.0...v1.4.1

nrwl/nx (nx)

v21.0.3

Compare Source

21.0.3 (2025-05-08)
🩹 Fixes
  • core: replace posix.relative with relative for path resolution (#​30783)
  • core: handle process killing more robustly (#​31131)
  • core: only cleanup db connection on exit (#​31137)
  • gradle: specify idle timeout for gradle batch runner (#​31009)
  • gradle: fix gradle tests (#​30879)
❤️ Thank You

v21.0.2

Compare Source

21.0.2 (2025-05-07)

🩹 Fixes
  • core: run script should exit the process when kill signals are r… (#​31109)
  • core: resolve excessive CPU consumption via child_process.rs (#​31110)
  • core: clearer tui colors on light themes (#​31095)
  • core: tui should not exit when underlying process is cancelled (#​31112)
  • core: tui summary should capture more terminal outputs (#​31113)
❤️ Thank You

v21.0.1

Compare Source

21.0.1 (2025-05-07)

🚀 Features
  • rspack: upgrade to version 1.3.8 (#​31070)
🩹 Fixes
  • core: send up and down arrows to pty in interactive mode (#​31084)
  • core: fail nx release cli when publish step fails (#​31088)
  • core: explicitly cleanup forked process task runner (#​31106)
  • core: add keepExistingVersions to jest option to preserve dependency versions (#​30652)
  • js: handle ${configDir} in tsconfig files when inferring tasks (#​31098, #​30883)
  • nx-dev: webinar list page shows event date (#​30953)
❤️ Thank You
preactjs/preact (preact)

v10.26.6

Compare Source

Fixes
Types
  • Change HTMLMediaElement.controlsList type to string (DOMTokenList) (#​4744, thanks @​piotr-cz)
Maintenance
jl917/rspress-plugin-sitemap (rspress-plugin-sitemap)

v1.1.2

Compare Source

Bug Fixes
  • 确保生成sitemap.xml时目录存在 (adef522)
vitest-dev/vitest (vitest)

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.


  • If you want to rebase/retry this PR, check this box

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

@netlify
Copy link

netlify bot commented May 12, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 713fd98
🔍 Latest deploy log https://app.netlify.com/sites/rsbuild/deploys/682160d93b08cd0007608d71
😎 Deploy Preview https://deploy-preview-5218--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 70 (no change from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

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

@renovate renovate bot force-pushed the renovate/all-patch branch from 0fd2bdb to 713fd98 Compare May 12, 2025 02:45
@chenjiahan chenjiahan enabled auto-merge (squash) May 12, 2025 02:47
@chenjiahan chenjiahan merged commit 82e760e into main May 12, 2025
12 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch May 12, 2025 02:52
@chenjiahan chenjiahan mentioned this pull request May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant