Skip to content

99 Update dependencies#104

Merged
mwarman merged 32 commits intomainfrom
99-update-dependencies
Feb 24, 2026
Merged

99 Update dependencies#104
mwarman merged 32 commits intomainfrom
99-update-dependencies

Conversation

@mwarman
Copy link
Member

@mwarman mwarman commented Feb 24, 2026

📢 Instructions

  • Begin with a DRAFT pull request.
  • Follow italicized instructions to add detail to assist the reviewers.
  • After completing all checklist items, change the pull request to READY.

🔧 Change Summary

Describe the changes included in this pull request. Link to the associated GitHub issue(s).

  • fixes Update dependencies #99
  • Updated dependencies.
  • Updated GitHub Actions marketplace actions versions.
  • Reviewed and updated docs.

📝 Checklist

Pull request authors must complete the following tasks before marking the PR as ready to review.

  • Complete a self-review of changes
  • Unit tests have been created or updated
  • The code is free of [new] lint errors and warnings
  • Update project documentation as needed, README, JSDoc, etc.

🧪 Steps to Test

Describe the process to test the changes in this pull request.

  1. Full regression test in web and native emulators.

🔗 Additional Information

Optionally, provide additional details, screenshots, or URLs that may assist the reviewer.

  • [...]

- Updated @eslint/js from 9.25.0 to 9.39.2 and other related dependencies.
- Refactored EmptyCard, ErrorCard, PageHeader, AppMenu, Toasts, SignInPage, SignInForm, WelcomeBlock, UserDetailPage, and UserSummaryCard components to use MessageCardProps or BaseComponentProps directly instead of extending them.
- Cleaned up unnecessary comments and improved code readability in various components.
- Added eslint-disable comments for specific hooks usage in AxiosProvider, ConfigProvider, and SignOutPage to prevent exhaustive-deps warnings.
…ic-project' across components and localization files
- Updated multiple functional components to remove explicit return types (JSX.Element) for improved readability and consistency.
- Components affected include: PrivateOutlet, TabNavigation, Searchbar, HeaderRow, Toast, Toasts, AuthProvider, AxiosProvider, ConfigProvider, ProgressProvider, ScrollProvider, ToastProvider, AccountPage, AppDiagnostics, BuildDiagnostics, DiagnosticsPage, PlatformDiagnostics, ProfileForm, ProfilePage, SettingsForm, SignInPage, SignInForm, SignOutPage, HomePage, WelcomeBlock, UserAddFab, UserAddModal, UserDeleteAlert, UserDetail, UserDetailPage, UserEdit, UserEditPage, UserForm, UserCard, UserGrid, UserList, UserListItem, UserListPage, UserSummaryCard, and WithAllProviders.
- Updated Vite and related plugins to latest versions for better performance and features.
- Added "skipLibCheck" and "strict" options in tsconfig.node.json for stricter type checking.
- Changed module resolution strategy to "bundler" in tsconfig.node.json.
- Removed unused CSS preprocessor options in vite.config.ts.
- Excluded default test files in Vitest configuration and added additional coverage reporters.
…consistency; upgrade action versions and adjust environment variable handling
@mwarman mwarman self-assigned this Feb 24, 2026
@mwarman mwarman linked an issue Feb 24, 2026 that may be closed by this pull request
@mwarman mwarman marked this pull request as ready for review February 24, 2026 16:20
@mwarman mwarman merged commit ca80d07 into main Feb 24, 2026
1 check passed
@mwarman mwarman deleted the 99-update-dependencies branch February 24, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update dependencies

1 participant