Apply Dependabot security updates - #68
Merged
Jack Williams (jack-williams) merged 1 commit intoSep 3, 2026
Merged
Conversation
Batches the transitive-dependency security bumps that Dependabot opened individually, since each one only rewrites yarn.lock and they conflict with each other pairwise. Supersedes #41, #42, #43, #44, #48, #49, #52, #54, #55, #58, #60, #61, #64, #65. Updated: @babel/core 7.29.7, axios 1.20.0, brace-expansion 1.1.18, browserslist 4.28.8, form-data 4.0.6, js-yaml 3.15.2, minimatch 9.0.9, nanoid 3.3.18, picomatch 4.0.7, postcss 8.5.26, qs 6.15.3, tar 7.5.22, tmp 0.2.7, and vite 7.3.5 in both apps. nx 20.8.1 exact-pins picomatch 4.0.2 and minimatch 9.0.3, so those two entries remain until the nx major bump lands. Dependabot's own PRs left them in place for the same reason. Verified: yarn install --immutable, prettier:check, typecheck and build all pass, and both apps load and render in a browser against the preview server with no page or console errors. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Jack Williams (jack-williams)
force-pushed
the
deps/security-transitive-bumps
branch
from
September 3, 2026 12:33
1670adf to
ec05913
Compare
Jack Williams (jack-williams)
deleted the
deps/security-transitive-bumps
branch
September 3, 2026 12:35
This was referenced Sep 3, 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.
Batches the transitive-dependency security bumps Dependabot opened individually. Each of those PRs only rewrites
yarn.lock, so they conflict pairwise — merging them one at a time means a rebase-and-rerun cycle per PR.Supersedes #41, #42, #43, #44, #48, #49, #52, #54, #55, #58, #60, #61, #64, #65.
Updated:
@babel/core7.29.7,axios1.20.0,brace-expansion1.1.18,browserslist4.28.8,form-data4.0.6,js-yaml3.15.2,minimatch9.0.9,nanoid3.3.18,picomatch4.0.7,postcss8.5.26,qs6.15.3,tar7.5.22,tmp0.2.7, andvite7.3.5 in both apps.nx20.8.1 exact-pinspicomatch@4.0.2andminimatch@9.0.3, so those entries survive until the nx major lands (#68). Dependabot's own PRs left them in place for the same reason.Verified:
yarn install --immutable,prettier:check,typecheckandbuildall pass. Both apps were also loaded in a browser againstvite previewand render with no page or console errors — dependency bumps tend to break at runtime rather than at build time.