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

Closed
opened 2026-02-28 11:59:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: renovate/all-minor-patch


📝 Commits (1)

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

📊 Changes

5 files changed (+186 additions, -170 deletions)

View changed files

📝 app/package.json (+5 -5)
📝 app/pnpm-lock.yaml (+162 -158)
📝 docs/package.json (+1 -1)
📝 go.mod (+6 -6)
📝 go.sum (+12 -0)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) ^1.7.9 -> ^1.8.1 age adoption passing confidence
github.com/go-co-op/gocron/v2 v2.15.0 -> v2.16.0 age adoption passing confidence
github.com/sashabaranov/go-openai v1.37.0 -> v1.38.0 age adoption passing confidence
github.com/uozi-tech/cosy v1.14.4 -> v1.14.5 age adoption passing confidence
golang.org/x/crypto v0.34.0 -> v0.35.0 age adoption passing confidence
pnpm (source) 10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af -> 10.5.2 age adoption passing confidence
unplugin-auto-import ^19.1.0 -> ^19.1.1 age adoption passing confidence
unplugin-vue-components ^28.4.0 -> ^28.4.1 age adoption passing confidence
vite (source) ^6.1.1 -> ^6.2.0 age adoption passing confidence

Release Notes

axios/axios (axios)

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release
go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.16.0

Compare Source

What's Changed

Bug fixes

Chores

New Contributors

Full Changelog: https://github.com/go-co-op/gocron/compare/v2.15.0...v2.16.0

sashabaranov/go-openai (github.com/sashabaranov/go-openai)

v1.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sashabaranov/go-openai/compare/v1.37.0...v1.38.0

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

v1.14.5

Compare Source

pnpm/pnpm (pnpm)

v10.5.2

Compare Source

Patch Changes
  • The pnpm config set command should change the global .npmrc file by default.
    This was a regression introduced by #​9151 and shipped in pnpm v10.5.0.

v10.5.1

Compare Source

Patch Changes
  • Throw an error message if a pnpm-workspaces.yaml or pnpm-workspaces.yml file is found instead of a pnpm-workspace.yaml #​9170.
  • Fix the update of pnpm-workspace.yaml by the pnpm approve-builds command #​9168.
  • Normalize generated link paths in package.json #​9163
  • Specifying overrides in pnpm-workspace.yaml should work.
  • pnpm dlx should ignore settings from the package.json file in the current working directory #​9178.

v10.5.0

Compare Source

Minor Changes
  • Allow to set the "pnpm" settings from package.json via the pnpm-workspace.yaml file #​9121.

  • Added support for automatically syncing files of injected workspace packages after pnpm run #​9081. Use the sync-injected-deps-after-scripts setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a .npmrc file at the root of the workspace. Example:

    sync-injected-deps-after-scripts[]=compile
    
  • The packages field in pnpm-workspace.yaml became optional.

Patch Changes
  • pnpm link with no parameters should work as if --global is specified #​9151.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm link <path> should calculate relative path from the root of the workspace directory #​9132.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.
unplugin/unplugin-auto-import (unplugin-auto-import)

v19.1.1

Compare Source

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

v28.4.1

Compare Source

vitejs/vite (vite)

