fix: dependency update - #209
Merged
Merged
Conversation
omrozowicz-splunk
approved these changes
Sep 10, 2026
splunk-ta-helper Bot
pushed a commit
that referenced
this pull request
Sep 10, 2026
## [1.3.1-beta.2](v1.3.1-beta.1...v1.3.1-beta.2) (2026-09-10) ### Bug Fixes * dependency update ([#209](#209)) ([df133d3](df133d3))
|
🎉 This PR is included in version 1.3.1-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
ajasnosz
added a commit
that referenced
this pull request
Sep 10, 2026
* chore: backend bump (#189) * chore: frontend bump (#195) * chore: frontend packages bump * chore: frontend packages bump * chore: devtools packages bump (#199) * fix: frontend bump (#200) * fix: react bump * fix: visual updates * fix: visual updates * fix: tables style change * fix: paginator change * fix: paginator change * fix: yarn update * chore(release): 1.3.1-beta.1 ## [1.3.1-beta.1](v1.3.0...v1.3.1-beta.1) (2026-09-09) ### Bug Fixes * frontend bump ([#200](#200)) ([3244ecd](3244ecd)) * chore: dependency update (#203) * chore(deps): update dependency css-loader to v7.1.5 (#180) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency webpack-cli to v7.2.3 (#182) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency webpack to v5.110.3 (#194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency stylelint to v17.15.0 (#196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency pymongo to v4.18.0 (#192) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: dependency update (#209) * chore(release): 1.3.1-beta.2 ## [1.3.1-beta.2](v1.3.1-beta.1...v1.3.1-beta.2) (2026-09-10) ### Bug Fixes * dependency update ([#209](#209)) ([df133d3](df133d3)) --------- Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
lerna ^9.0.7 → ^10.0.0 (chore(deps): update dependency lerna to v10 - autoclosed #207)
@testing-library/jest-dom ^6.10.0 → ^7.0.0 (chore(deps): update dependency @testing-library/jest-dom to v7 - autoclosed #206)
@splunk/webpack-configs ^5.0.0 → ^7.0.0 (chore(deps): update dependency @splunk/webpack-configs to v7 - autoclosed #205)
jest / @jest/globals / jest-environment-jsdom → 30.5.1 (chore(deps): update jest monorepo to v30.5.1 - autoclosed #198)
redis (backend) 8.0.1 → 8.1.0 (chore(deps): update dependency redis to v8.1.0 - autoclosed #193)
Node 22 → 24 in CI workflows and frontend/Dockerfile (chore(deps): update dependency node to v24 - autoclosed #208)
docker/setup-qemu-action v4.2.0 → v4.3.0 (chore(deps): update docker/setup-qemu-action action to v4.3.0 - autoclosed #197)
Also pins the QEMU emulation image (tonistiigi/binfmt:qemu-v8.1.5) instead of the default mutable :latest tag — CI's linux/arm64 build step was crashing with qemu: uncaught target signal 4 (Illegal instruction) during
yarn install, caused by a known upstream QEMU regression behind the floating tag (see
tonistiigi/binfmt:latest(qemu 9.2.0) segfault on ubuntu-24.04 / ubuntu-latest docker/setup-qemu-action#198), independent of the action version bump itself.