Skip to content

build(deps-dev): bump the dev-tooling group across 1 directory with 8 updates - #265

Merged
qnbs merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dev-tooling-787894926a
Jul 28, 2026
Merged

build(deps-dev): bump the dev-tooling group across 1 directory with 8 updates#265
qnbs merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dev-tooling-787894926a

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 13, 2026

Copy link
Copy Markdown
Contributor

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

PackageFromTo
@playwright/test1.61.01.61.1
@storybook/addon-a11y10.4.510.5.3
@storybook/builder-vite10.4.510.5.3
@storybook/react10.4.510.5.3
@storybook/react-vite10.4.510.5.3
@vitest/coverage-v84.1.94.1.10
storybook10.4.510.5.3
vitest4.1.94.1.10

Updates @playwright/test from 1.61.0 to 1.61.1

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks
Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • See full diff in compare view

Updates @storybook/addon-a11y from 10.4.5 to 10.5.3

Release notes

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

v10.5.3

10.5.3

v10.5.2

10.5.2

v10.5.1

10.5.1

v10.5.0

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

... (truncated)

Changelog

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

10.5.3

10.5.2

  • TanStack: Fix createServerFn validator mock - #35185, thanks @​sjh9714!
  • TanStack: Support pathless layout routes (id-only) in story routing - #35465, thanks @​unpunnyfuns!
  • Tanstack-react: Add missing Hydrate export - #35111, thanks @​arun-357!
  • Tanstack-react: Keep JSX-only component references during dead-code elimination - #35206, thanks @​yatishgoel!
  • Vitest: Fix coverage toggle crash on Vite 6 by clearing closed Vitest instance on restart - #35461, thanks @​yannbf!

10.5.1

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

... (truncated)

Commits
  • 9ac2739 Bump version from "10.5.2" to "10.5.3" [skip ci]
  • b4b00f2 Merge pull request #34971 from storybookjs/valentin/upgrade-typescript-6
  • 518f711 Bump version from "10.5.1" to "10.5.2" [skip ci]
  • c253a06 Bump version from "10.5.0" to "10.5.1" [skip ci]
  • 9dafcd2 Bump version from "10.5.0-beta.2" to "10.5.0" [skip ci]
  • ad70914 Addon A11y: Keep nested command output while closing stdin
  • c557fc0 CLI: Fix silent hang in deferred addon configuration during upgrade
  • 448db85 Bump version from "10.5.0-beta.1" to "10.5.0-beta.2" [skip ci]
  • a4ce979 Bump version from "10.5.0-beta.0" to "10.5.0-beta.1" [skip ci]
  • f0bf138 Bump version from "10.5.0-alpha.11" to "10.5.0-beta.0" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/builder-vite from 10.4.5 to 10.5.3

Release notes

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

v10.5.3

10.5.3

v10.5.2

10.5.2

v10.5.1

10.5.1

v10.5.0

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

... (truncated)

Changelog

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

10.5.3

10.5.2

  • TanStack: Fix createServerFn validator mock - #35185, thanks @​sjh9714!
  • TanStack: Support pathless layout routes (id-only) in story routing - #35465, thanks @​unpunnyfuns!
  • Tanstack-react: Add missing Hydrate export - #35111, thanks @​arun-357!
  • Tanstack-react: Keep JSX-only component references during dead-code elimination - #35206, thanks @​yatishgoel!
  • Vitest: Fix coverage toggle crash on Vite 6 by clearing closed Vitest instance on restart - #35461, thanks @​yannbf!

10.5.1

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

... (truncated)

Commits
  • 9ac2739 Bump version from "10.5.2" to "10.5.3" [skip ci]
  • 518f711 Bump version from "10.5.1" to "10.5.2" [skip ci]
  • c253a06 Bump version from "10.5.0" to "10.5.1" [skip ci]
  • 9dafcd2 Bump version from "10.5.0-beta.2" to "10.5.0" [skip ci]
  • 448db85 Bump version from "10.5.0-beta.1" to "10.5.0-beta.2" [skip ci]
  • a4ce979 Bump version from "10.5.0-beta.0" to "10.5.0-beta.1" [skip ci]
  • f0bf138 Bump version from "10.5.0-alpha.11" to "10.5.0-beta.0" [skip ci]
  • fac05a5 Bump version from "10.5.0-alpha.10" to "10.5.0-alpha.11" [skip ci]
  • 4057c41 Bump version from "10.5.0-alpha.9" to "10.5.0-alpha.10" [skip ci]
  • da84210 Bump version from "10.5.0-alpha.8" to "10.5.0-alpha.9" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/react from 10.4.5 to 10.5.3

Release notes

Sourced from @​storybook/react's releases.

v10.5.3

10.5.3

v10.5.2

10.5.2

v10.5.1

10.5.1

v10.5.0

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

... (truncated)

Changelog

Sourced from @​storybook/react's changelog.

