[PR #1349] chore(deps): update all non-major dependencies #5694

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

Original Pull Request: https://github.com/0xJacky/nginx-ui/pull/1349

State: closed
Merged: Yes


Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
@formkit/auto-animate ^0.8.4 -> ^0.9.0 age confidence dependencies minor
@iconify-json/tabler ^1.2.22 -> ^1.2.23 age confidence devDependencies patch
@iconify/utils (source) ^3.0.1 -> ^3.0.2 age confidence devDependencies patch
@simplewebauthn/browser (source) ^13.1.2 -> ^13.2.0 age confidence dependencies minor
@types/node (source) ^22.18.0 -> ^22.18.6 age confidence devDependencies patch
@uozi-admin/curd (source) ^4.16.8 -> ^4.16.9 age confidence dependencies patch
github.com/casdoor/casdoor-go-sdk v1.19.0 -> v1.20.0 age confidence require minor
github.com/go-acme/lego/v4 v4.25.2 -> v4.26.0 age confidence require minor
github.com/go-webauthn/webauthn v0.13.4 -> v0.14.0 age confidence require minor
github.com/sashabaranov/go-openai v1.41.1 -> v1.41.2 age confidence require patch
github.com/uozi-tech/cosy v1.26.1 -> v1.26.2 age confidence require patch
go ^1.25.0 -> ^1.25.1 age confidence uses-with patch
pnpm (source) 10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67 -> 10.17.0 age confidence packageManager minor
vite (source) ^7.1.5 -> ^7.1.6 age confidence devDependencies patch
vue (source) ^3.5.20 -> ^3.5.21 age confidence dependencies patch

Release Notes

formkit/auto-animate (@​formkit/auto-animate)

v0.9.0

Compare Source

MasterKale/SimpleWebAuthn (@​simplewebauthn/browser)

v13.2.0

Compare Source

Changes

  • [server] The return value from verifyRegistrationResponse() has been defined more strictly
    to communicate that registrationInfo will only ever be present if verified is true
    (#​715)
  • [server] verifyRegistrationResponse() can now verify attestations containing SHA256 hashes
    by using EC public keys with the P-384 curve
    (#​721)
  • [server] The Android SafetyNet "CTS profile match" system integrity check can now be disabled
    by setting attestationSafetyNetEnforceCTSCheck: false when calling
    verifyRegistrationResponse(). This check remains enforced by default
    (#​722)
  • [browser] [server] These libraries now have better support in Deno 2.2+ projects which use
    generic typing for Uint8Array via TypeScript 5.7.
    SimpleWebAuthn values of type Uint8Array_ are equivalent to Uint8Array in Deno 2.1 and
    earlier, and Uint8Array<ArrayBuffer> in Deno 2.2 and later.
    (#​717)
uozi-tech/admin-kit (@​uozi-admin/curd)

v4.16.9

Compare Source

Patch Changes
  • de719f5 Thanks @​akinoccc! - fix(curd): adjust disabled state logic in StdFormController and set edit disabled in UserList
casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)

v1.20.0

Compare Source

Features
  • add Invitation and InvitationCode fields into user definition (#​174) (772db3f)
go-acme/lego (github.com/go-acme/lego/v4)

v4.26.0

Compare Source

Added
  • [dnsprovider] Add DNS provider for KeyHelp
  • [dnsprovider] Add DNS provider for Binary Lane
  • [dnsprovider] Add DNS provider for Tencent EdgeOne
  • [dnsprovider] azuredns: pipeline credential support
  • [dnsprovider] oraclecloud: handle instance_principal authentication
Changed
  • [dnsprovider] oraclecloud: add env var aliases
  • [dnsprovider] simply: update to API v2
  • [lib,cli] EAB: fallback to base64.URLEncoding
Fixed
  • [dnsprovider] selectelv2: add missing options
go-webauthn/webauthn (github.com/go-webauthn/webauthn)

v0.14.0

Compare Source

Bug Fixes
Features
sashabaranov/go-openai (github.com/sashabaranov/go-openai)

v1.41.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.41.1...v1.41.2

uozi-tech/cosy (github.com/uozi-tech/cosy)

v1.26.2

Compare Source

actions/go-versions (go)

v1.25.1: 1.25.1

Compare Source

Go 1.25.1

pnpm/pnpm (pnpm)

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@&#8203;eslint/*"
    

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.

v10.16.1

Compare Source

Patch Changes
  • The full metadata cache should be stored not at the same location as the abbreviated metadata. This fixes a bug where pnpm was loading the abbreviated metadata from cache and couldn't find the "time" field as a result #​9963.
  • Forcibly disable ANSI color codes when generating patch diff #​9914.

v10.16.0

Compare Source

Minor Changes
  • There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.

    The new setting is called minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, setting minimumReleaseAge: 1440 ensures that only packages released at least one day ago can be installed.

    If you set minimumReleaseAge but need to disable this restriction for certain dependencies, you can list them under the minimumReleaseAgeExclude setting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:

    minimumReleaseAgeExclude:
      - webpack
    

    Related issue: #​9921.

  • Added support for finders #​9946.

    In the past, pnpm list and pnpm why could only search for dependencies by name (and optionally version). For example:

    pnpm why minimist
    

    prints the chain of dependencies to any installed instance of minimist:

    verdaccio 5.20.1
    ├─┬ handlebars 4.7.7
    │ └── minimist 1.2.8
    └─┬ mv 2.1.1
      └─┬ mkdirp 0.5.6
        └── minimist 1.2.8
    

    What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have react@17 in their peer dependencies?

    This is now possible with "finder functions". Finder functions can be declared in .pnpmfile.cjs and invoked with the --find-by=<function name> flag when running pnpm list or pnpm why.

    Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our .pnpmfile.cjs:

    module.exports = {
      finders: {
        react17: (ctx) => {
          return ctx.readManifest().peerDependencies?.react === "^17.0.0";
        },
      },
    };
    

    Now we can use this finder function by running:

    pnpm why --find-by=react17
    

    pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.

    @&#8203;apollo/client 4.0.4
    ├── @&#8203;graphql-typed-document-node/core 3.2.0
    └── graphql-tag 2.12.6
    

    It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:

    module.exports = {
      finders: {
        react17: (ctx) => {
          const manifest = ctx.readManifest();
          if (manifest.peerDependencies?.react === "^17.0.0") {
            return `license: ${manifest.license}`;
          }
          return false;
        },
      },
    };
    

    Every matched package will also print out the license from its package.json:

    @&#8203;apollo/client 4.0.4
    ├── @&#8203;graphql-typed-document-node/core 3.2.0
    │   license: MIT
    └── graphql-tag 2.12.6
        license: MIT
    
Patch Changes
  • Fix deprecation warning printed when executing pnpm with Node.js 24 #​9529.
  • Throw an error if nodeVersion is not set to an exact semver version #​9934.
  • pnpm publish should be able to publish a .tar.gz file #​9927.
  • Canceling a running process with Ctrl-C should make pnpm run return a non-zero exit code #​9626.
vitejs/vite (vite)

v7.1.6

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (#​20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#​20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#​20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#​20755) (cc54e29)
Miscellaneous Chores
vuejs/core (vue)

v3.5.21

Compare Source

Bug Fixes
Performance Improvements

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.

**Original Pull Request:** https://github.com/0xJacky/nginx-ui/pull/1349 **State:** closed **Merged:** Yes --- Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@formkit/auto-animate](https://redirect.github.com/formkit/auto-animate) | [`^0.8.4` -> `^0.9.0`](https://renovatebot.com/diffs/npm/@formkit%2fauto-animate/0.8.4/0.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@formkit%2fauto-animate/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@formkit%2fauto-animate/0.8.4/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@iconify-json/tabler](https://icon-sets.iconify.design/tabler/) | [`^1.2.22` -> `^1.2.23`](https://renovatebot.com/diffs/npm/@iconify-json%2ftabler/1.2.22/1.2.23) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify-json%2ftabler/1.2.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify-json%2ftabler/1.2.22/1.2.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@iconify/utils](https://iconify.design/docs/libraries/utils/) ([source](https://redirect.github.com/iconify/iconify/tree/HEAD/packages/utils)) | [`^3.0.1` -> `^3.0.2`](https://renovatebot.com/diffs/npm/@iconify%2futils/3.0.1/3.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@iconify%2futils/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@iconify%2futils/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@simplewebauthn/browser](https://redirect.github.com/MasterKale/SimpleWebAuthn/tree/master/packages/browser#readme) ([source](https://redirect.github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/browser)) | [`^13.1.2` -> `^13.2.0`](https://renovatebot.com/diffs/npm/@simplewebauthn%2fbrowser/13.1.2/13.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@simplewebauthn%2fbrowser/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@simplewebauthn%2fbrowser/13.1.2/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^22.18.0` -> `^22.18.6`](https://renovatebot.com/diffs/npm/@types%2fnode/22.18.0/22.18.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.18.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.18.0/22.18.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [@uozi-admin/curd](https://redirect.github.com/uozi-tech/admin-kit) ([source](https://redirect.github.com/uozi-tech/admin-kit/tree/HEAD/packages/curd)) | [`^4.16.8` -> `^4.16.9`](https://renovatebot.com/diffs/npm/@uozi-admin%2fcurd/4.16.8/4.16.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@uozi-admin%2fcurd/4.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@uozi-admin%2fcurd/4.16.8/4.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [github.com/casdoor/casdoor-go-sdk](https://redirect.github.com/casdoor/casdoor-go-sdk) | `v1.19.0` -> `v1.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcasdoor%2fcasdoor-go-sdk/v1.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcasdoor%2fcasdoor-go-sdk/v1.19.0/v1.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [github.com/go-acme/lego/v4](https://redirect.github.com/go-acme/lego) | `v4.25.2` -> `v4.26.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-acme%2flego%2fv4/v4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-acme%2flego%2fv4/v4.25.2/v4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [github.com/go-webauthn/webauthn](https://redirect.github.com/go-webauthn/webauthn) | `v0.13.4` -> `v0.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-webauthn%2fwebauthn/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-webauthn%2fwebauthn/v0.13.4/v0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [github.com/sashabaranov/go-openai](https://redirect.github.com/sashabaranov/go-openai) | `v1.41.1` -> `v1.41.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsashabaranov%2fgo-openai/v1.41.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsashabaranov%2fgo-openai/v1.41.1/v1.41.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [github.com/uozi-tech/cosy](https://redirect.github.com/uozi-tech/cosy) | `v1.26.1` -> `v1.26.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fuozi-tech%2fcosy/v1.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fuozi-tech%2fcosy/v1.26.1/v1.26.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [go](https://redirect.github.com/actions/go-versions) | `^1.25.0` -> `^1.25.1` | [![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fgo-versions/1.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fgo-versions/1.25.0/1.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | uses-with | patch | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67` -> `10.17.0`](https://renovatebot.com/diffs/npm/pnpm/10.15.1/10.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.15.1/10.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | packageManager | minor | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^7.1.5` -> `^7.1.6`](https://renovatebot.com/diffs/npm/vite/7.1.5/7.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.1.5/7.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`^3.5.20` -> `^3.5.21`](https://renovatebot.com/diffs/npm/vue/3.5.20/3.5.21) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.20/3.5.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | --- ### Release Notes <details> <summary>formkit/auto-animate (@&#8203;formkit/auto-animate)</summary> ### [`v0.9.0`](https://redirect.github.com/formkit/auto-animate/compare/0.8.4...0.9.0) [Compare Source](https://redirect.github.com/formkit/auto-animate/compare/0.8.4...0.9.0) </details> <details> <summary>MasterKale/SimpleWebAuthn (@&#8203;simplewebauthn/browser)</summary> ### [`v13.2.0`](https://redirect.github.com/MasterKale/SimpleWebAuthn/blob/HEAD/CHANGELOG.md#v1320) [Compare Source](https://redirect.github.com/MasterKale/SimpleWebAuthn/compare/v13.1.2...v13.2.0) **Changes** - **\[server]** The return value from `verifyRegistrationResponse()` has been defined more strictly to communicate that `registrationInfo` will only ever be present if `verified` is `true` ([#&#8203;715](https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/715)) - **\[server]** `verifyRegistrationResponse()` can now verify attestations containing SHA256 hashes by using EC public keys with the P-384 curve ([#&#8203;721](https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/721)) - **\[server]** The Android SafetyNet "CTS profile match" system integrity check can now be disabled by setting `attestationSafetyNetEnforceCTSCheck: false` when calling `verifyRegistrationResponse()`. This check remains enforced by default ([#&#8203;722](https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/722)) - **\[browser] \[server]** These libraries now have better support in Deno 2.2+ projects which use [generic typing for `Uint8Array` via TypeScript 5.7](https://typescriptdocs.com/release-notes/TypeScript%205.7.html#typedarrays-are-now-generic-over-arraybufferlike). SimpleWebAuthn values of type `Uint8Array_` are equivalent to `Uint8Array` in Deno 2.1 and earlier, and `Uint8Array<ArrayBuffer>` in Deno 2.2 and later. ([#&#8203;717](https://redirect.github.com/MasterKale/SimpleWebAuthn/pull/717)) </details> <details> <summary>uozi-tech/admin-kit (@&#8203;uozi-admin/curd)</summary> ### [`v4.16.9`](https://redirect.github.com/uozi-tech/admin-kit/blob/HEAD/packages/curd/CHANGELOG.md#4169) [Compare Source](https://redirect.github.com/uozi-tech/admin-kit/compare/@uozi-admin/curd@4.16.8...@uozi-admin/curd@4.16.9) ##### Patch Changes - [`de719f5`](https://redirect.github.com/uozi-tech/admin-kit/commit/de719f5e1e51cf166dc4b2e0f281b33f71914edf) Thanks [@&#8203;akinoccc](https://redirect.github.com/akinoccc)! - fix(curd): adjust disabled state logic in StdFormController and set edit disabled in UserList </details> <details> <summary>casdoor/casdoor-go-sdk (github.com/casdoor/casdoor-go-sdk)</summary> ### [`v1.20.0`](https://redirect.github.com/casdoor/casdoor-go-sdk/releases/tag/v1.20.0) [Compare Source](https://redirect.github.com/casdoor/casdoor-go-sdk/compare/v1.19.0...v1.20.0) ##### Features - add Invitation and InvitationCode fields into user definition ([#&#8203;174](https://redirect.github.com/casdoor/casdoor-go-sdk/issues/174)) ([772db3f](https://redirect.github.com/casdoor/casdoor-go-sdk/commit/772db3f8b43bfbcba7524e0d69d3ba33382f06f5)) </details> <details> <summary>go-acme/lego (github.com/go-acme/lego/v4)</summary> ### [`v4.26.0`](https://redirect.github.com/go-acme/lego/blob/HEAD/CHANGELOG.md#v4260-2025-09-13) [Compare Source](https://redirect.github.com/go-acme/lego/compare/v4.25.2...v4.26.0) ##### Added - **\[dnsprovider]** Add DNS provider for KeyHelp - **\[dnsprovider]** Add DNS provider for Binary Lane - **\[dnsprovider]** Add DNS provider for Tencent EdgeOne - **\[dnsprovider]** azuredns: pipeline credential support - **\[dnsprovider]** oraclecloud: handle instance\_principal authentication ##### Changed - **\[dnsprovider]** oraclecloud: add env var aliases - **\[dnsprovider]** simply: update to API v2 - **\[lib,cli]** EAB: fallback to base64.URLEncoding ##### Fixed - **\[dnsprovider]** selectelv2: add missing options </details> <details> <summary>go-webauthn/webauthn (github.com/go-webauthn/webauthn)</summary> ### [`v0.14.0`](https://redirect.github.com/go-webauthn/webauthn/releases/tag/v0.14.0) [Compare Source](https://redirect.github.com/go-webauthn/webauthn/compare/v0.13.4...v0.14.0) ##### Bug Fixes - **webauthn:** edge case in owned credentials validation ([#&#8203;487](https://redirect.github.com/go-webauthn/webauthn/issues/487)) ([9410f91](https://redirect.github.com/go-webauthn/webauthn/commit/9410f91944874a26b2ca30d747cd19e086189ec6)) - **webauthn:** skip mds validation for none format ([#&#8203;497](https://redirect.github.com/go-webauthn/webauthn/issues/497)) ([a1b2775](https://redirect.github.com/go-webauthn/webauthn/commit/a1b27757c411106085c88ba6ec36d31f3996c3ae)), closes [#&#8203;387](https://redirect.github.com/go-webauthn/webauthn/issues/387) ##### Features - **metadata:** update schema to 3.1 ([#&#8203;454](https://redirect.github.com/go-webauthn/webauthn/issues/454)) ([3c6b5a1](https://redirect.github.com/go-webauthn/webauthn/commit/3c6b5a1a376a24b19a1149e8aaaafedea30ca5c1)) - **protocol:** att format updates ([#&#8203;485](https://redirect.github.com/go-webauthn/webauthn/issues/485)) ([c079c8b](https://redirect.github.com/go-webauthn/webauthn/commit/c079c8b87bc4e564418b86a0d9c05cbf076a10ff)) - **protocol:** update tpm manufacturers ([#&#8203;496](https://redirect.github.com/go-webauthn/webauthn/issues/496)) ([46046ca](https://redirect.github.com/go-webauthn/webauthn/commit/46046cac56ea0fbfd6ce3c573da1ea5e179bf954)) - **protocol:** validate native app origins ([#&#8203;468](https://redirect.github.com/go-webauthn/webauthn/issues/468)) ([0b2a549](https://redirect.github.com/go-webauthn/webauthn/commit/0b2a5491d2d7932ecfdb0312df4ab67df71595e9)), closes [#&#8203;462](https://redirect.github.com/go-webauthn/webauthn/issues/462) [#&#8203;463](https://redirect.github.com/go-webauthn/webauthn/issues/463) </details> <details> <summary>sashabaranov/go-openai (github.com/sashabaranov/go-openai)</summary> ### [`v1.41.2`](https://redirect.github.com/sashabaranov/go-openai/releases/tag/v1.41.2) [Compare Source](https://redirect.github.com/sashabaranov/go-openai/compare/v1.41.1...v1.41.2) #### What's Changed - Add Verbosity parameter to Chat Completion Request by [@&#8203;azdaev](https://redirect.github.com/azdaev) in [#&#8203;1064](https://redirect.github.com/sashabaranov/go-openai/pull/1064) #### New Contributors - [@&#8203;azdaev](https://redirect.github.com/azdaev) made their first contribution in [#&#8203;1064](https://redirect.github.com/sashabaranov/go-openai/pull/1064) **Full Changelog**: <https://github.com/sashabaranov/go-openai/compare/v1.41.1...v1.41.2> </details> <details> <summary>uozi-tech/cosy (github.com/uozi-tech/cosy)</summary> ### [`v1.26.2`](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.1...v1.26.2) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.26.1...v1.26.2) </details> <details> <summary>actions/go-versions (go)</summary> ### [`v1.25.1`](https://redirect.github.com/actions/go-versions/releases/tag/1.25.1-17451174567): 1.25.1 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.25.0-16925932082...1.25.1-17451174567) Go 1.25.1 </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.17.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10170) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.16.1...v10.17.0) ##### Minor Changes - The `minimumReleaseAgeExclude` setting now supports patterns. For instance: ```yaml minimumReleaseAge: 1440 minimumReleaseAgeExclude: - "@&#8203;eslint/*" ``` Related PR: [#&#8203;9984](https://redirect.github.com/pnpm/pnpm/pull/9984). ##### Patch Changes - Don't ignore the `minimumReleaseAge` check, when the package is requested by exact version and the packument is loaded from cache [#&#8203;9978](https://redirect.github.com/pnpm/pnpm/issues/9978). - When `minimumReleaseAge` is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one [#&#8203;9979](https://redirect.github.com/pnpm/pnpm/issues/9979). ### [`v10.16.1`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10161) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.16.0...v10.16.1) ##### Patch Changes - The full metadata cache should be stored not at the same location as the abbreviated metadata. This fixes a bug where pnpm was loading the abbreviated metadata from cache and couldn't find the "time" field as a result [#&#8203;9963](https://redirect.github.com/pnpm/pnpm/issues/9963). - Forcibly disable ANSI color codes when generating patch diff [#&#8203;9914](https://redirect.github.com/pnpm/pnpm/pull/9914). ### [`v10.16.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10160) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.15.1...v10.16.0) ##### Minor Changes - There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour. The new setting is called `minimumReleaseAge`. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, setting `minimumReleaseAge: 1440` ensures that only packages released at least one day ago can be installed. If you set `minimumReleaseAge` but need to disable this restriction for certain dependencies, you can list them under the `minimumReleaseAgeExclude` setting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time: ```yaml minimumReleaseAgeExclude: - webpack ``` Related issue: [#&#8203;9921](https://redirect.github.com/pnpm/pnpm/issues/9921). - Added support for `finders` [#&#8203;9946](https://redirect.github.com/pnpm/pnpm/pull/9946). In the past, `pnpm list` and `pnpm why` could only search for dependencies by **name** (and optionally version). For example: ``` pnpm why minimist ``` prints the chain of dependencies to any installed instance of `minimist`: ``` verdaccio 5.20.1 ├─┬ handlebars 4.7.7 │ └── minimist 1.2.8 └─┬ mv 2.1.1 └─┬ mkdirp 0.5.6 └── minimist 1.2.8 ``` What if we want to search by **other properties** of a dependency, not just its name? For instance, find all packages that have `react@17` in their peer dependencies? This is now possible with "finder functions". Finder functions can be declared in `.pnpmfile.cjs` and invoked with the `--find-by=<function name>` flag when running `pnpm list` or `pnpm why`. Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our `.pnpmfile.cjs`: ```js module.exports = { finders: { react17: (ctx) => { return ctx.readManifest().peerDependencies?.react === "^17.0.0"; }, }, }; ``` Now we can use this finder function by running: ``` pnpm why --find-by=react17 ``` pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph. ``` @&#8203;apollo/client 4.0.4 ├── @&#8203;graphql-typed-document-node/core 3.2.0 └── graphql-tag 2.12.6 ``` It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder: ```js module.exports = { finders: { react17: (ctx) => { const manifest = ctx.readManifest(); if (manifest.peerDependencies?.react === "^17.0.0") { return `license: ${manifest.license}`; } return false; }, }, }; ``` Every matched package will also print out the license from its `package.json`: ``` @&#8203;apollo/client 4.0.4 ├── @&#8203;graphql-typed-document-node/core 3.2.0 │ license: MIT └── graphql-tag 2.12.6 license: MIT ``` ##### Patch Changes - Fix deprecation warning printed when executing pnpm with Node.js 24 [#&#8203;9529](https://redirect.github.com/pnpm/pnpm/issues/9529). - Throw an error if `nodeVersion` is not set to an exact semver version [#&#8203;9934](https://redirect.github.com/pnpm/pnpm/issues/9934). - `pnpm publish` should be able to publish a `.tar.gz` file [#&#8203;9927](https://redirect.github.com/pnpm/pnpm/pull/9927). - Canceling a running process with Ctrl-C should make `pnpm run` return a non-zero exit code [#&#8203;9626](https://redirect.github.com/pnpm/pnpm/issues/9626). </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.1.6`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small-716-2025-09-18-small) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.1.5...v7.1.6) ##### Bug Fixes - **deps:** update all non-major dependencies ([#&#8203;20773](https://redirect.github.com/vitejs/vite/issues/20773)) ([88af2ae](https://redirect.github.com/vitejs/vite/commit/88af2ae7df77160e7d11a9fa147a4967c8499f13)) - **esbuild:** inject esbuild helper functions with minified `$` variables correctly ([#&#8203;20761](https://redirect.github.com/vitejs/vite/issues/20761)) ([7e8e004](https://redirect.github.com/vitejs/vite/commit/7e8e0043d60379e11da481d9cc3c3556c9756ac0)) - fallback terser to main thread when nameCache is provided ([#&#8203;20750](https://redirect.github.com/vitejs/vite/issues/20750)) ([a679a64](https://redirect.github.com/vitejs/vite/commit/a679a643404c95556dda2670643e14eca9c585bd)) - **types:** strict env typings fail when `skipLibCheck` is `false` ([#&#8203;20755](https://redirect.github.com/vitejs/vite/issues/20755)) ([cc54e29](https://redirect.github.com/vitejs/vite/commit/cc54e294746d3eac868de96f85d98dd0fa0cda11)) ##### Miscellaneous Chores - **deps:** update rolldown-related dependencies ([#&#8203;20675](https://redirect.github.com/vitejs/vite/issues/20675)) ([a67bb5f](https://redirect.github.com/vitejs/vite/commit/a67bb5fbec5f3e42151dc7e3166858d0d33533de)) - **deps:** update rolldown-related dependencies ([#&#8203;20772](https://redirect.github.com/vitejs/vite/issues/20772)) ([d785e72](https://redirect.github.com/vitejs/vite/commit/d785e72f2ead705e8b2416c0a5097878fced3435)) </details> <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.21`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3521-2025-09-02) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.20...v3.5.21) ##### Bug Fixes - **compiler-core:** force dynamic slots when slot referencing scope vars ([#&#8203;9427](https://redirect.github.com/vuejs/core/issues/9427)) ([99d54b2](https://redirect.github.com/vuejs/core/commit/99d54b28b46dbea006205dff71c383a31dd1b87a)), closes [#&#8203;9380](https://redirect.github.com/vuejs/core/issues/9380) - **compiler-sfc:** check lang before attempt to compile script ([#&#8203;13508](https://redirect.github.com/vuejs/core/issues/13508)) ([55922ff](https://redirect.github.com/vuejs/core/commit/55922ff3168a1397ad72f18946eb1c4051cdab3b)), closes [#&#8203;8368](https://redirect.github.com/vuejs/core/issues/8368) - **compiler-sfc:** support `${configDir}` in paths for TypeScript 5.5+ ([#&#8203;13491](https://redirect.github.com/vuejs/core/issues/13491)) ([8696e34](https://redirect.github.com/vuejs/core/commit/8696e346b4780d88247464490f1a992cc0c3658c)), closes [#&#8203;13484](https://redirect.github.com/vuejs/core/issues/13484) - **compiler-sfc:** support global augments with named exports ([#&#8203;13789](https://redirect.github.com/vuejs/core/issues/13789)) ([35da3c6](https://redirect.github.com/vuejs/core/commit/35da3c6dcb30030ef60fa22e30aa83a56e396c60)) - **custom-element:** prevent defineCustomElement from mutating the options object ([#&#8203;13791](https://redirect.github.com/vuejs/core/issues/13791)) ([e322436](https://redirect.github.com/vuejs/core/commit/e322436887549c129e61eb58a0084167103451bb)) - **hmr:** prevent `__VUE_HMR_RUNTIME__` from being overwritten by vue runtime in 3rd-party libraries ([#&#8203;13817](https://redirect.github.com/vuejs/core/issues/13817)) ([1392734](https://redirect.github.com/vuejs/core/commit/1392734ae5d5a3b2be124753e198eafa324f6815)), closes [vitejs/vite-plugin-vue#644](https://redirect.github.com/vitejs/vite-plugin-vue/issues/644) - **hmr:** prevent update unmounting component during HMR reload ([#&#8203;13815](https://redirect.github.com/vuejs/core/issues/13815)) ([ef20b86](https://redirect.github.com/vuejs/core/commit/ef20b86b36a127e317f8981df970dc8efd277053)), closes [vitejs/vite-plugin-vue#599](https://redirect.github.com/vitejs/vite-plugin-vue/issues/599) - **runtime-core:** disable tracking block in h function ([#&#8203;8213](https://redirect.github.com/vuejs/core/issues/8213)) ([8f6b505](https://redirect.github.com/vuejs/core/commit/8f6b5050518441a5047d128138da44f798836002)), closes [#&#8203;6913](https://redirect.github.com/vuejs/core/issues/6913) - **runtime-core:** use separate emits caches for components and mixins ([#&#8203;11661](https://redirect.github.com/vuejs/core/issues/11661)) ([15fc75f](https://redirect.github.com/vuejs/core/commit/15fc75f4031dea805c3bbb67a75e48a9dc307c11)) - **Suspence:** handle Suspense + KeepAlive HMR updating edge case ([#&#8203;13076](https://redirect.github.com/vuejs/core/issues/13076)) ([5d75a17](https://redirect.github.com/vuejs/core/commit/5d75a170c8d23acd11ef2513173d4cbc4d0b54de)), closes [#&#8203;13075](https://redirect.github.com/vuejs/core/issues/13075) - **Teleport:** hydrate disabled Teleport with undefined target ([#&#8203;11235](https://redirect.github.com/vuejs/core/issues/11235)) ([00978f7](https://redirect.github.com/vuejs/core/commit/00978f7d14e85b49d9d334ea92fa8c03733ce64c)), closes [#&#8203;11230](https://redirect.github.com/vuejs/core/issues/11230) - **templateRef:** prevent unnecessary set ref on dynamic ref change or component unmount ([#&#8203;12642](https://redirect.github.com/vuejs/core/issues/12642)) ([93ba107](https://redirect.github.com/vuejs/core/commit/93ba10767230872fcdca974a1e19e8bd69b7eb6a)), closes [#&#8203;12639](https://redirect.github.com/vuejs/core/issues/12639) - **watch:** use maximum depth for duplicates ([#&#8203;13434](https://redirect.github.com/vuejs/core/issues/13434)) ([f2699a5](https://redirect.github.com/vuejs/core/commit/f2699a5cb376ffa452a54feb171c14411c67287c)) ##### Performance Improvements - improve regexp performance with non-capturing groups ([#&#8203;13567](https://redirect.github.com/vuejs/core/issues/13567)) ([1e8b65a](https://redirect.github.com/vuejs/core/commit/1e8b65aa4934c94ef6142b4f49cdfb13ba5e6ce5)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->
kerem 2026-03-01 15:42:19 +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#5694
No description provided.