Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sxzz/eslint-config ^6.1.0 -> ^6.1.1 age adoption passing confidence devDependencies patch
@sxzz/test-utils ^0.5.2 -> ^0.5.4 age adoption passing confidence devDependencies patch
@types/node (source) ^22.13.10 -> ^22.13.14 age adoption passing confidence devDependencies patch
eslint (source) ^9.22.0 -> ^9.23.0 age adoption passing confidence devDependencies minor
oxc-minify (source) ^0.61.1 -> ^0.61.2 age adoption passing confidence dependencies patch
oxc-transform (source) ^0.61.1 -> ^0.61.2 age adoption passing confidence dependencies patch
pnpm (source) 10.6.5 -> 10.7.0 age adoption passing confidence packageManager minor
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action minor
rollup (source) ^4.36.0 -> ^4.38.0 age adoption passing confidence devDependencies minor
tinyexec ^1.0.0 -> ^1.0.1 age adoption passing confidence devDependencies patch
tsdown ^0.6.9 -> ^0.6.10 age adoption passing confidence devDependencies patch
unplugin ^2.2.1 -> ^2.2.2 age adoption passing confidence dependencies patch
vite (source) ^6.2.2 -> ^6.2.4 age adoption passing confidence devDependencies patch
vitest (source) ^3.0.9 -> ^3.1.1 age adoption passing confidence devDependencies minor

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config)

v6.1.1

Compare Source

No significant changes

    View changes on GitHub
sxzz/test-utils (@​sxzz/test-utils)

v0.5.4

Compare Source

   🏎 Performance
    View changes on GitHub

v0.5.3

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.23.0

Compare Source

oxc-project/oxc (oxc-minify)

v0.61.2

Features
pnpm/pnpm (pnpm)

v10.7.0

Compare Source

Minor Changes
  • pnpm config get and list also show settings set in pnpm-workspace.yaml files #​9316.

  • It should be possible to use env variables in pnpm-workspace.yaml setting names and value.

  • Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range * is the same as name-only, except that patch application failure will not be ignored.

    For example:

    patchedDependencies:
      foo: patches/foo-1.patch
      foo@^2.0.0: patches/foo-2.patch
      foo@2.1.0: patches/foo-3.patch

    The above configuration would apply patches/foo-3.patch to foo@2.1.0, patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions.

    [!WARNING]
    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yaml
    patchedDependencies:
      # the specialized sub range
      'foo@2.2.0-2.8.0': patches/foo.2.2.0-2.8.0.patch
      # the more general patch, excluding the sub range above
      'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • pnpm config set --location=project saves the setting to a pnpm-workspace.yaml file if no .npmrc file is present in the directory #​9316.

  • Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    If ignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.

    If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply.

Patch Changes
  • Remove dependency paths from audit output to prevent out-of-memory errors #​9280.
pnpm/action-setup (pnpm/action-setup)

v4.1.0

Compare Source

Add support for package.yaml #​156.

rollup/rollup (rollup)

v4.38.0

Compare Source

2025-03-29

Features
  • Support .filter option in resolveId, load and transform hooks (#​5882)
Pull Requests

v4.37.0

Compare Source

2025-03-23

Features
  • Support Musl Linux on Riscv64 architectures (#​5726)
  • Handles class decorators placed before the export keyword (#​5871)
Bug Fixes
  • Log Rust panic messages to the console when using the WASM build (#​5875)
Pull Requests
tinylibs/tinyexec (tinyexec)

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: tinylibs/tinyexec@1.0.0...1.0.1

sxzz/tsdown (tsdown)

v0.6.10

Compare Source

No significant changes

    View changes on GitHub
vitejs/vite (vite)

v6.2.4

Compare Source

Please refer to CHANGELOG.md for details.

vitest-dev/vitest (vitest)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Mar 31, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sxzz/test-utils@0.5.20.5.4 Transitive: filesystem +3 142 kB sxzz
npm/@types/node@22.13.1022.13.14 None +1 83.3 kB
npm/eslint@9.22.09.23.0 Transitive: eval, filesystem, shell, unsafe +85 10.3 MB eslintbot
npm/oxc-minify@0.61.10.61.2 None 0 16.4 kB boshen
npm/oxc-transform@0.60.0, 0.61.10.61.2 None 0 27.1 kB boshen
npm/rollup@4.36.04.38.0 None +1 2.75 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/tinyexec@1.0.01.0.1 None 0 27 kB 43081j
npm/tsdown@0.6.90.6.10 Transitive: filesystem, shell +29 7.52 MB sxzz

🚮 Removed packages: npm/@sxzz/eslint-config@6.1.0, npm/vite@6.2.3, npm/vitest@3.0.9

View full report↗︎

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 31, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin/unplugin-oxc@4

commit: 1815c87

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78dd3d8 to e97ac78 Compare March 31, 2025 06:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e97ac78 to 14dac78 Compare March 31, 2025 11:45
@renovate renovate bot merged commit 65d205f into main Mar 31, 2025
14 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 31, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants