-
Notifications
You must be signed in to change notification settings - Fork 5
Commit ce605d7
authored
chore(deps): update all non-major dependencies (#80)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@types/chai](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai))
| [`5.2.2` ->
`5.2.3`](https://renovatebot.com/diffs/npm/@types%2fchai/5.2.2/5.2.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.19.22` ->
`20.19.24`](https://renovatebot.com/diffs/npm/@types%2fnode/20.19.22/20.19.24)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`8.46.1` ->
`8.46.3`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.46.1/8.46.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.46.1` ->
`8.46.3`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.46.1/8.46.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [axios](https://axios-http.com)
([source](https://redirect.github.com/axios/axios)) | [`1.12.2` ->
`1.13.1`](https://renovatebot.com/diffs/npm/axios/1.12.2/1.13.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.38.0` ->
`9.39.1`](https://renovatebot.com/diffs/npm/eslint/9.38.0/9.39.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v8.46.3`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8463-2025-11-03)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.2...v8.46.3)
##### 🩹 Fixes
- **eslint-plugin:** \[no-duplicate-enum-values] support signed numbers
([#​11722](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11722),
[#​11723](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11723))
- **eslint-plugin:** \[no-misused-promises] expand union type to
retrieve target property
([#​11706](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11706))
##### ❤️ Thank You
- Evgeny Stepanovych
[@​undsoft](https://redirect.github.com/undsoft)
- tao
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8462-2025-10-20)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.1...v8.46.2)
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-optional-chain] skip optional chaining
when it could change the result
([#​11702](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702))
##### ❤️ Thank You
- mdm317
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v8.46.3`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8463-2025-11-03)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.2...v8.46.3)
This was a version bump only for parser to align it with other projects,
there were no code changes.
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8462-2025-10-20)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.1...v8.46.2)
This was a version bump only for parser to align it with other projects,
there were no code changes.
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
</details>
<details>
<summary>axios/axios (axios)</summary>
###
[`v1.13.1`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#1131-2025-10-28)
[Compare
Source](https://redirect.github.com/axios/axios/compare/v1.13.0...v1.13.1)
##### Bug Fixes
- **http:** fixed a regression that caused the data stream to be
interrupted for responses with non-OK HTTP statuses;
([#​7193](https://redirect.github.com/axios/axios/issues/7193))
([bcd5581](https://redirect.github.com/axios/axios/commit/bcd5581d208cd372055afdcb2fd10b68ca40613c))
##### Contributors to this release
- <img
src="https://avatars.githubusercontent.com/u/128113546?v=4&s=18"
alt="avatar" width="18"/> [Anchal
Singh](https://redirect.github.com/imanchalsingh "+220/-111
(#​7173 )")
- <img
src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18"
alt="avatar" width="18"/> [Dmitriy
Mozgovoy](https://redirect.github.com/DigitalBrainJS "+18/-1
(#​7193 )")
###
[`v1.13.0`](https://redirect.github.com/axios/axios/blob/HEAD/CHANGELOG.md#1130-2025-10-27)
[Compare
Source](https://redirect.github.com/axios/axios/compare/v1.12.2...v1.13.0)
##### Bug Fixes
- **fetch:** prevent TypeError when config.env is undefined
([#​7155](https://redirect.github.com/axios/axios/issues/7155))
([015faec](https://redirect.github.com/axios/axios/commit/015faeca9f26db76f9562760f04bb9f8229f4db1))
- resolve issue
[#​7131](https://redirect.github.com/axios/axios/issues/7131)
(added spacing in mergeConfig.js)
([#​7133](https://redirect.github.com/axios/axios/issues/7133))
([9b9ec98](https://redirect.github.com/axios/axios/commit/9b9ec98548d93e9f2204deea10a5f1528bf3ce62))
##### Features
- **http:** add HTTP2 support;
([#​7150](https://redirect.github.com/axios/axios/issues/7150))
([d676df7](https://redirect.github.com/axios/axios/commit/d676df772244726533ca320f42e967f5af056bac))
##### Contributors to this release
- <img
src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18"
alt="avatar" width="18"/> [Dmitriy
Mozgovoy](https://redirect.github.com/DigitalBrainJS "+794/-180
(#​7186 #​7150 #​7039 )")
- <img
src="https://avatars.githubusercontent.com/u/189505037?v=4&s=18"
alt="avatar" width="18"/> [Noritaka
Kobayashi](https://redirect.github.com/noritaka1166 "+24/-509
(#​7032 )")
- <img
src="https://avatars.githubusercontent.com/u/195581631?v=4&s=18"
alt="avatar" width="18"/>
[Aviraj2929](https://redirect.github.com/Aviraj2929 "+211/-93
(#​7136 #​7135 #​7134 #​7112 )")
- <img
src="https://avatars.githubusercontent.com/u/181717941?v=4&s=18"
alt="avatar" width="18"/> [prasoon
patel](https://redirect.github.com/Prasoon52 "+167/-6 (#​7099 )")
- <img
src="https://avatars.githubusercontent.com/u/141911040?v=4&s=18"
alt="avatar" width="18"/> [Samyak
Dandge](https://redirect.github.com/Samy-in "+134/-0 (#​7171 )")
- <img
src="https://avatars.githubusercontent.com/u/128113546?v=4&s=18"
alt="avatar" width="18"/> [Anchal
Singh](https://redirect.github.com/imanchalsingh "+53/-56 (#​7170
)")
- <img
src="https://avatars.githubusercontent.com/u/146073621?v=4&s=18"
alt="avatar" width="18"/> [Rahul
Kumar](https://redirect.github.com/jaiyankargupta "+28/-28 (#​7073
)")
- <img
src="https://avatars.githubusercontent.com/u/148716794?v=4&s=18"
alt="avatar" width="18"/> [Amit
Verma](https://redirect.github.com/Amitverma0509 "+24/-13 (#​7129
)")
- <img
src="https://avatars.githubusercontent.com/u/141427581?v=4&s=18"
alt="avatar" width="18"/>
[Abhishek3880](https://redirect.github.com/abhishekmaniy "+23/-4
(#​7119 #​7117 #​7116 #​7115 )")
- <img
src="https://avatars.githubusercontent.com/u/91522146?v=4&s=18"
alt="avatar" width="18"/> [Dhvani
Maktuporia](https://redirect.github.com/Dhvani365 "+14/-5 (#​7175
)")
- <img
src="https://avatars.githubusercontent.com/u/41838423?v=4&s=18"
alt="avatar" width="18"/> [Usama
Ayoub](https://redirect.github.com/sam3690 "+4/-4 (#​7133 )")
- <img
src="https://avatars.githubusercontent.com/u/79366821?v=4&s=18"
alt="avatar" width="18"/>
[ikuy1203](https://redirect.github.com/ikuy1203 "+3/-3 (#​7166 )")
- <img
src="https://avatars.githubusercontent.com/u/74639234?v=4&s=18"
alt="avatar" width="18"/> [Nikhil Simon
Toppo](https://redirect.github.com/Kirito-Excalibur "+1/-1 (#​7172
)")
- <img
src="https://avatars.githubusercontent.com/u/200562195?v=4&s=18"
alt="avatar" width="18"/> [Jane
Wangari](https://redirect.github.com/Wangarijane "+1/-1 (#​7155
)")
- <img
src="https://avatars.githubusercontent.com/u/78318848?v=4&s=18"
alt="avatar" width="18"/> [Supakorn
Ieamgomol](https://redirect.github.com/Supakornn "+1/-1 (#​7065
)")
- <img
src="https://avatars.githubusercontent.com/u/134518?v=4&s=18"
alt="avatar" width="18"/> [Kian-Meng
Ang](https://redirect.github.com/kianmeng "+1/-1 (#​7046 )")
- <img
src="https://avatars.githubusercontent.com/u/13148112?v=4&s=18"
alt="avatar" width="18"/> [UTSUMI
Keiji](https://redirect.github.com/k-utsumi "+1/-1 (#​7037 )")
####
[1.12.2](https://redirect.github.com/axios/axios/compare/v1.12.1...v1.12.2)
(2025-09-14)
##### Bug Fixes
- **fetch:** use current global fetch instead of cached one when env
fetch is not specified to keep MSW support;
([#​7030](https://redirect.github.com/axios/axios/issues/7030))
([cf78825](https://redirect.github.com/axios/axios/commit/cf78825e1229b60d1629ad0bbc8a752ff43c3f53))
##### Contributors to this release
- <img
src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18"
alt="avatar" width="18"/> [Dmitriy
Mozgovoy](https://redirect.github.com/DigitalBrainJS "+247/-16
(#​7030 #​7022 #​7024 )")
- <img
src="https://avatars.githubusercontent.com/u/189505037?v=4&s=18"
alt="avatar" width="18"/> [Noritaka
Kobayashi](https://redirect.github.com/noritaka1166 "+2/-6 (#​7028
#​7029 )")
####
[1.12.1](https://redirect.github.com/axios/axios/compare/v1.12.0...v1.12.1)
(2025-09-12)
##### Bug Fixes
- **types:** fixed env config types;
([#​7020](https://redirect.github.com/axios/axios/issues/7020))
([b5f26b7](https://redirect.github.com/axios/axios/commit/b5f26b75bdd9afa95016fb67d0cab15fc74cbf05))
##### Contributors to this release
- <img
src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18"
alt="avatar" width="18"/> [Dmitriy
Mozgovoy](https://redirect.github.com/DigitalBrainJS "+10/-4
(#​7020 )")
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
###
[`v9.39.1`](https://redirect.github.com/eslint/eslint/compare/v9.39.0...e2772811a8595d161870835ff04822b25a2cdf45)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.0...v9.39.1)
###
[`v9.39.0`](https://redirect.github.com/eslint/eslint/compare/v9.38.0...ac3a60dffc29d8d4d5031621bc062e77f891532a)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.38.0...v9.39.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on the 1-7 day on Sunday" (UTC),
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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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/emartech/json-logger-js).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 38ceb83 commit ce605d7Copy full SHA for ce605d7
File tree
Expand file treeCollapse file tree
2 files changed
+122
-97
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+122
-97
lines changedOpen diff view settings
0 commit comments