10.5.3

10.5.2

  • TanStack: Fix createServerFn validator mock - #35185, thanks @​sjh9714!
  • TanStack: Support pathless layout routes (id-only) in story routing - #35465, thanks @​unpunnyfuns!
  • Tanstack-react: Add missing Hydrate export - #35111, thanks @​arun-357!
  • Tanstack-react: Keep JSX-only component references during dead-code elimination - #35206, thanks @​yatishgoel!
  • Vitest: Fix coverage toggle crash on Vite 6 by clearing closed Vitest instance on restart - #35461, thanks @​yannbf!

10.5.1

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

... (truncated)

Commits
  • 9ac2739 Bump version from "10.5.2" to "10.5.3" [skip ci]
  • b4b00f2 Merge pull request #34971 from storybookjs/valentin/upgrade-typescript-6
  • 518f711 Bump version from "10.5.1" to "10.5.2" [skip ci]
  • c253a06 Bump version from "10.5.0" to "10.5.1" [skip ci]
  • 9dafcd2 Bump version from "10.5.0-beta.2" to "10.5.0" [skip ci]
  • 448db85 Bump version from "10.5.0-beta.1" to "10.5.0-beta.2" [skip ci]
  • ccfbb0b Merge branch 'next' into norbert/fix-story-docs-portable-stories
  • 80490ef Core: Update test for JSX rendering in portable stories
  • 5696acc Core: Add test for skipping JSX rendering in portable stories
  • a4ce979 Bump version from "10.5.0-beta.0" to "10.5.0-beta.1" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/react-vite from 10.4.5 to 10.5.3

Release notes

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

v10.5.3

10.5.3

v10.5.2

10.5.2

v10.5.1

10.5.1

v10.5.0

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

... (truncated)

Changelog

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

10.5.3

10.5.2

  • TanStack: Fix createServerFn validator mock - #35185, thanks @​sjh9714!
  • TanStack: Support pathless layout routes (id-only) in story routing - #35465, thanks @​unpunnyfuns!
  • Tanstack-react: Add missing Hydrate export - #35111, thanks @​arun-357!
  • Tanstack-react: Keep JSX-only component references during dead-code elimination - #35206, thanks @​yatishgoel!
  • Vitest: Fix coverage toggle crash on Vite 6 by clearing closed Vitest instance on restart - #35461, thanks @​yannbf!

10.5.1

10.5.0

Foundational changes for new AI workflows

Storybook 10.5 contains hundreds of fixes and improvements:

  • ⚡️ Angular-vite framework: Modern, fast dev, docs, and test (preview)
  • 🌈 Vitest initialGlobals: Test across themes, viewports, locales
  • 🤖 Agentic review: AI-curated visual changesets and search results (experimental)
  • ⚛️ React docgen service: Unified metadata across MCP, Docs, and Controls (experimental)
  • 🧑‍💻 Claude / Codex plugins: One-click ADE integration (experimental)

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@dependabot
dependabotBot requested a review from qnbs as a code ownerJuly 13, 2026 23:48
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@vercel

vercelBot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
worldscript-studioReadyReadyPreview, CommentJul 28, 2026 7:42am

@socket-security

socket-securityBot commented Jul 13, 2026

Copy link
Copy Markdown

@deepsource-io

deepsource-ioBot commented Jul 13, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 79aace8...2c91ab4 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall GradeSecurity

Reliability

Complexity

Hygiene

Code Review Summary

AnalyzerStatusUpdated (UTC)Details
DockerJul 13, 2026 11:48p.m.Review ↗
JavaScriptJul 13, 2026 11:48p.m.Review ↗
CSSJul 13, 2026 11:48p.m.Review ↗
RustJul 13, 2026 11:48p.m.Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@codeant-ai

codeant-aiBot commented Jul 20, 2026

Copy link
Copy Markdown

🏁 CodeAnt Quality Gate Results

Commit:edd47c1d
Scan Time: 2026-07-28 05:08:37 UTC

✅ Overall Status: PASSED

Quality Gate Details

Quality GateStatusDetails
Secrets✅ PASSED0 secrets found
Duplicate Code✅ PASSED0.0% duplicated
SAST✅ PASSEDNo security issues
Bugs✅ PASSEDRating S: No bugs
IAC✅ PASSEDRating S: No issues

