Skip to content

Comments

chore(deps): lock file maintenance npm packages#5104

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages
Jun 29, 2025
Merged

chore(deps): lock file maintenance npm packages#5104
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
zx (source) dependencies minor 8.5.5 -> 8.6.0 age adoption passing confidence
@types/node (source) devDependencies patch 24.0.3 -> 24.0.7 age adoption passing confidence
vitest (source) dependencies patch 3.2.3 -> 3.2.4 age adoption passing confidence
mocha (source) dependencies minor 11.6.0 -> 11.7.1 age adoption passing confidence
remeda (source) devDependencies patch 2.23.0 -> 2.23.2 age adoption passing confidence
rollup (source) devDependencies minor 4.43.0 -> 4.44.1 age adoption passing confidence
ws dependencies patch 8.18.2 -> 8.18.3 age adoption passing confidence
terser (source) devDependencies minor 5.42.0 -> 5.43.1 age adoption passing confidence
typedoc (source) devDependencies patch 0.28.5 -> 0.28.6 age adoption passing confidence
@babel/core (source) devDependencies patch 7.27.4 -> 7.27.7 age adoption passing confidence
@rollup/plugin-commonjs (source) devDependencies patch 28.0.3 -> 28.0.6 age adoption passing confidence
@vueuse/core (source) dependencies minor 13.3.0 -> 13.4.0 age adoption passing confidence
vitepress-plugin-llms devDependencies minor 1.5.0 -> 1.6.0 age adoption passing confidence
vitest (source) devDependencies patch 3.2.3 -> 3.2.4 age adoption passing confidence
knip (source) devDependencies patch 5.61.2 -> 5.61.3 age adoption passing confidence
pnpm (source) packageManager patch 10.12.2 -> 10.12.4 age adoption passing confidence
vue (source) dependencies patch 3.5.16 -> 3.5.17 age adoption passing confidence
zx (source) devDependencies minor 8.5.5 -> 8.6.0 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

google/zx (zx)

v8.6.0: — Valve Vanguard

Compare Source

  • Enabled thenable params processing for $ literals #​1237
const a1 = $`echo foo`
const a2 = new Promise((resolve) => setTimeout(resolve, 20, ['bar', 'baz']))

await $`echo ${a1} ${a2}` // foo bar baz
vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
mochajs/mocha (mocha)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores

v11.7.0

Compare Source

🌟 Features
remeda/remeda (remeda)

v2.23.2

Compare Source

Bug Fixes

v2.23.1

Compare Source

