chore: update dependencies - #1154
Merged
Merged
Conversation
Audit bump with typescript held at ^6.0.3: typescript 7 has no JS compiler API and crashes @hey-api/openapi-ts during SDK generation. Biome schema follows the CLI bump, and one file takes the 2.5.12 formatter output. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
- @types/node renamed IntervalHistogram to ELDHistogram. - simplewebauthn 14 types WebAuthn transports as an open string list, so the passkey attestation schema and generated SDK follow. - The csv-parse security override (GHSA-8cw4-87c7-c6xx) forces 7.x on artillery, which dropped the default export; the existing artillery patch now imports the named parse. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
The mentionable columns added text[] mentions, and the seed JSON-stringified the empty array into a malformed array literal. Co-Authored-By: Claude Fable 5.1 <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.
Summary
pnpm cella auditbump, with typescript held at ^6.0.3: typescript 7 has no JS compiler API and crashes@hey-api/openapi-tsduringpnpm sdk. Everything else from the audit is kept, including vitest 4 → 5, simplewebauthn 13 → 14, gleap 16 → 17, storybook 10.6, and the new security overrides (tiptap, toml, csv-parse, joi, js-yaml).@types/node26.5 renamedIntervalHistogramtoELDHistogram; simplewebauthn 14 types WebAuthn transports as an open string list, so the passkey attestation schema and generated SDK follow (the backend never stored transports).parse; the options artillery passes are unchanged in csv-parse 7.mentionstext[] column was being JSON-stringified into a malformed array literal. One-line pre-existing fix, separate commit.Verification
pnpm checkgreen end to end (sdk gen, all tsgo projects, lens check, biome, style).TEST_MODE=core vitest run: 378 files / 2893 tests pass, plus the storybook project (79 files / 421 tests) under vitest 5.pnpm --filter frontend exec playwright install chromium-headless-shell.Known and left alone
bench/src/tests/all-scenarios.test.ts) is still red whenever a local dev stack is up, and it is skipped in CI. Artillery bundles the TS processors as CommonJS intobench/src/processors/dist, and bench has been"type": "module"since chore: update dependencies #1118, so Node rejects the bundle. Pre-existing on main with main's lockfile, not caused here.@storybook/addon-viteststill declares vitest ^3 || ^4 (runs fine on 5); the tiptap override moves@tiptap/coreto 3.31.3 while@tiptap/pmstays 3.30.1. BlockNote's own range covers it and the editor stories pass.🤖 Generated with Claude Code