Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 29, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@rslib/core (source) ^0.20.0^0.21.0 age confidence devDependencies minor
@rslint/core ^0.3.3^0.4.1 age confidence devDependencies minor
@rstest/core (source) ^0.9.4^0.9.7 age confidence devDependencies patch
@types/node (source) ^24.12.0^24.12.2 age confidence devDependencies patch
node 24.14.024.14.1 age confidence uses-with patch
pnpm (source) 10.32.110.33.0 age confidence packageManager minor
prettier (source) ^3.8.1^3.8.2 age confidence devDependencies patch

Release Notes

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

v0.21.0

Compare Source

Highlights 💡

Single Executable Applications

Rslib now supports building Node.js single executable applications with the experimental experiments.exe option.

export default {
  lib: [
    {
      format: 'esm',
      experiments: {
        exe: true,
      },
    },
  ],
};

More details: experiments.exe

Best Practices Skill

Rslib now provides a best practices skill, which can be used when writing, reviewing, or troubleshooting Rslib projects.

  • In an existing project:
npx skills add rstackjs/agent-skills --skill rslib-best-practices
  • When creating a new project:
npx -y create-rslib@latest my-project -t react --skill rslib-best-practices

More details: AI - Agent Skills

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.20.3...v0.21.0

v0.20.3

Compare Source

What's Changed

Other Changes

Full Changelog: web-infra-dev/rslib@v0.20.2...v0.20.3

v0.20.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.20.1...v0.20.2

v0.20.1

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rslib@v0.20.0...v0.20.1

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

v0.4.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞

New Contributors

Full Changelog: web-infra-dev/rslint@v0.4.0...v0.4.1

v0.4.0

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Documentation 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslint@v0.3.4...v0.4.0

v0.3.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix: correct reported lint duration to include full execution time by @​fansenze in #​584
Documentation 📖
Other Changes
  • chore(deps): update module github.com/bmatcuk/doublestar/v4 to v4.10.0 by @​renovate[bot] in #​578
  • chore(deps): update module github.com/fatih/color to v1.19.0 by @​renovate[bot] in #​579
  • chore(deps): update module golang.org/x/tools to v0.43.0 by @​renovate[bot] in #​582

Full Changelog: web-infra-dev/rslint@v0.3.3...v0.3.4

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

v0.9.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix(core): normalize numeric cli filters by @​9aoy in #​1143
  • fix: use web condition names by default in browser-like test environment by @​9aoy in #​1152
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.6...v0.9.7

v0.9.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.9.5...v0.9.6

v0.9.5

Compare Source

What's Changed

New Features 🎉
  • feat: add output.distPath.root configuration by @​9aoy in #​1083
  • feat(core): add output.bundleDependencies config option by @​9aoy in #​1072
  • feat: add unmockRequire / doUnmockRequire API by @​9aoy in #​1098
  • feat(browser): support output browser inspect config files when DEBUG is enabled by @​9aoy in #​1104
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.4...v0.9.5

actions/node-versions (node)

v24.14.1: 24.14.1

Compare Source

Node.js 24.14.1

pnpm/pnpm (pnpm)

v10.33.0

Compare Source

prettier/prettier (prettier)

v3.8.2

Compare Source


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 is behind base branch, 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 4 times, most recently from 9ab6e16 to 5e426b3 Compare April 3, 2026 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e1faf40 to 74f0977 Compare April 10, 2026 04:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74f0977 to cbfe8a5 Compare April 10, 2026 09:11
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