fix(deps): remediate 9 Dependabot alerts via pnpm.overrides#277
Merged
marcusrbrown merged 2 commits intomainfrom Mar 3, 2026
Merged
fix(deps): remediate 9 Dependabot alerts via pnpm.overrides#277marcusrbrown merged 2 commits intomainfrom
marcusrbrown merged 2 commits intomainfrom
Conversation
- minimatch 3.x: 3.1.2 → 3.1.5 (@actions/glob dep; fixes alerts #18, #22, #25) - minimatch 9.x: 9.0.5 → 9.0.9 (@typescript-eslint/typescript-estree dep; fixes alerts #17, #21, #24) - minimatch 10.x: 10.2.2 → 10.2.3 (multiple eslint/glob/npm deps; fixes alerts #20, #23) - rollup 4.x: 4.55.1 → 4.59.0 (vite dep; fixes alert #19 Arbitrary File Write) All 969 tests pass.
The 'fails when server bootstrap fails' test spawns a Node subprocess (dist/main.js) which takes ~4.6s in isolation but can exceed the 5000ms default vitest timeout under load when all 65 test files run concurrently. Increase to 15000ms to prevent flaky CI failures.
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
Adds
pnpm.overridesentries to pin transitiveminimatchandrollupdependencies to patched versions, resolving all 9 open high-severity Dependabot alerts.Dependabot Alerts Resolved
minimatch3.xminimatch9.xminimatch10.xrollup4.xChanges
package.json— Added overrides targeting each affected dependency tree:@actions/glob>minimatch: 3.1.2 → 3.1.5 (alerts feat: implement RFC-003 GitHub API client infrastructure #18, feat(github): add GitHub App client #22, feat(setup): implement RFC-011 setup action with OpenCode installation #25)@typescript-eslint/typescript-estree>minimatch: 9.0.5 → 9.0.9 (alerts feat(cache): implement RFC-002 cache infrastructure #17, fix(cache): prevent auth.json deletion outside storage path #21, docs(ai): update project knowledge base with recent changes #24)@npmcli/arborist,@npmcli/map-workspaces,@tufjs/models,eslint-plugin-import-x,eslint-plugin-json-schema-validator,eslint,glob,ignore-walk>minimatch: 10.2.2 → 10.2.3 (alerts docs(agents): update knowledge base with RFC implementation status #20, docs: clarify action-side vs agent-side session management #23)vite>rollup: 4.55.1 → 4.59.0 (alert fix(deps): update dependency @actions/cache to v5 #19)src/main.test.ts— Increased timeout for the integration test that spawns a subprocess (dist/main.js). The test takes ~4.6s in isolation but could exceed the 5000ms default timeout under load when all 65 test files run concurrently.Verification
pnpm buildsucceeds ✅pnpm-lock.yaml✅Scope
@eslint/config-array>minimatch)