Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@astrojs/sitemap (source) ^3.7.0^3.7.2 age confidence devDependencies patch
@rslib/core (source) 0.19.40.20.1 age confidence devDependencies minor
@rstest/core (source) ^0.8.3^0.9.5 age confidence devDependencies minor
@types/node (source) 24.11.024.12.0 age confidence devDependencies minor
fs-extra ^11.3.3^11.3.4 age confidence devDependencies patch
node 24.14.024.14.1 age confidence uses-with patch
pnpm (source) 10.28.210.33.0 age confidence packageManager minor
pnpm (source) 10.28.210.33.0 age confidence uses-with minor
rollup (source) ^4.57.1^4.60.0 age confidence dependencies minor
rollup-plugin-dts ^6.3.0^6.4.1 age confidence dependencies minor
terser (source) ^5.46.0^5.46.1 age confidence dependencies patch

Release Notes

withastro/astro (@​astrojs/sitemap)

v3.7.2

Compare Source

Patch Changes

v3.7.1

Compare Source

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

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

v0.20.0

Compare Source

Breaking changes 🚨

Drop Node.js 18 support

Rslib v0.20 requires Node.js 20.19+ or 22.12+, Node.js 18 is no longer supported.

Rsbuild / Rspack v2

Rslib v0.20 now depends on beta version of @​rsbuild/core v2 and @​rspack/core v2. If you use custom Rsbuild / Rspack configurations or plugins, you may need to make corresponding adjustments.

See the Rsbuild v2 upgrade guide for all breaking changes.

Deprecate experiments.advancedEsm

experiments.advancedEsm is now deprecated and effectively ignored. Advanced ESM behavior is the default in both bundle and bundleless mode.

What you need to do:

  • Remove experiments.advancedEsm from your config
  • Verify the output behaviour
Rename type StartServerResult

The exported type StartServerResult has been renamed to StartDevServerResult.

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

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

v0.19.6

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.5...v0.19.6

v0.19.5

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.19.4...v0.19.5

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

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

v0.9.4

Compare Source

What's Changed

Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

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

v0.9.3

Compare Source

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

Full Changelog: web-infra-dev/rstest@v0.9.2...v0.9.3

v0.9.2

Compare Source

What's Changed

Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.1...v0.9.2

v0.9.1

Compare Source

What's Changed

Performance 🚀
  • perf: fix cssFilterLoader not working with less / sass plugins by @​9aoy in #​1025
Bug Fixes 🐞
Document 📖
  • docs: introduce rs.mockRequire and rs.doMockRequire APIs by @​9aoy in #​1005
  • docs: add global API types tip when migrating from jest by @​9aoy in #​1020
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.0...v0.9.1

v0.9.0

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix(browser): align browser reporter lifecycle hooks across run and watch by @​fi3ework in #​976
  • fix(browser): remove default process shim while keep env stubbing support by @​fi3ework in #​981
  • fix(browser): resolve browser failure annotations to test sources in github-actions reporter by @​fi3ework in #​989
  • fix: error messages not displayed due to stream interception by @​9aoy in #​993
  • fix(core): avoid misdetecting cursor terminal as agent by @​fi3ework in #​994
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.8.5...v0.9.0

v0.8.5

Compare Source

What's Changed

Bug Fixes 🐞

Full Changelog: web-infra-dev/rstest@v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rstest@v0.8.3...v0.8.4

jprichardson/node-fs-extra (fs-extra)

v11.3.4

Compare Source

  • Fix bug where calling ensureSymlink/ensureSymlinkSync with a relative srcPath would fail if the symlink already existed (#​1038, #​1064)
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

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

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 changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Mar 1, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16df3ed to ff7d275 Compare March 1, 2026 07:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff7d275 to 60988b2 Compare March 1, 2026 10:47
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 1, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 60988b2 to 44cb39d Compare March 1, 2026 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 77acb97 to 9ffcf04 Compare March 9, 2026 02:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 4d0f03c to ae5e233 Compare March 16, 2026 12:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0ac0386 to 191d4c6 Compare March 24, 2026 21:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7d127fb to f0530a8 Compare March 26, 2026 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0530a8 to 018de00 Compare March 26, 2026 17:08
@renovate renovate bot merged commit b437751 into main Mar 26, 2026
6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 26, 2026 21:12
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