Conversation
27bfdf0 to
26a87b9
Compare
…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>
26a87b9 to
422c11e
Compare
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>
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 devdependencies group with 4 updates in the / directory: prettier, typescript, vitest and wxt.
Updates
prettierfrom 3.8.1 to 3.8.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@prettier/plugin-oxc@0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests053fd41Bump Prettier dependency to 3.8.2904c636Clean changelog_unreleaseddc1f7fcUpdate dependents countb31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)Updates
typescriptfrom 6.0.2 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 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 (#...Updates
vitestfrom 4.1.3 to 4.1.5Release notes
Sourced from vitest's releases.
Commits
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)6abd557feat(api): make test-specification options writable (#10154)596f739fix: project color label on html reporter (#10142)9423dc0fix: --project negation excludes browser instances (#10131)Updates
wxtfrom 0.20.20 to 0.20.25Release notes
Sourced from wxt's releases.
... (truncated)
Commits
155626fchore(release): wxt v0.20.25e802aa2docs: Updatepermissionssection with per-browser warning (#2284)54fe8c6fix: Port change in dev server on reload (#2283)5da6e4ffix: Upgrade@wxt-dev/browserto latest@types/chromeversion4090bb1chore: Simplify tests (#2279)54ed99dchore: Update browser fallbacks (#2280)3db3eacchore: Increase PNPM test timeout0315882chore: Add new types for i18n (#2121)9757e26chore(release): wxt v0.20.2442b55f6fix: CorrectactionKeyfor Firefox in MV3 (#2274)