Skip to content

Comments

chore(deps): update npm packages#8245

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages
Feb 8, 2026
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.28.67.29.0 age adoption passing confidence
@babel/preset-env (source) 7.28.67.29.0 age adoption passing confidence
@hpcc-js/wasm-graphviz (source) 1.20.11.21.0 age adoption passing confidence
@​voidzero-dev/vitepress-theme 4.4.14.4.2 age adoption passing confidence
glob 13.0.013.0.1 age adoption passing confidence
knip (source) 5.82.15.83.0 age adoption passing confidence
playwright (source) 1.58.01.58.1 age adoption passing confidence
playwright-chromium (source) 1.58.01.58.1 age adoption passing confidence
remeda (source) 2.33.42.33.5 age adoption passing confidence
vitepress (source) 2.0.0-alpha.152.0.0-alpha.16 age adoption passing confidence
vitepress-plugin-llms 1.10.01.11.0 age adoption passing confidence
vue-router (source) 5.0.15.0.2 age adoption passing confidence
web-tree-sitter (source) 0.26.30.26.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6
hpcc-systems/hpcc-js-wasm (@​hpcc-js/wasm-graphviz)

v1.21.0

Compare Source

isaacs/node-glob (glob)

v13.0.1

Compare Source

webpro-nl/knip (knip)

v5.83.0: Release 5.83.0

Compare Source

microsoft/playwright (playwright)

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0
remeda/remeda (remeda)

v2.33.5

Compare Source

Bug Fixes
vuejs/vitepress (vitepress)

v2.0.0-alpha.16

Compare Source

Bug Fixes
Features
  • theme: upgrade DocSearch to 4.5 with sidepanel (#​5092) (0d646a6)
  • theme: use @layer __vitepress_base to wrap the styles in base.css (#​4905) (f8d8c0d)
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.11.0

Compare Source

    🩹 Fixes
   💖 Contributors
     View changes on GitHub
vuejs/router (vue-router)

v5.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
tree-sitter/tree-sitter (web-tree-sitter)

v0.26.5

Compare Source

v0.26.4

Compare Source

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.3...v0.26.4


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) February 8, 2026 16:23
@netlify
Copy link

netlify bot commented Feb 8, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit dfd4e53
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/6988b86cad484c00084f49f9

@socket-security
Copy link

@renovate renovate bot merged commit a1fc344 into main Feb 8, 2026
56 of 57 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch February 8, 2026 16:47
This was referenced Feb 11, 2026
shulaoda added a commit that referenced this pull request Feb 11, 2026
## [1.0.0-rc.4] - 2026-02-11

💡 Granular `comments` Option
- New `output.comments` option provides fine-grained control over comment preservation
- The `output.legalComments` option is now deprecated and use `comments.legal` instead

### 🚀 Features

- rename error name to `RolldownError` from `RollupError` (#8262) by @sapphi-red
- add hidden `resolve_tsconfig` function for Vite (#8257) by @sapphi-red
- rust: introduce `rolldown_watcher` (#8161) by @hyf0
- unify `comments` and `legalComments` into a single granular `comments` option (#8229) by @IWANABETHATGUY
- add builtin plugin for visualizing chunk graph (#8162) by @IWANABETHATGUY
- show import declaration location in AssignToImport errors (#8222) by @Copilot
- show import declaration span in CannotCallNamespace error (#8223) by @Copilot
- emit error when plugin accidentally removes runtime module symbols (#8203) by @IWANABETHATGUY
- support tsconfig loading & inputMap for `transform` (#8180) by @sapphi-red
- rolldown_plugin_vite_reporter: update warning message to link to Rolldown docs (#8205) by @sapphi-red

### 🐛 Bug Fixes

- avoid panic on untranspiled JSX syntax by reporting a diagnostic error (#8226) by @IWANABETHATGUY
- rolldown_plugin_vite_import_glob: relax absolute path check and improve invalid glob warning (#8219) by @shulaoda
- merge chunks after detect circular reference (#8154) by @IWANABETHATGUY
- rust: detect runtime module side effects based on its content (#8209) by @hyf0

### 🚜 Refactor

- rename `other` to `jsdoc` in comments options (#8256) by @IWANABETHATGUY
- rename chunk-visualize plugin with bundle-analyzer plugin (#8255) by @IWANABETHATGUY
- remove EXPORT_UNDEFINED_VARIABLE error (#8228) by @Copilot
- consolidate missing runtime symbol errors into a single diagnostic (#8220) by @IWANABETHATGUY
- stabilize `parse` and `parseSync` (#8215) by @sapphi-red
- return errors instead of panicking on builtin plugin conversion failure (#8217) by @shulaoda
- expose `parse` / `minify` / `transform` from `rolldown/utils` (#8214) by @sapphi-red
- prepare defer chunk merging (#8153) by @IWANABETHATGUY

### 📚 Documentation

- remove `<script>` escape behavior difference note from `platform` option (#8253) by @sapphi-red
- TypeScript & JSX support by plugins (#8183) by @sapphi-red

### 🧪 Testing

- ensure runtime module is preserved even if it's not used but has side effects (#8213) by @hyf0

### ⚙️ Miscellaneous Tasks

- deps: update oxc to v0.113.0 (#8267) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.12.0 (#8272) by @renovate[bot]
- deps: update oxc apps (#8269) by @renovate[bot]
- deps: update test262 submodule for tests (#8261) by @sapphi-red
- deps: update crate-ci/typos action to v1.43.4 (#8260) by @renovate[bot]
- deps: update dependency esbuild to v0.27.3 (#8250) by @renovate[bot]
- deps: update rust crates (#8244) by @renovate[bot]
- deps: update dependency semver to v7.7.4 (#8247) by @renovate[bot]
- deps: update github-actions (#8243) by @renovate[bot]
- deps: update npm packages (#8245) by @renovate[bot]
- deps: update oxc resolver to v11.17.1 (#8240) by @renovate[bot]
- deps: update rust crate oxc_sourcemap to v6.0.2 (#8241) by @renovate[bot]
- rust: handle ignored `RUSTSEC-2025-0141` cargo check error (#8235) by @hyf0
- deps: update dependency oxlint-tsgolint to v0.11.5 (#8233) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to ^0.22.0 (#8232) by @renovate[bot]
- deps: update crate-ci/typos action to v1.43.3 (#8225) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.21.9 (#8224) by @renovate[bot]
- deps: update crate-ci/typos action to v1.43.2 (#8212) by @renovate[bot]
- remove rolldown_plugin_vite_wasm_helper (#8207) by @shulaoda
- build docs for production (#8206) by @sapphi-red

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