Update axios version and reason in package.json#286
Conversation
Signed-off-by: iola1999 <iola1999@foxmail.com>
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe pull request adds a new configuration entry to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request adds a version constraint for axios in package.json to downgrade version 1.14.1 to 1.14.0. Review feedback points out that the version number and issue reference appear to be incorrect based on current axios releases and suggests relocating the entry to maintain the logical grouping of the configuration file.
| "1.14.1": { | ||
| "version": "1.14.0", | ||
| "reason": "https://github.com/axios/axios/issues/10596" |
There was a problem hiding this comment.
| "axios": { | ||
| "1.14.1": { | ||
| "version": "1.14.0", | ||
| "reason": "https://github.com/axios/axios/issues/10596" | ||
| } | ||
| }, |
There was a problem hiding this comment.
[skip ci] ## 1.120.0 (2026-03-31) * feat: revise axios version reasons in package.json (#287) ([00668b1](00668b1)), closes [#287](#287) * Update axios version and reason in package.json (#286) ([0197703](0197703)), closes [#286](#286) * chore: map npm package link to npmx.dev (#285) ([8d69473](8d69473)), closes [#285](#285)
|
🎉 This PR is included in version 1.120.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary by CodeRabbit