Skip to content

Conversation

@ZTongci
Copy link
Contributor

@ZTongci ZTongci commented Sep 5, 2025

updating visualizer FE devDependencies

What I've done

What I haven't done

How I tested

Which point I want you to review particularly

Memo

@github-actions github-actions bot added the web label Sep 5, 2025
@ZTongci ZTongci marked this pull request as ready for review September 5, 2025 01:43
Copilot AI review requested due to automatic review settings September 5, 2025 01:43
Copy link
Contributor

Copilot AI left a 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 updates the visualizer frontend devDependencies to their latest versions, improving security and compatibility. The changes primarily focus on dependency version bumps and standardizing TypeScript utility types.

  • Updated multiple devDependencies including testing libraries, TypeScript definitions, and build tools
  • Replaced manual mapped type definitions with TypeScript's built-in Record and Partial<Record> utility types
  • Updated production dependencies to latest compatible versions

Reviewed Changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
web/package.json Updates devDependencies and dependencies to latest versions
web/src/services/theme/reearthTheme/common/fonts.ts Replaces custom mapped type with Record and Partial<Record> utilities
web/src/services/theme/publishTheme/types.ts Simplifies type definition using Record utility
web/src/services/i18n/locale.ts Converts manual mapped type to Record utility type
web/src/app/utils/value.ts Updates type definition to use Partial<Record>
web/src/app/utils/sketch.ts Converts mapped types to Record and Partial<Record> utilities
web/src/app/features/Visualizer/Crust/Widgets/WidgetAlignSystem/Area.tsx Updates type definitions and state types to use utility types
web/src/app/features/Visualizer/Crust/Plugins/utils/events.ts Replaces manual mapped types with Record utility
web/src/app/features/Editor/Widgets/WASToolsPanel/Devices/index.tsx Simplifies type definition using Record
web/src/app/features/Editor/Visualizer/convert.ts Updates multiple type definitions to use Record utility
web/src/app/features/Dashboard/ContentsContainer/Members/PermissionService.ts Converts type to use Partial<Record> utility
web/src/services/api/propertyApi/processNewProperty.ts Updates type definition to use Record utility

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

github-actions bot commented Sep 5, 2025

🚀 Cloud Run Preview Deployed

🔗 Click here to open the preview in a new tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants