Commit Graph

9 Commits

Author SHA1 Message Date
a8e3057f02 PR-227028: update dependencies, migrate to TypeScript 6 and ESLint flat config
- Bump all dependencies to latest (React 19.2.7, Storybook 10.4.3, Webpack
  5.107.2 + webpack-cli 7, Jest 30.4.2, Cypress 15.17.0, Babel 7.29.7,
  sass-loader 17, css-minimizer-webpack-plugin 8, eslint-webpack-plugin 6).
- Migrate TypeScript 5.9 -> 6.0.3: set tsconfig rootDir, add
  ignoreDeprecations "6.0", scope include to src/components + src/@types, and
  declare *.scss/*.sass/*.css modules for stricter side-effect imports.
- Switch @babel/preset-react to the automatic JSX runtime and drop redundant
  React imports in stories and tests.
- Migrate ESLint from the deprecated .eslintrc.js to flat config
  (eslint.config.mjs) using typescript-eslint, @eslint/js, globals and the
  React/Storybook plugins. Keep ESLint at v9 because eslint-plugin-react does
  not support v10 yet. This fixes the previously broken lint (missing
  @typescript-eslint parser/plugin) and normalizes formatting.
- Fix a latent bug in .storybook/main.js (comma instead of semicolon joining
  two assignments via the comma operator).
- npm audit fix: 0 vulnerabilities.
- Bump package version to 1.4.0.
2026-06-09 17:33:58 +00:00
f1c8a03ae1 PR-342468: fixing types of jest. 2025-07-16 18:20:33 +00:00
f3ac5c9e49 PR-342468: miss the Typescript building test validation. 2025-07-16 17:50:57 +00:00
baa85f7916 PR-342468: trying to fix cypress pipeline. 2025-07-16 17:40:48 +00:00
f4001356f6 PR-431618: updating packages and fixing the missing exports of types. 2024-10-21 18:37:42 +00:00
2c3112e698 PR-512606: updating package and moving Card.stories.tsx to components folder. 2023-10-09 21:13:49 +00:00
4befddc726 PR-264673: fixing the conflict with cypress and jest. 2023-03-04 01:07:57 +00:00
24987d7c09 PR-440978: Adding Cypress Component Testing. 2023-03-03 08:27:25 -06:00
55b0b9f2c3 PR-188649:
Creating the first initial version of the create component library.
2022-05-30 15:17:49 +00:00