Skip to content

Update all dependencies - #82

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

Update all dependencies#82
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@fortawesome/fontawesome-svg-core (source) ^6.5.1^7.0.0 age confidence dependencies major
@fortawesome/free-brands-svg-icons (source) ^6.5.1^7.0.0 age confidence dependencies major
@fortawesome/free-solid-svg-icons (source) ^6.5.1^7.0.0 age confidence dependencies major
@tanstack/react-query (source) 5.102.65.102.8 age confidence dependencies patch
@tanstack/react-query-devtools (source) 5.102.15.102.8 age confidence dependencies patch
@types/node (source) 26.2.026.4.0 age confidence devDependencies minor
actions/checkout v4v7 age confidence action major
actions/setup-node v4v7 age confidence action major
axios (source) 1.19.01.20.0 age confidence dependencies minor
cypress-io/github-action v6v7.4.3 age confidence action major
docker/build-push-action v5v7 age confidence action major
docker/login-action v3v4 age confidence action major
docker/setup-buildx-action v3v4 age confidence action major
filesize (source) ^10.1.2^11.0.0 age confidence dependencies major
jefflinse/pr-semver-bump v1.7.0v1.7.4 age confidence action patch
next (source) 16.3.216.3.3 age confidence dependencies patch
node (source) 24.13-slim24.20-slim age confidence final minor
node (source) 24.13-slim24.20-slim age confidence stage minor
pdm-project/setup-pdm v3v4 age confidence action major
react-cookie (source) ^7.1.4^8.0.0 age confidence dependencies major
react-router (source) 8.3.08.3.1 age confidence dependencies patch
react-toastify ^10.0.5^11.0.0 age confidence dependencies major

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v7.3.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.3.0

Compare Source

v7.2.0

Compare Source

Change log available at https://fontawesome.com/changelog

v7.1.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.0.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v7.0.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

TanStack/query (@​tanstack/react-query)

v5.102.8

Compare Source

Patch Changes

v5.102.7

Compare Source

Patch Changes
TanStack/query (@​tanstack/react-query-devtools)

v5.102.8

Compare Source

Patch Changes

v5.102.7

Compare Source

Patch Changes

v5.102.6

Compare Source

Patch Changes

v5.102.5

Compare Source

Patch Changes

v5.102.4

Compare Source

Patch Changes

v5.102.3

Compare Source

Patch Changes

v5.102.2

Compare Source

Patch Changes
actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

actions/setup-node (actions/setup-node)

v7.0.0

Compare Source

What's Changed
Enhancements:
Bug fixes:
Documentation updates:
Dependency update:
New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

What's Changed

Documentation
Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.2.0

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

Compare Source

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

axios/axios (axios)

v1.20.0

Compare Source

v1.20.0 — August 19, 2026

This release hardens runtime option handling, adds RFC 9110 status-code aliases, fixes Node.js and XHR reliability issues, and refreshes project tooling and documentation.

⚠️ Breaking Changes & Deprecations

  • HTTP Status Naming: Added ContentTooLarge (413) and UnprocessableContent (422), while retaining PayloadTooLarge and UnprocessableEntity as backward-compatible deprecated aliases. (#​11082)

🔒 Security Fixes

  • Runtime Option Handling: Hardened behavioral configuration reads against shared and foreign prototype pollution and normalized unsafe interceptor replacement objects. This also clarifies Fetch redirect and custom implementation behavior, HTTP/2 DNS and proxy handling, CIDR-based NO_PROXY matching, and malformed data URI rejection; see the PR for documented compatibility effects. (#​11141)

🐛 Bug Fixes

  • Interceptor Lifecycle: Prevented unbounded handler-array growth by trimming trailing ejected interceptors without changing iteration semantics, and kept interceptor operations safe when the public handlers field is nullish. (#​11087, #​11118)
  • Request Error Preservation: Prevented custom Error.prepareStackTrace implementations that return non-string values from replacing the original request failure with an unrelated TypeError. (#​11109)
  • XHR Reliability: Navigation-canceled requests now reject with ECONNABORTED instead of resolving with status 0, while successful downloads flush their final progress callback during the live loadend dispatch. (#​11094, #​11121)
  • Node.js Socket Memory: Removed request-context retention from per-socket error listeners, preventing completed response data from being pinned for the lifetime of pooled keep-alive sockets. (#​11091)
  • Core Methods and HTTP Errors: Prevented structural method-header buckets from leaking into outgoing headers, standardized invalid DNS lookup and httpVersion failures as AxiosError.ERR_BAD_OPTION_VALUE, and corrected the timeoutErrorMessage merge strategy. (#​11096)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog (axios/axios@v1.19.0...v1.20.0)

cypress-io/github-action (cypress-io/github-action)

v7.4.3

Compare Source

Bug Fixes

v7.4.2

Compare Source

Bug Fixes

v7.4.1

Compare Source

Bug Fixes

v7.4.0

Compare Source

Features

v7.3.0

Compare Source

Features

v7.2.0

Compare Source

Features

v7.1.10

Compare Source

Bug Fixes

v7.1.9

Compare Source

Bug Fixes

v7.1.8

Compare Source

Bug Fixes

v7.1.7

Compare Source

Bug Fixes

v7.1.6

Compare Source

Bug Fixes
  • deps: update transient dependencies flatted & undici (#​1683) (8248214)

v7.1.5

Compare Source

Bug Fixes

v7.1.4

Compare Source

Bug Fixes

v7.1.3

Compare Source

Bug Fixes

v7.1.2

Compare Source

Bug Fixes

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • deps: Update action from node20 to node24
    cypress-io/github-action@​v6, using node20, is deprecated
docker/build-push-action (docker/build-push-action)

v7.3.0

Compare Source

v7.2.0

Compare Source

Full Changelog: docker/build-push-action@v7.1.0...v7.2.0

v7.1.0

Compare Source

Full Changelog: docker/build-push-action@v7.0.0...v7.1.0

v7.0.0

Compare Source

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

v6.19.2

Compare Source

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Compare Source

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Compare Source

  • Scope default git auth token to github.com by @​crazy-max in #​1451
  • Bump brace-expansion from 1.1.11 to 1.1.12 in #​1396
  • Bump form-data from 2.5.1 to 2.5.5 in #​1391
  • Bump js-yaml from 3.14.1 to 3.14.2 in #​1429
  • Bump lodash from 4.17.21 to 4.17.23 in #​1446
  • Bump tmp from 0.2.3 to 0.2.4 in #​1398
  • Bump undici from 5.28.4 to 5.29.0 in #​1397

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

v6.18.0

Compare Source

[!NOTE]
[Build summary](https://docs.docker.com

Note

PR body was truncated to here.

@renovate renovate Bot added the patch Patch release label Aug 17, 2026
@renovate renovate Bot assigned nbe95 Aug 17, 2026
@nbe95 nbe95 changed the title Update all dependencies rebase! Update all dependencies Aug 17, 2026
@renovate renovate Bot changed the title rebase! Update all dependencies Update all dependencies Aug 17, 2026
@nbe95 nbe95 changed the title Update all dependencies rebase! Update all dependencies Aug 18, 2026
@renovate renovate Bot changed the title rebase! Update all dependencies Update all dependencies Aug 18, 2026
@nbe95 nbe95 changed the title Update all dependencies rebase! Update all dependencies Aug 27, 2026
@renovate renovate Bot changed the title rebase! Update all dependencies Update all dependencies Aug 27, 2026
@renovate
renovate Bot deployed to testing August 27, 2026 08:20 Active
@renovate
renovate Bot deployed to testing August 27, 2026 08:24 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant