Skip to content

build(deps-dev): bump the devdependencies group across 1 directory with 4 updates#417

Merged
lmorchard merged 3 commits intomainfrom
dependabot/npm_and_yarn/devdependencies-e9d1c48b4d
May 5, 2026
Merged

build(deps-dev): bump the devdependencies group across 1 directory with 4 updates#417
lmorchard merged 3 commits intomainfrom
dependabot/npm_and_yarn/devdependencies-e9d1c48b4d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the devdependencies group with 4 updates in the / directory: prettier, typescript, vitest and wxt.

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates typescript from 6.0.2 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • See full diff in compare view

Updates vitest from 4.1.3 to 4.1.5

Release notes

Sourced from vitest's releases.

v4.1.5

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 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)
  • 6abd557 feat(api): make test-specification options writable (#10154)
  • 596f739 fix: project color label on html reporter (#10142)
  • 9423dc0 fix: --project negation excludes browser instances (#10131)
  • Additional commits viewable in compare view

Updates wxt from 0.20.20 to 0.20.25

Release notes

Sourced from wxt's releases.

wxt v0.20.25

compare changes

🩹 Fixes

  • Port change in dev server on reload (#2283)

📖 Documentation

  • Update permissions section with per-browser warning (#2284)

🏡 Chore

❤️ Contributors

wxt v0.20.24

compare changes

🩹 Fixes

  • Correct actionKey for Firefox in MV3 (#2274)

❤️ Contributors

wxt v0.20.23

compare changes

🩹 Fixes

📖 Documentation

  • Re-structure the WXT Modules documentation (#2260)

❤️ Contributors

wxt v0.20.22

compare changes

🚀 Enhancements

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/devdependencies-e9d1c48b4d branch 2 times, most recently from 27bfdf0 to 26a87b9 Compare May 5, 2026 20:45
…th 4 updates

Bumps the devdependencies group with 4 updates in the / directory: [prettier](https://github.com/prettier/prettier), [typescript](https://github.com/microsoft/TypeScript), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [wxt](https://github.com/wxt-dev/wxt).


Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

Updates `vitest` from 4.1.3 to 4.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/vitest)

Updates `wxt` from 0.20.20 to 0.20.25
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.20...wxt-v0.20.25)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: wxt
  dependency-version: 0.20.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/devdependencies-e9d1c48b4d branch from 26a87b9 to 422c11e Compare May 5, 2026 20:54
lmorchard and others added 2 commits May 5, 2026 16:16
Dependabot's lockfile regen surfaced a latent peer-dep skew: cli's
@ai-sdk/* devDependencies (no direct zod) resolved against zod@4.4.3
while core's (which declares zod ^4.3.6) resolved against zod@4.3.6,
producing two physical copies of @ai-sdk/openai et al. CLI tests using
vi.mock("@ai-sdk/openai") then mocked cli's copy while the actual call
in pilo-core hit core's copy, leaving the mock uninvoked (27 failures
in test/provider.test.ts).

Add a workspace-wide pnpm.overrides entry pinning zod to ^4.3.6, which
collapses peer-dep variants to a single resolution and shrinks the
lockfile by ~1500 lines.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The previous "^4.3.6" override resolved to zod@4.4.3, which caused
ts-json-schema-generator to emit different alias-* internal IDs and
broke the core schema drift gate. Pin to exact 4.3.6 so the dedup
collapses on the same version core already used on main, and commit
the regenerated schema (alias rename churn only — no semantic change).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@lmorchard lmorchard merged commit b730e2f into main May 5, 2026
11 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/devdependencies-e9d1c48b4d branch May 5, 2026 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant