Skip to content

Commit

Permalink
fix(deps): update all to v4 (major) (#1148)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nestjs/axios](https://redirect.github.com/nestjs/axios) | [`^3.1.3`
->
`^4.0.0`](https://renovatebot.com/diffs/npm/@nestjs%2faxios/3.1.3/4.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2faxios/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2faxios/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2faxios/3.1.3/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2faxios/3.1.3/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@nestjs/config](https://redirect.github.com/nestjs/config) |
[`^3.3.0` ->
`^4.0.0`](https://renovatebot.com/diffs/npm/@nestjs%2fconfig/3.3.0/4.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nestjs%2fconfig/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nestjs%2fconfig/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nestjs%2fconfig/3.3.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nestjs%2fconfig/3.3.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nestjs/axios (@&#8203;nestjs/axios)</summary>

###
[`v4.0.0`](https://redirect.github.com/nestjs/axios/compare/3.1.3...81b85ee1ac78a157249a863e059f25269d630f05)

[Compare
Source](https://redirect.github.com/nestjs/axios/compare/3.1.3...4.0.0)

</details>

<details>
<summary>nestjs/config (@&#8203;nestjs/config)</summary>

###
[`v4.0.0`](https://redirect.github.com/nestjs/config/compare/3.3.0...c2eaf04c89a99b8aea24de95acc0c93cf59eaf9c)

[Compare
Source](https://redirect.github.com/nestjs/config/compare/3.3.0...4.0.0)

</details>

---

### Configuration

📅 **Schedule**: 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 these
updates again.

---

- [ ] <!-- 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/UK-Export-Finance/mdm-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Abhi Markan <amarkan>
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 73a5b2a commit e9be73b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 30 deletions.
50 changes: 22 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
]
},
"dependencies": {
"@nestjs/axios": "^3.1.3",
"@nestjs/axios": "^4.0.0",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^10.4.15",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.15",
Expand Down

0 comments on commit e9be73b

Please sign in to comment.