Skip to content

fix: incorrect use of error#11021

Merged
jasonsaayman merged 1 commit into
v1.xfrom
pr-10959-review-fixes
Jun 17, 2026
Merged

fix: incorrect use of error#11021
jasonsaayman merged 1 commit into
v1.xfrom
pr-10959-review-fixes

Conversation

@jasonsaayman

@jasonsaayman jasonsaayman commented Jun 17, 2026

Copy link
Copy Markdown
Member

fix: incorrect use of error

@jasonsaayman jasonsaayman force-pushed the pr-10959-review-fixes branch from 61a7b86 to 71558d7 Compare June 17, 2026 19:13
@jasonsaayman jasonsaayman changed the title fix: fix: incorrect use of error Jun 17, 2026
@jasonsaayman jasonsaayman self-assigned this Jun 17, 2026
@jasonsaayman jasonsaayman added the commit::fix The PR is related to a bugfix label Jun 17, 2026
@jasonsaayman jasonsaayman merged commit b32880a into v1.x Jun 17, 2026
46 of 47 checks passed
@jasonsaayman jasonsaayman deleted the pr-10959-review-fixes branch June 17, 2026 19:24
leuwen-lc pushed a commit to leuwen-lc/rhdemo that referenced this pull request Jul 9, 2026
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.18.0` → `1.18.1`](https://renovatebot.com/diffs/npm/axios/1.18.0/1.18.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.18.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.18.0/1.18.1?slim=true) |

---

### Release Notes

<details>
<summary>axios/axios (axios)</summary>

### [`v1.18.1`](https://github.com/axios/axios/releases/tag/v1.18.1)

[Compare Source](axios/axios@v1.18.0...v1.18.1)

#### v1.18.1 — June 21, 2026

This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.

#### 🐛 Bug Fixes

- AxiosError Serialisation: Made AxiosError#cause non-enumerable to prevent circular JSON serialisation failures when errors include nested causes. ([#&#8203;10913](axios/axios#10913))
- Node HTTP Adapter: Guarded socket.setKeepAlive for proxy agent streams, accepted path-only URLs when socketPath is configured, deferred environment proxy handling to Node, and explicitly passed maxBodyLength through to follow-redirects. ([#&#8203;10917](axios/axios#10917), [#&#8203;10930](axios/axios#10930), [#&#8203;10942](axios/axios#10942), [#&#8203;10993](axios/axios#10993))
- Runtime and Type Correctness: Fixed several runtime crashes, type definition mismatches, and incorrect error handling paths. ([#&#8203;10959](axios/axios#10959), [#&#8203;11021](axios/axios#11021))
- AxiosURLSearchParams: Switched the encoder callback to an arrow function so `encoder.call(this)` receives the `AxiosURLSearchParams` instance correctly. ([#&#8203;11019](axios/axios#11019))

#### 🔧 Maintenance & Chores

- Documentation: Documented sensitive headers and status transition behaviour, prepared cleaned-up docs, added Deno install instructions, and clarified that request data is request-specific ([#&#8203;11007](axios/axios#11007), [#&#8203;11010](axios/axios#11010), [#&#8203;11023](axios/axios#11023), [#&#8203;11025](axios/axios#11025))

- Dependencies: Bumped vite, rollup, form-data, js-yaml, and multer across the root project, docs, smoke tests, and module test workspaces. ([#&#8203;11011](axios/axios#11011), [#&#8203;11012](axios/axios#11012), [#&#8203;11013](axios/axios#11013), [#&#8203;11014](axios/axios#11014), [#&#8203;11015](axios/axios#11015), [#&#8203;11016](axios/axios#11016), [#&#8203;11017](axios/axios#11017), [#&#8203;11026](axios/axios#11026))

#### 🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

- [@&#8203;webdevelopersrinu](https://github.com/webdevelopersrinu) ([#&#8203;10913](axios/axios#10913))
- [@&#8203;sijie-Z](https://github.com/sijie-Z) ([#&#8203;10993](axios/axios#10993))
- [@&#8203;bartlomieju](https://github.com/bartlomieju) ([#&#8203;11023](axios/axios#11023))
- [@&#8203;JSap0914](https://github.com/JSap0914) ([#&#8203;11019](axios/axios#11019))

[Full Changelog](axios/axios@v1.18.0...v1.18.1)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTcuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIxNy4xIiwidGFyZ2V0QnJhbmNoIjoiZXZvbHV0aW9ucy1wb3N0LTEuMS44IiwibGFiZWxzIjpbXX0=-->

Co-authored-by: leuwen-lc <[email protected]>
Reviewed-on: https://codeberg.org/leuwen-lc/rhdemo/pulls/178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit::fix The PR is related to a bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant