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

Closed
opened 2026-03-12 23:47:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/951
Author: @renovate[bot]
Created: 4/10/2025
Status: Merged
Merged: 4/10/2025
Merged by: @0xJacky

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

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

📊 Changes

6 files changed (+300 additions, -234 deletions)

View changed files

📝 .github/workflows/weblate-pull.yml (+1 -1)
📝 .github/workflows/weblate-sync.yml (+1 -1)
📝 app/package.json (+8 -8)
📝 app/pnpm-lock.yaml (+274 -208)
📝 docs/package.json (+2 -2)
📝 docs/pnpm-lock.yaml (+14 -14)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^4.11.0 -> ^4.12.0 age adoption passing confidence devDependencies minor
@vueuse/components (source) ^13.0.0 -> ^13.1.0 age adoption passing confidence dependencies minor
@vueuse/core (source) ^13.0.0 -> ^13.1.0 age adoption passing confidence dependencies minor
@vueuse/integrations (source) ^13.0.0 -> ^13.1.0 age adoption passing confidence dependencies minor
less (source) ^4.2.2 -> ^4.3.0 age adoption passing confidence devDependencies minor
marked (source) ^15.0.7 -> ^15.0.8 age adoption passing confidence dependencies patch
pinia ^3.0.1 -> ^3.0.2 age adoption passing confidence dependencies patch
pnpm (source) 10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808 -> 10.8.0 age adoption passing confidence packageManager minor
python 3.13.2 -> 3.13.3 age adoption passing confidence uses-with patch

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.12.0

Compare Source

   🚀 Features
    View changes on GitHub
vueuse/vueuse (@​vueuse/components)

v13.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
less/less.js (less)

v4.3.0

Compare Source

markedjs/marked (marked)

v15.0.8

Compare Source

vuejs/pinia (pinia)

v3.0.2

Please refer to CHANGELOG.md for details.

pnpm/pnpm (pnpm)

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
    
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.
actions/python-versions (python)

v3.13.3: 3.13.3

Compare Source

