Skip to content

chore(deps-dev): bump the dev-tooling group across 1 directory with 7 updates - #6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-tooling-687f49a531
Closed

chore(deps-dev): bump the dev-tooling group across 1 directory with 7 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-tooling-687f49a531

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-tooling group with 7 updates in the / directory:

PackageFromTo
@playwright/test1.59.11.60.0
@storybook/addon-a11y10.3.510.3.6
@storybook/react10.3.510.3.6
@storybook/react-vite10.3.510.3.6
@vitest/coverage-v84.1.44.1.6
storybook10.3.510.3.6
vitest4.1.44.1.6

Updates @playwright/test from 1.59.1 to 1.60.0

Release notes

Sourced from @​playwright/test's releases.

v1.60.0

🌐 HAR recording on Tracing

tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same content, mode and urlFilter options as recordHar. The returned Disposable makes it easy to scope a recording with await using:

awaitusinghar=awaitcontext.tracing.startHar('trace.har');constpage=awaitcontext.newPage();awaitpage.goto('https://playwright.dev');// HAR is finalized when `har` goes out of scope.

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:

awaitpage.locator('#dropzone').drop({files: {name: 'note.txt',mimeType: 'text/plain',buffer: Buffer.from('hello')},});awaitpage.locator('#dropzone').drop({data: {'text/plain': 'hello world','text/uri-list': 'https://example.com',},});

🎯 Aria snapshots

🛑 test.abort()

New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:

