Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 13, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
acorn devDependencies minor 8.14.1 -> 8.15.0 age adoption passing confidence
@module-federation/runtime (source) dependencies minor ^0.14.0 -> ^0.15.0 age adoption passing confidence
@napi-rs/wasm-runtime (source) pnpm.catalog.default patch 0.2.10 -> 0.2.11 age adoption passing confidence
@oxc-node/cli pnpm.catalog.default patch ^0.0.27 -> ^0.0.28 age adoption passing confidence
@oxc-node/core pnpm.catalog.default patch ^0.0.27 -> ^0.0.28 age adoption passing confidence
@napi-rs/wasm-runtime (source) devDependencies patch 0.2.10 -> 0.2.11 age adoption passing confidence
@types/node (source) devDependencies patch 22.15.29 -> 22.15.31 age adoption passing confidence
@types/serve-static (source) devDependencies patch 1.15.7 -> 1.15.8 age adoption passing confidence
glob devDependencies patch 11.0.2 -> 11.0.3 age adoption passing confidence
knip (source) devDependencies minor 5.60.1 -> 5.61.0 age adoption passing confidence
pnpm (source) packageManager minor 10.11.0 -> 10.12.1 age adoption passing confidence
remeda (source) devDependencies minor 2.22.5 -> 2.23.0 age adoption passing confidence
rollup (source) devDependencies minor 4.41.1 -> 4.43.0 age adoption passing confidence
tsx (source) devDependencies minor 4.19.4 -> 4.20.3 age adoption passing confidence
vitest (source) dependencies patch 3.2.1 -> 3.2.3 age adoption passing confidence
mocha (source) dependencies minor 11.5.0 -> 11.6.0 age adoption passing confidence
terser (source) devDependencies minor 5.40.0 -> 5.42.0 age adoption passing confidence
vitest (source) devDependencies patch 3.2.1 -> 3.2.3 age adoption passing confidence
oxlint (source) devDependencies minor ^0.17.0 -> ^0.18.0 age adoption passing confidence
vitepress-plugin-llms devDependencies minor 1.3.4 -> 1.5.0 age adoption passing confidence

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


Release Notes

acornjs/acorn (acorn)

v8.15.0

Compare Source

module-federation/core (@​module-federation/runtime)

v0.15.0

Compare Source

Patch Changes
napi-rs/napi-rs (@​napi-rs/wasm-runtime)

