[PR #1075] [MERGED] chore(deps): update all non-major dependencies #6972

Closed
opened 2026-03-01 17:15:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1075
Author: @renovate[bot]
Created: 5/24/2025
Status: Merged
Merged: 5/26/2025
Merged by: @0xJacky

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

  • 58d01b9 chore(deps): update all non-major dependencies

📊 Changes

4 files changed (+37 additions, -28 deletions)

View changed files

📝 app/package.json (+3 -3)
📝 app/pnpm-lock.yaml (+20 -11)
📝 docs/package.json (+1 -1)
📝 docs/pnpm-lock.yaml (+13 -13)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.15.18 -> ^22.15.21 age adoption passing confidence
pnpm (source) 10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39 -> 10.11.0 age adoption passing confidence
unplugin-auto-import ^19.2.0 -> ^19.3.0 age adoption passing confidence
unplugin-vue-components ^28.5.0 -> ^28.7.0 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v10.11.0

Compare Source

Minor Changes
  • A new setting added for pnpm init to create a package.json with type=module, when init-type is module. Works as a flag for the init command too #​9463.

  • Added support for Nushell to pnpm setup #​6476.

  • Added two new flags to the pnpm audit command, --ignore and --ignore-unfixable #​8474.

    Ignore all vulnerabilities that have no solution:

    > pnpm audit --ignore-unfixable
    

    Provide a list of CVE's to ignore those specifically, even if they have a resolution.

    > pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
    
  • Added support for recursively running pack in every project of a workspace #​4351.

    Now you can run pnpm -r pack to pack all packages in the workspace.

Patch Changes
  • pnpm version management should work, when dangerouslyAllowAllBuilds is set to true #​9472.
  • pnpm link should work from inside a workspace #​9506.
  • Set the default workspaceConcurrency to Math.min(os.availableParallelism(), 4) #​9493.
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Read updateConfig from pnpm-workspace.yaml #​9500.
  • Add support for recursive pack
  • Remove url.parse usage to fix warning on Node.js 24 #​9492.
  • pnpm run should be able to run commands from the workspace root, if ignoreScripts is set tot true #​4858.
unplugin/unplugin-auto-import (unplugin-auto-import)

v19.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)

v28.7.0

Compare Source

