Skip to content

Commit 709abef

Browse files
AC-5: Apply Dependabot PR #169 (low-risk subset) - bump 14 npm pkgs in src/frontend for ADO #41266
Equivalent of #169, partial. This commit covers ONLY the minor/patch bumps. Major version bumps (React 18->19, MSAL 4->5, vite 6->8, tailwindcss 3->4, eslint 9->10, uuid 11->13, etc.) are intentionally deferred for explicit per-package review per AC-4. Applied (minor/patch): - @fluentui/react ^8.122.9 -> ^8.125.5 - @fluentui/react-components ^9.56.7 -> ^9.73.7 - @fluentui/react-file-type-icons ^8.12.7 -> ^8.17.0 - @fluentui/react-icons ^2.0.270 -> ^2.0.323 - @reduxjs/toolkit ^2.2.7 -> ^2.11.2 - @tailwindcss/vite ^4.0.0 -> ^4.2.2 - autoprefixer ^10.4.20 -> ^10.4.27 - postcss ^8.5.0 -> ^8.5.8 - react-icons ^5.5.0 -> ^5.6.0 - react-router-dom ^7.13.1 -> ^7.13.2 - sql-formatter ^15.4.11 -> ^15.7.3 - rollup-plugin-dts ^6.1.1 -> ^6.4.1 - eslint-plugin-react ^7.37.2 -> ^7.37.5 - rollup ^4.59.0 -> ^4.60.1 Validation: 'npm install' clean, 'npm run build' clean (vite production build OK). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b9fb0a3 commit 709abef

2 files changed

Lines changed: 28 additions & 94 deletions

File tree

src/frontend/package-lock.json

Lines changed: 14 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"dependencies": {
1313
"@azure/msal-browser": "^4.2.0",
1414
"@azure/msal-react": "^3.0.4",
15-
"@fluentui/react": "^8.122.9",
16-
"@fluentui/react-components": "^9.56.7",
17-
"@fluentui/react-file-type-icons": "^8.12.7",
18-
"@fluentui/react-icons": "^2.0.270",
15+
"@fluentui/react": "^8.125.5",
16+
"@fluentui/react-components": "^9.73.7",
17+
"@fluentui/react-file-type-icons": "^8.17.0",
18+
"@fluentui/react-icons": "^2.0.323",
1919
"@radix-ui/react-icons": "^1.3.2",
20-
"@reduxjs/toolkit": "^2.2.7",
21-
"@tailwindcss/vite": "^4.0.0",
20+
"@reduxjs/toolkit": "^2.11.2",
21+
"@tailwindcss/vite": "^4.2.2",
2222
"@types/react-router-dom": "^5.3.3",
23-
"autoprefixer": "^10.4.20",
23+
"autoprefixer": "^10.4.27",
2424
"axios": "^1.15.0",
2525
"class-variance-authority": "^0.7.1",
2626
"clsx": "^2.1.1",
@@ -29,18 +29,18 @@
2929
"lucide-react": "^0.471.2",
3030
"mermaid": "^11.13.0",
3131
"messagebar": "^0.2.1",
32-
"postcss": "^8.5.0",
32+
"postcss": "^8.5.8",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1",
3535
"react-dropzone": "^14.3.5",
36-
"react-icons": "^5.5.0",
36+
"react-icons": "^5.6.0",
3737
"react-markdown": "^10.1.0",
3838
"react-redux": "^9.1.2",
39-
"react-router-dom": "^7.13.1",
39+
"react-router-dom": "^7.13.2",
4040
"react-syntax-highlighter": "^15.6.1",
4141
"rehype-raw": "^7.0.0",
4242
"remark-gfm": "^4.0.1",
43-
"sql-formatter": "^15.4.11",
43+
"sql-formatter": "^15.7.3",
4444
"tailwind-merge": "^2.6.0",
4545
"tailwindcss": "^3.4.17",
4646
"uuid": "^11.0.5"
@@ -51,12 +51,12 @@
5151
"@types/react-dom": "^18.3.5",
5252
"@vitejs/plugin-react": "^4.3.4",
5353
"eslint": "^9.17.0",
54-
"eslint-plugin-react": "^7.37.2",
54+
"eslint-plugin-react": "^7.37.5",
5555
"eslint-plugin-react-hooks": "^5.0.0",
5656
"eslint-plugin-react-refresh": "^0.4.16",
5757
"globals": "^15.14.0",
58-
"rollup": "^4.59.0",
59-
"rollup-plugin-dts": "^6.1.1",
58+
"rollup": "^4.60.1",
59+
"rollup-plugin-dts": "^6.4.1",
6060
"vite": "6.4.2",
6161
"vite-plugin-svgr": "^4.3.0"
6262
},

0 commit comments

Comments
 (0)