Skip to content

chore(deps): update all non-major dependencies #991

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.14.1 -> ^22.15.3 age adoption passing confidence
apexcharts (source) ^4.6.0 -> ^4.7.0 age adoption passing confidence
axios (source) ^1.8.4 -> ^1.9.0 age adoption passing confidence
github.com/mark3labs/mcp-go v0.23.1 -> v0.25.0 age adoption passing confidence
github.com/samber/lo v1.49.1 -> v1.50.0 age adoption passing confidence
github.com/sashabaranov/go-openai v1.38.2 -> v1.39.0 age adoption passing confidence
github.com/shirou/gopsutil/v4 v4.25.3 -> v4.25.4 age adoption passing confidence
github.com/urfave/cli/v3 v3.2.0 -> v3.3.2 age adoption passing confidence
marked (source) ^15.0.10 -> ^15.0.11 age adoption passing confidence
pnpm (source) 10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f -> 10.10.0 age adoption passing confidence
vite (source) ^6.3.2 -> ^6.3.4 age adoption passing confidence
vue-router ^4.5.0 -> ^4.5.1 age adoption passing confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v4.7.0: 💎 Version 4.7.0

Compare Source

What's Changed

Cleaned up misplaced resolve() call in updateOptions()

axios/axios (axios)

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release
mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.24.1...v0.25.0

v0.24.1

Compare Source

What's Changed

Full Changelog: mark3labs/mcp-go@v0.24.0...v0.24.1

v0.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.23.1...v0.24.0

samber/lo (github.com/samber/lo)

v1.50.0

Compare Source

What's Changed

Here is the 50th minor version !! 🔥🥂

New methods
Improvements
Documentation
Dependencies

New Contributors

Full Changelog: samber/lo@v1.49.1...v1.50.0

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

v1.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.38.3...v1.39.0

v1.38.3

Compare Source

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.38.2...v1.38.3

shirou/gopsutil (github.com/shirou/gopsutil/v4)

v4.25.4

Compare Source

What's Changed

cpu
disk
host
Other Changes

New Contributors

Full Changelog: shirou/gopsutil@v4.25.3...v4.25.4

urfave/cli (github.com/urfave/cli/v3)

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.1...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.2.0...v3.3.0

markedjs/marked (marked)

v15.0.11

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v10.10.0

Compare Source

Minor Changes
  • Allow loading the preResolution, importPackage, and fetchers hooks from local pnpmfile.
Patch Changes
  • Fix cd command, when shellEmulator is true #​7838.
  • Sort keys in pnpm-workspace.yaml #​9453.
  • Pass the npm_package_json environment variable to the executed scripts #​9452.
  • Fixed a mistake in the description of the --reporter=silent option.
vitejs/vite (vite)

v6.3.4

Compare Source

v6.3.3

Compare Source

vuejs/router (vue-router)

v4.5.1

Compare Source

Please refer to CHANGELOG.md for 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a1d8f8c to a2c04b8 Compare April 28, 2025 03:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5001e2a to 2d23f3f Compare April 30, 2025 14:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aac5a22 to 3f00091 Compare May 1, 2025 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f00091 to dafebf2 Compare May 1, 2025 13:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 65e93ab to 8d2f7ec Compare May 1, 2025 14:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d2f7ec to e945665 Compare May 1, 2025 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e945665 to 34a5320 Compare May 1, 2025 14:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 39e67f2 to 6666b80 Compare May 1, 2025 14:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e9a82e9 to 7d2587f Compare May 1, 2025 15:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d2587f to ccbf8fe Compare May 2, 2025 00:51
@0xJacky 0xJacky force-pushed the dev branch 2 times, most recently from 5686254 to def3a90 Compare May 2, 2025 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7748d7b to 568045a Compare May 2, 2025 00:58
@0xJacky 0xJacky force-pushed the dev branch 2 times, most recently from 59699d8 to 383da2e Compare May 2, 2025 01:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 568045a to ca08a34 Compare May 2, 2025 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca08a34 to 1228185 Compare May 2, 2025 01:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1228185 to 952db0f Compare May 2, 2025 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 952db0f to 804a3d3 Compare May 2, 2025 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 804a3d3 to a034483 Compare May 2, 2025 01:47
@0xJacky 0xJacky merged commit 6a83293 into dev May 2, 2025
42 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 2, 2025 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant