Bundle safe Dependabot bumps (npm minor/patch + Actions)#115
Merged
Conversation
Combines low-risk updates from PRs #103, #104, #105, #106, #109, #110, #111 into a single branch. Smoke-tested: client builds, server boots and serves roster endpoints with real API data, prettier check passes. Client (npm): - compression 1.7.4 → 1.8.1 - cors 2.8.5 → 2.8.6 - lucide-react 1.11.0 → 1.16.0 - tailwind-merge 3.5.0 → 3.6.0 - autoprefixer 10.4.16 → 10.5.0 - postcss 8.4.31 → 8.5.14 - react-apexcharts 1.4.1 → 1.5.0 Server (npm): - compression 1.7.4 → 1.8.1 - cors 2.8.5 → 2.8.6 GitHub Actions: - actions/checkout v3/v4 → v6 - docker/login-action v3 → v4 - docker/build-push-action v5 → v7 - creyD/prettier_action v4.3 → v4.6 Major breaking bumps (express 5, tailwind 4, date-fns 4, axios 1.x) are left for separate review. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
v4.6 ignores the prettier_version: "2.8.8" input and installs prettier@3.8.3 from npm, which flags 11 files the pinned 2.8.8 considers correctly formatted. Stay on v4.3 until the action's version pinning behavior is restored or we migrate the codebase to Prettier 3 (defer with #103). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Summary
Bundles 7 low-risk Dependabot PRs into one. Closes #103, #104, #105, #106, #109, #110, #111.
Client (npm)
Server (npm)
GitHub Actions
Deferred (separate PRs)
The major breaking bumps were left out for individual review:
Test plan
client && npm install— cleanclient && npm run build— compiles successfully (the two pre-existing prerender errors on/adrand/rosterstatisticsare present onmainand are not a regression)server && npm install— cleanapi.7cav.usGET /,/cache-timestamp,/roster/combat,/roster/reserves,/roster/groupsall return 200 with real dataprettier --checkmatches CI pattern — all files clean🤖 Generated with Claude Code