-
Notifications
You must be signed in to change notification settings - Fork 8
upgrade dependencies #511
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
upgrade dependencies #511
Conversation
99540ae
to
e625436
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades various dependencies across the monorepo to their latest versions. The updates include React-related libraries, TypeScript, build tools, and UI components.
- Updates Effect ecosystem packages to 3.17.8
- Upgrades TanStack Router and React Query to their latest versions
- Updates build tools like Vite, TypeScript, and Tailwind CSS
- Addresses linting issues with biome ignore comments for SVG clipPath IDs
Reviewed Changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
package.json | Updates root-level dependencies including Biome, Babel, and TypeScript |
packages/*/package.json | Upgrades dependencies for all packages in the monorepo |
apps/*/package.json | Updates dependencies for all application packages |
biome.jsonc | Updates Biome schema version and ignore patterns |
.changeset/many-times-wash.md | Adds changeset entry for dependency upgrades |
Status.tsx | Adds biome ignore comments for hardcoded SVG clipPath IDs |
PublishedToKnowledgeGraph.tsx | Adds biome ignore comments for hardcoded SVG clipPath IDs |
KnowledgeGraphBrowser.tsx | Replaces hardcoded ID with useId hook for search field |
AppSchemaSpaceDialog.tsx | Replaces hardcoded ID with useId hook for space selector |
HypergraphAppContext.tsx | Changes map to forEach for side effect operation |
routeTree.gen.ts | Regenerated router files with updated import patterns |
authenticate.tsx | Adds URL decoding for search parameters |
parse-auth-params.ts | Adds temporary console.log for debugging |
index.ts | Adds radix parameter to parseInt for better parsing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
packages/typesync-studio/src/Components/Schema/AppSchemaSpaceDialog.tsx
Outdated
Show resolved
Hide resolved
…ialog.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.