test('does not publish to the shared page',async({ page })=>{awaitpage.route('**/publish',route=>{test.abort('Tests must not publish to the shared page. Use the `clone` option.');returnroute.abort();});// ...});

New APIs

Browser, Context and Page

... (truncated)

Commits

Updates @storybook/addon-a11y from 10.3.5 to 10.3.6

Release notes

Sourced from @​storybook/addon-a11y's releases.

v10.3.6

10.3.6

Changelog

Sourced from @​storybook/addon-a11y's changelog.

10.3.6

Commits

Updates @storybook/react from 10.3.5 to 10.3.6

Release notes

Sourced from @​storybook/react's releases.

v10.3.6

10.3.6

Changelog

Sourced from @​storybook/react's changelog.

10.3.6

Commits

Updates @storybook/react-vite from 10.3.5 to 10.3.6

Release notes

Sourced from @​storybook/react-vite's releases.

v10.3.6

10.3.6

Changelog

Sourced from @​storybook/react-vite's changelog.

10.3.6

Commits

Updates @vitest/coverage-v8 from 4.1.4 to 4.1.6

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.6

🐞 Bug Fixes

🏎 Performance

View changes on GitHub

v4.1.5

🚀 Experimental Features

🐞 Bug Fixes

View changes on GitHub
Commits

Updates storybook from 10.3.5 to 10.3.6

Release notes

Sourced from storybook's releases.

v10.3.6

10.3.6

Changelog

Sourced from storybook's changelog.

10.3.6

Commits
  • b8748e4 Bump version from "10.3.5" to "10.3.6" [skip ci]
  • 8879a0f remove .ts extension
  • 4cd495a Merge pull request #34550 from storybookjs/fix/vite-plus-devdepsoxfmt
  • f7809a8 Merge pull request #34509 from storybookjs/fix/vite-plus-detection
  • e20dc8d Merge pull request #34071 from Axadali/33735-global-style-issue
  • See full diff in compare view

Updates vitest from 4.1.4 to 4.1.6

Release notes

Sourced from vitest's releases.

v4.1.6

🐞 Bug Fixes

🏎 Performance

View changes on GitHub

v4.1.5

🚀 Experimental Features

🐞 Bug Fixes

View changes on GitHub
Commits
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • e399846 chore: release v4.1.5
  • 7dc6d54 Revert "fix: respect diff config options in soft assertions (#8696)"
  • 9787ded fix: respect diff config options in soft assertions (#8696)
  • 325463a fix(ast-collect): recognize _vi_import prefix in static test discovery (#10...
  • 0e0ff41 feat(coverage): istanbul to support instrumenter option (#10119)
  • 663b99f fix: alias agent reporter to minimal (#10157)
  • 122c25b fix: fix vi.defineHelper called as object method (#10163)
  • Additional commits viewable in compare view

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2026
@codeant-ai

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@qnbs

qnbs commented May 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabotdependabotBot changed the title chore(deps-dev): bump the dev-tooling group with 7 updateschore(deps-dev): bump the dev-tooling group across 1 directory with 7 updatesMay 12, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/dev-tooling-687f49a531 branch from 6c09d8f to fecf6c0CompareMay 12, 2026 08:27
qnbs
qnbs previously approved these changes May 12, 2026

@qnbsqnbs left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: patch/minor dependency bump, all tests expected to pass after rebase on fixed CI main.

@qnbs
qnbs enabled auto-merge (squash) May 12, 2026 08:28
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/dev-tooling-687f49a531 branch from fecf6c0 to fea753bCompareMay 12, 2026 08:31
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/dev-tooling-687f49a531 branch 2 times, most recently from 913f6cf to 6fd99e7CompareMay 12, 2026 12:45
@qnbs

qnbs commented May 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/dev-tooling-687f49a531 branch 4 times, most recently from 4bd0c63 to 1861cd4CompareMay 12, 2026 18:25
@qnbs

qnbs commented May 12, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

… updates
Bumps the dev-tooling group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.59.1` | `1.60.0` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.3.5` | `10.3.6` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.3.5` | `10.3.6` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.3.5` | `10.3.6` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.4` | `4.1.6` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.3.5` | `10.3.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.4` | `4.1.6` |
Updates `@playwright/test` from 1.59.1 to 1.60.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.59.1...v1.60.0)
Updates `@storybook/addon-a11y` from 10.3.5 to 10.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.3.6/code/addons/a11y)
Updates `@storybook/react` from 10.3.5 to 10.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.3.6/code/renderers/react)
Updates `@storybook/react-vite` from 10.3.5 to 10.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.3.6/code/frameworks/react-vite)
Updates `@vitest/coverage-v8` from 4.1.4 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/coverage-v8)
Updates `storybook` from 10.3.5 to 10.3.6
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.3.6/code/core)
Updates `vitest` from 4.1.4 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-version: 1.60.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-tooling
- dependency-name: "@storybook/addon-a11y"
dependency-version: 10.3.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@storybook/react"
dependency-version: 10.3.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@storybook/react-vite"
dependency-version: 10.3.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@vitest/coverage-v8"
dependency-version: 4.1.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: storybook
dependency-version: 10.3.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: vitest
dependency-version: 4.1.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/dev-tooling-687f49a531 branch from 1861cd4 to b55b3a5CompareMay 12, 2026 19:01

@qnbsqnbs left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: dependency update

qnbs added a commit that referenced this pull request May 16, 2026
#20–24
- @playwright/test: 1.59.1 → 1.60.0
- @storybook/{addon-a11y,react,react-vite}: 10.3.5 → 10.3.6
- storybook: 10.3.5 → 10.3.6
- vitest: 4.1.4 → 4.1.6
- @vitest/coverage-v8: 4.1.4 → 4.1.6
- vite: 8.0.8 → 8.0.12
- @tailwindcss/vite: 4.2.2 → 4.3.0
- @types/node: 25.6.0 → 25.7.0
- turbo: 2.9.9 → 2.9.12
- onnxruntime-web: 1.25.1 → 1.26.0
- ai: 6.0.177 → 6.0.178
- @tauri-apps/api: 2.10.1 → 2.11.0
- @tauri-apps/plugin-dialog: 2.7.0 → 2.7.1
- @tauri-apps/plugin-fs: 2.5.0 → 2.5.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dependabot@github

dependabotBot commented on behalf of githubMay 16, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabotdependabotBot closed this May 16, 2026
auto-merge was automatically disabled May 16, 2026 06:33

Pull request was closed

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/dev-tooling-687f49a531 branch May 16, 2026 06:33
qnbs added a commit that referenced this pull request Jun 10, 2026
…i18n
Addresses every inline review comment on PR #106:
- #2 proForgeHistoryStore: reset cached dbPromise on open error so a
failed IDB open can be retried instead of poisoning the singleton.
- #3 proForgeHistoryStore: resolve/reject on tx.oncomplete/onerror/onabort
(not request.onsuccess) so a save only resolves once durably committed.
- #4 applyReviewEdits: anchor stale-offset edits to the occurrence nearest
the original range and skip already-claimed positions, so duplicate
phrases map to distinct occurrences deterministically.
- #5 baseAgent.gatherMemoryContext: feed a project-derived query
(title/logline/genre) + ragMode into memory-bank retrieval instead of
an undefined query; all 6 AI agents now route through it.
- #6 PipelineReviewPanel: await submitReview before announce/navigate.
- #7 useProForgeOrchestrator: always dispatch loadRunHistory (even []) so
switching projects clears stale history.
- #1 i18n: translate ~55 proforge.review.*/stageName.* keys to es/fr/it
(were English fallback); rebuild bundles.
Tests updated for the 4-arg gatherMemoryContext signature
(diagnostic/structural/publishing) + duplicate-phrase edit cases.
Local gates green: typecheck (--checkers 4), lint, full proForge suite.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
qnbs added a commit that referenced this pull request Jun 10, 2026
- #5 MCP memory re-seed duplicates: cache capability per payload (sha1 of
payload) in capability.ts + deterministic seed ids (projectId:category:key)
in nodeProForgeCapability so rebuilds overwrite instead of minting fresh ids.
- #7 Copilot stuck 'streaming' on close: useGlobalCopilot.close() now resets
finishLastAssistant + setStatus('idle') when streaming, so future sends work.
- #4 import-time crash on bad --project: read the file lazily inside
resolveCapability, wrapped in an actionable ProForgeError(VALIDATION).
- #6 empty-string runId: runId -> z.string().min(1).optional() in both
getSupervisorStatus + getHistory schemas (now a VALIDATION error).
- #8 disabling enableGlobalCopilot: useSettingsView clears + closes the copilot
session on toggle-off so re-enabling never restores a stale panel.
- #1-3 raw err in MCP responses: fail() returns a generic 'Internal error' for
unexpected errors and writes detail to stderr only; our own ProForgeError
messages still pass through (actionable).
Tests: capabilityLayer empty-runId VALIDATION, idempotent node seeding,
useGlobalCopilot.close reset, useSettingsView copilot clear-on-disable; MCP
smoke extended with idempotent-seed + missing-project VALIDATION assertions.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@qnbs