v6.2.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/894 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `renovate/all-minor-patch` --- ### 📝 Commits (1) - [`9c89d51`](https://github.com/0xJacky/nginx-ui/commit/9c89d5165a7f17d561224804d52a7e58d0cb934a) chore(deps): update all non-major dependencies ### 📊 Changes **5 files changed** (+186 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+5 -5) 📝 `app/pnpm-lock.yaml` (+162 -158) 📝 `docs/package.json` (+1 -1) 📝 `go.mod` (+6 -6) 📝 `go.sum` (+12 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://axios-http.com) ([source](https://redirect.github.com/axios/axios)) | [`^1.7.9` -> `^1.8.1`](https://renovatebot.com/diffs/npm/axios/1.7.9/1.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/axios/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/axios/1.7.9/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.7.9/1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/go-co-op/gocron/v2](https://redirect.github.com/go-co-op/gocron) | `v2.15.0` -> `v2.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.15.0/v2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-co-op%2fgocron%2fv2/v2.15.0/v2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/sashabaranov/go-openai](https://redirect.github.com/sashabaranov/go-openai) | `v1.37.0` -> `v1.38.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsashabaranov%2fgo-openai/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsashabaranov%2fgo-openai/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsashabaranov%2fgo-openai/v1.37.0/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsashabaranov%2fgo-openai/v1.37.0/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/uozi-tech/cosy](https://redirect.github.com/uozi-tech/cosy) | `v1.14.4` -> `v1.14.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fuozi-tech%2fcosy/v1.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fuozi-tech%2fcosy/v1.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fuozi-tech%2fcosy/v1.14.4/v1.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fuozi-tech%2fcosy/v1.14.4/v1.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | golang.org/x/crypto | `v0.34.0` -> `v0.35.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fcrypto/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fcrypto/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af` -> `10.5.2`](https://renovatebot.com/diffs/npm/pnpm/10.4.1/10.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/10.4.1/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.4.1/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [unplugin-auto-import](https://redirect.github.com/unplugin/unplugin-auto-import) | [`^19.1.0` -> `^19.1.1`](https://renovatebot.com/diffs/npm/unplugin-auto-import/19.1.0/19.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin-auto-import/19.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin-auto-import/19.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin-auto-import/19.1.0/19.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin-auto-import/19.1.0/19.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [unplugin-vue-components](https://redirect.github.com/unplugin/unplugin-vue-components) | [`^28.4.0` -> `^28.4.1`](https://renovatebot.com/diffs/npm/unplugin-vue-components/28.4.0/28.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/unplugin-vue-components/28.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unplugin-vue-components/28.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unplugin-vue-components/28.4.0/28.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unplugin-vue-components/28.4.0/28.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`^6.1.1` -> `^6.2.0`](https://renovatebot.com/diffs/npm/vite/6.1.1/6.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/6.1.1/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/6.1.1/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>axios/axios (axios)</summary> ### [`v1.8.1`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#181-2025-02-26) [Compare Source](https://redirect.github.com/axios/axios/compare/v1.8.0...v1.8.1) ##### Bug Fixes - **utils:** move `generateString` to platform utils to avoid importing crypto module into client builds; ([#&#8203;6789](https://redirect.github.com/axios/axios/issues/6789)) ([36a5a62](https://redirect.github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+51/-47 (#&#8203;6789 )") ### [`v1.8.0`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#180-2025-02-25) [Compare Source](https://redirect.github.com/axios/axios/compare/v1.7.9...v1.8.0) ##### Bug Fixes - **examples:** application crashed when navigating examples in browser ([#&#8203;5938](https://redirect.github.com/axios/axios/issues/5938)) ([1260ded](https://redirect.github.com/axios/axios/commit/1260ded634ec101dd5ed05d3b70f8e8f899dba6c)) - missing word in SUPPORT_QUESTION.yml ([#&#8203;6757](https://redirect.github.com/axios/axios/issues/6757)) ([1f890b1](https://redirect.github.com/axios/axios/commit/1f890b13f2c25a016f3c84ae78efb769f244133e)) - **utils:** replace getRandomValues with crypto module ([#&#8203;6788](https://redirect.github.com/axios/axios/issues/6788)) ([23a25af](https://redirect.github.com/axios/axios/commit/23a25af0688d1db2c396deb09229d2271cc24f6c)) ##### Features - Add config for ignoring absolute URLs ([#&#8203;5902](https://redirect.github.com/axios/axios/issues/5902)) ([#&#8203;6192](https://redirect.github.com/axios/axios/issues/6192)) ([32c7bcc](https://redirect.github.com/axios/axios/commit/32c7bcc0f233285ba27dec73a4b1e81fb7a219b3)) ##### Reverts - Revert "chore: expose fromDataToStream to be consumable ([#&#8203;6731](https://redirect.github.com/axios/axios/issues/6731))" ([#&#8203;6732](https://redirect.github.com/axios/axios/issues/6732)) ([1317261](https://redirect.github.com/axios/axios/commit/1317261125e9c419fe9f126867f64d28f9c1efda)), closes [#&#8203;6731](https://redirect.github.com/axios/axios/issues/6731) [#&#8203;6732](https://redirect.github.com/axios/axios/issues/6732) ##### BREAKING CHANGES - code relying on the above will now combine the URLs instead of prefer request URL - feat: add config option for allowing absolute URLs - fix: add default value for allowAbsoluteUrls in buildFullPath - fix: typo in flow control when setting allowAbsoluteUrls ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/7661715?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Michael Toscano](https://redirect.github.com/GethosTheWalrus "+42/-8 (#&#8203;6192 )") - <img src="https://avatars.githubusercontent.com/u/22686401?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Willian Agostini](https://redirect.github.com/WillianAgostini "+26/-3 (#&#8203;6788 #&#8203;6777 )") - <img src="https://avatars.githubusercontent.com/u/72578270?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Naron](https://redirect.github.com/naronchen "+27/-0 (#&#8203;5901 )") - <img src="https://avatars.githubusercontent.com/u/47430686?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [shravan || श्रvan](https://redirect.github.com/shravan20 "+7/-3 (#&#8203;6116 )") - <img src="https://avatars.githubusercontent.com/u/145078271?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Justin Dhillon](https://redirect.github.com/justindhillon "+0/-7 (#&#8203;6312 )") - <img src="https://avatars.githubusercontent.com/u/30925732?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [yionr](https://redirect.github.com/yionr "+5/-1 (#&#8203;6129 )") - <img src="https://avatars.githubusercontent.com/u/534166?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Shin'ya Ueoka](https://redirect.github.com/ueokande "+3/-3 (#&#8203;5935 )") - <img src="https://avatars.githubusercontent.com/u/33569?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dan Dascalescu](https://redirect.github.com/dandv "+3/-3 (#&#8203;5908 #&#8203;6757 )") - <img src="https://avatars.githubusercontent.com/u/16476523?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Nitin Ramnani](https://redirect.github.com/NitinRamnani "+2/-2 (#&#8203;5938 )") - <img src="https://avatars.githubusercontent.com/u/152275799?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Shay Molcho](https://redirect.github.com/shaymolcho "+2/-2 (#&#8203;6770 )") - <img src="https://avatars.githubusercontent.com/u/4814473?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jay](https://redirect.github.com/jasonsaayman "+0/-3 (#&#8203;6732 )") - fancy45daddy - <img src="https://avatars.githubusercontent.com/u/127725897?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Habip Akyol](https://redirect.github.com/habipakyol "+1/-1 (#&#8203;6030 )") - <img src="https://avatars.githubusercontent.com/u/54869395?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Bailey Lissington](https://redirect.github.com/llamington "+1/-1 (#&#8203;6771 )") - <img src="https://avatars.githubusercontent.com/u/14969290?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Bernardo da Eira Duarte](https://redirect.github.com/bernardoduarte "+1/-1 (#&#8203;6480 )") - <img src="https://avatars.githubusercontent.com/u/117800149?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Shivam Batham](https://redirect.github.com/Shivam-Batham "+1/-1 (#&#8203;5949 )") - <img src="https://avatars.githubusercontent.com/u/67861627?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Lipin Kariappa](https://redirect.github.com/lipinnnnn "+1/-1 (#&#8203;5936 )") #### [1.7.9](https://redirect.github.com/axios/axios/compare/v1.7.8...v1.7.9) (2024-12-04) ##### Reverts - Revert "fix(types): export CJS types from ESM ([#&#8203;6218](https://redirect.github.com/axios/axios/issues/6218))" ([#&#8203;6729](https://redirect.github.com/axios/axios/issues/6729)) ([c44d2f2](https://redirect.github.com/axios/axios/commit/c44d2f2316ad289b38997657248ba10de11deb6c)), closes [#&#8203;6218](https://redirect.github.com/axios/axios/issues/6218) [#&#8203;6729](https://redirect.github.com/axios/axios/issues/6729) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/4814473?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jay](https://redirect.github.com/jasonsaayman "+596/-108 (#&#8203;6729 )") #### [1.7.8](https://redirect.github.com/axios/axios/compare/v1.7.7...v1.7.8) (2024-11-25) ##### Bug Fixes - allow passing a callback as paramsSerializer to buildURL ([#&#8203;6680](https://redirect.github.com/axios/axios/issues/6680)) ([eac4619](https://redirect.github.com/axios/axios/commit/eac4619fe2e0926e876cd260ee21e3690381dbb5)) - **core:** fixed config merging bug ([#&#8203;6668](https://redirect.github.com/axios/axios/issues/6668)) ([5d99fe4](https://redirect.github.com/axios/axios/commit/5d99fe4491202a6268c71e5dcc09192359d73cea)) - fixed width form to not shrink after 'Send Request' button is clicked ([#&#8203;6644](https://redirect.github.com/axios/axios/issues/6644)) ([7ccd5fd](https://redirect.github.com/axios/axios/commit/7ccd5fd42402102d38712c32707bf055be72ab54)) - **http:** add support for File objects as payload in http adapter ([#&#8203;6588](https://redirect.github.com/axios/axios/issues/6588)) ([#&#8203;6605](https://redirect.github.com/axios/axios/issues/6605)) ([6841d8d](https://redirect.github.com/axios/axios/commit/6841d8d18ddc71cc1bd202ffcfddb3f95622eef3)) - **http:** fixed proxy-from-env module import ([#&#8203;5222](https://redirect.github.com/axios/axios/issues/5222)) ([12b3295](https://redirect.github.com/axios/axios/commit/12b32957f1258aee94ef859809ed39f8f88f9dfa)) - **http:** use `globalThis.TextEncoder` when available ([#&#8203;6634](https://redirect.github.com/axios/axios/issues/6634)) ([df956d1](https://redirect.github.com/axios/axios/commit/df956d18febc9100a563298dfdf0f102c3d15410)) - ios11 breaks when build ([#&#8203;6608](https://redirect.github.com/axios/axios/issues/6608)) ([7638952](https://redirect.github.com/axios/axios/commit/763895270f7b50c7c780c3c9807ae8635de952cd)) - **types:** add missing types for mergeConfig function ([#&#8203;6590](https://redirect.github.com/axios/axios/issues/6590)) ([00de614](https://redirect.github.com/axios/axios/commit/00de614cd07b7149af335e202aef0e076c254f49)) - **types:** export CJS types from ESM ([#&#8203;6218](https://redirect.github.com/axios/axios/issues/6218)) ([c71811b](https://redirect.github.com/axios/axios/commit/c71811b00f2fcff558e4382ba913bdac4ad7200e)) - updated stream aborted error message to be more clear ([#&#8203;6615](https://redirect.github.com/axios/axios/issues/6615)) ([cc3217a](https://redirect.github.com/axios/axios/commit/cc3217a612024d83a663722a56d7a98d8759c6d5)) - use URL API instead of DOM to fix a potential vulnerability warning; ([#&#8203;6714](https://redirect.github.com/axios/axios/issues/6714)) ([0a8d6e1](https://redirect.github.com/axios/axios/commit/0a8d6e19da5b9899a2abafaaa06a75ee548597db)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/779047?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Remco Haszing](https://redirect.github.com/remcohaszing "+108/-596 (#&#8203;6218 )") - <img src="https://avatars.githubusercontent.com/u/4814473?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jay](https://redirect.github.com/jasonsaayman "+281/-19 (#&#8203;6640 #&#8203;6619 )") - <img src="https://avatars.githubusercontent.com/u/140250471?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Aayush Yadav](https://redirect.github.com/aayushyadav020 "+124/-111 (#&#8203;6617 )") - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+12/-65 (#&#8203;6714 )") - <img src="https://avatars.githubusercontent.com/u/479715?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Ell Bradshaw](https://redirect.github.com/cincodenada "+29/-0 (#&#8203;6489 )") - <img src="https://avatars.githubusercontent.com/u/60218780?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Amit Saini](https://redirect.github.com/amitsainii "+13/-3 (#&#8203;5237 )") - <img src="https://avatars.githubusercontent.com/u/19817867?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Tommaso Paulon](https://redirect.github.com/guuido "+14/-1 (#&#8203;6680 )") - <img src="https://avatars.githubusercontent.com/u/63336443?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Akki](https://redirect.github.com/Aakash-Rana "+5/-5 (#&#8203;6668 )") - <img src="https://avatars.githubusercontent.com/u/20028934?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Sampo Silvennoinen](https://redirect.github.com/stscoundrel "+3/-3 (#&#8203;6633 )") - <img src="https://avatars.githubusercontent.com/u/1174718?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Kasper Isager Dalsgarð](https://redirect.github.com/kasperisager "+2/-2 (#&#8203;6634 )") - <img src="https://avatars.githubusercontent.com/u/3709715?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Christian Clauss](https://redirect.github.com/cclauss "+4/-0 (#&#8203;6683 )") - <img src="https://avatars.githubusercontent.com/u/1639119?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Pavan Welihinda](https://redirect.github.com/pavan168 "+2/-2 (#&#8203;5222 )") - <img src="https://avatars.githubusercontent.com/u/5742900?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Taylor Flatt](https://redirect.github.com/taylorflatt "+2/-2 (#&#8203;6615 )") - <img src="https://avatars.githubusercontent.com/u/79452224?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Kenzo Wada](https://redirect.github.com/Kenzo-Wada "+2/-2 (#&#8203;6608 )") - <img src="https://avatars.githubusercontent.com/u/50064240?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Ngole Lawson](https://redirect.github.com/echelonnought "+3/-0 (#&#8203;6644 )") - <img src="https://avatars.githubusercontent.com/u/1262198?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Haven](https://redirect.github.com/Baoyx007 "+3/-0 (#&#8203;6590 )") - <img src="https://avatars.githubusercontent.com/u/149003676?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Shrivali Dutt](https://redirect.github.com/shrivalidutt "+1/-1 (#&#8203;6637 )") - <img src="https://avatars.githubusercontent.com/u/1304290?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Henco Appel](https://redirect.github.com/hencoappel "+1/-1 (#&#8203;6605 )") #### [1.7.7](https://redirect.github.com/axios/axios/compare/v1.7.6...v1.7.7) (2024-08-31) ##### Bug Fixes - **fetch:** fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; ([#&#8203;6584](https://redirect.github.com/axios/axios/issues/6584)) ([d198085](https://redirect.github.com/axios/axios/commit/d1980854fee1765cd02fa0787adf5d6e34dd9dcf)) - **http:** fixed support for IPv6 literal strings in url ([#&#8203;5731](https://redirect.github.com/axios/axios/issues/5731)) ([364993f](https://redirect.github.com/axios/axios/commit/364993f0d8bc6e0e06f76b8a35d2d0a35cab054c)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/10539109?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Rishi556](https://redirect.github.com/Rishi556 "+39/-1 (#&#8203;5731 )") - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+27/-7 (#&#8203;6584 )") #### [1.7.6](https://redirect.github.com/axios/axios/compare/v1.7.5...v1.7.6) (2024-08-30) ##### Bug Fixes - **fetch:** fix content length calculation for FormData payload; ([#&#8203;6524](https://redirect.github.com/axios/axios/issues/6524)) ([085f568](https://redirect.github.com/axios/axios/commit/085f56861a83e9ac02c140ad9d68dac540dfeeaa)) - **fetch:** optimize signals composing logic; ([#&#8203;6582](https://redirect.github.com/axios/axios/issues/6582)) ([df9889b](https://redirect.github.com/axios/axios/commit/df9889b83c2cc37e9e6189675a73ab70c60f031f)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+98/-46 (#&#8203;6582 )") - <img src="https://avatars.githubusercontent.com/u/3534453?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jacques Germishuys](https://redirect.github.com/jacquesg "+5/-1 (#&#8203;6524 )") - <img src="https://avatars.githubusercontent.com/u/53894505?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [kuroino721](https://redirect.github.com/kuroino721 "+3/-1 (#&#8203;6575 )") #### [1.7.5](https://redirect.github.com/axios/axios/compare/v1.7.4...v1.7.5) (2024-08-23) ##### Bug Fixes - **adapter:** fix undefined reference to hasBrowserEnv ([#&#8203;6572](https://redirect.github.com/axios/axios/issues/6572)) ([7004707](https://redirect.github.com/axios/axios/commit/7004707c4180b416341863bd86913fe4fc2f1df1)) - **core:** add the missed implementation of AxiosError#status property; ([#&#8203;6573](https://redirect.github.com/axios/axios/issues/6573)) ([6700a8a](https://redirect.github.com/axios/axios/commit/6700a8adac06942205f6a7a21421ecb36c4e0852)) - **core:** fix `ReferenceError: navigator is not defined` for custom environments; ([#&#8203;6567](https://redirect.github.com/axios/axios/issues/6567)) ([fed1a4b](https://redirect.github.com/axios/axios/commit/fed1a4b2d78ed4a588c84e09d32749ed01dc2794)) - **fetch:** fix credentials handling in Cloudflare workers ([#&#8203;6533](https://redirect.github.com/axios/axios/issues/6533)) ([550d885](https://redirect.github.com/axios/axios/commit/550d885eb90fd156add7b93bbdc54d30d2f9a98d)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+187/-83 (#&#8203;6573 #&#8203;6567 #&#8203;6566 #&#8203;6564 #&#8203;6563 #&#8203;6557 #&#8203;6556 #&#8203;6555 #&#8203;6554 #&#8203;6552 )") - <img src="https://avatars.githubusercontent.com/u/2495809?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Antonin Bas](https://redirect.github.com/antoninbas "+6/-6 (#&#8203;6572 )") - <img src="https://avatars.githubusercontent.com/u/5406212?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Hans Otto Wirtz](https://redirect.github.com/hansottowirtz "+4/-1 (#&#8203;6533 )") #### [1.7.4](https://redirect.github.com/axios/axios/compare/v1.7.3...v1.7.4) (2024-08-13) ##### Bug Fixes - **sec:** CVE-2024-39338 ([#&#8203;6539](https://redirect.github.com/axios/axios/issues/6539)) ([#&#8203;6543](https://redirect.github.com/axios/axios/issues/6543)) ([6b6b605](https://redirect.github.com/axios/axios/commit/6b6b605eaf73852fb2dae033f1e786155959de3a)) - **sec:** disregard protocol-relative URL to remediate SSRF ([#&#8203;6539](https://redirect.github.com/axios/axios/issues/6539)) ([07a661a](https://redirect.github.com/axios/axios/commit/07a661a2a6b9092c4aa640dcc7f724ec5e65bdda)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/31389480?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Lev Pachmanov](https://redirect.github.com/levpachmanov "+47/-11 (#&#8203;6543 )") - <img src="https://avatars.githubusercontent.com/u/41283691?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Đỗ Trọng Hải](https://redirect.github.com/hainenber "+49/-4 (#&#8203;6539 )") #### [1.7.3](https://redirect.github.com/axios/axios/compare/v1.7.2...v1.7.3) (2024-08-01) ##### Bug Fixes - **adapter:** fix progress event emitting; ([#&#8203;6518](https://redirect.github.com/axios/axios/issues/6518)) ([e3c76fc](https://redirect.github.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f)) - **fetch:** fix withCredentials request config ([#&#8203;6505](https://redirect.github.com/axios/axios/issues/6505)) ([85d4d0e](https://redirect.github.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787)) - **xhr:** return original config on errors from XHR adapter ([#&#8203;6515](https://redirect.github.com/axios/axios/issues/6515)) ([8966ee7](https://redirect.github.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+211/-159 (#&#8203;6518 #&#8203;6519 )") - <img src="https://avatars.githubusercontent.com/u/10867286?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Valerii Sidorenko](https://redirect.github.com/ValeraS "+3/-3 (#&#8203;6515 )") - <img src="https://avatars.githubusercontent.com/u/8599535?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [prianYu](https://redirect.github.com/prianyu "+2/-2 (#&#8203;6505 )") #### [1.7.2](https://redirect.github.com/axios/axios/compare/v1.7.1...v1.7.2) (2024-05-21) ##### Bug Fixes - **fetch:** enhance fetch API detection; ([#&#8203;6413](https://redirect.github.com/axios/axios/issues/6413)) ([4f79aef](https://redirect.github.com/axios/axios/commit/4f79aef81b7c4644328365bfc33acf0a9ef595bc)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+3/-3 (#&#8203;6413 )") #### [1.7.1](https://redirect.github.com/axios/axios/compare/v1.7.0...v1.7.1) (2024-05-20) ##### Bug Fixes - **fetch:** fixed ReferenceError issue when TextEncoder is not available in the environment; ([#&#8203;6410](https://redirect.github.com/axios/axios/issues/6410)) ([733f15f](https://redirect.github.com/axios/axios/commit/733f15fe5bd2d67e1fadaee82e7913b70d45dc5e)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://redirect.github.com/DigitalBrainJS "+14/-9 (#&#8203;6410 )") </details> <details> <summary>go-co-op/gocron (github.com/go-co-op/gocron/v2)</summary> ### [`v2.16.0`](https://redirect.github.com/go-co-op/gocron/releases/tag/v2.16.0) [Compare Source](https://redirect.github.com/go-co-op/gocron/compare/v2.15.0...v2.16.0) #### What's Changed - feat:custom-cron interface for own custom cron implimentation by [@&#8203;Dojeto](https://redirect.github.com/Dojeto) in [https://github.com/go-co-op/gocron/pull/834](https://redirect.github.com/go-co-op/gocron/pull/834) #### Bug fixes - fixes related to the bug where a job unexpectedly runs twice by [@&#8203;JohnRoesler](https://redirect.github.com/JohnRoesler) in [https://github.com/go-co-op/gocron/pull/810](https://redirect.github.com/go-co-op/gocron/pull/810) - fix scheduler restart by [@&#8203;27149chen](https://redirect.github.com/27149chen) in [https://github.com/go-co-op/gocron/pull/825](https://redirect.github.com/go-co-op/gocron/pull/825) - removes nextRuns in the past when job skipped by locker [#&#8203;828](https://redirect.github.com/go-co-op/gocron/issues/828) by [@&#8203;manuelarte](https://redirect.github.com/manuelarte) in [https://github.com/go-co-op/gocron/pull/829](https://redirect.github.com/go-co-op/gocron/pull/829) #### Chores - go to 1.21, upgrade deps by [@&#8203;JohnRoesler](https://redirect.github.com/JohnRoesler) in [https://github.com/go-co-op/gocron/pull/822](https://redirect.github.com/go-co-op/gocron/pull/822) - replace "golang.org/x/exp" with standard libraries by [@&#8203;apocelipes](https://redirect.github.com/apocelipes) in [https://github.com/go-co-op/gocron/pull/823](https://redirect.github.com/go-co-op/gocron/pull/823) - Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-co-op/gocron/pull/827](https://redirect.github.com/go-co-op/gocron/pull/827) - fix err assertion in TestScheduler_RemoveJob by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [https://github.com/go-co-op/gocron/pull/830](https://redirect.github.com/go-co-op/gocron/pull/830) - Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-co-op/gocron/pull/831](https://redirect.github.com/go-co-op/gocron/pull/831) - re-enable goleak detection in ci by [@&#8203;JohnRoesler](https://redirect.github.com/JohnRoesler) in [https://github.com/go-co-op/gocron/pull/832](https://redirect.github.com/go-co-op/gocron/pull/832) - chore: add go1.24 to ci by [@&#8203;apocelipes](https://redirect.github.com/apocelipes) in [https://github.com/go-co-op/gocron/pull/833](https://redirect.github.com/go-co-op/gocron/pull/833) #### New Contributors - [@&#8203;alexandear](https://redirect.github.com/alexandear) made their first contribution in [https://github.com/go-co-op/gocron/pull/830](https://redirect.github.com/go-co-op/gocron/pull/830) - [@&#8203;Dojeto](https://redirect.github.com/Dojeto) made their first contribution in [https://github.com/go-co-op/gocron/pull/834](https://redirect.github.com/go-co-op/gocron/pull/834) **Full Changelog**: https://github.com/go-co-op/gocron/compare/v2.15.0...v2.16.0 </details> <details> <summary>sashabaranov/go-openai (github.com/sashabaranov/go-openai)</summary> ### [`v1.38.0`](https://redirect.github.com/sashabaranov/go-openai/releases/tag/v1.38.0) [Compare Source](https://redirect.github.com/sashabaranov/go-openai/compare/v1.37.0...v1.38.0) #### What's Changed - ref: add image url support to messages by [@&#8203;mazyaryousefinia](https://redirect.github.com/mazyaryousefinia) in [https://github.com/sashabaranov/go-openai/pull/933](https://redirect.github.com/sashabaranov/go-openai/pull/933) - feat: add developer role by [@&#8203;liushuangls](https://redirect.github.com/liushuangls) in [https://github.com/sashabaranov/go-openai/pull/936](https://redirect.github.com/sashabaranov/go-openai/pull/936) - fix: remove validateO1Specific by [@&#8203;liushuangls](https://redirect.github.com/liushuangls) in [https://github.com/sashabaranov/go-openai/pull/939](https://redirect.github.com/sashabaranov/go-openai/pull/939) - feat: add Anthropic API support with custom version header by [@&#8203;danackerson](https://redirect.github.com/danackerson) in [https://github.com/sashabaranov/go-openai/pull/934](https://redirect.github.com/sashabaranov/go-openai/pull/934) - Fix linter by [@&#8203;sashabaranov](https://redirect.github.com/sashabaranov) in [https://github.com/sashabaranov/go-openai/pull/943](https://redirect.github.com/sashabaranov/go-openai/pull/943) #### New Contributors - [@&#8203;mazyaryousefinia](https://redirect.github.com/mazyaryousefinia) made their first contribution in [https://github.com/sashabaranov/go-openai/pull/933](https://redirect.github.com/sashabaranov/go-openai/pull/933) - [@&#8203;danackerson](https://redirect.github.com/danackerson) made their first contribution in [https://github.com/sashabaranov/go-openai/pull/934](https://redirect.github.com/sashabaranov/go-openai/pull/934) **Full Changelog**: https://github.com/sashabaranov/go-openai/compare/v1.37.0...v1.38.0 </details> <details> <summary>uozi-tech/cosy (github.com/uozi-tech/cosy)</summary> ### [`v1.14.5`](https://redirect.github.com/uozi-tech/cosy/compare/v1.14.4...v1.14.5) [Compare Source](https://redirect.github.com/uozi-tech/cosy/compare/v1.14.4...v1.14.5) </details> <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v10.5.2`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1052) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.5.1...v10.5.2) ##### Patch Changes - The `pnpm config set` command should change the global `.npmrc` file by default. This was a regression introduced by [#&#8203;9151](https://redirect.github.com/pnpm/pnpm/pull/9151) and shipped in pnpm v10.5.0. ### [`v10.5.1`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1051) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.5.0...v10.5.1) ##### Patch Changes - Throw an error message if a `pnpm-workspaces.yaml` or `pnpm-workspaces.yml` file is found instead of a `pnpm-workspace.yaml` [#&#8203;9170](https://redirect.github.com/pnpm/pnpm/issues/9170). - Fix the update of `pnpm-workspace.yaml` by the `pnpm approve-builds` command [#&#8203;9168](https://redirect.github.com/pnpm/pnpm/issues/9168). - Normalize generated link paths in `package.json` [#&#8203;9163](https://redirect.github.com/pnpm/pnpm/pull/9163) - Specifying `overrides` in `pnpm-workspace.yaml` should work. - `pnpm dlx` should ignore settings from the `package.json` file in the current working directory [#&#8203;9178](https://redirect.github.com/pnpm/pnpm/issues/9178). ### [`v10.5.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1050) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v10.4.1...v10.5.0) ##### Minor Changes - Allow to set the "pnpm" settings from `package.json` via the `pnpm-workspace.yaml` file [#&#8203;9121](https://redirect.github.com/pnpm/pnpm/pull/9121). - Added support for automatically syncing files of injected workspace packages after `pnpm run` [#&#8203;9081](https://redirect.github.com/pnpm/pnpm/issues/9081). Use the `sync-injected-deps-after-scripts` setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a `.npmrc` file at the root of the workspace. Example: ```ini sync-injected-deps-after-scripts[]=compile ``` - The `packages` field in `pnpm-workspace.yaml` became optional. ##### Patch Changes - `pnpm link` with no parameters should work as if `--global` is specified [#&#8203;9151](https://redirect.github.com/pnpm/pnpm/pull/9151). - Allow scope registry CLI option without `--config.` prefix such as `--@&#8203;scope:registry=https://scope.example.com/npm` [#&#8203;9089](https://redirect.github.com/pnpm/pnpm/pull/9089). - `pnpm link <path>` should calculate relative path from the root of the workspace directory [#&#8203;9132](https://redirect.github.com/pnpm/pnpm/pull/9132). - Fix a bug causing catalog snapshots to be removed from the `pnpm-lock.yaml` file when using `--fix-lockfile` and `--filter`. [#&#8203;8639](https://redirect.github.com/pnpm/pnpm/issues/8639) - Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install [#&#8203;8638](https://redirect.github.com/pnpm/pnpm/issues/8638). </details> <details> <summary>unplugin/unplugin-auto-import (unplugin-auto-import)</summary> ### [`v19.1.1`](https://redirect.github.com/unplugin/unplugin-auto-import/releases/tag/v19.1.1) [Compare Source](https://redirect.github.com/unplugin/unplugin-auto-import/compare/v19.1.0...v19.1.1) #####    🐞 Bug Fixes - Compatible with vue-loader `experimentalInlineMatchResource`  -  by [@&#8203;ahabhgk](https://redirect.github.com/ahabhgk) [<samp>(6af84)</samp>](https://redirect.github.com/unplugin/unplugin-auto-import/commit/6af840b) #####     [View changes on GitHub](https://redirect.github.com/unplugin/unplugin-auto-import/compare/v19.1.0...v19.1.1) </details> <details> <summary>unplugin/unplugin-vue-components (unplugin-vue-components)</summary> ### [`v28.4.1`](https://redirect.github.com/unplugin/unplugin-vue-components/compare/v28.4.0...f5a9e0cd7c98d546b6ebafaf3ee6cc5e96faa9f1) [Compare Source](https://redirect.github.com/unplugin/unplugin-vue-components/compare/v28.4.0...v28.4.1) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v6.2.0`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#620-2025-02-25) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v6.1.1...v6.2.0) - fix(deps): update all non-major dependencies ([#&#8203;19501](https://redirect.github.com/vitejs/vite/issues/19501)) ([c94c9e0](https://redirect.github.com/vitejs/vite/commit/c94c9e052127cf4796374de1d698ec60b2973dfa)), closes [#&#8203;19501](https://redirect.github.com/vitejs/vite/issues/19501) - fix(worker): string interpolation in dynamic worker options ([#&#8203;19476](https://redirect.github.com/vitejs/vite/issues/19476)) ([07091a1](https://redirect.github.com/vitejs/vite/commit/07091a1e804e5934208ef0b6324a04317dd0d815)), closes [#&#8203;19476](https://redirect.github.com/vitejs/vite/issues/19476) - chore: use unicode cross icon instead of x ([#&#8203;19497](https://redirect.github.com/vitejs/vite/issues/19497)) ([5c70296](https://redirect.github.com/vitejs/vite/commit/5c70296ffb22fe5a0f4039835aa14feb096b4a97)), closes [#&#8203;19497](https://redirect.github.com/vitejs/vite/issues/19497) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 11:59:36 +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#4224
No description provided.