2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Commit Graph

85 Commits

Author SHA1 Message Date
Sampo Silvennoinen 023efb6f03 Add Node.js 22 to CI version matrix (#6633)
* CI: add Node.js 22, drop non-LTS 21

* CI: update actions versions 3 -> 4

Previous actions version showed deprecation warnings when run. Update them to V4
2024-10-07 11:58:50 +02:00
Dmitriy Mozgovoy bcd1c6d65a chore(actions): fix sponsor action; (#6566) 2024-08-20 15:13:53 +03:00
Dmitriy Mozgovoy c8b7be59cb chore(action): exclude sponsors branch from CI tests; (#6564) 2024-08-19 16:53:11 +03:00
Dmitriy Mozgovoy d93969177d chore(action): fix sponsors action; (#6557) 2024-08-17 22:59:01 +03:00
Dmitriy Mozgovoy a909e38e70 chore(action): fix sponsors action; (#6555) 2024-08-17 21:53:51 +03:00
Dmitriy Mozgovoy 3dde8fce50 chore(action): fix sponsors action; (#6554) 2024-08-17 20:46:04 +03:00
Dmitriy Mozgovoy 58eb3b8ae6 chore(actions): Add action to update sponsor list in Readme.md; (#6552) 2024-08-17 20:13:56 +03:00
Dmitriy Mozgovoy 92cd8ed943 chore(github): update ISSUE_TEMPLATE.md (#6519) 2024-08-01 03:06:09 +03:00
Dmitriy Mozgovoy d57f03a77f chore(ci): bump create-pull-request version to fix a bug; (#6405) 2024-05-19 20:52:43 +03:00
Dmitriy Mozgovoy 097b0d18e9 chore(ci): add tag resolution for npm releases based on package version; (#6404) 2024-05-19 20:34:58 +03:00
Dmitriy Mozgovoy a3ff99b59d feat(adapter): add fetch adapter; (#6371) 2024-04-28 22:33:49 +03:00
Dmitriy Mozgovoy bf6974f16a chore(ci): add npm tag action; (#6231) 2024-02-12 21:41:49 +02:00
Dmitriy Mozgovoy 0736f95ce8 fix(ci): refactor notify action as a job of publish action; (#6176) 2024-01-05 21:36:41 +02:00
Dmitriy Mozgovoy 0ad520de0f chore(ci): fix notify action; (#6172) 2024-01-03 23:34:54 +02:00
Dmitriy Mozgovoy b76cce0e0f chore(ci): added branches filter for notify action; (#6084) 2023-12-26 22:34:50 +02:00
Dmitriy Mozgovoy 8739acbd28 chore(ci): removed redundant release action; (#6081) 2023-11-14 22:02:03 +02:00
Dmitriy Mozgovoy b12a6083f3 chore(ci): removed paths-ignore filter; (#6080) 2023-11-14 21:51:59 +02:00
Dmitriy Mozgovoy 0c9d88602b chore(ci): reworked ignoring files logic; (#6079) 2023-11-14 20:46:09 +02:00
Dmitriy Mozgovoy 30873ee5a8 chore(ci): add paths-ignore config to testing action; (#6078) 2023-11-14 17:54:41 +02:00
Dmitriy Mozgovoy 7144f10dc5 chore(ci): fixed release notification action; (#6063) 2023-11-08 20:14:12 +02:00
Dmitriy Mozgovoy f6d2cf9763 chore(ci): fix publish action content permission; (#6061) 2023-11-08 17:02:29 +02:00
Fabian Meyer cb8bb2beb2 chore(ci): Publish to NPM with provenance (#5835)
The release process in this repository is already automated via
GitHub Actions, which is a great first step toward creating trust in the
supply chain. Recently, NPM has started to support publishing with the
`--provenance` flag. This flag creates a link between the GitHub Actions
run that created the release and the final artifact on NPM. This linkage
further ensures that package installs can be traced back to a specific
code revision.

For more information on publishing with provenance, please refer to:
https://github.blog/2023-04-19-introducing-npm-package-provenance/

Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2023-11-08 16:25:03 +02:00
Dmitriy Mozgovoy 37cbf9214a chore(ci): added labeling and notification for published PRs; (#6059) 2023-11-08 16:17:55 +02:00
Dmitriy Mozgovoy 9917e67cbb chore(ci): fix release-it arg; (#6032) 2023-10-26 23:53:38 +03:00
Dmitriy Mozgovoy 7d45ab2e2a chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabled; (#6021) 2023-10-22 18:20:44 +03:00
Dmitriy Mozgovoy 1b8cc3b02b chore(template): improve issue template; (#5665) 2023-04-19 21:14:02 +03:00
Dmitriy Mozgovoy 0abc705647 chore(ci): use package-lock in test & build github actions; (#5663)
* chore(test): use local typescript version for dtslint;
2023-04-19 20:09:31 +03:00
Dmitriy Mozgovoy cbe2de60d3 chore(ci): remove team-reviewers config; (#5566) 2023-02-22 22:43:24 +02:00
Dmitriy Mozgovoy 4bf50524e2 chore(ci): add git diff echo; (#5509) 2023-01-31 03:14:19 +02:00
Dmitriy Mozgovoy 91d6009c43 chore(ci): add git status echo; (#5508) 2023-01-31 02:11:54 +02:00
Dmitriy Mozgovoy 557ed0a748 chore(ci): fixed publish action; (#5470) 2023-01-16 01:47:46 +02:00
Dmitriy Mozgovoy d83316db4a chore(ci): enabled npm publishing; (#5460) 2023-01-10 21:14:49 +02:00
Dmitriy Mozgovoy d750901ded chore(ci): added an action to make GitHub & NPM releases when merging a release PR; (#5456) 2023-01-10 00:08:59 +02:00
Dmitriy Mozgovoy 18772ed8fd chore(ci): improved logging; (#5451) 2023-01-08 02:51:52 +02:00
Dmitriy Mozgovoy 259f5f5aaa chore(ci): added step of generating a list of contributors for CHANELOG.md; (#5449) 2023-01-07 20:01:43 +02:00
Dmitriy Mozgovoy d33a3deb82 chore(ci): added commit message config; (#5447) 2023-01-07 19:15:54 +02:00
Dmitriy Mozgovoy b4b5b360ec chore(ci): updated release-it config; (#5446) 2023-01-07 18:04:51 +02:00
Dmitriy Mozgovoy f6b480912e chore(ci): improved contributors list generator; (#5443) 2023-01-07 02:40:08 +02:00
Dmitriy Mozgovoy 139d51f682 chore(ci): updated release-it config; (#5439) 2023-01-06 02:34:45 +02:00
Dmitriy Mozgovoy 8651bf17d4 chore(ci): add an action to create a release PR; 2023-01-06 01:50:31 +02:00
dependabot[bot] abd2cb83a3 chore(deps): bump actions/stale from 6 to 7 (#5408)
Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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>
2022-12-29 08:39:48 +02:00
Dmitriy Mozgovoy 46085e6ffc chore(ci): fix release action;
* 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;
2022-12-20 20:45:24 +02:00
Dmitriy Mozgovoy 75217e690c fix(ci): fix release script inputs; 2022-12-19 18:43:57 +02:00
Dmitriy Mozgovoy 45b29dbc32 GitHub Actions Release script; (#5384)
* chore(ci): Add release-it script;

* chore(ci): add github actions release script;
2022-12-17 22:32:07 +02:00
secondl1ght e1a4efe638 Fix typo in issue template name (#5159)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-12-01 19:29:17 +02:00
Frazer Smith 86eeff0e68 ci: remove git credentials after checkout (#5235)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-11-22 20:28:47 +02:00
dependabot[bot] f79cf7bfa9 chore(deps): bump actions/dependency-review-action from 2 to 3 (#5266)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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>
Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-11-22 20:16:31 +02:00
Félix Legrelle e7b3f553e9 chore: update issue template (#5061)
* chore: update issue template

* fix: fix bug report template

* fix: fix feature request template

Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-10-13 21:29:23 +02:00
dependabot[bot] 659eeaf67c chore(deps): bump actions/stale from 5 to 6 (#4980)
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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>
Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-09-29 08:27:44 +02:00
Jay 649d739288 chore: ql should run on any branch 2022-08-08 18:20:38 +02:00