v0.2.11

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)[@​3](https://redirect.github.com/3).0.0-alpha.87...[@​napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/wasm-runtime)[@​0](https://redirect.github.com/0).2.11

oxc-project/oxc-node (@​oxc-node/cli)

v0.0.28

Compare Source

What's Changed

Full Changelog: oxc-project/oxc-node@v0.0.27...v0.0.28

isaacs/node-glob (glob)

v11.0.3

Compare Source

webpro-nl/knip (knip)

v5.61.0

Compare Source

v5.60.2

Compare Source

pnpm/pnpm (pnpm)

v10.12.1

Minor Changes
  • Experimental. Added support for global virtual stores. When enabled, node_modules contains only symlinks to a central virtual store, rather to node_modules/.pnpm. By default, this central store is located at <store-path>/links (you can find the store path by running pnpm store path).

    In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.

    This is conceptually similar to how NixOS manages packages, using dependency graph hashes to create isolated and reusable package directories.

    To enable the global virtual store, set enableGlobalVirtualStore: true in your root pnpm-workspace.yaml, or globally via:

    pnpm config -g set enable-global-virtual-store true

    NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.

    Related PR: #​8190

  • The pnpm update command now supports updating catalog: protocol dependencies and writes new specifiers to pnpm-workspace.yaml.
  • Added two new CLI options (--save-catalog and --save-catalog-name=<name>) to pnpm add to save new dependencies as catalog entries. catalog: or catalog:<name> will be added to package.json and the package specifier will be added to the catalogs or catalog[<name>] object in pnpm-workspace.yaml #​9425.
  • Semi-breaking. The keys used for side-effects caches have changed. If you have a side-effects cache generated by a previous version of pnpm, the new version will not use it and will create a new cache instead #​9605.
  • Added a new setting called ci for explicitly telling pnpm if the current environment is a CI or not.
Patch Changes
  • Sort versions printed by pnpm patch using semantic versioning rules.
  • Improve the way the error message displays mismatched specifiers. Show differences instead of 2 whole objects #​9598.
  • Revert #​9574 to fix a regression #​9596.

v10.11.1

Compare Source

Patch Changes
  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #​9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#​9531)
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Use pnpm_config_ env variables instead of npm_config_ #​9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #​9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #​9502.
  • pnpm -r --silent run should not print out section #​9563.
remeda/remeda (remeda)

v2.23.0

Compare Source

Features
  • conditional: support default case fallbacks directly within the implementation (#​1114) (7f988aa)

v2.22.6

Compare Source

Bug Fixes
rollup/rollup (rollup)

v4.43.0

Compare Source

2025-06-11

Features
  • Provide new fs option and this.fs API to replace file system (#​5944)
Pull Requests

v4.42.0

Compare Source

2025-06-06

Features
  • Add option to allow the input to be located in the output in watch mode (#​5966)
Pull Requests

v4.41.2

Compare Source

2025-06-06

Bug Fixes
  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#​5977)
  • Do not replace usages of constant variables with their values for readability (#​5968)
Pull Requests
privatenumber/tsx (tsx)

v4.20.3

Compare Source

v4.20.2

Compare Source

v4.20.1

Compare Source

v4.20.0

Compare Source

vitest-dev/vitest (vitest)

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

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

v11.6.0

Compare Source

🌟 Features
terser/terser (terser)

v5.42.0

Compare Source

  • Improved performance in the parse step by adding a fast path for simple identifiers.
  • Improved ESTree conversion

v5.41.0

Compare Source

  • fixed semicolon insertion between class fields, when the field names are number literals
  • keep_numbers format option now works for bigint
  • internal: correctly mark accessors' is_generator property
  • internal: do not read or assign quote properties without need
  • internal: add missing equivalent_to comparison
oxc-project/oxc (oxlint)

v0.18.1: oxlint v0.18.1

Compare Source

[0.18.1] - 2025-06-09

🐛 Bug Fixes
  • 6d68568 linter: False negative in typescript/array-type (#​11574) (camc314)
  • 6a856a0 linter/no-magic-numbers: Fix typo in error message (#​11560) (overlookmotel)
  • 3952e01 linter: False negative in jsx-a11y/aria-role (#​11547) (camc314)
  • b0e3e08 linter: Misplaced quote in jsx-curly-brace-presence test case (#​11546) (camc314)
  • a833ed1 linter: Misplaced quote in anchor-is-valid test case (#​11545) (camc314)
  • 4e53b80 linter: Misplaced backtick in exhaustive-deps test case (#​11544) (camc314)
  • e8a04b6 linter: Misplaced backtick in no-object-constructor test case (#​11543) (camc314)
  • 65311d0 linter: Remove duplicate rule/scope from diagnostic (#​11531) (camc314)
🚜 Refactor
📚 Documentation
⚡ Performance
  • 7bf25cb language_server: Transform MessageWithPosition to Diagnostic with less allocations (#​11561) (Sysix)

v0.18.0: oxlint v0.18.0

Compare Source

[0.18.0] - 2025-06-06

  • bd9dd88 linter: [BREAKING] Add more info to json reporter (#​11524) (camc314)
Features
  • 825d40c linter: Fix casing in unicorn/no-useless-promise-resolve-reject (#​11528) (camc314)
  • 2faee3d linter: Fix grammer in react/exhaustive-deps (#​11527) (camc314)
Bug Fixes
  • 1a71d7c linter: Misplaced backtick in unicorn/no-array-for-each diagnostic (#​11529) (camc314)
  • 7430b14 linter: Grammer in jest/valid-expect diagnostic (#​11522) (camc314)
  • b92ac41 linter: Grammer in eslint/no-redeclare diagnostic (#​11521) (camc314)
  • 17883e3 linter: Improve eslint/no-unsafe-negation diagnostic (#​11520) (camc314)
  • 8c89937 linter: Improve eslint/no-shadow-restricted-names diagnostic (#​11519) (camc314)
  • 3f0d889 linter: Add missing article to oxc/bad-array-method-on-arguments diagnostic (#​11518) (camc314)
  • cf0c24c linter: Improve message in react/prefer-es6-class diagnostic (#​11516) (camc314)
  • 91855df linter: Fix message in react/rules-of-hooks diagnostic (#​11515) (camc314)
  • b272194 linter: Misplaced backtick in jest/no-conditional-expect diagnostic (#​11514) (camc314)
  • 3403303 linter: Misplaced backtick in unicorn/prefer-dom-node-dataset diagnostic (#​11513) (camc314)
  • d5ca872 linter: Misplaced backtick in eslint/radix diagnostic (#​11512) (camc314)
  • 2dcf8be linter: Improve diagnostic message when function name is referenced (#​11509) (camc314)
  • 0de0c9c linter: Improve diagnostic message for no-unsafe-declaration-merging (#​11508) (camc314)
  • 0946dac linter: Correctly inherit categories when plugins are enabled (#​11353) (Cameron)
  • 510c1c6 linter: Add missing allowArrowFunctions option for eslint/func-style (#​11455) (yefan)
  • c77787c linter: Improve eslint/no-loss-of-precision (#​11437) (magic-akari)
  • 11d4523 linter: False positive in react/exhaustive-deps (#​11438) (camc314)
  • 616b613 linter/switch-case-braces: Align the logic with unicorn (#​11405) (shulaoda)
Refactor
  • db0b099 language_server: Convert only once uri to path when creating ServerLinter (#​11503) (Sysix)
  • ccceb52 language_server: Simplify workspace/didChangeConfiguration call (#​11462) (Sysix)
  • 0fdc51e linter: Simplify OxlintRules::override_rules (#​11510) (camc314)
Testing
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • Add depth-based generation for hierarchical llms.txt files (#​59)
💅 Refactors
  • Do not repeat stripExt functions (d7dda58)
  • Move devserver middleware back to src/index.ts (cd0b8f5)
📖 Documentation
  • Add "Ask DeepWiki" badge (110319d)
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Implement VitePress rewrites support (6c8f5f1)
🩹 Fixes
  • Fix sidebar file path resolving and add support for base sidebar parameter (#​51)
📖 Documentation
  • Remove redirects instructions (1cfecba)
  • Stretch the contributor list image from 10 columns to 15 (a3554c6)
🏡 Chore
  • Migrate back to Renovate (8c258f2)
  • Use files field in package.json instead of tricks with .npmignore (3597f4f)
  • Improve Renovate configuration (0dbbabb)
  • actions: Pin dependencies (#​54)
❤️ Contributors

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 8, 2025 19:11
Copy link

socket-security bot commented Jun 8, 2025

Copy link

netlify bot commented Jun 8, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 75c8a23
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/684c41fc0522250008ab6e4a

@renovate renovate bot force-pushed the renovate/npm-packages branch 2 times, most recently from 8666a97 to 424054e Compare June 9, 2025 02:06
@Boshen Boshen self-assigned this Jun 9, 2025
@renovate renovate bot force-pushed the renovate/npm-packages branch 5 times, most recently from f80d09d to 246ea16 Compare June 9, 2025 06:39
@Boshen Boshen marked this pull request as draft June 9, 2025 07:35
auto-merge was automatically disabled June 9, 2025 07:35

Pull request was converted to draft

@Boshen Boshen force-pushed the renovate/npm-packages branch from 0fad138 to 5bf236a Compare June 9, 2025 07:55
@renovate renovate bot force-pushed the renovate/npm-packages branch 2 times, most recently from 4f47a0c to 6baecac Compare June 13, 2025 13:09
@renovate renovate bot force-pushed the renovate/npm-packages branch from 6baecac to 0ecae42 Compare June 13, 2025 14:00
@shulaoda shulaoda marked this pull request as ready for review June 13, 2025 15:32
@shulaoda shulaoda added this pull request to the merge queue Jun 13, 2025
Copy link
Contributor Author

renovate bot commented Jun 13, 2025

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.

Merged via the queue into main with commit 6da4085 Jun 13, 2025
31 checks passed
@shulaoda shulaoda deleted the renovate/npm-packages branch June 13, 2025 15:43
github-actions bot pushed a commit that referenced this pull request Jun 15, 2025
## [1.0.0-beta.16] - 2025-06-15

### 🚀 Features

- rolldown: feat(rolldown): oxc v0.73.0 by @Boshen in [#4948](#4948)
- types: feat(types): generate HMR runtime types by @sapphi-red in [#4928](#4928)
- rolldown_plugin_build_import_analysis: feat(rolldown_plugin_build_import_analysis): align with rolldown-vite by @shulaoda in [#4931](#4931)
- feat: allow to configure`experimental#attachDebugInfo: 'none'` to disable generating `#region` comments by @TheAlexLichter in [#4918](#4918)

### 🐛 Bug Fixes

- fix: deduplicate entry point by @IWANABETHATGUY in [#4956](#4956)
- fix: diagnostic message on minified code is too long to be readable by @IWANABETHATGUY in [#4950](#4950)
- fix: deduplicated entry points when have same `id`, `name`, and `filename` by @IWANABETHATGUY in [#4947](#4947)
- fix: unbundle does not work with outExtensions by @IWANABETHATGUY in [#4945](#4945)
- types: fix(types): remove `undefined` from return type of `generateHmrPatch` and `hmrInvalidate` by @sapphi-red in [#4943](#4943)
- fix: handle error in `hmrInvalidate` by @sapphi-red in [#4942](#4942)
- rolldown_plugin_build_import_analysis: fix(rolldown_plugin_build_import_analysis): preload helper is imported even if it’s not needed by @shulaoda in [#4936](#4936)
- hmr: fix(hmr): avoid panic after syntax error by @sapphi-red in [#4898](#4898)
- strictExecutionOrder: fix(strictExecutionOrder): ensure initialization chain of entry exports by @hyf0 in [#4933](#4933)
- fix: should not panic when meet a syntax error in watch mode. by @IWANABETHATGUY in [#4926](#4926)
- fix: regression, id filter normalization for windows is not working by @IWANABETHATGUY in [#4922](#4922)
- rolldown_plugin_json: fix(rolldown_plugin_json): incorrect default JSON export by @shulaoda in [#4924](#4924)

### 🚜 Refactor

- refactor: avoid unnecessary collect by @IWANABETHATGUY in [#4949](#4949)
- refactor: get normalized options via binding by @IWANABETHATGUY in [#4938](#4938)
- refactor: include DevRuntime base class even if custom HMR implementation is passed by @sapphi-red in [#4929](#4929)

### 📚 Documentation

- docs: clarify minifier state by @TheAlexLichter in [#4953](#4953)
- docs: drafting code splitting by @hyf0 in [#4951](#4951)
- docs: add link to repl by @sxzz in [#4917](#4917)
- pluginutils: docs(pluginutils): add example to simple filter functions by @sapphi-red in [#4915](#4915)

### 🧪 Testing

- test: add testcase for normalized output options by @IWANABETHATGUY in [#4939](#4939)
- hmr: test(hmr): enable `expectExecuted` for `generatePatchError` test by @sapphi-red in [#4937](#4937)
- test: evaluate hmr tests in node by @sapphi-red in [#4930](#4930)
- test: add "non used export" hmr test by @sapphi-red in [#4900](#4900)
- test: enable expectExecuted in HMR tests by @sapphi-red in [#4927](#4927)

### ⚙️ Miscellaneous Tasks

- deps: chore(deps): lock file maintenance npm packages by @renovate[bot] in [#4866](#4866)
- infra: chore(infra): remove comments related to `cspell` by @shulaoda in [#4940](#4940)
- ci: remove cargo bench test by @IWANABETHATGUY in [#4925](#4925)
@Boshen Boshen mentioned this pull request Jun 15, 2025
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.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy