Commit 8ecb9fc
chore(deps): update npm (major) (#1902)
## Major npm dependency updates (selective)
Most major version bumps from Renovatebot were reverted due to breaking
changes. Only safe, non-breaking updates were kept.
### Kept (safe major updates)
| Package | Change | Reason |
|---|---|---|
| `uuid` | `^11.1.0` → `^13.0.0` | No breaking API changes for our usage
|
| `@rollup/plugin-commonjs` | `^28.0.9` → `^29.0.2` | Build tool,
backward compatible |
### Reverted (breaking changes)
| Package | Attempted | Reason for revert |
|---|---|---|
| `storybook` + all `@storybook/*` | 8 → 10 | Module structure changed
(`@storybook/react` no longer resolves), TS2307 errors across all story
files |
| `typescript` | 5 → 6 | Stricter implicit `any` defaults cause
TS7006/TS7031 errors in stories |
| `vitest` + `@vitest/coverage-istanbul` | 3 → 4 | `Procedure` type from
`@vitest/spy` breaks declaration emit (TS2883) |
| `vite` + `@vitejs/plugin-react` | 7 → 8 / 4 → 6 | Ecosystem
(storybook, vite-plugin-dts, etc.) not ready for vite 8 |
| `@types/react-dom` | 18 → 19 | React is still at v18, types mismatch |
| `eslint-plugin-storybook` | 0.12 → 10 | Tied to storybook 10 |
| `jsdom` | 26 → 29 | Causes test failures in EntityModal,
parseFunction, ConfigContext tests |
| `diff` (resolution) | 5 → 8 | Not needed, kept at v5 |
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kkedziak-splunk <kkedziak@splunk.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com>1 parent 732e2cc commit 8ecb9fc
File tree
20 files changed
+538
-725
lines changed- tests/smoke
- ui
- src
- components
- ControlWrapper/stories/__images__
- EntityPage/stories/__images__
- ErrorBoundary/stories/__images__
- HelpLinkComponent/stories/__images__
- SubDescription/stories/__images__
- pages
- Configuration/stories/__images__
- Input/stories/__images__
- stories/__images__
20 files changed
+538
-725
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
| 790 | + | |
790 | 791 | | |
791 | 792 | | |
792 | 793 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
0 commit comments