From 3d0f2c99f51f40359961dc64c97fe31c1dc66731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:07:30 +0000 Subject: [PATCH 1/4] build(deps): update simek/yarn-lock-changes digest to 2fc6f6c (#994) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lockfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lockfile.yml b/.github/workflows/lockfile.yml index 579ce6d0..215c12f3 100644 --- a/.github/workflows/lockfile.yml +++ b/.github/workflows/lockfile.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Digest Lock File - uses: Simek/yarn-lock-changes@23b5437388098454b9d9c1574b50066b3338dbf1 + uses: Simek/yarn-lock-changes@2fc6f6c49bee5bbe13f8c3b66b34aabcaa2d7378 with: token: ${{ secrets.GITHUB_TOKEN }} collapsibleThreshold: 25 From 38d6aee64892fc8f7c020377ca7045e87fdd77f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:07:52 +0000 Subject: [PATCH 2/4] build(deps): update paambaati/codeclimate-action action to v9.0.0 (#1017) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7114d1da..0ee17d07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Upload test coverage to Code Climate if: ${{ matrix.node_version == 18 }} - uses: paambaati/codeclimate-action@v6.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: 7a4b78747587abb295ccb41439d7d067b9de2d885a766e7e88d5e8409599d2ea From 4a33068c92edff02dffa4546f52cdc80056d9f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:52:28 +0000 Subject: [PATCH 3/4] build(deps): update dependency axios to v0.29.0 (#1037) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/kitsu/package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index fd333672..a7d199b1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/core": "~7.26.0", "@babel/preset-env": "~7.26.0", "@rollup/plugin-babel": "~6.0.0", - "axios": "~0.28.1", + "axios": "~0.29.0", "axios-mock-adapter": "~1.22.0", "babel-jest": "~29.7.0", "browserslist": "~4.24.0", diff --git a/packages/kitsu/package.json b/packages/kitsu/package.json index c37ed2e1..68e034bc 100644 --- a/packages/kitsu/package.json +++ b/packages/kitsu/package.json @@ -49,7 +49,7 @@ "build": "yarn rollup" }, "dependencies": { - "axios": "^0.28.1", + "axios": "^0.29.0", "kitsu-core": "^10.1.5", "pluralize": "^8.0.0" }, diff --git a/yarn.lock b/yarn.lock index 20baa853..2f3e9976 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3000,12 +3000,12 @@ axios-mock-adapter@~1.22.0: fast-deep-equal "^3.1.3" is-buffer "^2.0.5" -axios@^0.28.1, axios@~0.28.1: - version "0.28.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70" - integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ== +axios@^0.29.0, axios@~0.29.0: + version "0.29.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb" + integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg== dependencies: - follow-redirects "^1.15.0" + follow-redirects "^1.15.4" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -4982,7 +4982,7 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.15.0: +follow-redirects@^1.15.4: version "1.15.9" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ== From af46154cbd089f518e64296bdbce66b88aea8a50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:24:54 +0000 Subject: [PATCH 4/4] build(deps): lock file maintenance (#1050) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2f3e9976..d5d739b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2446,9 +2446,9 @@ integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== "@types/node@*", "@types/node@>= 8": - version "22.10.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" - integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== + version "22.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" + integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== dependencies: undici-types "~6.20.0"