chore(deps-dev): Bump the vitest group across 1 directory with 2 updates#911
Merged
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
da9d7cb to
30e2eef
Compare
30e2eef to
f7cea08
Compare
f7cea08 to
cc755eb
Compare
cc755eb to
c5a4c2b
Compare
c5a4c2b to
60fa36e
Compare
60fa36e to
533bb02
Compare
533bb02 to
ae3d591
Compare
ae3d591 to
8e55654
Compare
8e55654 to
b8215fc
Compare
b8215fc to
ee6f012
Compare
ee6f012 to
ff39404
Compare
ff39404 to
48d2d15
Compare
48d2d15 to
2f13f27
Compare
2f13f27 to
6969d85
Compare
6969d85 to
6dfcf29
Compare
6dfcf29 to
4d7c2cd
Compare
4d7c2cd to
225dd93
Compare
225dd93 to
00570a6
Compare
00570a6 to
b9d3e29
Compare
vitest 4.1.2 → 4.1.6 @vitest/coverage-v8 4.1.2 → 4.1.6 [skip-impl-check] Co-Authored-By: claude-flow <ruv@ruv.net> Co-Authored-By: Claude <noreply@anthropic.com>
b9d3e29 to
984098d
Compare
984098d to
2030343
Compare
E2E Test ResultsE2E Test Results - May 14, 2026Summary
Test Results
Generated by skillsmith E2E test suite |
wrsmith108
added a commit
that referenced
this pull request
May 14, 2026
… docs/internal for W1 Two coordinated submodule bumps for W1 of the concurrency-prevention operationalization initiative: 1. `.claude/skills`: 918461d8 -> 7e5d0c6 (canonical post-W2 HEAD on skills branch). Restores the concurrency-auditor skill (SMI-4892) and plan-review-skill v1.3.0 (SMI-4891 P-5 rubric) that were silently reverted on main by a stale Dependabot PR (#911, fab9eb4 — vitest bump) which carried an older submodule pointer in its base SHA. Filed as SMI-4906 for root-cause and Dependabot mitigation. 2. `docs/internal`: 0ac22e4a -> 3734799 (the rebased W1 plan-file branch in skillsmith-docs, force-pushed earlier after user authorization). Brings in the operationalization plan file at docs/internal/implementation/ concurrency-tooling-operationalization.md. Both pointers now match origin/main parents + W1 forward progress; resolves the CONFLICTING state on PR #1112. Refs: SMI-4902 (parent), SMI-4903 (W1), SMI-4906 (regression) Co-Authored-By: claude-flow <ruv@ruv.net> Co-Authored-By: Claude <noreply@anthropic.com>
wrsmith108
added a commit
that referenced
this pull request
May 14, 2026
… docs/internal for W1 Two coordinated submodule bumps for W1 of the concurrency-prevention operationalization initiative: 1. `.claude/skills`: 918461d8 -> 7e5d0c6 (canonical post-W2 HEAD on skills branch). Restores the concurrency-auditor skill (SMI-4892) and plan-review-skill v1.3.0 (SMI-4891 P-5 rubric) that were silently reverted on main by a stale Dependabot PR (#911, fab9eb4 — vitest bump) which carried an older submodule pointer in its base SHA. Filed as SMI-4906 for root-cause and Dependabot mitigation. 2. `docs/internal`: 0ac22e4a -> 3734799 (the rebased W1 plan-file branch in skillsmith-docs, force-pushed earlier after user authorization). Brings in the operationalization plan file at docs/internal/implementation/ concurrency-tooling-operationalization.md. Both pointers now match origin/main parents + W1 forward progress; resolves the CONFLICTING state on PR #1112. Refs: SMI-4902 (parent), SMI-4903 (W1), SMI-4906 (regression) Co-Authored-By: claude-flow <ruv@ruv.net> Co-Authored-By: Claude <noreply@anthropic.com>
wrsmith108
added a commit
that referenced
this pull request
May 14, 2026
…1112) * SMI-4902 W1: Playwright helpers + concurrency-patterns reference doc Wave 1 of SMI-4902 (operationalize concurrency-prevention learnings). Three quick wins that don't gate anything yet but pave the way for Wave 2's ESLint rule + concurrency-audit-pr.yml workflow. W1.S1a — packages/website/tests/e2e/astro-helpers.ts (new): - refireAstroPageLoad(page) — verb-prefix; synthesizes the document.dispatchEvent(new Event('astro:page-load')) idiom that D-6 currently inlines. - assertStateStableAcrossRefire(page, stateLocator) — assert-prefix; canonical SMI-4896 state-rollback regression test. - assertNoHandlerAccumulation(page, buttonSelector, routeMockUrl, {clicks, refires}) — assert-prefix; contract is `clicks === routeHits regardless of refires` (matches SMI-4896 N+1 shape, not hypothetical N^2). Future regression test for SMI-4893. - Verb-prefix vs. assert-prefix convention cluster-commented at the top. W1.S2 — .claude/development/concurrency-patterns.md (new): - Pattern-to-incident-to-canonical-fix index for the five concurrency-auditor patterns. Each row links to the real PR that motivated the pattern (SMI-4895/4896 -> #1109, SMI-4861 -> #1089, SMI-4887 -> #1100). Pattern 5 carries a 60-day drop-or-anchor SLA (per NEVER-say-consider-for-future rule). - CLAUDE.md: new row in Sub-Documentation table; new "Concurrency prevention" callout next to "CI Health Requirements" naming the auditor skill, the anticipated concurrency-audit-pr.yml workflow, the lazy-helper convention, the no-raw-window-global ESLint rule, and the [concurrency-audit-ack] opt-out marker. W1.S3 — docs/internal submodule pointer bump: - The plan (concurrency-tooling-operationalization.md) was committed on the chore/smi-4902-concurrency-tooling-plan branch of the docs/internal submodule (skillsmith-docs repo). This commit bumps the main repo's submodule pointer to that branch HEAD. Notes: - .mcp.json create-worktree auto-patch reverted before staging (verified `git diff --cached -- .mcp.json` is empty). - .claude/skills submodule pointer is 2 commits behind upstream (SMI-4891/4892 already merged on `skills` branch). Deliberately NOT bumped in W1; the bump is W3's deliverable per the plan (feedback_submodule_first_commit_wedges_ci.md rationale - bundle the bump with a non-submodule code change). Linear: SMI-4903 (parent SMI-4902). Motivating incidents: SMI-4861, SMI-4887, SMI-4895/4896/4897. Prior tooling waves: SMI-4891, SMI-4892. Co-Authored-By: claude-flow <ruv@ruv.net> Co-Authored-By: Claude <noreply@anthropic.com> * chore(submodules): SMI-4902/4903/4906 — restore .claude/skills + bump docs/internal for W1 Two coordinated submodule bumps for W1 of the concurrency-prevention operationalization initiative: 1. `.claude/skills`: 918461d8 -> 7e5d0c6 (canonical post-W2 HEAD on skills branch). Restores the concurrency-auditor skill (SMI-4892) and plan-review-skill v1.3.0 (SMI-4891 P-5 rubric) that were silently reverted on main by a stale Dependabot PR (#911, fab9eb4 — vitest bump) which carried an older submodule pointer in its base SHA. Filed as SMI-4906 for root-cause and Dependabot mitigation. 2. `docs/internal`: 0ac22e4a -> 3734799 (the rebased W1 plan-file branch in skillsmith-docs, force-pushed earlier after user authorization). Brings in the operationalization plan file at docs/internal/implementation/ concurrency-tooling-operationalization.md. Both pointers now match origin/main parents + W1 forward progress; resolves the CONFLICTING state on PR #1112. Refs: SMI-4902 (parent), SMI-4903 (W1), SMI-4906 (regression) Co-Authored-By: claude-flow <ruv@ruv.net> Co-Authored-By: Claude <noreply@anthropic.com> * fix(docs): SMI-4903 markdownlint MD049 — emphasis style underscore not asterisk CI Markdown Lint flagged 6 MD049 violations in concurrency-patterns.md lines 21 + 41. Convert asterisk emphasis to underscore per .markdownlint.json rule MD049 (style: underscore). Co-Authored-By: claude-flow <ruv@ruv.net> Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Ryan Smith <wrsmith108@users.noreply.github.com> Co-authored-by: claude-flow <ruv@ruv.net> Co-authored-by: Claude <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.
Bumps the vitest group with 2 updates in the / directory: @vitest/coverage-v8 and vitest.
Updates
@vitest/coverage-v8from 4.1.2 to 4.1.6Release notes
Sourced from @vitest/coverage-v8's releases.
... (truncated)
Commits
a8fd24cchore: release v4.1.6e399846chore: release v4.1.5ac04bacchore: release v4.1.42dc0d62chore: release v4.1.3Updates
vitestfrom 4.1.2 to 4.1.6Release notes
Sourced from vitest's releases.
... (truncated)
Commits
a8fd24cchore: release v4.1.618af98cfix(browser): simplify orchestrator otel carrier (#10285)3188260feat(browser): provide project reference inToMatchScreenshotResolvePath(#...e399846chore: release v4.1.57dc6d54Revert "fix: respect diff config options in soft assertions (#8696)"9787dedfix: respect diff config options in soft assertions (#8696)325463afix(ast-collect): recognize _vi_import prefix in static test discovery (#10...0e0ff41feat(coverage): istanbul to supportinstrumenteroption (#10119)663b99ffix: aliasagentreporter tominimal(#10157)122c25bfix: fixvi.defineHelpercalled as object method (#10163)