Skip to content

fix(deps): update all non-major dependencies#108

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 13, 2026
Merged

fix(deps): update all non-major dependencies#108
renovate[bot] merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 12, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@rslib/core (source) ^0.20.3^0.21.0 age confidence devDependencies minor
@rslint/core ^0.3.4^0.4.1 age confidence devDependencies minor
@rspack/cli (source) 2.0.0-rc.02.0.0-rc.1 age confidence devDependencies patch
@rspack/core (source) 2.0.0-rc.02.0.0-rc.1 age confidence devDependencies patch
@rstest/core (source) ^0.9.6^0.9.7 age confidence devDependencies patch
node 2424.14.1 age confidence uses-with minor
prettier (source) ^3.8.1^3.8.2 age confidence devDependencies patch
react (source) ^19.2.4^19.2.5 age confidence dependencies patch
react-dom (source) ^19.2.4^19.2.5 age confidence dependencies 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

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

web-infra-dev/rspack (@​rspack/cli)

v2.0.0-rc.1

Compare Source

Highlights 💡
🌳 Better tree shaking with side-effect-free function analysis

Rspack can now detect side-effect-free function calls through the #__NO_SIDE_EFFECTS__ notation and manual pureFunctions hints. With support for exported functions and cross-module analysis, unused calls can be identified more reliably, improving tree shaking results and making it easier to optimize both application code and third-party dependencies.

// lib.js
/*@​__NO_SIDE_EFFECTS__*/ 
export function call() {
  console.log('hi')
}

// barrel.js
import { call } from './lib'

const value = call()

// if value is unused, call can be removed
export { value }
image
What's Changed
Breaking Changes 🛠
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v2.0.0-rc.0...v2.0.0-rc.1

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

actions/node-versions (node)

v24.14.1: 24.14.1

Compare Source

Node.js 24.14.1

v24.14.0: 24.14.0

Compare Source

Node.js 24.14.0

v24.13.1: 24.13.1

Compare Source

Node.js 24.13.1

v24.13.0: 24.13.0

Compare Source

Node.js 24.13.0

v24.12.0: 24.12.0

Compare Source

Node.js 24.12.0

v24.11.1: 24.11.1

Compare Source

Node.js 24.11.1

v24.11.0: 24.11.0

Compare Source

Node.js 24.11.0

v24.10.0: 24.10.0

Compare Source

Node.js 24.10.0

v24.9.0: 24.9.0

Compare Source

Node.js 24.9.0

v24.8.0: 24.8.0

Compare Source

Node.js 24.8.0

v24.7.0: 24.7.0

Compare Source

Node.js 24.7.0

v24.6.0: 24.6.0

Compare Source

Node.js 24.6.0

v24.5.0: 24.5.0

Compare Source

Node.js 24.5.0

v24.4.1: 24.4.1

Compare Source

Node.js 24.4.1

v24.4.0: 24.4.0

Compare Source

Node.js 24.4.0

v24.3.0: 24.3.0

Compare Source

Node.js 24.3.0

v24.2.0: 24.2.0

Compare Source

Node.js 24.2.0

v24.1.0: 24.1.0

Compare Source

Node.js 24.1.0

v24.0.2: 24.0.2

Compare Source

Node.js 24.0.2

v24.0.1: 24.0.1

Compare Source

Node.js 24.0.1

prettier/prettier (prettier)

v3.8.2

Compare Source

facebook/react (react)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

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 enabled auto-merge (squash) April 12, 2026 16:58
@renovate renovate bot merged commit ff9d646 into main Apr 13, 2026
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 13, 2026 02:45
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