Skip to content

chore(deps): update npm packages#9157

Merged
shulaoda merged 5 commits into
mainfrom
renovate/npm-packages
Apr 20, 2026
Merged

chore(deps): update npm packages#9157
shulaoda merged 5 commits into
mainfrom
renovate/npm-packages

Conversation

@renovate

@renovate renovate Bot commented Apr 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emnapi/core 1.9.21.10.0 age adoption passing confidence
@emnapi/runtime 1.9.21.10.0 age adoption passing confidence
@oxlint/plugins (source) 1.59.01.60.0 age adoption passing confidence
knip (source) 6.3.16.4.1 age adoption passing confidence
typedoc (source) 0.28.180.28.19 age adoption passing confidence
typescript (source) 6.0.26.0.3 age adoption passing confidence
vitepress-plugin-group-icons 1.7.31.7.5 age adoption passing confidence
vitepress-plugin-llms 1.12.01.12.1 age adoption passing confidence

Release Notes

toyobayashi/emnapi (@​emnapi/core)

v1.10.0

Compare Source

What's Changed

Thanks @​hardfist

Full Changelog: toyobayashi/emnapi@v1.9.2...v1.10.0

webpro-nl/knip (knip)

v6.4.1: Release 6.4.1

Compare Source

v6.4.0: Release 6.4.0

Compare Source

TypeStrong/TypeDoc (typedoc)

v0.28.19

Compare Source

Features
  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #​3089.
Bug Fixes
  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #​3093.
Thanks!
microsoft/TypeScript (typescript)

v6.0.3

Compare Source

yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.7.5

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.4

Compare Source

   🚀 Features
    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.12.1

Compare Source

    🩹 Fixes

Fixed error TS7016 when using CopyOrDownloadAsMarkdownButtons.vue and running type checking with vue-tsc --build

   💖 Contributors
     View changes on GitHub

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 10am on monday"
  • 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) April 19, 2026 17:47
@netlify

netlify Bot commented Apr 19, 2026

Copy link
Copy Markdown

Deploy Preview for rolldown-rs failed.

Name Link
🔨 Latest commit 509a7ba
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/69e590bd98702f0008c09198

@socket-security

socket-security Bot commented Apr 19, 2026

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​emnapi/​runtime@​1.10.01001007593100
Added@​emnapi/​core@​1.10.0971007793100
Updated@​oxlint/​plugins@​1.59.0 ⏵ 1.60.0781009994 +1100
Updatedemnapi@​1.9.2 ⏵ 1.10.0100 +110010093100
Updatedknip@​6.3.1 ⏵ 6.4.199 +110095 +196100

View full report

@renovate
renovate Bot force-pushed the renovate/npm-packages branch 2 times, most recently from 4f8a879 to 55b888d Compare April 19, 2026 23:51
@shulaoda shulaoda self-assigned this Apr 19, 2026
@renovate
renovate Bot force-pushed the renovate/npm-packages branch from 55b888d to 73580b7 Compare April 19, 2026 23:58
@shulaoda
shulaoda disabled auto-merge April 19, 2026 23:59
@renovate
renovate Bot force-pushed the renovate/npm-packages branch from 73580b7 to ca4878b Compare April 20, 2026 00:14
@renovate
renovate Bot enabled auto-merge (squash) April 20, 2026 00:14
@shulaoda
shulaoda disabled auto-merge April 20, 2026 00:15
@renovate

renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@shulaoda
shulaoda merged commit 58c8f1d into main Apr 20, 2026
49 of 53 checks passed
@shulaoda
shulaoda deleted the renovate/npm-packages branch April 20, 2026 03:53
@github-actions github-actions Bot mentioned this pull request Apr 22, 2026
This was referenced Apr 22, 2026
shulaoda added a commit that referenced this pull request Apr 22, 2026
## [1.0.0-rc.17] - 2026-04-22

### 🐛 Bug Fixes

- link: error on missing export between TS modules (#9197) by @IWANABETHATGUY
- rolldown_plugin_vite_import_glob: import path should not be affected by absolute base option (#9145) by @kermanx
- `this.resolve()` returns null for bare relative paths without importer (#9142) by @Copilot
- collect destructured bindings in HMR module exports (#9146) by @h-a-n-a
- esbuild-tests: handle 0.28.0 test cases (#9149) by @sapphi-red
- plugin/copy-module: honor external resolutions from other plugins (#9139) by @TheAlexLichter
- allow undefined in sourcesContent type (#9136) by @jurijzahn8019
- reduce false positives in chunk optimizer circular dependency detection (#9049) by @AlonMiz

### 🚜 Refactor

- chunk-optimizer: extract runtime-module placement into rehome_runtime_module (#9163) by @IWANABETHATGUY

### 📚 Documentation

- add design doc for sort_modules execution ordering (#9169) by @IWANABETHATGUY
- add document for `RenderedModule` (#9147) by @sapphi-red

### ⚡ Performance

- rolldown_plugin_vite_import_glob: skip self-import earlier using raw path comparison (#9193) by @shulaoda

### 🧪 Testing

- lazy: add `playground/lazy-compilation` (#7974) by @hyf0

### ⚙️ Miscellaneous Tasks

- use app token for release PR (#9198) by @Boshen
- upgrade oxc to 0.127.0 (#9194) by @Dunqing
- use oxc security action (#9196) by @Boshen
- esbuild-tests: remove some tests from ignored list as enum inline is now supported (#9184) by @sapphi-red
- deps: update dependency vite-plus to v0.1.19 (#9183) by @renovate[bot]
- use vp instead of pnpm in check-wasi-binding-deps (#9182) by @shulaoda
- verify wasm32-wasi binding deps match @rolldown/browser before publish (#9162) by @shulaoda
- deps: update esbuild for tests to 0.28.0 (#9172) by @sapphi-red
- deps: update rollup submodule for tests to v4.60.2 (#9173) by @sapphi-red
- deps: update test262 submodule for tests (#9174) by @sapphi-red
- sort_modules: fix stale async-entry sort key comment (#9170) by @IWANABETHATGUY
- deps: update npm packages (#9157) by @renovate[bot]
- deps: update dependency diff to v9 (#9158) by @renovate[bot]
- deps: update rust crates (#9156) by @renovate[bot]
- run Windows CI on PRs labeled with `ci: windows` (#9153) by @hyf0
- update-test-dependencies: run setup-rust before file changes (#9151) by @sapphi-red
- deps: update dependency rust to v1.95.0 (#9140) by @renovate[bot]

### ❤️ New Contributors

* @jurijzahn8019 made their first contribution in [#9136](#9136)
* @AlonMiz made their first contribution in [#9049](#9049)

---------

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.

1 participant