Python 3.13.3


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/951 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`fcfa2f0`](https://github.com/0xJacky/nginx-ui/commit/fcfa2f05f3cbb25b118a8f0bac7d3b627ac3eb47) chore(deps): update all non-major dependencies ### 📊 Changes **6 files changed** (+300 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/weblate-pull.yml` (+1 -1) 📝 `.github/workflows/weblate-sync.yml` (+1 -1) 📝 `app/package.json` (+8 -8) 📝 `app/pnpm-lock.yaml` (+274 -208) 📝 `docs/package.json` (+2 -2) 📝 `docs/pnpm-lock.yaml` (+14 -14) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@antfu/eslint-config](https://redirect.github.com/antfu/eslint-config) | [`^4.11.0` -> `^4.12.0`](https://renovatebot.com/diffs/npm/@antfu%2feslint-config/4.11.0/4.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@antfu%2feslint-config/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@antfu%2feslint-config/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@antfu%2feslint-config/4.11.0/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@antfu%2feslint-config/4.11.0/4.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [@vueuse/components](https://redirect.github.com/vueuse/vueuse/tree/main/packages/components#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/components)) | [`^13.0.0` -> `^13.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcomponents/13.0.0/13.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fcomponents/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2fcomponents/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2fcomponents/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fcomponents/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@vueuse/core](https://redirect.github.com/vueuse/vueuse) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/core)) | [`^13.0.0` -> `^13.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/13.0.0/13.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fcore/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2fcore/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2fcore/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fcore/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@vueuse/integrations](https://redirect.github.com/vueuse/vueuse/tree/main/packages/integrations#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/integrations)) | [`^13.0.0` -> `^13.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2fintegrations/13.0.0/13.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fintegrations/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vueuse%2fintegrations/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vueuse%2fintegrations/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fintegrations/13.0.0/13.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [less](http://lesscss.org) ([source](https://redirect.github.com/less/less.js)) | [`^4.2.2` -> `^4.3.0`](https://renovatebot.com/diffs/npm/less/4.2.2/4.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/less/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/less/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/less/4.2.2/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/less/4.2.2/4.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [marked](https://marked.js.org) ([source](https://redirect.github.com/markedjs/marked)) | [`^15.0.7` -> `^15.0.8`](https://renovatebot.com/diffs/npm/marked/15.0.7/15.0.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/marked/15.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/marked/15.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/marked/15.0.7/15.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/marked/15.0.7/15.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [pinia](https://redirect.github.com/vuejs/pinia) | [`^3.0.1` -> `^3.0.2`](https://renovatebot.com/diffs/npm/pinia/3.0.1/3.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pinia/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pinia/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pinia/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pinia/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808` -> `10.8.0`](https://renovatebot.com/diffs/npm/pnpm/10.7.1/10.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/10.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/10.7.1/10.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.7.1/10.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | packageManager | minor | | [python](https://redirect.github.com/actions/python-versions) | `3.13.2` -> `3.13.3` | [![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fpython-versions/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/github-releases/actions%2fpython-versions/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/github-releases/actions%2fpython-versions/3.13.2/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fpython-versions/3.13.2/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | uses-with | patch | --- ### Release Notes <details> <summary>antfu/eslint-config (@&#8203;antfu/eslint-config)</summary> ### [`v4.12.0`](https://redirect.github.com/antfu/eslint-config/releases/tag/v4.12.0) [Compare Source](https://redirect.github.com/antfu/eslint-config/compare/v4.11.0...v4.12.0) #####    🚀 Features - Sync the recommended rules of react plugins  -  by [@&#8203;Rel1cx](https://redirect.github.com/Rel1cx) in [https://github.com/antfu/eslint-config/issues/697](https://redirect.github.com/antfu/eslint-config/issues/697) [<samp>(7c24c)</samp>](https://redirect.github.com/antfu/eslint-config/commit/7c24ce7) - Allow `unicorn` and `svelte` to overrides rules  -  by [@&#8203;oliver139](https://redirect.github.com/oliver139) in [https://github.com/antfu/eslint-config/issues/701](https://redirect.github.com/antfu/eslint-config/issues/701) [<samp>(af93c)</samp>](https://redirect.github.com/antfu/eslint-config/commit/af93c10) #####     [View changes on GitHub](https://redirect.github.com/antfu/eslint-config/compare/v4.11.0...v4.12.0) </details> <details> <summary>vueuse/vueuse (@&#8203;vueuse/components)</summary> ### [`v13.1.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v13.1.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v13.0.0...v13.1.0) #####    🚀 Features - **shared**: Ensure return types exists  -  by [@&#8203;OrbisK](https://redirect.github.com/OrbisK) in [https://github.com/vueuse/vueuse/issues/4659](https://redirect.github.com/vueuse/vueuse/issues/4659) [<samp>(c1d6e)</samp>](https://redirect.github.com/vueuse/vueuse/commit/c1d6e010) - **useSortable**: Add possibility to use it with Component ref  -  by [@&#8203;michaelcozzolino](https://redirect.github.com/michaelcozzolino) in [https://github.com/vueuse/vueuse/issues/4684](https://redirect.github.com/vueuse/vueuse/issues/4684) [<samp>(15917)</samp>](https://redirect.github.com/vueuse/vueuse/commit/159175b2) #####    🐞 Bug Fixes - **docs**: Blog moved to different domain  -  by [@&#8203;th1m0](https://redirect.github.com/th1m0) in [https://github.com/vueuse/vueuse/issues/4663](https://redirect.github.com/vueuse/vueuse/issues/4663) [<samp>(72c9a)</samp>](https://redirect.github.com/vueuse/vueuse/commit/72c9aea0) - **nuxt**: Don't require `@vueuse/core` installed at root  -  by [@&#8203;danielroe](https://redirect.github.com/danielroe) in [https://github.com/vueuse/vueuse/issues/4698](https://redirect.github.com/vueuse/vueuse/issues/4698) [<samp>(17a46)</samp>](https://redirect.github.com/vueuse/vueuse/commit/17a46a94) - **tryOnMounted**: Pass target to getLifeCycleTarget  -  by [@&#8203;Eazash](https://redirect.github.com/Eazash) in [https://github.com/vueuse/vueuse/issues/4685](https://redirect.github.com/vueuse/vueuse/issues/4685) [<samp>(16551)</samp>](https://redirect.github.com/vueuse/vueuse/commit/16551af6) - **useDropZone**: Allow passing `document` as target  -  by [@&#8203;osbre](https://redirect.github.com/osbre) in [https://github.com/vueuse/vueuse/issues/4681](https://redirect.github.com/vueuse/vueuse/issues/4681) [<samp>(21fa6)</samp>](https://redirect.github.com/vueuse/vueuse/commit/21fa6523) #####     [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v13.0.0...v13.1.0) </details> <details> <summary>less/less.js (less)</summary> ### [`v4.3.0`](https://redirect.github.com/less/less.js/blob/HEAD/CHANGELOG.md#v430-2025-04-04) [Compare Source](https://redirect.github.com/less/less.js/compare/v4.2.2...v4.3.0) - [#&#8203;4319](https://redirect.github.com/less/less.js/pull/4319) Add deprecation warnings to Less output during parsing and new quiet flag ([@&#8203;matthew-dean](https://redirect.github.com/matthew-dean)) - [#&#8203;4320](https://redirect.github.com/less/less.js/pull/4320) Update README.md to remove Lerna reference ([@&#8203;matthew-dean](https://redirect.github.com/matthew-dean)) - [#&#8203;4322](https://redirect.github.com/less/less.js/pull/4322) Revise Playwright install method for CI stability ([@&#8203;puckowski](https://redirect.github.com/puckowski)) - [#&#8203;4333](https://redirect.github.com/less/less.js/pull/4333) Add support for `starting-style` at rule. ([@&#8203;puckowski](https://redirect.github.com/puckowski)) </details> <details> <summary>markedjs/marked (marked)</summary> ### [`v15.0.8`](https://redirect.github.com/markedjs/marked/compare/v15.0.7...fc85f926071c4d64e6d42c042c17cd31c4711179) [Compare Source](https://redirect.github.com/markedjs/marked/compare/v15.0.7...v15.0.8) </details> <details> <summary>vuejs/pinia (pinia)</summary> ### [`v3.0.2`](https://redirect.github.com/vuejs/pinia/releases/tag/v3.0.2) Please refer to [CHANGELOG.md](https://redirect.github.com/vuejs/pinia/blob/v2/packages/pinia/CHANGELOG.md) for details. </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.8.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1080) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.7.1...v10.8.0) ##### Minor Changes - **Experimental.** A new hook is supported for updating configuration settings. The hook can be provided via `.pnpmfile.cjs`. For example: ```js module.exports = { hooks: { updateConfig: (config) => ({ ...config, nodeLinker: "hoisted", }), }, }; ``` - Now you can use the `pnpm add` command with the `--config` flag to install new configurational dependencies [#&#8203;9377](https://redirect.github.com/pnpm/pnpm/pull/9377). ##### Patch Changes - Do not hang indefinitely, when there is a glob that starts with `!/` in `pnpm-workspace.yaml`. This fixes a regression introduced by [#&#8203;9169](https://redirect.github.com/pnpm/pnpm/pull/9169). - `pnpm audit --fix` should update the overrides in `pnpm-workspace.yaml`. - `pnpm link` should update overrides in `pnpm-workspace.yaml`, not in `package.json` [#&#8203;9365](https://redirect.github.com/pnpm/pnpm/pull/9365). </details> <details> <summary>actions/python-versions (python)</summary> ### [`v3.13.3`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.3-14344076652): 3.13.3 [Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.2-13708744326...3.13.3-14344076652) Python 3.13.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:47:38 +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#8293
No description provided.