Skip to content

chore(deps): update all non-major dependencies#46

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#46
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@microsoft/api-extractor (source) ^7.58.1^7.58.7 age confidence devDependencies patch
@rsbuild/core (source) 2.0.0-rc.02.0.8 age confidence devDependencies patch
@rslib/core (source) ^0.20.3^0.21.5 age confidence devDependencies minor
@rslint/core ^0.3.4^0.5.3 age confidence devDependencies minor
@rstest/adapter-rslib (source) ^0.2.2^0.10.2 age confidence devDependencies minor
@rstest/core (source) ^0.9.6^0.10.2 age confidence devDependencies minor
@rstest/coverage-istanbul (source) ^0.3.1^0.10.2 age confidence devDependencies minor
@types/node (source) ^24.12.2^24.12.4 age confidence devDependencies patch
dprint ^0.53.2^0.54.0 age confidence devDependencies minor
node 24.14.124.15.0 age confidence uses-with minor 24.16.0
pnpm (source) 10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c864931910.33.4 age confidence packageManager patch 10.34.1 (+1)
tinyexec ^1.0.4^1.2.2 age confidence devDependencies minor
typescript (source) ^6.0.2^6.0.3 age confidence devDependencies patch
yarn (source) 4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c4.15.0 age confidence packageManager minor

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.58.7

Compare Source

Mon, 20 Apr 2026 23:31:13 GMT

Version update only

v7.58.6

Compare Source

Mon, 20 Apr 2026 15:15:24 GMT

Patches
  • Fix an issue where empty lines were included in DTS rollups in place of API items that were trimmed.

v7.58.5

Compare Source

Sat, 18 Apr 2026 03:47:10 GMT

Version update only

v7.58.4

Compare Source

Sat, 18 Apr 2026 00:15:16 GMT

Patches
  • Bump semver.

v7.58.3

Compare Source

Fri, 17 Apr 2026 15:14:57 GMT

Patches
  • Remove dependecy on lodash.

v7.58.2

Compare Source

Thu, 09 Apr 2026 00:15:07 GMT

Version update only

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

v2.0.8

Compare Source

Highlights
Tailwind CSS Plugin

Rsbuild 2.0.8 introduces @rsbuild/plugin-tailwindcss, a first-party plugin for integrating Tailwind CSS v4 through @​tailwindcss/webpack.

Compared with the @tailwindcss/postcss package, it avoids running Tailwind CSS transforms through PostCSS and provides better build performance.

import { pluginTailwindcss } from '@​rsbuild/plugin-tailwindcss';

export default {
  plugins: [pluginTailwindcss()],
};
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.7...v2.0.8

v2.0.7

Compare Source

Highlights

Web Worker Query Imports

Rsbuild now supports importing worker scripts with ?worker, ?worker&inline, and ?inline&worker:

import MyWorker from './worker.ts?worker';
import InlineWorker from './worker.ts?worker&inline';

const worker = new MyWorker();
const inlineWorker = new InlineWorker({ name: 'inline-worker' });
Automatic Dependency Externalization

output.autoExternal reads dependencies from the root package.json and generates output.externals rules for matching packages and subpath imports. This is useful for Node.js and SSR bundles where runtime dependencies should stay external.

export default {
  output: {
    target: 'node',
    autoExternal: true,
  },
};

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.6...v2.0.7

v2.0.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.5...v2.0.6

v2.0.5

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.4...v2.0.5

v2.0.4

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rsbuild@v2.0.3...v2.0.4

v2.0.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.2...v2.0.3

v2.0.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.1...v2.0.2

v2.0.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 67a9bf1 to 3dc9146 Compare May 8, 2026 04:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4b4b944 to 9258941 Compare May 15, 2026 13:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b61bdc9 to 750048c Compare May 25, 2026 05:04
@renovate renovate Bot enabled auto-merge (squash) May 25, 2026 05:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 750048c to 9fe1059 Compare May 25, 2026 05:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9fe1059 to cbc4432 Compare May 28, 2026 10:01
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.

0 participants