Skip to content

Comments

chore(deps): update npm packages#7749

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages
Jan 4, 2026
Merged

chore(deps): update npm packages#7749
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) 5.77.15.78.0 age adoption passing confidence
remeda (source) 2.32.02.33.0 age adoption passing confidence
vitepress-plugin-llms 1.9.31.10.0 age adoption passing confidence

Release Notes

webpro-nl/knip (knip)

v5.78.0: Release 5.78.0

Compare Source

v5.77.4: Release 5.77.4

Compare Source

  • Go process.chdir and defer process.cwd() usage (a83d858)
  • Improve error logging (36785fe)

v5.77.3: Release 5.77.3

Compare Source

  • Safe config hints set → array (for json-rpc serialization) (b0ce4dd)
  • Remove unused session method (b624c97)
  • Remove unused export (9420867)

v5.77.2: Release 5.77.2

Compare Source

remeda/remeda (remeda)

v2.33.0

Compare Source

Features

v2.32.2

Compare Source

Bug Fixes

v2.32.1

Compare Source

Bug Fixes
  • groupByProp: narrow union types in simple arrays correctly (#​1232) (fbc907c)
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.10.0

Compare Source

    🚀 Enhancements

  • vitepress-components: Redesign buttons for copying a page in Markdown format and add buttons for opening a chat about a specific page  -  by @​okineadev (c8e24)

Now you can also open a chat in ChatGPT or Claude and chat about any page using the new buttons 🙌

Here's how they look:

image
    🩹 Fixes

  • vitepress-rewrites: Use relative paths for rewrites and align path-to-regexp version with vitepress (#​108)  -  by hcdo (911f2)

Fixed an error where due to the different versions of path-to-regexp in the

plugin (^8.3.0) and in vitepress (^6.3.0), wildcard ends up changing from :<name>* and :<name>+ to :*<name>

The patch folder was not included in the package, which is why users did not have their dependencies patched

   💖 Contributors
     View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 10am 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 (squash) January 4, 2026 16:31
@socket-security
Copy link

socket-security bot commented Jan 4, 2026

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedremeda@​2.32.0 ⏵ 2.33.089 +110084 +497 +7100
Updatedknip@​5.77.1 ⏵ 5.78.099 +110095 +296100

View full report

@netlify
Copy link

netlify bot commented Jan 4, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit cb2d194
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/695ad71da192b10008feb8bb

@renovate renovate bot force-pushed the renovate/npm-packages branch from bbdc477 to cb2d194 Compare January 4, 2026 21:09
@renovate renovate bot merged commit 40b2faa into main Jan 4, 2026
56 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch January 4, 2026 21:23
This was referenced Jan 7, 2026
shulaoda added a commit that referenced this pull request Jan 7, 2026
## [1.0.0-beta.59] - 2026-01-07

⚡ Inline Dynamic Imports for Statically Imported Modules

- When a module is already statically imported, dynamic imports to that same module are now inlined instead of creating a separate chunk

### 🚀 Features

- plugin_timings: add 3s threshold and doc link to warning message (#7741) by @shulaoda
- improve treeshaking logic to handle empty parameter list in dynamic import .then() callbacks (#7781) by @Copilot
- dev/lazy: don't include already executed modules (#7745) by @hyf0
- dev/lazy: support dynamic `import(..)` (#7726) by @hyf0
- inline dynamic imports that imports statically imported modules (#7742) by @IWANABETHATGUY
- option: add experimental option to control chunk optimization (#7738) by @IWANABETHATGUY

### 🐛 Bug Fixes

- inline dynamic entry to user defined entry with esm wrap kind (#7783) by @IWANABETHATGUY
- use canonical namespace reference for property access (#7777) by @IWANABETHATGUY
- dynamic entry merged into common chunk with cjs and esm wrap kind (#7771) by @IWANABETHATGUY
- tla: should not await non-tla-related modules (#7768) by @hyf0
- dynamic entry captured by common chunk with CJS format (#7757) by @IWANABETHATGUY
- module_loader: mark emitted chunks as user-defined entry when already loaded (#7765) by @shulaoda
- normalize preserveModulesRoot path (#7737) by @IWANABETHATGUY
- linker: resolve race condition in side effects computation for export-star (#7728) by @camc314

### 🚜 Refactor

- plugin_timings: filter out plugins with duration < 1s from timing warnings (#7785) by @shulaoda
- module_loader: remove unnecessary collect before extend (#7769) by @shulaoda
- rename _id suffixes to _idx for oxc_index types (#7767) by @IWANABETHATGUY
- remove duplicate `preserve_entry_signatures` from `AddEntryModuleMsg` (#7762) by @shulaoda
- module_loader: pass `user_defined_entries` by reference (#7756) by @shulaoda
- dev/lazy: get proxy entry's `ResolvedId` correctly (#7746) by @hyf0
- simplify try_rewrite_import_expression control flow (#7753) by @IWANABETHATGUY
- module_loader: remove unnecessary dynamic import handling for runtime module (#7754) by @shulaoda
- inline __toDynamicImportESM  (#7747) by @IWANABETHATGUY
- use From impl for ModuleLoaderOutput conversion (#7732) by @shulaoda
- remove duplicate fields from `ModuleLoader` (#7731) by @shulaoda
- tweak `resolve_user_defined_entries` (#7727) by @shulaoda

### 📚 Documentation

- add rolldown-string reference to native MagicString compatibility section (#7778) by @Copilot
- improve comments for export star side effects handling (#7730) by @IWANABETHATGUY

### 🧪 Testing

- use assertion instead of console.log for some testcase (#7744) by @IWANABETHATGUY

### ⚙️ Miscellaneous Tasks

- tweak some `output.dynamicImportInCjs` related rollup test results (#7776) by @sapphi-red
- mark esbuild/dce/dce_of_symbol_ctor_call as passed (#7775) by @sapphi-red
- deps: update oxc apps (#7772) by @renovate[bot]
- vite-tests: allow running on PRs with `test: vite-tests` label (#7770) by @shulaoda
- deps: update oxc apps (#7760) by @renovate[bot]
- deps: update rollup submodule for tests to v4.55.1 (#7763) by @sapphi-red
- deps: update test262 submodule for tests (#7764) by @sapphi-red
- deps: update oxc to v0.107.0 (#7758) by @camc314
- deps: update taiki-e/install-action action to v2.65.13 (#7751) by @renovate[bot]
- deps: update rust crates (#7750) by @renovate[bot]
- deps: update npm packages (#7749) by @renovate[bot]
- deps: update github-actions (#7748) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.10.1 (#7729) by @renovate[bot]
- deps: update crate-ci/typos action to v1.41.0 (#7725) by @renovate[bot]

Co-authored-by: shulaoda <[email protected]>
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