generated from ModusCreateOrg/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade frontend packages #149
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
Files not reviewed (1)
- frontend/package.json: Language not supported
- Bump @aws-amplify/auth from 6.12.3 to 6.12.4 - Bump @aws-amplify/core from 6.11.3 to 6.11.4 - Bump @aws-sdk/client-bedrock-runtime from 3.797.0 to 3.799.0 - Bump @aws-sdk/client-s3 from 3.797.0 to 3.802.0 - Bump @aws-sdk/s3-request-presigner from 3.797.0 to 3.802.0 - Bump @ionic/react from 8.5.5 to 8.5.6 - Bump @ionic/react-router from 8.5.5 to 8.5.6 - Bump @tanstack/react-query from 5.74.4 to 5.75.2 - Bump @tanstack/react-query-devtools from 5.74.6 to 5.75.2 - Bump i18next from 24.2.1 to 25.0.2 - Bump i18next-browser-languagedetector from 8.0.2 to 8.1.0 - Bump react-error-boundary from 5.0.0 to 6.0.0 - Bump react-i18next from 15.4.0 to 15.5.1 - Bump @eslint/js from 9.25.1 to 9.26.0 - Bump @types/eslint__js from 8.42.3 to 9.14.0 - Bump @types/lodash from 4.17.14 to 4.17.16 - Bump @types/react from 18.3.11 to 18.2.52 - Bump @types/react-dom from 18.3.1 to 18.2.18 - Bump @typescript-eslint/eslint-plugin from 8.31.0 to 8.31.1 - Bump @typescript-eslint/parser from 8.31.0 to 8.31.1 - Bump @vitejs/plugin-legacy from 6.1.0 to 6.1.1 - Bump eslint from 9.25.1 to 9.26.0 - Bump globals from 15.14.0 to 16.0.0 - Bump sass from 1.83.1 to 1.87.0 - Bump terser from 5.37.0 to 5.39.0 - Bump typescript from 5.7.2 to 5.8.3 - Bump typescript-eslint from 8.31.0 to 8.31.1 - Bump vite from 6.3.4 to 6.3.4 - Bump vitest from 3.1.2 to 3.1.2
0886501
to
ce8685d
Compare
- Replaced CognitoAuthService with DirectCognitoAuthService in useAuthOperations and AuthProvider. - Updated all authentication-related methods to utilize the new DirectCognitoAuthService. - Removed CognitoAuthService and its associated tests. - Implemented DirectCognitoAuthService to handle authentication directly using AWS SDK. - Adjusted S3StorageService and BedrockService to fetch auth session using DirectCognitoAuthService. - Updated OAuthRedirectHandler to use DirectCognitoAuthService for session and user retrieval.
… type definitions
GuidoBR
approved these changes
May 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade frontend packages