Bump react 18.3.1, apexcharts 3.54.1, docker/build-push-action 7.1.0#123
Merged
Conversation
Bundles Dependabot PRs #118, #119, and the safe half of #117. react 18.2.0 → 18.3.1 (+ react-dom): v18.3 is a stepping-stone release — identical runtime to 18.2 plus deprecation warnings prepping for React 19. Audited the client for flagged patterns (findDOMNode, string refs, defaultProps on function components, legacy childContextTypes/getChildContext) — none present. apexcharts 3.43.0 → 3.54.1: All point-release fixes within v3. react-apexcharts@1.5.0 (already installed) is the v3-compatible peer. docker/build-push-action @v7 → @v7.1.0: Lifted from the actions-minor-patch group #117. Pinning to the exact version Dependabot proposed. Closes #117 (creyD/prettier_action half resolved by #122), #118, #119. Smoke: client builds, npm run format:check clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 22, 2026
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.
Summary
Bundles three low-risk Dependabot bumps:
react-domre-pinned to 18.3.1) —#118#119#117(thecreyD/prettier_actionhalf is already resolved by Self-host Prettier via root package.json; drop creyD/prettier_action #122)Safety analysis
react 18.3.1
v18.3 is intentionally a stepping-stone release — identical runtime to 18.2 plus deprecation warnings prepping for React 19. Audited the client for the deprecation patterns flagged in the release notes; none present:
findDOMNodedefaultPropson function componentschildContextTypes/getChildContextapexcharts 3.54.1
All point-release bug fixes within v3 (bar/column rendering, Safari tooltip, etc.).
react-apexcharts@1.5.0(already installed) is the v3-compatible peer.docker/build-push-action 7.1.0
Minor bump within v7. Pinning to the exact version Dependabot proposed.
Closes
Test plan
client && npm installcleanclient && npm run buildcompiles successfully (pre-existing/adr+/rosterstatisticsprerender errors unchanged from main)npm run format:checkclean🤖 Generated with Claude Code