-
Notifications
You must be signed in to change notification settings - Fork 6
deps: update all dependencies to latest #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
ad6c905
c88fa39
5fbc45c
76f1840
8e17c4b
8a28603
d2c20e7
dff2ef8
d1b47f4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,12 +22,11 @@ | |
| "@connectrpc/connect": "^2.1.2", | ||
| "@connectrpc/connect-web": "^2.1.2", | ||
| "@radix-ui/react-dropdown-menu": "^2.1.24", | ||
| "@radix-ui/react-slot": "^1.3.3", | ||
| "@radix-ui/react-tooltip": "^1.2.16", | ||
| "ansi-to-html": "^0.7.2", | ||
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.1.1", | ||
| "lucide-react": "^1.27.0", | ||
| "lucide-react": "^1.28.0", | ||
| "react": "^19.2.8", | ||
| "react-dom": "^19.2.8", | ||
| "tailwind-merge": "^3.6.0" | ||
|
|
@@ -36,37 +35,28 @@ | |
| "@bufbuild/protobuf": "^2.13.0", | ||
| "@bufbuild/protoc-gen-es": "^2.13.0", | ||
| "@eslint/js": "^10.0.1", | ||
| "@playwright/test": "^1.62.0", | ||
| "@playwright/test": "^1.62.1", | ||
| "@tailwindcss/vite": "^4.3.3", | ||
| "@testing-library/dom": "^10.4.1", | ||
| "@testing-library/jest-dom": "^7.0.0", | ||
| "@testing-library/react": "^16.3.2", | ||
| "@testing-library/user-event": "^14.6.1", | ||
| "@testing-library/user-event": "^14.6.3", | ||
| "@types/node": "^26.1.2", | ||
| "@types/react": "^19.2.17", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@typescript-eslint/eslint-plugin": "^8.65.0", | ||
| "@typescript-eslint/parser": "^8.65.0", | ||
| "@types/react": "^19.2.18", | ||
| "@types/react-dom": "^19.2.4", | ||
| "@typescript/native": "npm:typescript@^7.0.2", | ||
| "@vitejs/plugin-react": "^6.0.4", | ||
| "@vitejs/plugin-react": "^6.0.5", | ||
| "@vitest/coverage-v8": "^4.1.10", | ||
| "@vitest/ui": "^4.1.10", | ||
| "autoprefixer": "^10.5.4", | ||
| "eslint": "^10.8.0", | ||
| "eslint-plugin-react-hooks": "^7.1.1", | ||
| "eslint-plugin-react-refresh": "^0.5.3", | ||
| "globals": "^17.8.0", | ||
| "jsdom": "^30.0.0", | ||
| "postcss": "^8.5.23", | ||
| "globals": "^17.9.0", | ||
| "jsdom": "^30.0.1", | ||
| "tailwindcss": "^4.3.3", | ||
| "typescript": "npm:@typescript/typescript6@^6.0.2", | ||
| "typescript-eslint": "^8.65.0", | ||
| "vite": "^8.1.5", | ||
| "typescript-eslint": "^8.66.0", | ||
| "vite": "^8.2.0", | ||
| "vitest": "^4.1.10" | ||
| }, | ||
| "pnpm": { | ||
| "overrides": { | ||
| "brace-expansion@<=5.0.7": ">=5.0.8" | ||
| } | ||
| } | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [N-002] Description rewrite dropped a prior disclosure and claims a passing validation state The PR description was replaced wholesale in this push. Two problems follow from that. First, the previous body disclosed the Second, the new body ends with:
Four checks are failing on this exact commit — The current body also omits every structural change in this push: the Restore the earlier disclosures, add the structural changes, and correct the validation line to reflect actual check state. |
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.