Skip to content

Commit 8ecb9fc

Browse files
renovate[bot]kkedziak-splunkclaudesrv-rr-github-token
authored
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

20 files changed

+538
-725
lines changed

tests/smoke/test_ucc_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,7 @@ def remove_hash(filename):
787787
normalized_files = [remove_hash(f) for f in cleaned_files]
788788

789789
expected_js_files_list = [
790+
"ArrowBroadUnderbarDown.js",
790791
"assets",
791792
"ConfigurationPage.js",
792793
"Dashboard.consts.js",

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-is": "^16.13.1",
6262
"react-router-dom": "6.30.3",
6363
"styled-components": "^5.3.11",
64-
"uuid": "^11.1.0",
64+
"uuid": "^13.0.0",
6565
"vite": "^7.3.1",
6666
"vite-plugin-checker": "^0.12.0",
6767
"vitest": "^3.2.4",
@@ -76,7 +76,7 @@
7676
"@babel/preset-react": "^7.28.5",
7777
"@kickstartds/core": "^4.1.0",
7878
"@kickstartds/storybook-addon-jsonschema": "^4.0.0",
79-
"@rollup/plugin-commonjs": "^28.0.9",
79+
"@rollup/plugin-commonjs": "^29.0.2",
8080
"@splunk/babel-preset": "^4.0.0",
8181
"@splunk/eslint-config": "^5.0.0",
8282
"@storybook/addon-a11y": "^8.6.18",
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

Comments
 (0)