Skip to content

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

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-minor-patch
Dec 1, 2025
Merged

chore(deps): update all non-major dependencies#21
chenjiahan merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@rslib/core (source) ^0.17.1 -> ^0.18.2 age confidence devDependencies minor
@rspack/core (source) ^1.6.0 -> ^1.6.5 age confidence devDependencies patch
@rstest/core (source) 0.6.1 -> 0.6.8 age confidence devDependencies patch
@types/node (source) ^22.18.13 -> ^22.19.1 age confidence devDependencies minor
nano-staged ^0.8.0 -> ^0.9.0 age confidence devDependencies minor
node 20.19.5 -> 20.19.6 age confidence uses-with patch
node 24.11.0 -> 24.11.1 age confidence uses-with patch
pnpm (source) 10.20.0 -> 10.24.0 age confidence packageManager minor

Release Notes

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

v0.18.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.1...v0.18.2

v0.18.1

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.18.0...v0.18.1

v0.18.0

Compare Source

Highlights 💡
Enable persistent build cache by default

Rslib enables Rspack's persistent build cache by default, allowing it to reuse the cached results instead of rebuilding from scratch, which can significantly reduce build time for large projects.

// rslib.config.ts
export default {
  performance: {
    buildCache: true,
  },
};

More details:

What's Changed
New Features 🎉
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.17.2...v0.18.0

v0.17.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.17.1...v0.17.2

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

v1.6.5

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.4...v1.6.5

v1.6.4

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.3...v1.6.4

v1.6.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.2...v1.6.3

v1.6.2

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.1...v1.6.2

v1.6.1

Compare Source

What's Changed

Highlights 💡

In Rspack 1.6.1, the source map implementation in the rspack-sources crate has been optimized, improving source map generation performance by roughly 30%.

image
Performance Improvements ⚡
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.6.0...v1.6.1

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

v0.6.8

Compare Source

What's Changed

New Features 🎉

Full Changelog: web-infra-dev/rstest@v0.6.7...v0.6.8

v0.6.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.6.6...v0.6.7

v0.6.6

Compare Source

What's Changed

New Features 🎉
  • feat(vscode): communicate with worker using ipc instead of websocket by @​claneo in #​691
  • feat: support get runtime config via rs.getConfig API by @​9aoy in #​701
  • feat: support displaying slow-running tests by @​9aoy in #​706
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.6.5...v0.6.6

v0.6.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
  • fix: should get project's tsconfigPath correctly by @​9aoy in #​687
  • fix(vscode-extension): import rstest error on windows by @​9aoy in #​693
Document 📖
  • docs: update testNamePattern configuration details by @​9aoy in #​690
Other Changes
  • chore: no need to run files when run list filesOnly by @​9aoy in #​689
  • chore: only render status in tty context by @​9aoy in #​692
  • chore(vscode-extension): update default test file glob pattern by @​9aoy in #​694

New Contributors

Full Changelog: web-infra-dev/rstest@v0.6.4...v0.6.5

v0.6.4

Compare Source

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

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

@chenjiahan chenjiahan merged commit 509725d into main Dec 1, 2025
4 checks passed
@chenjiahan chenjiahan deleted the renovate/all-minor-patch branch December 1, 2025 03:35
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