chore: update changelog and packages#10790
Merged
jasonsaayman merged 3 commits intov1.xfrom Apr 21, 2026
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
There was a problem hiding this comment.
1 issue found across 9 files
Confidence score: 5/5
- This looks low risk to merge: the only reported issue is a documentation-only typo in
CHANGELOG.md, not application logic or runtime behavior. - The most severe issue is a stale version string (
v1.15.1instead ofv1.15.2) in release notes, so the impact is limited to release-note accuracy. - Pay close attention to
CHANGELOG.md- correct the stale version reference in the changelog maintenance bullet.
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="CHANGELOG.md">
<violation number="1" location="CHANGELOG.md:23">
P3: The v1.15.2 release notes contain a stale version reference (`v1.15.1`) in the changelog maintenance bullet.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
|
|
||
| ## 🔧 Maintenance & Chores | ||
|
|
||
| - **Changelog:** Updated `CHANGELOG.md` with v1.15.1 release notes. (**#10781**) |
Contributor
There was a problem hiding this comment.
P3: The v1.15.2 release notes contain a stale version reference (v1.15.1) in the changelog maintenance bullet.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 23:
<comment>The v1.15.2 release notes contain a stale version reference (`v1.15.1`) in the changelog maintenance bullet.</comment>
<file context>
@@ -1,6 +1,32 @@
+
+## 🔧 Maintenance & Chores
+
+- **Changelog:** Updated `CHANGELOG.md` with v1.15.1 release notes. (**#10781**)
+
+[Full Changelog](https://github.com/axios/axios/compare/v1.15.1...v1.15.2)
</file context>
Suggested change
| - **Changelog:** Updated `CHANGELOG.md` with v1.15.1 release notes. (**#10781**) | |
| - **Changelog:** Updated `CHANGELOG.md` with v1.15.2 release notes. (**#10781**) |
|
Did this actually go out? Not seeing the follow-redirects update on npm. edit: nevermind, I was just on an old version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Updates the changelog to v1.15.2 and refreshes dependencies in the root, docs, and ESM test fixtures to align with the release. No runtime/source code changes; maintenance only.
Description
Summary of changes
allowedSocketPaths, keep‑alive leak fix).follow-redirectsto^1.16.0; updated dev tools (vitest4.1.5,@vitest/browser4.1.5,eslint10.2.1,playwright1.59.1,prettier3.8.3,rollup4.60.2,@babel/preset-env7.29.2,formidable3.5.4).axios^1.15.2and raisedesbuildoverride to^0.25.12.vitest4.1.5,@types/node^20.19.39); refreshed lockfiles.Reasoning
Additional context
Docs
axios^1.15.2.allowedSocketPathsin Node adapter examples.Testing
vitest4.1.5; existing suites should continue to pass.Semantic version impact
Written for commit 14144d0. Summary will update on new commits.