Skip to content

Release - #787

Merged
simonrelet merged 22 commits into
mainfrom
dev
May 16, 2026
Merged

Release#787
simonrelet merged 22 commits into
mainfrom
dev

Conversation

@simonrelet

@simonrelet simonrelet commented May 16, 2026

Copy link
Copy Markdown
Member

Resolves TEC-246

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.
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
@simonrelet
simonrelet merged commit d7b9648 into main May 16, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant