-
Notifications
You must be signed in to change notification settings - Fork 48
Migrate to Nuxt 3 #361
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
Migrate to Nuxt 3 #361
Conversation
jhuleatt
left a comment
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.
Thanks for trudging through this upgrade @jamesdaniels! I clicked around https://web-frameworks-e2e.web.app/ and all seems to work
| export function daysAgo (date: Date) { | ||
| return formatDistanceToNow(date) + ' ago' | ||
| } |
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.
is this unused now? just double checking it wasn't removed by accident
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.
yeah, i don't think it's worth having a separate util function just to add "ago", heh. If we weren't using a node module for fuzzy dates and it were anymore complex, i could see it
…oot (no common tsc version)
frontend/package.json
Outdated
| "deploy": "npm run generate && npx -y firebase-tools --project=default deploy", | ||
| "deploy:hosting": "npm run generate && npx -y firebase-tools --project=default deploy --only hosting" |
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.
are these redundant since the makefile does the same thing?
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.
it seems the makefile is unused in the ci/cd pipeline, i'll clean that up when i update functions
I could not get a local environment setup, it turns out everything is very outdated. Starting the dust off effort with the frontend, will move to modernize the Cloud Functions and add an App Hosting category in follow up PRs.
dompurifyto reduce XSS vulnerability@docsearch/jsinto package.jsonfir-ossyet, staged here https://web-frameworks-e2e.web.app/fir-oss