Closed cstrnt closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
abby-docs | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 7, 2024 5:35pm |
abby-opensource | β Failed (Inspect) | Aug 7, 2024 5:35pm |
[!CAUTION]
Review failed
The pull request is closed.
This update enhances the TypeScript version across multiple packages to 5.5.4, improving type safety and introducing new features. Dependencies have been updated or locked to specific versions for better stability, while type declarations and function signatures have been refined. Additionally, test configurations have been enhanced, fostering a more robust development structure and streamlining code maintenance.
Files | Change Summary |
---|---|
apps/docs/package.json | Updated TypeScript dependency from 4.9.3 to 5.5.4. |
apps/web/{CHANGELOG.md, package.json} | Incremented project version to 0.2.39; updated dependencies to specific versions (TypeScript to 5.5.4, Vitest to 2.0.4). |
packages/angular/{CHANGELOG.md, package.json} | Released version 3.0.0; upgraded TypeScript to 5.5.4 and Angular dependencies to 18.1.2. |
packages/cli/{CHANGELOG.md, package.json} | Released version 2.0.0; updated TypeScript to 5.5.4 and Vitest to 2.0.4. |
packages/core/{CHANGELOG.md, package.json, src/{defineConfig.ts, index.ts}} | Released version 6.0.0; upgraded TypeScript to 5.5.4; simplified type definitions by removing F.Narrow usage. |
packages/devtools/{CHANGELOG.md, package.json} | Released version 7.0.0; updated TypeScript dependency to 5.5.4. |
packages/next/{CHANGELOG.md, package.json, src/index.tsx} | Released version 6.0.0; upgraded TypeScript to 5.5.4; simplified type definitions and adjusted createAbby functionality. |
packages/remix/{CHANGELOG.md, package.json, src/index.tsx} | Released version 2.0.0; upgraded TypeScript to 5.5.4; simplified type handling in createAbby . |
packages//tests/.{test.ts,test.tsx} | Updated test configurations to include currentEnvironment and refined environments initialization, enhancing the structure for testing scenarios. |
sequenceDiagram
participant User
participant App
participant AbbyConfig
User->>App: Initialize Configuration
App->>AbbyConfig: Set currentEnvironment
AbbyConfig-->>App: Return Config
App->>User: Configuration Initialized
π° In the meadow, hopping around,
A TypeScript upgrade is joyfully found.
With clearer types and dependencies tight,
Our code now dances, oh what a sight!
So letβs celebrate, with a hop and a cheer,
For changes that bring us closer, my dear! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @cstrnt and the rest of your teammates on Graphite
Summary by CodeRabbit
New Features
currentEnvironment
parameter for better environment handling in configuration setup.Bug Fixes
createAbby
function across multiple packages.Documentation
Chores