Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@sxzz/eslint-config ^7.1.2 -> ^7.1.4 age confidence
@sxzz/prettier-config ^2.2.3 -> ^2.2.4 age confidence
@sxzz/test-utils ^0.5.9 -> ^0.5.10 age confidence
eslint (source) ^9.33.0 -> ^9.34.0 age confidence
magic-string ^0.30.17 -> ^0.30.18 age confidence
pnpm (source) 10.14.0 -> 10.15.0 age confidence
rollup (source) ^4.46.3 -> ^4.49.0 age confidence
tsdown ^0.14.1 -> ^0.14.2 age confidence
tsx (source) ^4.20.4 -> ^4.20.5 age confidence
unplugin (source) ^2.3.6 -> ^2.3.8 age confidence
vite (source) ^7.1.2 -> ^7.1.3 age confidence
webpack ^5.101.2 -> ^5.101.3 age confidence

Release Notes

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

v7.1.4

Compare Source

   🚀 Features
    View changes on GitHub

v7.1.3

Compare Source

No significant changes

    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.2.4

Compare Source

No significant changes

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

v0.5.10

Compare Source

   🐞 Bug Fixes
  • deps: Update all non-major dependencies  -  in #​56 (08162)
    View changes on GitHub
eslint/eslint (eslint)

v9.34.0

Compare Source

rich-harris/magic-string (magic-string)

v0.30.18

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v10.15.0

Compare Source

Minor Changes
  • Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #​9793.
  • Automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #​9780.
  • pnpm config get now prints an INI string for an object value #​9797.
  • pnpm config get now accepts property paths (e.g. pnpm config get catalog.react, pnpm config get .catalog.react, pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'), and pnpm config set now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true).
  • pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
Patch Changes
  • Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #​9835.
  • When executing the pnpm create command, must verify whether the node version is supported even if a cache already exists #​9775.
  • When making requests for the non-abbreviated packument, add */* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #​9862.
  • The standalone exe version of pnpm works with glibc 2.26 again #​9734.
  • Fix a regression in which pnpm dlx pkg --help doesn't pass --help to pkg #​9823.
rollup/rollup (rollup)

v4.49.0

Compare Source

2025-08-27

Features
  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#​6038)
Pull Requests

v4.48.1

Compare Source

2025-08-25

Bug Fixes
  • Correctly ignore white-space in JSX strings around line-breaks (#​6051)
Pull Requests

v4.48.0

Compare Source

2025-08-23

Features
  • If configured, also keep unparseable import attributes of external dynamic imports in the output(#​6071)
Bug Fixes
  • Ensure variables referenced in non-removed import attributes are included (#​6071)
Pull Requests

v4.47.1

Compare Source

2025-08-21

Bug Fixes
  • Revert build process changes to investigate issues (#​6077)
Pull Requests

v4.47.0

Compare Source

2025-08-21

Features
  • Aggressively reduce WASM build size (#​6053)
Bug Fixes
  • Fix illegal instruction error on Android ARM platforms (#​6072)
  • Allow to pass explicit undefined for optional fields in Rollup types (#​6061)
Pull Requests

v4.46.4

Compare Source

2025-08-20

Bug Fixes
  • Do not omit synthetic namespaces when only accessed via in operator (#​6052)
Pull Requests
rolldown/tsdown (tsdown)

v0.14.2

Compare Source

   🚀 Features
    View changes on GitHub
privatenumber/tsx (tsx)

v4.20.5

Compare Source

Bug Fixes
  • handle ambiguous packages (796053a)

This release is also available on:

unjs/unplugin (unplugin)

v2.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.3.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v7.1.3

Compare Source

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests
webpack/webpack (webpack)

v5.101.3

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.

Copy link

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 931947c to 80c94e6 Compare August 2, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 86f3843 to b3b38e0 Compare August 8, 2025 05:26
Copy link

socket-security bot commented Aug 8, 2025

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4b189ce to 09a1f1f Compare August 14, 2025 17:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 321f922 to 033b5a5 Compare August 16, 2025 13:54
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 033b5a5 to 6d2ee13 Compare August 18, 2025 05:05
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Aug 18, 2025
@renovate renovate bot closed this Aug 18, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch August 18, 2025 06:53
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Aug 25, 2025
@renovate renovate bot reopened this Aug 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 931baad to 6d2ee13 Compare August 25, 2025 02:08
Copy link

pkg-pr-new bot commented Aug 25, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin-replace@62

commit: a95f961

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 48581e6 to 2a496f8 Compare August 25, 2025 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a496f8 to a95f961 Compare August 27, 2025 11:29
@renovate renovate bot merged commit f629362 into main Aug 27, 2025
12 checks passed
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