Conversation
…e logic for better performance
…nd UCalendar components for improved readability and maintainability
| "prettier": "^3.8.3", | ||
| "release-it": "^20.0.1", | ||
| "typescript": "^6.0.3", | ||
| "vite": "^8.0.10", |
There was a problem hiding this comment.
any breaking changes?
There was a problem hiding this comment.
Kinda, but i see no issues running/building the project right now after migration to v.8, pipelines pass too.
Here is the docs https://vite.dev/guide/migration
There was a problem hiding this comment.
esbuild is now deprecated and will be removed in the future and we encourage you to migrate to oxc. - we use esbuld under the hood to transform configs, need to be migrated to oxc
check all esbuild and rollup related changed carrefuly
…uration, and adjust Storybook Vite config for improved module resolution
…e-packages_Vitalii-Dudnik
…rious architectures and operating systems
| if (exists) { | ||
| expect(icon.props("name")).toBe(iconName); | ||
| if (!exists) { | ||
| return; |
There was a problem hiding this comment.
why it doesnt exits in test now, but before all was good, maybe smth broken?
It relates to all changes in tests, are you sure that code works as expected in all cases?
There was a problem hiding this comment.
For all such cases there is a new ESLint rule - Avoid calling expect inside conditional statements vitest/no-conditional-expect
| "@tailwindcss/postcss": "^4.2.4", | ||
| "@tailwindcss/vite": "^4.2.4", | ||
| "@types/lodash-es": "^4.17.12", | ||
| "@types/lodash": "^4.17.0", |
| /// <reference types="vite/client" /> | ||
| /// <reference types="./src/modules" /> | ||
|
|
||
| declare module "lodash-es" { |
There was a problem hiding this comment.
lodash-es - removed, why this needed at all?
…n package.json and package-lock.json
… env.d.ts, and include env.d.ts in Storybook tsconfig for improved type definitions
Updated project's dependencies and devDependencies, adjust import path for INTERNAL_ENV inside storybook's Vite config