Release - #787
Merged
Merged
Conversation
Updates the documentation formatting rules to allow link references to be defined directly below target headings in long planning documents, rather than exclusively at the bottom of the file.
Relocates the dependency upgrade plan to the plans directory and introduces a progress table to monitor each phase. Internal link references have also been added below headings to improve navigation, following recently updated documentation guidelines.
docs: track dependency upgrade progress and internal link guidance
Upgrades TypeScript to 5.7.3 and enables several strict compiler options in the base configuration, including noFallthroughCasesInSwitch, noImplicitReturns, noUncheckedSideEffectImports, and useUnknownInCatchVariables.
chore: Upgrade typescript to 5.7 and harden compiler strictness
Replace GitHub Copilot instructions and prompts with Claude Code equivalents: CLAUDE.md, slash commands, and editor hooks.
chore: Migrate Copilot config to Claude Code
Run Prettier and ESLint from the package directory rather than the workspace root, so each tool picks up the package-level config and respects the workspace ESLint ignore pattern.
chore: Fix Claude Code editor hooks
Updates the upgrade roadmap to include Remix v2.17.4 as an interim step. This version is required to unlock Vite 6 compatibility before the final migration to React Router v7. Reorders the upgrade phases to reflect this new dependency path.
Adds a new library containing custom animation utilities built with Tailwind CSS v4. Updates the shared Prettier configuration to support the Tailwind v4 stylesheet-based configuration, allowing class sorting without a legacy JavaScript config file. Includes: - Initial "peekaboo" animation utilities for enter/exit transitions - Storybook integration for animation previews - Workspace catalog updates for Tailwind CSS 4 and Storybook 10
Enforces `import type` for value symbols that are only used with `typeof`. This complements `verbatimModuleSyntax` and enhances code clarity.
This adds comprehensive linting for Tailwind CSS classes, including order, conflicts, and canonical usage. It centralizes Tailwind CSS linting logic within ESLint, removing the need for `prettier-plugin-tailwindcss`. VS Code's native Tailwind CSS linting is ignored to prevent conflicts.
node 22.12 -> 22.13 pnpm 10.20.0 -> 11.1.2
All `package.json` files must be copied for pnpm to validate the complete workspace against the lockfile
chore(show): Upgrade to Tailwind 4
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.
Resolves TEC-246