View Full Results

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/dev-tooling-787894926a branch from 2c91ab4 to d51a8cbCompareJuly 26, 2026 17:46
… updates
Bumps the dev-tooling group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.0` | `1.61.1` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.4.5` | `10.5.3` |
| [@storybook/builder-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite) | `10.4.5` | `10.5.3` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.4.5` | `10.5.3` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.4.5` | `10.5.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.9` | `4.1.10` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.4.5` | `10.5.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |
Updates `@playwright/test` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.0...v1.61.1)
Updates `@storybook/addon-a11y` from 10.4.5 to 10.5.3
- [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.5.3/code/addons/a11y)
Updates `@storybook/builder-vite` from 10.4.5 to 10.5.3
- [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.5.3/code/builders/builder-vite)
Updates `@storybook/react` from 10.4.5 to 10.5.3
- [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.5.3/code/renderers/react)
Updates `@storybook/react-vite` from 10.4.5 to 10.5.3
- [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.5.3/code/frameworks/react-vite)
Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8)
Updates `storybook` from 10.4.5 to 10.5.3
- [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.5.3/code/core)
Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-version: 1.61.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@storybook/addon-a11y"
dependency-version: 10.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@storybook/builder-vite"
dependency-version: 10.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@storybook/react"
dependency-version: 10.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@storybook/react-vite"
dependency-version: 10.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: "@vitest/coverage-v8"
dependency-version: 4.1.10
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: storybook
dependency-version: 10.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
- dependency-name: vitest
dependency-version: 4.1.10
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-787894926a branch from d51a8cb to edd47c1CompareJuly 28, 2026 05:07
@qnbs

qnbs commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Leaving this open — the Quality Gate failure is a real upstream incompatibility, not something this repo's code can fix:

```
[plugin storybook:react-docgen-plugin] ./stories/ErrorBoundary.stories.tsx
Error: Starting from Babel 8.0.0, the 'loadPartialConfig' function expects a callback.
If you need to call it synchronously, please use 'loadPartialConfigSync'.
at loadPartialConfig (@babel/core@8.0.1/.../index-shared.js:2207:11)
at buildPluginList (react-docgen@8.0.3/.../babelParser.js:34:27)
```

This group bump pulled in `@babel/core@8.0.1` (Babel 8) transitively, but `react-docgen@8.0.3` (also part of this bump, via the Storybook toolchain) still calls `loadPartialConfig` synchronously — a call Babel 8 removed in favor of `loadPartialConfigSync`. That's an upstream version mismatch between `react-docgen` and `@babel/core`, not something fixable in application code here. Needs either an upstream fix in `react-docgen`, or this group bump split apart so Babel 8 doesn't land until `react-docgen` catches up.

pnpm-workspace.yaml's override for GHSA-4x5r-pxfx-6jf8 (">=7.29.6") had
no upper bound, unlike every sibling override in the same block. When
Babel 8.0.1 was published, pnpm resolved it for every consumer --
including react-docgen@8.0.3 (pulled in by this dev-tooling group's
Storybook bump to 10.5.3), which declares its own "@babel/core":
"^7.28.0" and calls the synchronous loadPartialConfig(), removed in
Babel 8 in favor of loadPartialConfigSync(). This crashed every
Storybook build:
Error: Starting from Babel 8.0.0, the 'loadPartialConfig' function
expects a callback. If you need to call it synchronously, please use
'loadPartialConfigSync'.
at buildPluginList (react-docgen@8.0.3/.../babelParser.js:34:27)
Bounded to ">=7.29.6 <8", matching the pattern the undici override
right below it already documents for the identical failure class
(unbounded lower-bound override drifting into an unexpectedly new
major that breaks a transitive consumer).
Verified: pnpm run build-storybook completes successfully (previously
crashed at the react-docgen plugin step), pnpm run lint (clean),
pnpm run typecheck (clean), pnpm run i18n:check (clean).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@qnbs

qnbs commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Found and fixed the actual root cause — this was fixable after all, and it wasn't upstream.

pnpm-workspace.yaml's security override for GHSA-4x5r-pxfx-6jf8 was "@babel/core": ">=7.29.6"no upper bound, unlike every sibling override in the same block (fast-uri: ">=3.1.4 <4", undici: ">=7.28.0 <8", js-yaml: ">=4.3.0 <5"). When Babel 8.0.1 was published, pnpm resolved it for every consumer in the tree — including react-docgen@8.0.3 (pulled in by this group's Storybook 10.4.5→10.5.3 bump), which itself declares "@babel/core": "^7.28.0" and calls the synchronous loadPartialConfig() — an API Babel 8 removed in favor of loadPartialConfigSync(). Hence the crash on every Storybook build.

Fixed by bounding the override to >=7.29.6 <8, the same pattern the undici override right below it already documents for the identical failure class (an unbounded floor drifting into an unexpectedly new major that breaks a transitive consumer).

Verified: pnpm run build-storybook completes successfully (previously crashed at the react-docgen plugin step every time), plus pnpm run lint, pnpm run typecheck, and pnpm run i18n:check all clean.

@qnbs

qnbs commented Jul 28, 2026

Copy link
Copy Markdown
Owner

@CodeAnt-AI review

@codecov

codecovBot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@qnbs
qnbs merged commit b1ef8f0 into mainJul 28, 2026
19 checks passed
@qnbs
qnbs deleted the dependabot/npm_and_yarn/dev-tooling-787894926a branch July 28, 2026 08:27
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