sku@14.2.0
Minor Changes
-
Change
prettierdependency range from minor-version flexible to patch-version flexible. Updateprettierdependency to~3.5.0. (#1210)This change may result in some code formatting changes. Please review the Prettier 3.5.0 release notes.
-
vite: Emit start time metric forsku start(#1214) -
Update TypeScript dependency from
~5.6.0to~5.8.0(#1095)These 2 major release include breaking changes. See the TypeScript 5.7 and TypeScript 5.8 announcements for more information.
Patch Changes
-
vite: Emit more accurate HMR rebuild timing metrics duringsku start(#1211)Previously this metric was captured server-side by relying on plugin hooks firing in the correct order. This proved to be inaccurate, so we now capture this metric client-side and send the data back to the dev server.
-
Update
eslint-config-seekdependency to^14.4.0(#1208)