Skip to content

Comments

Remote/v1.2.2#1

Closed
bluemiv wants to merge 279 commits intomasterfrom
remote/v1.2.2
Closed

Remote/v1.2.2#1
bluemiv wants to merge 279 commits intomasterfrom
remote/v1.2.2

Conversation

@bluemiv
Copy link

@bluemiv bluemiv commented Jan 4, 2023

axios 1.2.2 버전으로 변경했습니다.

작업 내용

작업한 커밋 node

jasonsaayman and others added 30 commits April 26, 2022 09:31
axios#4640)

* Fixed posting FormData in browser environment by reverting axios#3785;

* Added ability to keep `Content-Type` header in non-standard browser environments;

* Added browser test of FormData posting using external HTTP service (https://httpbin.org/post);

Co-authored-by: Jay <jasonsaayman@gmail.com>
Added unit tests;

Co-authored-by: Jay <jasonsaayman@gmail.com>
It is optional in the constructor, and not always defined.

Co-authored-by: Jay <jasonsaayman@gmail.com>
Fix grammar

Co-authored-by: Jay <jasonsaayman@gmail.com>
Related to discussions here axios#2387

Attempt to capture the stack trace at the time the error is created in
order to maintain context about where the error originates from.

Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
* changes

* also include request

* revert comment

Co-authored-by: Jay <jasonsaayman@gmail.com>
fix url to defaults.js

Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
In the main readme file of axios, the icons for chrome, firefox and safari was not visible, which was giving a bit outdated vibes. I have updated all the three icons with the latest ones from  "https://www.iconfinder.com/icons/23799/firefox_icon" in 48px dimension. I hope now it looks good.

Co-authored-by: Jay <jasonsaayman@gmail.com>
* Fixing cases of Axios hanging on test failures

* Fix max redirect assertion

Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
DigitalBrainJS and others added 14 commits December 12, 2022 00:50
* chore(ci): add release scripts;
* chore(ci): Add release-it script;

* chore(ci): add `release:no-npm` script to release the package without making an npm release;

* fix(test): fixed `d.ts` typings;
refactor(test): refactor typescript tests;
* fix(scripts): fix version bump script;
* fix(scripts): rename prerelease scripts due to npm namespace conflict;

* chore(git): add `.npmrc` and `.env` to gitignore;
* chore(ci): Add release-it script;

* chore(ci): add github actions release script;
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(ci): Add release-it script;
* fix(utils): redesigned logic for obtaining the global link;;
* chore(git): updated .gitignore;
chore(npm): updated .npmignore;
* chore(git): fix husky prepare script;
* chore(github): reworked npm release action step;
* chore(ci): add CHANGELOG.md contributors section generator;
* chore(deps): add `auto-changelog` to package.json;
@bluemiv bluemiv self-assigned this Jan 4, 2023
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

Copy link

@jrkim123us jrkim123us left a comment

Choose a reason for hiding this comment

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

helpers/cookies.js 변경사항 확인했습니다.

document.cookie = cookie.join('; ');
},

read: function read(name) {

Choose a reason for hiding this comment

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

변경 사항 확인했습니다.

- 소스 최신화
- github actions 설정 제거
@bluemiv bluemiv closed this Jan 4, 2023
bluemiv pushed a commit that referenced this pull request Jan 6, 2023
Sync fork with axios/axios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.