chore(deps): bump the npm-frontend group across 1 directory with 57 updates#1663
chore(deps): bump the npm-frontend group across 1 directory with 57 updates#1663dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
2 issues found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately. <file name="frontend/package.json"> <violation number="1" location="frontend/package.json:53"> P1: Custom agent: **Check for Cursor Rules Drift** This PR upgrades React from 18 to 19 (plus several other major version bumps: TailwindCSS 3→4, Vite 6→8, react-router-dom 6→7, Zod 3→4), but `.cursor/rules/frontend-rules.mdc` still declares **"React 18"** in its Tech Stack section (line 7). The connect-widget comparison table in `.cursor/rules/connect-widget.mdc` also states the main frontend uses React 18. These cursor rules should be updated to reflect the new major versions so Cursor AI gives accurate guidance. At minimum: - `frontend-rules.mdc`: "React 18" → "React 19", note TailwindCSS v4, Vite 8, React Router v7, Zod v4 - `connect-widget.mdc`: Update the comparison table (both now use React 19)</violation> <violation number="2" location="frontend/package.json:85"> P1: Upgrading to Tailwind CSS v4 without migrating the PostCSS plugin will break style compilation. Tailwind v4 no longer supports `tailwindcss` as the PostCSS plugin; use `@tailwindcss/postcss` (or migrate to `@tailwindcss/vite`) before shipping this bump.</violation> </file> Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "framer-motion": "^12.38.0", | ||
| "lucide-react": "^0.577.0", | ||
| "posthog-js": "^1.362.0", | ||
| "react": "^19.2.4", |
There was a problem hiding this comment.
P1: Custom agent: Check for Cursor Rules Drift
This PR upgrades React from 18 to 19 (plus several other major version bumps: TailwindCSS 3→4, Vite 6→8, react-router-dom 6→7, Zod 3→4), but .cursor/rules/frontend-rules.mdc still declares "React 18" in its Tech Stack section (line 7). The connect-widget comparison table in .cursor/rules/connect-widget.mdc also states the main frontend uses React 18.
These cursor rules should be updated to reflect the new major versions so Cursor AI gives accurate guidance. At minimum:
frontend-rules.mdc: "React 18" → "React 19", note TailwindCSS v4, Vite 8, React Router v7, Zod v4connect-widget.mdc: Update the comparison table (both now use React 19)
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At frontend/package.json, line 53: <comment>This PR upgrades React from 18 to 19 (plus several other major version bumps: TailwindCSS 3→4, Vite 6→8, react-router-dom 6→7, Zod 3→4), but `.cursor/rules/frontend-rules.mdc` still declares **"React 18"** in its Tech Stack section (line 7). The connect-widget comparison table in `.cursor/rules/connect-widget.mdc` also states the main frontend uses React 18. These cursor rules should be updated to reflect the new major versions so Cursor AI gives accurate guidance. At minimum: - `frontend-rules.mdc`: "React 18" → "React 19", note TailwindCSS v4, Vite 8, React Router v7, Zod v4 - `connect-widget.mdc`: Update the comparison table (both now use React 19)</comment> <file context> @@ -13,79 +13,79 @@ + "framer-motion": "^12.38.0", + "lucide-react": "^0.577.0", + "posthog-js": "^1.362.0", + "react": "^19.2.4", + "react-dom": "^19.2.4", + "react-hook-form": "^7.71.2", </file context> | "eslint-plugin-react-refresh": "^0.5.2", | ||
| "globals": "^17.4.0", | ||
| "postcss": "^8.5.8", | ||
| "tailwindcss": "^4.2.2", |
There was a problem hiding this comment.
P1: Upgrading to Tailwind CSS v4 without migrating the PostCSS plugin will break style compilation. Tailwind v4 no longer supports tailwindcss as the PostCSS plugin; use @tailwindcss/postcss (or migrate to @tailwindcss/vite) before shipping this bump.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At frontend/package.json, line 85: <comment>Upgrading to Tailwind CSS v4 without migrating the PostCSS plugin will break style compilation. Tailwind v4 no longer supports `tailwindcss` as the PostCSS plugin; use `@tailwindcss/postcss` (or migrate to `@tailwindcss/vite`) before shipping this bump.</comment> <file context> @@ -13,79 +13,79 @@ + "eslint-plugin-react-refresh": "^0.5.2", + "globals": "^17.4.0", + "postcss": "^8.5.8", + "tailwindcss": "^4.2.2", + "typescript": "^5.9.3", + "typescript-eslint": "^8.57.1", </file context> …pdates Bumps the npm-frontend group with 56 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [@auth0/auth0-react](https://github.com/auth0/auth0-react) | `2.3.0` | `2.15.1` | | [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.10.0` | `5.2.2` | | [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.11` | `1.1.15` | | [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.11` | | [@radix-ui/react-checkbox](https://github.com/radix-ui/primitives) | `1.2.3` | `1.3.3` | | [@radix-ui/react-collapsible](https://github.com/radix-ui/primitives) | `1.1.8` | `1.1.12` | | [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.12` | `2.1.16` | | [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.4` | `2.1.8` | | [@radix-ui/react-progress](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.8` | | [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.3.4` | `1.3.8` | | [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.6` | `1.2.10` | | [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.2.2` | `2.2.6` | | [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.8` | | [@radix-ui/react-slider](https://github.com/radix-ui/primitives) | `1.3.2` | `1.3.6` | | [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.1.2` | `1.2.4` | | [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.6` | | [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.9` | `1.1.13` | | [@radix-ui/react-toast](https://github.com/radix-ui/primitives) | `1.2.6` | `1.2.15` | | [@radix-ui/react-toggle-group](https://github.com/radix-ui/primitives) | `1.1.9` | `1.1.11` | | [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.2.4` | `1.2.8` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.18` | `5.91.2` | | [@types/dagre](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dagre) | `0.7.52` | `0.7.54` | | [date-fns](https://github.com/date-fns/date-fns) | `3.6.0` | `4.1.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.9.2` | `12.38.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.462.0` | `0.577.0` | | [posthog-js](https://github.com/PostHog/posthog-js) | `1.255.1` | `1.362.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.4` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.18` | `19.2.14` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.4` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.5` | `19.2.3` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.56.1` | `7.71.2` | | [react-icons](https://github.com/react-icons/react-icons) | `5.5.0` | `5.6.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.30.3` | `7.13.1` | | [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.6.6` | `16.1.1` | | [recharts](https://github.com/recharts/recharts) | `2.15.3` | `3.8.0` | | [sonner](https://github.com/emilkowalski/sonner) | `1.7.4` | `2.0.7` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.2.0` | `3.5.0` | | [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `13.0.0` | | [zod](https://github.com/colinhacks/zod) | `3.24.3` | `4.3.6` | | [cronstrue](https://github.com/bradymholt/cronstrue) | `2.59.0` | `3.14.0` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.4` | `5.0.12` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.3` | `10.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `25.5.0` | | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `3.8.0` | `4.3.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.27` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.4` | `0.27.4` | | [eslint](https://github.com/eslint/eslint) | `9.39.3` | `10.0.3` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0` | `7.0.1` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.19` | `0.5.2` | | [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `17.4.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.8` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.17` | `4.2.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.24.1` | `8.57.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.1.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.4.1` | `8.0.1` | Updates `@auth0/auth0-react` from 2.3.0 to 2.15.1 - [Release notes](https://github.com/auth0/auth0-react/releases) - [Changelog](https://github.com/auth0/auth0-react/blob/main/CHANGELOG.md) - [Commits](auth0/auth0-react@v2.3.0...v2.15.1) Updates `@hookform/resolvers` from 3.10.0 to 5.2.2 - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](react-hook-form/resolvers@v3.10.0...v5.2.2) Updates `@radix-ui/react-alert-dialog` from 1.1.11 to 1.1.15 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-avatar` from 1.1.7 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-checkbox` from 1.2.3 to 1.3.3 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-collapsible` from 1.1.8 to 1.1.12 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-dialog` from 1.1.11 to 1.1.15 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-dropdown-menu` from 2.1.12 to 2.1.16 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-label` from 2.1.4 to 2.1.8 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-progress` from 1.1.7 to 1.1.8 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-radio-group` from 1.3.4 to 1.3.8 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-scroll-area` from 1.2.6 to 1.2.10 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-select` from 2.2.2 to 2.2.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-separator` from 1.1.4 to 1.1.8 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-slider` from 1.3.2 to 1.3.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-slot` from 1.1.2 to 1.2.4 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-switch` from 1.2.2 to 1.2.6 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-tabs` from 1.1.9 to 1.1.13 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-toast` from 1.2.6 to 1.2.15 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-toggle-group` from 1.1.9 to 1.1.11 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@radix-ui/react-tooltip` from 1.2.4 to 1.2.8 - [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md) - [Commits](https://github.com/radix-ui/primitives/commits) Updates `@tanstack/react-query` from 5.90.18 to 5.91.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.91.2/packages/react-query) Updates `@types/dagre` from 0.7.52 to 0.7.54 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dagre) Updates `date-fns` from 3.6.0 to 4.1.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](date-fns/date-fns@v3.6.0...v4.1.0) Updates `framer-motion` from 12.9.2 to 12.38.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.9.2...v12.38.0) Updates `lucide-react` from 0.462.0 to 0.577.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react) Updates `posthog-js` from 1.255.1 to 1.362.0 - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.255.1...posthog-js@1.362.0) Updates `react` from 18.3.1 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react) Updates `@types/react` from 18.3.18 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.3.1 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom) Updates `@types/react-dom` from 18.3.5 to 19.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `react-hook-form` from 7.56.1 to 7.71.2 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.56.1...v7.71.2) Updates `react-icons` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](react-icons/react-icons@v5.5.0...v5.6.0) Updates `react-router-dom` from 6.30.3 to 7.13.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.13.1/packages/react-router-dom) Updates `react-syntax-highlighter` from 15.6.6 to 16.1.1 - [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases) - [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD) - [Commits](react-syntax-highlighter/react-syntax-highlighter@v15.6.6...v16.1.1) Updates `recharts` from 2.15.3 to 3.8.0 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](recharts/recharts@v2.15.3...v3.8.0) Updates `sonner` from 1.7.4 to 2.0.7 - [Release notes](https://github.com/emilkowalski/sonner/releases) - [Commits](https://github.com/emilkowalski/sonner/commits/v2.0.7) Updates `tailwind-merge` from 3.2.0 to 3.5.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.2.0...v3.5.0) Updates `uuid` from 11.1.0 to 13.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v13.0.0) Updates `zod` from 3.24.3 to 4.3.6 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.24.3...v4.3.6) Updates `cronstrue` from 2.59.0 to 3.14.0 - [Release notes](https://github.com/bradymholt/cronstrue/releases) - [Changelog](https://github.com/bradymholt/cRonstrue/blob/main/CHANGELOG.md) - [Commits](bradymholt/cRonstrue@v2.59.0...v3.14.0) Updates `zustand` from 5.0.4 to 5.0.12 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.4...v5.0.12) Updates `@eslint/js` from 9.39.3 to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `@types/node` from 22.13.5 to 25.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.18 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.5 to 19.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@vitejs/plugin-react-swc` from 3.8.0 to 4.3.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.0/packages/plugin-react-swc) Updates `autoprefixer` from 10.4.20 to 10.4.27 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.20...10.4.27) Updates `esbuild` from 0.25.4 to 0.27.4 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.4...v0.27.4) Updates `eslint` from 9.39.3 to 10.0.3 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.3...v10.0.3) Updates `eslint-plugin-react-hooks` from 5.1.0 to 7.0.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-react-refresh` from 0.4.19 to 0.5.2 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.19...v0.5.2) Updates `globals` from 15.15.0 to 17.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.15.0...v17.4.0) Updates `postcss` from 8.5.3 to 8.5.8 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.8) Updates `tailwindcss` from 3.4.17 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss) Updates `typescript` from 5.7.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.7.3...v5.9.3) Updates `typescript-eslint` from 8.24.1 to 8.57.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.1/packages/typescript-eslint) Updates `vitest` from 3.2.4 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) Updates `vite` from 6.4.1 to 8.0.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.1/packages/vite) --- updated-dependencies: - dependency-name: "@auth0/auth0-react" dependency-version: 2.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: "@hookform/resolvers" dependency-version: 5.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: "@radix-ui/react-alert-dialog" dependency-version: 1.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-avatar" dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-checkbox" dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: "@radix-ui/react-collapsible" dependency-version: 1.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-dialog" dependency-version: 1.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-dropdown-menu" dependency-version: 2.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-label" dependency-version: 2.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-progress" dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-radio-group" dependency-version: 1.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-scroll-area" dependency-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-select" dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-separator" dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-slider" dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-slot" dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: "@radix-ui/react-switch" dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-tabs" dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-toast" dependency-version: 1.2.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-toggle-group" dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@radix-ui/react-tooltip" dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@tanstack/react-query" dependency-version: 5.91.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: "@types/dagre" dependency-version: 0.7.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: date-fns dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: framer-motion dependency-version: 12.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: lucide-react dependency-version: 0.577.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: posthog-js dependency-version: 1.362.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: react-dom dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: "@types/react-dom" dependency-version: 19.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: react-hook-form dependency-version: 7.71.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: react-icons dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: react-router-dom dependency-version: 7.13.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: react-syntax-highlighter dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: recharts dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: sonner dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: cronstrue dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: zustand dependency-version: 5.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: "@types/node" dependency-version: 25.5.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: "@types/react-dom" dependency-version: 19.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: autoprefixer dependency-version: 10.4.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: esbuild dependency-version: 0.27.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: eslint dependency-version: 10.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: globals dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-frontend - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: typescript-eslint dependency-version: 8.57.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-frontend - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend - dependency-name: vite dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-frontend ... Signed-off-by: dependabot[bot] <support@github.com>
14c42da to 2b26666 Compare
Bumps the npm-frontend group with 56 updates in the /frontend directory:
2.3.02.15.13.10.05.2.21.1.111.1.151.1.71.1.111.2.31.3.31.1.81.1.122.1.122.1.162.1.42.1.81.1.71.1.81.3.41.3.81.2.61.2.102.2.22.2.61.1.41.1.81.3.21.3.61.1.21.2.41.2.21.2.61.1.91.1.131.2.61.2.151.1.91.1.111.2.41.2.85.90.185.91.20.7.520.7.543.6.04.1.012.9.212.38.00.462.00.577.01.255.11.362.018.3.119.2.418.3.1819.2.1418.3.119.2.418.3.519.2.37.56.17.71.25.5.05.6.06.30.37.13.115.6.616.1.12.15.33.8.01.7.42.0.73.2.03.5.011.1.013.0.03.24.34.3.62.59.03.14.05.0.45.0.129.39.310.0.122.13.525.5.03.8.04.3.010.4.2010.4.270.25.40.27.49.39.310.0.35.1.07.0.10.4.190.5.215.15.017.4.08.5.38.5.83.4.174.2.25.7.35.9.38.24.18.57.13.2.44.1.06.4.18.0.1Updates
@auth0/auth0-reactfrom 2.3.0 to 2.15.1Release notes
Sourced from
@auth0/auth0-react's releases.... (truncated)
Changelog
Sourced from
@auth0/auth0-react's changelog.... (truncated)
Commits
1b6496cRelease v2.15.1 (#1047)9924cb2chore(deps): update@auth0/auth0-spa-jsto version 2.17.1 (#1045)83c6252chore(deps-dev): bump jest-environment-jsdom from 30.2.0 to 30.3.0 (#1044)f7c99a0chore(deps-dev): bump@typescript-eslint/eslint-pluginfrom 8.56.1 to 8.57.0 ...33db5a7chore(deps-dev): bump@typescript-eslint/parserfrom 8.56.1 to 8.57.0 (#1042)cb9539echore(deps): bump@tootallnate/onceand jest-environment-jsdom (#1039)9ed7a50chore(deps-dev): bump browserstack-cypress-cli from 1.36.2 to 1.36.3 (#1038)04d337dchore(deps): bump minimatch (#1036)6e06b35chore(deps): bump actions/upload-artifact from 6 to 7 (#1035)1ceb554chore(deps-dev): bump start-server-and-test from 2.1.3 to 2.1.5 (#1034)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@auth0/auth0-reactsince your current version.Updates
@hookform/resolversfrom 3.10.0 to 5.2.2Release notes
Sourced from
@hookform/resolvers's releases.... (truncated)
Commits
e95721dfix(zod): fix output type for Zod 4 resolver (#803)49a0d7bfix: discriminated union for zod v4 mini (#784)bc09647fix(zod): fix output type for Zod 4 resolver (#801)2d28e6afix: zod v4 peer deps (#798)f040039feat(ajv): add ajv-formats for ajvResolver (#797)79cd8b2fix: zod peer dep issue (#780)8d083bdfeat: support Zod 4 (#777)3bc2ad5docs: fix table formatting (#774)6e88393fix: relax version constraint for react-hook-form 7.55.0 → ^7.55.0 (#758)a54d05aMerge branch 'dev'Updates
@radix-ui/react-alert-dialogfrom 1.1.11 to 1.1.15Commits
Updates
@radix-ui/react-avatarfrom 1.1.7 to 1.1.11Commits
Updates
@radix-ui/react-checkboxfrom 1.2.3 to 1.3.3Commits
Updates
@radix-ui/react-collapsiblefrom 1.1.8 to 1.1.12Commits
Updates
@radix-ui/react-dialogfrom 1.1.11 to 1.1.15Commits
Updates
@radix-ui/react-dropdown-menufrom 2.1.12 to 2.1.16Commits
Updates
@radix-ui/react-labelfrom 2.1.4 to 2.1.8Commits
Updates
@radix-ui/react-progressfrom 1.1.7 to 1.1.8Commits
Updates
@radix-ui/react-radio-groupfrom 1.3.4 to 1.3.8Commits
Updates
@radix-ui/react-scroll-areafrom 1.2.6 to 1.2.10Commits
Updates
@radix-ui/react-selectfrom 2.2.2 to 2.2.6Commits
Updates
@radix-ui/react-separatorfrom 1.1.4 to 1.1.8Commits
Updates
@radix-ui/react-sliderfrom 1.3.2 to 1.3.6Commits
Updates
@radix-ui/react-slotfrom 1.1.2 to 1.2.4Commits
Updates
@radix-ui/react-switchfrom 1.2.2 to 1.2.6Commits
Updates
@radix-ui/react-tabsfrom 1.1.9 to 1.1.13Commits
Updates
@radix-ui/react-toastfrom 1.2.6 to 1.2.15Commits
Updates
@radix-ui/react-toggle-groupfrom 1.1.9 to 1.1.11Commits
Updates
@radix-ui/react-tooltipfrom 1.2.4 to 1.2.8Commits
Updates
@tanstack/react-queryfrom 5.90.18 to 5.91.2Release notes
Sourced from
@tanstack/react-query's releases.... (truncated)
Changelog
Sourced from
@tanstack/react-query's changelog.Commits
b6fd86bci: Version Packages (#10297)79e37cbci: Version Packages (#10296)a89aab9fix(core): cancel paused initial fetch when last observer unsubscribes (#10291)3761d2bci: Version Packages (#10290)6fa901bfeat/environmentManager (#10199)3fac499test(react-query/useSuspenseInfiniteQuery): add test for basic suspend and re...6d0a2a9test(react-query/useSuspenseQuery): remove unnecessary 'act' from background ...9ec0fc6test(react-query/useSuspenseQueries): remove unnecessary 'act' from backgroun...67cf8b6ref: ts cutoff (#10253)8a59b2dtest({react,preact}-query/useSuspenseQueries): add test for suspending when t...Updates
@types/dagrefrom 0.7.52 to 0.7.54Commits
Updates
date-fnsfrom 3.6.0 to 4.1.0Release notes
Sourced from date-fns's releases.
... (truncated)
Changelog
Sourced from date-fns's changelog.
... (truncated)
Commits
313b902Fix v4.1.0 change log entry26cd336Promote to v4.1.097b53b9Cover time zone edge cases59b7563Add missing time zone support to format, formatISO, formatISO9075, formatRela...0121164Prevent constructFrom from throwing an error on nullbd87ef5Update@date-fns/docs99b4e67Prepare v4.08df1706Rewrite the time zones doce351977Promote to v4.0.0-beta.18523656Fix scripts/test/types.shUpdates
framer-motionfrom 12.9.2 to 12.38.0Changelog
Sourced from framer-motion's changelog.
... (truncated)
Commits
0bfc9fev12.38.0343cb0cUpdating layoutAnchoree99ad2Updating changelog062660bUpdating changgelog303da7dUpdating readmeb075adcMerge pull request #3647 from motiondivision/feat/layout-anchorf0991d6Add missing layoutAnchor !== false guard in attemptToResolveRelativeTargetb5798e9Merge pull request #3642 from motiondivision/worktree-fix-issue-30787686c19Merge pull request #3636 from motiondivision/worktree-fix-issue-3061a95c487Fix auto-scroll in reorder-virtualized test pageUpdates
lucide-reactfrom 0.462.0 to 0.577.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
f6c0d06chore(deps): bump rollup from 4.53.3 to 4.59.0 (#4106)67c0485feat(scripts): added helper script to automatically update OpenCollective bac...b6ed43dfeat(packages): Added aria-hidden fallback for decorative icons to all packag...076e0bbchore(dependencies): Update dependencies (#3809)80d6f73fix(icons): Rename fingerprint icon to fingerprint-pattern (#3767)1cfb3ffchore(deps-dev): bump vite from 6.3.5 to 6.3.6 (#3611)e71198dchore: icon alias improvements (#2861)3e644fdchore(scripts): Refactor scripts to typescript (#3316)19fa01bbuild(deps-dev): bump vite from 6.3.2 to 6.3.4 (#3181)03eb862use implicit return in react package (#2325)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lucide-react since your current version.
Updates
posthog-jsfrom 1.255.1 to 1.362.0Release notes
Sourced from posthog-js's releases.
... (truncated)
Commits
f4e5889chore: update versions and lockfile [version bump]9cd2313fix: pipe to cli stdin (