Bug Fixes
  • forEachObj,mapKeys,mapValues,omitBy,pickBy,values: support paramerized record keys (#​1124) (cc49031), closes #​1122
rollup/rollup (rollup)

v4.44.1

Compare Source

2025-06-26

Bug Fixes
  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#​5992)
Pull Requests

v4.44.0

Compare Source

2025-06-19

Features
  • Remove limit on maxParallelFileOps as this could break watch mode with the commonjs plugin (#​5986)
Bug Fixes
  • Provide better source mappings when coarse intermediate maps are used (#​5985)
Pull Requests
websockets/ws (ws)

v8.18.3

Compare Source

terser/terser (terser)

v5.43.1

Compare Source

  • Prevent niche optimizations that would move around block declarations
  • Add lhs_constants to CompressOptions type (#​1621)

v5.43.0

Compare Source

  • Do not wrap callbacks in parentheses (wrap_func_args format option is now false by default)
  • Do not inline functions into for loops (for performance reasons)
TypeStrong/TypeDoc (typedoc)

v0.28.6

Compare Source

Features
  • TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #​2961.
  • Declarations without comments will now check for comments on their export specifier, #​2964.
Bug Fixes
  • Attempting to highlight a supported language which is not enabled is now a warning, not an error, #​2956.
  • Improved compatibility with CommonMark's link parsing, #​2959.
  • Classes, variables, and functions exported with export { type X } are now detected and converted as interfaces/type aliases, #​2962.
  • Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, #​2967.
  • Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, #​2969.
Thanks!
babel/babel (@​babel/core)

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.6

2025-06-17

Bugfixes
  • fix: fix crash with invalidated proxy modules (#​1876)

v28.0.5

2025-06-14

Bugfixes
  • fix: crawl dynamicRequireRoot outside cwd (#​1859)

v28.0.4

2025-06-14

Bugfixes
  • fix: try/catch instanceof in getAugmentedNamespace (#​1868)
vueuse/vueuse (@​vueuse/core)

v13.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add README.md to the unnecessaryFilesList (b039dc2)
  • ✨ add the ability to enable a buttons to instantly copy or download a page in Markdown format on the human documentation side (4bb73e9)
  • Add hashed image support (3ceea9e)
  • Add linting step to CI and setup tsc linting for src/**/*.ts (52ee133)
  • Add ability to set a custom Vue component name for copyOrDownloadAsMarkdownButtons and fix comments (1254c83)
🩹 Fixes
  • Fix build errors caused by 3ceea9e (d75a57a)
  • ci: Fix missing @types/node package error by removing --production from bun install (1362166)
  • ci: Do not omit optional dependencies in bun install (b7a5865)
  • ci: Checkout biome.jsonc file which is required for linting (5ef8dd7)
💅 Refactors
  • ♻️ refactor the "Copy as Markdown" button components and convert them to a Vue component (2a3b001)
  • types: Explicitly set types for all functions for isolatedDeclarations (b2767f7)
📖 Documentation
  • Add best practices section (8a3c859)
🏡 Chore
  • Update commitlint rules to enforce lower-case subject lines (6a5aae2)
  • Update deps, migrate Biome configuration to v2 and fix new linting errors (a64fecb)
❤️ Contributors

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • 🚑 fix index page resolving (0461232)
  • 🚑 normalize file paths in TOC generation and tests (92f7ddf)
💅 Refactors
  • 🗃️ move sample Markdown documents for testing into separate .md files (b0eca52)
📖 Documentation
  • Add a note advising against use of this plugin in documentation repos for other languages (5e95245)
🤖 CI
❤️ Contributors
webpro-nl/knip (knip)

v5.61.3

Compare Source

pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.
vuejs/core (vue)

v3.5.17

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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 June 29, 2025 17:09
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​node@​24.0.3 ⏵ 24.0.7100 +110080 +196100
Updatedknip@​5.61.2 ⏵ 5.61.3981009296 +2100

View full report

@netlify
Copy link

netlify bot commented Jun 29, 2025

Deploy Preview for rolldown-rs failed.

Name Link
🔨 Latest commit 053b42d
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6861736735df3c000856ec2b

@renovate renovate bot added this pull request to the merge queue Jun 29, 2025
Merged via the queue into main with commit d162225 Jun 29, 2025
29 of 33 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch June 29, 2025 17:24
Boshen pushed a commit that referenced this pull request Jun 30, 2025
## [1.0.0-beta.22] - 2025-06-30

### 🚀 Features

- plugin: use `Log` instead of `BuildDiagnostic` for `PluginContext#log` (#5099) by @shulaoda
- plugin: support info/warn/debug in native plugin context (#5098) by @shulaoda
- plugin: support vite plugin custom in `PluginContext#resolve` (#5097) by @shulaoda
- rolldown_plugin_import_glob: align edge cases with `rolldown-vite` (#5094) by @shulaoda
- rolldown_plugin_vite_resolve: align subpath import resolution (#5093) by @shulaoda
- add commonjs tree shake option (#5096) by @IWANABETHATGUY
- rolldown_plugin_web_worker_post: align with `rolldown-vite` (#5092) by @shulaoda
- manual-chunks: support `getModuleInfo` (#5087) by @hyf0
- advanced-chunks: support `getModuleInfo` in `groups.{group}.name` (#5086) by @hyf0

### 🚜 Refactor

- rolldown_loader_utils: inline unnecessary `binary_to_esm` (#5100) by @shulaoda

### ⚡ Performance

- hmr: remove `console.debug` in `runtime.registerModule` (#5091) by @sapphi-red
- hmr: remove no-op `runtime.__toCommonJS` call (#5089) by @sapphi-red

### ⚙️ Miscellaneous Tasks

- deps: lock file maintenance rust crates (#5105) by @renovate[bot]
- deps: lock file maintenance npm packages (#5104) by @renovate[bot]
- deps: update rust crate schemars to v1 (#5103) by @renovate[bot]
- deps: update dependency vite to v7 (#5102) by @renovate[bot]
- deps: update github-actions (#5101) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.13.12 (#5088) by @renovate[bot]
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.

0 participants