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

chore: bump axios from 0.21.4 to 0.28.0 #173

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

Bumps axios from 0.21.4 to 0.28.0.

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

0.27.1 (April 26, 2022)

... (truncated)

Commits
  • 3b7635a [Release] v0.28.0 (#6211)
  • 27c0076 feat(backport): added ability for paramsSerializer to handle function; (#6227)
  • 80c3d74 chore(ci): backported publish action; (#6224)
  • 2755df5 fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to ...
  • 880b42e docs: Fix a typo in README
  • c4bf0a4 Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • 1e2679f fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...
  • 80b546c fix: loosing request header (#4858) (#4871)
  • 6acb5ef feat: brower platform add data protocol. (#4814)
  • bbb2264 fix(typing): axios response headers can be undefined (#4813)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2024
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/axios-0.28.0 branch from 0151090 to 4f2e20f Compare March 6, 2024 14:32
@vn7n24fzkq vn7n24fzkq merged commit cba8a95 into main Mar 10, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/axios-0.28.0 branch March 10, 2024 04:38
vn7n24fzkq added a commit that referenced this pull request May 20, 2024
Squashed commit of the following:

commit 5055b27
Author: Casper <[email protected]>
Date:   Sun May 12 23:29:24 2024 +0800

    release: v0.7.0

commit c945b89
Author: Rui Chen <[email protected]>
Date:   Sun May 12 10:54:49 2024 -0400

    feat!: bump to use nodejs 20 runtime (#183)

    * feat: bump to use nodejs 20 runtime

    Signed-off-by: Rui Chen <[email protected]>

    * feat: bump actions/checkout to v4 to use nodejs 20 runtime

    Signed-off-by: Rui Chen <[email protected]>

    * feat: bump actions/setup-node to v4 to use nodejs 20 runtime

    Signed-off-by: Rui Chen <[email protected]>

    * feat: use node-version-file instead of node-version

    Signed-off-by: Rui Chen <[email protected]>

    * chore: update org for foresight* actions

    Signed-off-by: Rui Chen <[email protected]>

    ---------

    Signed-off-by: Rui Chen <[email protected]>

commit e4ee818
Author: Cheezik <[email protected]>
Date:   Sun Mar 17 12:35:42 2024 +0100

    docs: Fixed incorrect formating in .yml file (#180)

    * [BUGFIX] Changed from relative paths to Permalinks(?), Added disclaimer to legacy version. Edited links in README to redirect to correct destinations.

    * [BUGFIX] Wrong .yml template formating

    Added spaces where they should be displayed but arent

    * [Bugfix] More changes to .yml template

    I've noticed that .md did its spacing magic AGAIN, so ive added more spaces to combat this, also ive eddited so previously invisible "segment" gets displayed propperly

commit cba8a95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 10 12:38:10 2024 +0800

    chore: bump axios from 0.21.4 to 0.28.0 (#173)

    Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
    - [Commits](axios/axios@v0.21.4...v0.28.0)

    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2b57729
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Mar 6 22:31:11 2024 +0800

    chore: bump follow-redirects from 1.14.9 to 1.15.4 (#171)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.9...v1.15.4)

    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a3e3c5b
Author: Cheezik <[email protected]>
Date:   Wed Mar 6 15:30:37 2024 +0100

    docs: Updated paths, added disclaimer, corrected README links. (#178)

commit 2ff9431
Author: Cheezik <[email protected]>
Date:   Wed Feb 28 14:59:22 2024 +0100

    docs: add wiki files (#175)

commit 6480f19
Author: Casper <[email protected]>
Date:   Sun Feb 25 19:40:54 2024 +0800

    build: change action branches name

commit b9aa5a9
Author: Casper <[email protected]>
Date:   Sun Feb 25 19:39:05 2024 +0800

    Feat: add wiki action (#174)

    * chore: add wiki folder

    * build: add wiki deploy workflow

    * build: fix deploy yml file

    * build: fix deployment yml file

commit 2db2c5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 2 11:19:15 2024 +0800

    chore: bump @babel/traverse from 7.16.7 to 7.23.6 (#168)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.7 to 7.23.6.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse)

    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f990d83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Dec 20 15:02:42 2023 +0800

    chore: bump word-wrap from 1.2.3 to 1.2.4 (#162)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7e359c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jul 14 13:41:58 2023 +0800

    chore: bump tough-cookie from 4.0.0 to 4.1.3 (#159)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)

    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4ac26d6
Author: George <[email protected]>
Date:   Fri Jul 14 02:40:57 2023 -0300

    fix(style): Fixed gotham theme border opacity (#158)

    Fixed gotham theme border opacity to match theme from https://github.com/anuraghazra/github-readme-stats/tree/master/themes

commit a4b9326
Author: Hangyeol Jeong <[email protected]>
Date:   Thu May 11 18:24:11 2023 +0900

    fix: typo (#156)

commit a6b65d1
Author: Casper <[email protected]>
Date:   Wed Mar 29 17:38:47 2023 +0800

    docs: Update README.md

commit debc8bf
Author: Casper <[email protected]>
Date:   Wed Mar 29 00:42:05 2023 +0800

    fix: add vercel default build folder (#154)

commit ae62846
Author: Casper <[email protected]>
Date:   Sat Mar 18 01:11:57 2023 +0800

    docs(action): add auto_push variable

commit b412cbb
Author: Casper <[email protected]>
Date:   Sat Mar 18 01:09:52 2023 +0800

    chore: prepare for v0.6.1

commit 5cc096f
Author: Casper <[email protected]>
Date:   Sat Mar 18 01:07:11 2023 +0800

    fix: correctly read the boolean variable

commit 7153386
Author: Casper <[email protected]>
Date:   Sat Mar 18 00:52:48 2023 +0800

    action: add type to input variables

commit a0fffa5
Author: Casper <[email protected]>
Date:   Sat Mar 18 00:42:17 2023 +0800

    chore: prepare for v0.6.1

commit 1725692
Author: Cael <[email protected]>
Date:   Sat Mar 18 00:29:14 2023 +0800

    feat: add an option to automatically push commits in action (#153)

    * add isAutopush iotion

    * fix autoPush action

commit ffd0416
Author: Casper <[email protected]>
Date:   Thu Mar 16 16:02:53 2023 +0800

    docs: update README.md

commit 1f695ad
Author: Casper <[email protected]>
Date:   Thu Mar 16 16:01:15 2023 +0800

    docs: remove sponsors section

    Since Foresight stops sponsoring this repo, we remove the section from README.md.

    Thanks to Foresight Team for past sponsorships.

commit f18b344
Author: Casper <[email protected]>
Date:   Thu Mar 9 00:46:16 2023 +0800

    release(hotfix): v0.6.0-hotfix.3 (#149)

commit 0bf9b0a
Author: Casper <[email protected]>
Date:   Thu Mar 9 00:40:02 2023 +0800

    fix: Fix card height and width in wrong percentage (#148)

commit 11a2c1d
Author: Casper <[email protected]>
Date:   Thu Mar 9 00:12:42 2023 +0800

    release(hotfix): v0.6.0-hotfix.2 (#147)

commit f874cca
Author: Casper <[email protected]>
Date:   Thu Mar 9 00:06:17 2023 +0800

    fix: Fix missing borderline (#146)

commit fe6a8e8
Author: Casper <[email protected]>
Date:   Mon Mar 6 02:00:14 2023 +0800

    dosc: Update README.md

commit a1b0e00
Author: Casper <[email protected]>
Date:   Mon Mar 6 01:43:24 2023 +0800

    release: v0.6.0-hotfix.1

commit 0116aa2
Author: George <[email protected]>
Date:   Sun Mar 5 14:40:04 2023 -0300

    typo: Fixed missing param in comment (#144)

commit aa3536e
Author: shunsuke6 <[email protected]>
Date:   Mon Mar 6 02:38:48 2023 +0900

    fix: Fix typo in input parameter (#145)

commit e27aa8c
Author: Casper <[email protected]>
Date:   Sat Mar 4 15:53:34 2023 +0800

    docs: Update README.md

commit 629a1d6
Author: Casper <[email protected]>
Date:   Sat Mar 4 15:46:12 2023 +0800

    release: v0.6.0

commit e5756dd
Author: Casper <[email protected]>
Date:   Sat Mar 4 15:33:24 2023 +0800

    docs(action): fix typo and description

commit 25c24b4
Author: Casper <[email protected]>
Date:   Sat Mar 4 15:32:11 2023 +0800

    docs: update README

commit 74a592f
Author: Casper <[email protected]>
Date:   Sat Mar 4 14:58:04 2023 +0800

    chore(dist): prepare for v0.6.0

commit 2e67b31
Author: Casper <[email protected]>
Date:   Sat Mar 4 14:54:30 2023 +0800

    lint: format code

commit 86bfc7c
Author: George <[email protected]>
Date:   Sat Mar 4 03:41:33 2023 -0300

    fix: Fixed stroke opacity in new themes (#138)

    Signed-off-by: George Araújo <[email protected]>

commit 81bd2b6
Author: Casper <[email protected]>
Date:   Sat Feb 18 16:49:48 2023 +0800

    fix: correct the github action log

commit e0c69dc
Author: Casper <[email protected]>
Date:   Sat Feb 18 16:33:32 2023 +0800

    chore(dist): prepare for v0.6.0

commit 056135a
Author: Casper <[email protected]>
Date:   Fri Feb 17 18:01:10 2023 +0800

    ci: rename test workflow

commit 7f284b2
Author: Casper <[email protected]>
Date:   Fri Feb 17 15:57:29 2023 +0800

    fix: adjust new themes hex color (#137)

    * test: modify theme color test to allow different format hex color

    * feat(theme): modify new themes hex color string

    * lint: code format

    * refactor: remove useless console.log and modify let variable to const

commit 459fde2
Author: George <[email protected]>
Date:   Fri Feb 17 01:04:26 2023 -0300

    feat: Added themes from github-readme-stats (#135)

    Added themes from https://github.com/anuraghazra/github-readme-stats, sorted themes alphabetically

commit d27b1eb
Author: yamashu <[email protected]>
Date:   Fri Feb 17 13:02:09 2023 +0900

    chore: Update browserslist (#121)

    * ⬆️ npm install at GitHub actions same node 16.18.1

    * ⬆️ npx browserslist@latest --update-db

commit 2e23a2a
Author: Vladislav Dietrich <[email protected]>
Date:   Fri Feb 17 14:00:06 2023 +1000

    fix: adjust svg size to match the viewBox (#134)

commit ffc788d
Author: Key5n <[email protected]>
Date:   Fri Feb 17 12:24:11 2023 +0900

    docs: added content-write permission (#136)

commit 151a698
Author: yamashu <[email protected]>
Date:   Mon Jan 16 11:16:34 2023 +0900

    chore: Bump GitHub setup-node to v3 (#119)

    * 🔼 Update setup-node to v3

    * Update setup-node to v3

commit 81d3f51
Author: yamashu <[email protected]>
Date:   Mon Jan 16 11:15:26 2023 +0900

    chore: Add test reporter for cli (#122)

commit e5cdc19
Author: 0024 <[email protected]>
Date:   Sun Jan 15 23:00:58 2023 +0900

    refactor: fix a typo in the name of file most-commit-lauguage-card.ts. (#130)

    * fix file name

    * fix lauguage to language

    * revert dist/index.js and dist/index.js.map

commit e7f42bb
Author: yamashu <[email protected]>
Date:   Wed Jan 11 12:12:59 2023 +0900

    fix: Revert d3 update for v7 breaking change (#124)

commit 34034c4
Author: yamashu <[email protected]>
Date:   Tue Jan 10 00:16:09 2023 +0900

    feat: Add transparent theme (#126)

    * ✅ Add transparent hex color at test

    * 💄 Add transparent theme

    * 📝 Add transparent theme at readme

commit 39a767d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jan 7 18:13:38 2023 +0800

    chore: bump json5 from 2.2.0 to 2.2.3 (#120)

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)

    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e636dad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jan 7 18:12:56 2023 +0800

    chore: bump minimatch from 3.0.4 to 3.1.2 (#116)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 650b6cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jan 7 18:11:48 2023 +0800

    chore: bump d3-color and d3 (#109)

    Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [d3](https://github.com/d3/d3). These dependencies need to be updated together.

    Updates `d3-color` from 1.4.1 to 3.1.0
    - [Release notes](https://github.com/d3/d3-color/releases)
    - [Commits](d3/d3-color@v1.4.1...v3.1.0)

    Updates `d3` from 5.16.0 to 7.6.1
    - [Release notes](https://github.com/d3/d3/releases)
    - [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
    - [Commits](d3/d3@v5.16.0...v7.6.1)

    ---
    updated-dependencies:
    - dependency-name: d3-color
      dependency-type: indirect
    - dependency-name: d3
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ab09612
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jan 7 18:11:35 2023 +0800

    chore: bump @actions/core from 1.6.0 to 1.9.1 (#103)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3e9cbd7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Jan 7 18:11:20 2023 +0800

    chore: bump moment from 2.29.2 to 2.29.4 (#101)

    Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.2...2.29.4)

    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7fcb411
Author: Casper <[email protected]>
Date:   Sat Jan 7 18:10:55 2023 +0800

    fix: Fixed decimal UTC time bug (#123)

    * Fixed decimal UTC time bug

    fixed #90
    floor down value because chart uses hours only

    * added function to adjust offset

    * updated label which shows utc time

    * fixed eslint

    * lint: re-enable eslint

    Co-authored-by: Saurav Dharwadkar <[email protected]>

commit 159df73
Author: yamashu <[email protected]>
Date:   Wed Jan 4 22:48:58 2023 +0900

    feat: Push branch option  (#117)

    * 👔 Add branch name parameter from GitHub Actions

    * 🔧 Add GitHub Actions input

    * ✏️ Fix linter warnings

    * 📝 Update readme for push branch option

commit 6d1ded3
Author: yamashu <[email protected]>
Date:   Sun Dec 18 23:51:58 2022 +0900

    feat(action): Bump GitHub action/checkout version from v2 to v3 (#115)

    * ⬆️ Update actions/checkout@v3

    * 📝 Update readme

commit 1a356bd
Author: Casper <[email protected]>
Date:   Sun Nov 20 23:24:34 2022 +0800

    fix: remove extra comma in package.json

commit 0e356b9
Author: MiranDaniel <[email protected]>
Date:   Sun Nov 20 15:23:46 2022 +0000

    feat: Added exclude argument for languages (#97)

    * feat: Hide languages

    * fix: Hidden not required

    * fix: Correct URL safe language names

    * fix: Correct URL safe language names for non API

    * fix: Name uppercasing

    * refactor\!: Changed hidden arg to exclude

    * feat: exclude arg

    * fix: Exclude fix for actions

    * refactor: remove unnecessary modules

    * fix: package-lock

commit 4435a69
Merge: 17bd41a 63e23d4
Author: Casper <[email protected]>
Date:   Thu Sep 29 23:13:55 2022 +0800

    Merge pull request #108 from vn7n24fzkq/chroe/foresight-configure

    chore: foresight configure

commit 63e23d4
Author: Casper <[email protected]>
Date:   Thu Sep 29 23:11:20 2022 +0800

    doc: update foresight ba5Ddge

commit 3b73481
Author: Casper <[email protected]>
Date:   Wed Sep 28 23:45:50 2022 +0800

    ci: update foresight steps

commit 17bd41a
Author: Lucas Alexander <[email protected]>
Date:   Mon Sep 26 00:30:41 2022 -0300

    feat: moonlight based theme (#107)

    * feat: moonlight based theme

    * styles: changing border color to match background

commit b67d461
Author: Casper <[email protected]>
Date:   Wed Sep 21 13:43:42 2022 +0800

    perf: reduce Vercel serveless function usage (#106)

    Increase s-maxage for CDN caching and max-age for client-side caching, also add stale-while-revalidate that allow us to serve content from the Edge cache.

commit fe6a293
Author: Casper <[email protected]>
Date:   Fri Aug 12 22:34:30 2022 +0800

    chore: Add foresight support (#100)

    * ci: add foresight’s GitHub action

    * docs: update README.md

    Add sponsors section

    * docs: add Vercel deploy button

    * docs : update README

    * docs: update README

    Modify sponsor setcion

    * docs: update README

    * ci: add tests report

    * ci: remove foresight from lint worflow

    * test: add coverage parameter to jest

    * ci: update foresight setting in workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant