Skip to content

chore(deps): update all patch dependencies #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/plugin-react (source) ^1.3.2 -> ^1.3.3 age confidence
@rsdoctor/rspack-plugin (source) ^1.1.5 -> ^1.1.7 age confidence
@rspress/plugin-llms (source) 2.0.0-beta.18 -> 2.0.0-beta.19 age confidence
jest-diff (source) ^30.0.3 -> ^30.0.4 age confidence
nx (source) ^21.2.1 -> ^21.2.2 age confidence
prettier-plugin-packagejson ^2.5.17 -> ^2.5.18 age confidence
rspress (source) ^2.0.0-beta.18 -> ^2.0.0-beta.19 age confidence

Release Notes

web-infra-dev/rsbuild (@​rsbuild/plugin-react)

v1.3.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.2...v1.3.3

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

v1.1.7

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rsdoctor@v1.1.6...v1.1.7

v1.1.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.1.5...v1.1.6

web-infra-dev/rspress (@​rspress/plugin-llms)

v2.0.0-beta.19

Compare Source

Breaking Changes 🚨

Correct relative link in markdown without ./ prefix

Related PR: #​2348

Markdown links without "./" prefix are now relative links, e.g: [subfolder](subfolder) is equal to [subfolder](./subfolder)

image

Before

[](installation) and [](installation.mdx) points to /installation.html, this behavior is strange ❌

After

[](installation) and [](installation.mdx) points to /guide/api/installation.html

If you are updating to Rspress V2, don't worry, our friend markdown.checkDeadLinks which is also refactored can help us check and find these broken links 👬🏻

image

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.18...v2.0.0-beta.19

jestjs/jest (jest-diff)

v30.0.4

Compare Source

Features
  • [expect] The Inverse type is now exported (#​15714)
  • [expect] feat: support async functions in toBe (#​15704)
Fixes
  • [jest] jest --onlyFailures --listTests now correctly lists only failed tests (#​15700)
  • [jest-snapshot] Handle line endings in snapshots (#​15708)
nrwl/nx (nx)

v21.2.2

Compare Source

21.2.2 (2025-07-02)

🚀 Features
  • bundling: add useLegacyTypescriptPlugin option to migrate from rollup-plugin-typescript2 (#​31718, #​30488)
  • core: pass in progress task outputs to tui for non-direct child processes (#​31655)
  • core: add CI warning for missing remote cache solution (#​31678)
  • core: enhance native cache operations with comprehensive logging (#​31652)
  • graph: enhance migration state management and introduce migration stopping functionality. (#​31626)
  • module-federation: bump @​module-federation/enhanced version to 0.15.0 to fix vulnerability (#​30806, #​30502, #​30748)
🩹 Fixes
  • angular: respect skipTsConfig option in library generator (#​31738, #​31185)
  • angular: improve indexHtmlTransformer documentation (#​31742, #​30831)
  • angular: expand nx tokens in project configurations when running schematic migrations (#​31526, #​29052)
  • bundling: respect decision to create babelrc file (#​31755, #​31582)
  • core: do not auto-exit tui when there are multiple failed tasks (#​31631)
  • core: improve error handling in daemon server (#​31728, #​31407, #​31567)
  • core: resolve package.json for @​nx/js to improve plugin detection (#​31770)
  • core: update nx to version 21.3.0-beta.0 (#​31771)
  • core: allow any framework value in preset generator schema (#​31665)
  • docs: add missing --project parameter to Angular service generation command (#​31735, #​31410)
  • expo: respect --unit-test-runner=none properly when generating expo apps and libs (#​31754, #​30366)
  • gradle: add dependsOn outputs to inputs dependentTasksOutputFiles (#​31683)
  • js: failing e2e test due to dependency (#​31676)
  • js: resolve asset paths relative to workspace root instead of cwd (#​31664)
  • js: improve typescript plugin build detection (#​31533, #​29670)
  • linter: correct lintFilePatterns documentation to show it's optional (#​31744, #​29648)
  • linter: update lint executor to always log errors and stack traces (#​31757, #​21630)
  • linter: refactor checking if the identifier is a function via tsquery (#​31792)
  • module-federation: ensure manifest path not prepended with workspace root (#​31698, #​31524)
  • module-federation: restore support for relative URLs in module federation remotes (#​31723, #​30615, #​31538)
  • nextjs: use next/jest.js for Jest configuration to support modern JSX transform (#​31705, #​27900)
  • node: ensure args are set in target correctly (#​31758, #​31578)
  • node: reorder addPlugin in normalizeOptions return object (#​31785)
  • nuxt: fix TypeScript configuration chain for Nuxt components and composables (#​31701, #​30742)
  • nx-dev: small adjustment to the blog post (550c7e37da)
  • nx-dev: pinning logic on blog entry page (c747d3f172)
  • nx-dev: update sorting of pinned posts (74e77e18f2)
  • react: do not set styles.tailwind for executor options for projects not using inferred targets (#​31667)
  • react: add .js extensions to subpath imports in module federation templates (#​31730, #​31448)
  • storybook: handle hyphenated framework names in pnpm dependency installation (#​31760, #​31292)
  • testing: do not update component configuration in cypress set-inject-document-domain migration (#​31614, #​31610)
  • testing: correct Playwright grep documentation from glob to regex (#​31743, #​30181)
  • testing: do not re-add vscode recommended extension for jest after initial jest setup (#​31745, #​29345)
  • testing: prefer using tsconfig.spec.json when loading jest config in plugin (#​31726, #​31351)
  • testing: unset customConditions when running the open-cypress inferred task (#​31687, #​31616)
  • vite: fix the build command for the deps in the vite tsconfig paths plugin (#​31729, #​31333)
  • vite: resolve outDir path correctly for nested monorepos (#​31741, #​31234)
  • vite: ensure path aliases are not replaced when building vite projects and using ts path mappings (#​31747, #​30814)
  • vite: ensure vue-tsc is used for typecheck of vue projects (#​31761, #​31647)
  • webpack: respect user config when applying node target #​30937 (#​31700, #​30937)
❤️ Thank You
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.18

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.4.0 (eef209d)

Configuration

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

Copy link

netlify bot commented Jul 7, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 3ee7dc1
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/686b3e6df8c3190008196655
😎 Deploy Preview https://deploy-preview-366--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@9aoy 9aoy merged commit 55a53da into main Jul 7, 2025
15 checks passed
@9aoy 9aoy deleted the renovate/all-patch branch July 7, 2025 03:36
@9aoy 9aoy mentioned this pull request Jul 11, 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