fix(deps): update minor/patch updates#6370
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#renovate/minorpatch-updatesNotice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
b1cf38e to
d3fd744
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6370 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 274 274
Lines 10793 10793
Branches 2882 2882
=======================================
Hits 10662 10662
Misses 89 89
Partials 42 42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR has been released as part of [email protected]. You can test it via |
This PR contains the following updates:
^11.12.0→^11.14.0^3.2.7→^3.2.8^1.15.2→^1.16.0^10.2.1→^10.3.0^17.5.0→^17.6.03.8.5→3.8.63.5.4→3.5.5^4.60.2→^4.60.339.0.1→39.0.2v2.75.23→v2.77.0v2.77.1^8.59.1→^8.59.2^3.2.7→^3.2.8Release Notes
vuejs/language-tools (@vue/language-server)
v3.2.8Compare Source
language-core
GlobalComponents(#6026) - Thanks to @Gehbt!language-service
@importnavigation (#6033) - Thanks to @KazariEX!typescript-plugin
vscode
reactive-vscodeto v1.0.1 (#6019) - Thanks to @kermanx!axios/axios (axios)
v1.16.0Compare Source
v1.16.0 — May 2, 2026
This release adds support for the QUERY HTTP method and a new
ECONNREFUSEDerror constant, lands a substantial wave of HTTP, fetch, and XHR adapter bug fixes around redirects, aborts, headers, and timeouts, and welcomes 23 new contributors.A handful of fixes in this release are either security-adjacent or change observable behaviour. Please review before upgrading:
maxBodyLengthandmaxContentLength. These limits were silently ignored on the fetch adapter prior to 1.16.0 — anyone relying on them as a safety net (DoS protection, accidental large uploads) had no protection. (#10795)Hostheaders. Previously, the proxy path could overwrite a customHost. Virtual-host-style routing through a proxy will now behave correctly. (#10822)https://user:p%40ss@host), the decoded value is what now goes on the wire. (#10825)parseProtocolnow strictly requires a colon in the protocol separator. Strings that loosely parsed as protocols before may no longer match. (#10729)unescape()replaced with modern UTF-8 encoding. Non-ASCII URL handling is now spec-correct; consumers depending on legacyunescape()quirks may see different output bytes. (#7378)transformRequestinput typing change was reverted. The typing change introduced in #10745 was reverted in #10810 after follow-up review — net behavior is unchanged from 1.15.2. (#10745, #10810)🚀 New Features
ECONNREFUSEDas a constant onAxiosErrorso callers can match connection-refused failures without comparing string literals (closes #6485). (#10680)encodehelper frombuildURLso userland param serializers can reuse the same encoding logic that axios uses internally. (#6897)🐛 Bug Fixes
requestDetailsargument onbeforeRedirect, preserved user-suppliedHostheaders when forwarding through a proxy, and properly URL-decoded basic auth credentials. (#10794, #10800, #6241, #10822, #10825)AxiosErrorwhen a stream is aborted after headers arrive, honoured thetimeoutoption during the connect phase when redirects are disabled, and resolved an unsettled-promise hang when an aborted request was combined with compression andmaxRedirects: 0. (#10708, #10819, #7149)maxBodyLength/maxContentLengthin the fetch adapter, set theUser-Agentheader to match the HTTP adapter, preserved the original abort reason instead of replacing it with a generic error, and deferred global access so importing the module no longer throws aTypeErrorin restricted environments. (#10795, #10772, #10806, #7260)cancelTokenandAbortSignallisteners on the error, timeout, and abort code paths to prevent leaked subscriptions. (#10787)AxiosErrorwhenJSON.parsefails insidedispatchRequest, preventedsettlefrom emittingundefinederror codes, and tightened theparseProtocolregex to require a colon in the protocol separator. (#10724, #7276, #10729)CancelTokentypings with the ESM build, fixed a compiler error caused byRawAxiosHeaders, and re-exportedcreatefrom the package index. (#7414, #6389, #6460)unescape()call with a modern UTF-8 encoding implementation. (#7378)🔧 Maintenance & Chores
utilsmodule and XHR adapter to use ES6 features, and tidied the multipart boundary error message. (#10588, #7419)FormDataEPIPE failures, fixed Win32 platform support for the pipe tests, and corrected an incorrect test assumption. (#10820, #10791, #10796)paramsSerializer.encodefor strict RFC 3986 query encoding, updated theparseReviverTypeScript definitions and configuration docs for ES2023, added timeout guidance to the README's first async example, and expanded notes around the recent type changes. (#10821, #10782, #10759, #10804)transformRequestinput typing change from #10745 after follow-up review. (#10745, #10810)actions/setup-node, thegithub-actionsgroup, andpostcss(in/docs) to their latest versions. (#10785, #10813, #10814)🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog
eslint/eslint (eslint)
v10.3.0Compare Source
sindresorhus/globals (globals)
v17.6.0Compare Source
rollup/rollup (rollup)
v4.60.3Compare Source
2026-05-04
Bug Fixes
Pull Requests
e989830(@renovate[bot])plugin-development(@lumirlumir, @lukastaegert)taiki-e/install-action (taiki-e/install-action)
v2.77.0: 2.77.0Compare Source
Support
rust. (#1779)This installs rust using rustup.
If rustup is not yet installed, this action downloads rustup-init for the current platform using HTTPS with tlsv1.2+, verifies SHA256 checksum, and then installs rustup using it.
This also supports installing additional components at the same time by
+<additional>syntax:Fix issue where x86_64 binary will be installed on AArch64 Windows even when AArch64 Windows binary available.
Update
mise@latestto 2026.5.0.Diagnostic improvements.
v2.76.0: 2.76.0Compare Source
Support
mdbook-d2. (#1737, thanks @nhu)Support
cargo-apple-runner. (#1731, thanks @madsmtm)Support
cargo-binstallon riscv64 Linux.Update
cargo-deb@latestto 3.7.0.Update
tombi@latestto 0.10.2.v2.75.30: 2.75.30Compare Source
Support
cargo-spellcheckon AArch64 Linux/Windows.Update
cargo-spellcheck@latestto 0.15.7.Update
biome@latestto 2.4.14.v2.75.29: 2.75.29Compare Source
Update
syft@latestto 1.44.0.Update
rclone@latestto 1.74.0.Update
osv-scanner@latestto 2.3.6.v2.75.28: 2.75.28Compare Source
Update
wasmtime@latestto 44.0.1.Update
typos@latestto 1.46.0.Update
tombi@latestto 0.10.1.Update
sccache@latestto 0.15.0.Update
mise@latestto 2026.4.28.Update
gungraun-runner@latestto 0.18.2.Update
cyclonedx@latestto 0.31.0.v2.75.27: 2.75.27Compare Source
Update
cargo-udeps@latestto 0.1.61.Update
wasm-tools@latestto 1.248.0.Update
cargo-deb@latestto 3.6.4.v2.75.26: 2.75.26Compare Source
Update
wasm-bindgen@latestto 0.2.120.Update
mise@latestto 2026.4.25.Update
martin@latestto 1.8.0.Update
vacuum@latestto 0.26.4.v2.75.25: 2.75.25Compare Source
Update
uv@latestto 0.11.8.Update
typos@latestto 1.45.2.Update
tombi@latestto 0.9.25.Update
mise@latestto 2026.4.24.v2.75.24: 2.75.24Compare Source
Update
prek@latestto 0.3.11.Update
mise@latestto 2026.4.23.Update
vacuum@latestto 0.26.3.typescript-eslint/typescript-eslint (typescript-eslint)
v8.59.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: (UTC)
* 18-23 * * 4)* 0-5 * * 5)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.