chore: remove orphaned bower support#10746
Merged
jasonsaayman merged 1 commit intoaxios:v1.xfrom Apr 18, 2026
Merged
Conversation
jasonsaayman
approved these changes
Apr 18, 2026
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.
The
bower.jsonmanifest has been broken since #7002 (v1.12.0, Sep 2025): it declaresmain: ./dist/axios.js, butdist/is no longer in git, sobower install axiosagainst any recent tag fails to resolve its entry point. Bower itself was deprecated in 2017 (bower/bower#2298). This PR removes the orphaned manifest along with its supporting gulp task and README install instructions, making the removal of bower as a distribution channel explicit rather than silently broken.Summary by cubic
Remove orphaned Bower support by deleting
bower.json, removing the relatedgulptask, and dropping Bower install docs. This prevents brokenbowerinstalls and clarifies thataxiosis distributed vianpm/yarnonly.Description
bower.json.gulp bowertask and updated theversionseries and exports.npm run preversion).README.md.boweris deprecated, and its manifest has been broken since v1.12.0 whendist/stopped being tracked.npmoryarn.Testing
npm run preversionto confirm the release step still completes.Written for commit 30d1c7a. Summary will update on new commits.