Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.5.0 (#1970)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [axios](https://axios-http.com)
([source](https://togithub.com/axios/axios)) | [`^1.4.0` ->
`^1.5.0`](https://renovatebot.com/diffs/npm/axios/1.4.0/1.5.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/axios/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/axios/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.4.0/1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.5.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#150-2023-08-26)

[Compare
Source](https://togithub.com/axios/axios/compare/v1.4.0...v1.5.0)

##### Bug Fixes

- **adapter:** make adapter loading error more clear by using
platform-specific adapters explicitly
([#&#8203;5837](https://togithub.com/axios/axios/issues/5837))
([9a414bb](https://togithub.com/axios/axios/commit/9a414bb6c81796a95c6c7fe668637825458e8b6d))
- **dns:** fixed `cacheable-lookup` integration;
([#&#8203;5836](https://togithub.com/axios/axios/issues/5836))
([b3e327d](https://togithub.com/axios/axios/commit/b3e327dcc9277bdce34c7ef57beedf644b00d628))
- **headers:** added support for setting header names that overlap with
class methods;
([#&#8203;5831](https://togithub.com/axios/axios/issues/5831))
([d8b4ca0](https://togithub.com/axios/axios/commit/d8b4ca0ea5f2f05efa4edfe1e7684593f9f68273))
- **headers:** fixed common Content-Type header merging;
([#&#8203;5832](https://togithub.com/axios/axios/issues/5832))
([8fda276](https://togithub.com/axios/axios/commit/8fda2766b1e6bcb72c3fabc146223083ef13ce17))

##### Features

- export getAdapter function
([#&#8203;5324](https://togithub.com/axios/axios/issues/5324))
([ca73eb8](https://togithub.com/axios/axios/commit/ca73eb878df0ae2dace81fe3a7f1fb5986231bf1))
- **export:** export adapters without `unsafe` prefix
([#&#8203;5839](https://togithub.com/axios/axios/issues/5839))
([1601f4a](https://togithub.com/axios/axios/commit/1601f4a27a81ab47fea228f1e244b2c4e3ce28bf))

##### 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://togithub.com/DigitalBrainJS "+66/-29 (#&#8203;5839
#&#8203;5837 #&#8203;5836 #&#8203;5832 #&#8203;5831 )")
- <img
src="https://avatars.githubusercontent.com/u/102841186?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [夜葬](https://togithub.com/geekact "+42/-0
(#&#8203;5324 )")
- <img
src="https://avatars.githubusercontent.com/u/65978976?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [Jonathan
Budiman](https://togithub.com/JBudiman00 "+30/-0 (#&#8203;5788 )")
- <img
src="https://avatars.githubusercontent.com/u/5492927?v&#x3D;4&amp;s&#x3D;18"
alt="avatar" width="18"/> [Michael Di
Prisco](https://togithub.com/Cadienvan "+3/-5 (#&#8203;5791 )")

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 27, 2023
1 parent 060c727 commit cba62ba
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 48 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@previewjs/serializable-values": "^7.0.3",
"@previewjs/type-analyzer": "^9.0.0",
"axios": "^1.4.0"
"axios": "^1.5.0"
},
"devDependencies": {
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"acorn": "^8.10.0",
"acorn-jsx": "^5.3.2",
"assert-never": "^1.2.1",
"axios": "^1.4.0",
"axios": "^1.5.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"exclusive-promises": "^1.0.3",
"express": "^4.18.2",
Expand Down
100 changes: 54 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cba62ba

Please sign in to comment.