v28.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/1075 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/24/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`58d01b9`](https://github.com/0xJacky/nginx-ui/commit/58d01b9a998fda1e98fe065bb7b5e73759e69b10) chore(deps): update all non-major dependencies ### 📊 Changes **4 files changed** (+37 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+3 -3) 📝 `app/pnpm-lock.yaml` (+20 -11) 📝 `docs/package.json` (+1 -1) 📝 `docs/pnpm-lock.yaml` (+13 -13) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^22.15.18` -> `^22.15.21`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.18/22.15.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.15.18/22.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.15.18/22.15.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39` -> `10.11.0`](https://renovatebot.com/diffs/npm/pnpm/10.10.0/10.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/10.10.0/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.10.0/10.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [unplugin-auto-import](https://redirect.github.com/unplugin/unplugin-auto-import) | [`^19.2.0` -> `^19.3.0`](https://renovatebot.com/diffs/npm/unplugin-auto-import/19.2.0/19.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin-auto-import/19.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin-auto-import/19.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin-auto-import/19.2.0/19.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin-auto-import/19.2.0/19.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [unplugin-vue-components](https://redirect.github.com/unplugin/unplugin-vue-components) | [`^28.5.0` -> `^28.7.0`](https://renovatebot.com/diffs/npm/unplugin-vue-components/28.5.0/28.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin-vue-components/28.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin-vue-components/28.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin-vue-components/28.5.0/28.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin-vue-components/28.5.0/28.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.11.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10110) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.10.0...v10.11.0) ##### Minor Changes - A new setting added for `pnpm init` to create a `package.json` with `type=module`, when `init-type` is `module`. Works as a flag for the init command too [#&#8203;9463](https://redirect.github.com/pnpm/pnpm/pull/9463). - Added support for Nushell to `pnpm setup` [#&#8203;6476](https://redirect.github.com/pnpm/pnpm/issues/6476). - Added two new flags to the `pnpm audit` command, `--ignore` and `--ignore-unfixable` [#&#8203;8474](https://redirect.github.com/pnpm/pnpm/pull/8474). Ignore all vulnerabilities that have no solution: ```shell > pnpm audit --ignore-unfixable ``` Provide a list of CVE's to ignore those specifically, even if they have a resolution. ```shell > pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678 ``` - Added support for recursively running pack in every project of a workspace [#&#8203;4351](https://redirect.github.com/pnpm/pnpm/issues/4351). Now you can run `pnpm -r pack` to pack all packages in the workspace. ##### Patch Changes - pnpm version management should work, when `dangerouslyAllowAllBuilds` is set to `true` [#&#8203;9472](https://redirect.github.com/pnpm/pnpm/issues/9472). - `pnpm link` should work from inside a workspace [#&#8203;9506](https://redirect.github.com/pnpm/pnpm/issues/9506). - Set the default `workspaceConcurrency` to `Math.min(os.availableParallelism(), 4)` [#&#8203;9493](https://redirect.github.com/pnpm/pnpm/pull/9493). - Installation should not exit with an error if `strictPeerDependencies` is `true` but all issues are ignored by `peerDependencyRules` [#&#8203;9505](https://redirect.github.com/pnpm/pnpm/pull/9505). - Read `updateConfig` from `pnpm-workspace.yaml` [#&#8203;9500](https://redirect.github.com/pnpm/pnpm/issues/9500). - Add support for `recursive pack` - Remove `url.parse` usage to fix warning on Node.js 24 [#&#8203;9492](https://redirect.github.com/pnpm/pnpm/issues/9492). - `pnpm run` should be able to run commands from the workspace root, if `ignoreScripts` is set tot `true` [#&#8203;4858](https://redirect.github.com/pnpm/pnpm/issues/4858). </details> <details> <summary>unplugin/unplugin-auto-import (unplugin-auto-import)</summary> ### [`v19.3.0`](https://redirect.github.com/unplugin/unplugin-auto-import/releases/tag/v19.3.0) [Compare Source](https://redirect.github.com/unplugin/unplugin-auto-import/compare/v19.2.0...v19.3.0) #####    🚀 Features - Use `ScanDirExportsOptions` from unimport  -  by [@&#8203;ilyaliao](https://redirect.github.com/ilyaliao) in [https://github.com/unplugin/unplugin-auto-import/issues/570](https://redirect.github.com/unplugin/unplugin-auto-import/issues/570) [<samp>(f48c9)</samp>](https://redirect.github.com/unplugin/unplugin-auto-import/commit/f48c980) #####    🐞 Bug Fixes - Always regenerate .eslintrc to prevent stale entries  -  by [@&#8203;ilyaliao](https://redirect.github.com/ilyaliao) in [https://github.com/unplugin/unplugin-auto-import/issues/574](https://redirect.github.com/unplugin/unplugin-auto-import/issues/574) [<samp>(cd966)</samp>](https://redirect.github.com/unplugin/unplugin-auto-import/commit/cd966e1) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-auto-import/compare/v19.2.0...v19.3.0) </details> <details> <summary>unplugin/unplugin-vue-components (unplugin-vue-components)</summary> ### [`v28.7.0`](https://redirect.github.com/unplugin/unplugin-vue-components/compare/24f5c90dbcf01d71d7ddaf5b3744e9a1e6f0b435...d542b307888b242566a5b00e1ee1c5b8dc8a916f) [Compare Source](https://redirect.github.com/unplugin/unplugin-vue-components/compare/v28.6.0...v28.7.0) ### [`v28.6.0`](https://redirect.github.com/unplugin/unplugin-vue-components/compare/v28.5.0...24f5c90dbcf01d71d7ddaf5b3744e9a1e6f0b435) [Compare Source](https://redirect.github.com/unplugin/unplugin-vue-components/compare/v28.5.0...v28.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC). 🚦 **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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/0xJacky/nginx-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:15:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#6972
No description provided.