Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] v1.7.7 #6585

Merged
merged 1 commit into from
Aug 31, 2024
Merged

[Release] v1.7.7 #6585

merged 1 commit into from
Aug 31, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Build info

  • Browser build (UMD) (./dist/axios.min.js) 54.1 kB (18.8 kB gzipped)
    • v1.7.6 - 53.7 kB
    • v1.7.5 - 53.5 kB
    • v1.7.4 - 53.4 kB
    • v1.7.3 - 53.4 kB
    • v1.7.2 - 52.2 kB
  • Browser build (ESM) (./dist/esm/axios.min.js) 35.3 kB (13.7 kB gzipped)
    • v1.7.6 - 35.2 kB
    • v1.7.5 - 35 kB
    • v1.7.4 - 34.9 kB
    • v1.7.3 - 34.9 kB
    • v1.7.2 - 34.3 kB

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

dist/axios.js Dismissed
_context2.prev = 34;
_iteratorError = _context2.t1;
case 18:
_context2.prev = 18;

Check warning

Code scanning / CodeQL

Useless assignment to property Warning

This write to property 'prev' is useless, since
another property write
always overrides it.
Copy link

@MrNice78 MrNice78 Oct 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prev

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useless assignment to property

This write to property 'prev' is useless, since another property write always overrides it.

Show more details

@DigitalBrainJS DigitalBrainJS merged commit 5b8a826 into v1.x Aug 31, 2024
11 checks passed
Copy link

@MrNice78 MrNice78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants