Conversation
Hardcode node 24, drop .node-version, add provenance and attestations to deploy workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Default useNavApi to feature detection instead of hardcoded true. Also fix ViewTransition polyfill missing 'types' property and rename withNavigation parameter for clarity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tests Tests now import from @block65/mrr and @block65/mrr/named-route instead of relative paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove eslint, prettier, and all associated plugins/configs. Add oxlint and oxfmt. Remove all eslint-disable comments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace generic-ordering workaround with a chainable builder:
namedRoute('/search').searchParams<{ q: string }>()
Add vitest type-level tests for the new API.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace @block65/react-design-system with Tailwind v4. Move examples to top level. Separate vite dev config from vitest config. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
TS-native publishing — no emit, no bundlesize. Split vitest config from vite dev config. Update all dependencies including React 19, TypeScript 6, Vitest 4, Vite 8. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tion-setup@v5) Co-Authored-By: Claude Opus 4.6 (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.
Summary
useNavApidefaults to feature detection instead oftrue.searchParams<T>()chainable API for typed query paramsTest plan
tsc --noEmitpassesvitest run --typecheck— 21 tests (14 runtime + 7 type)pnpm pack --dry-run— clean publish contents (lib/, src/, no examples)🤖 Generated with Claude Code