Snyk has created this PR to upgrade @nuxtjs/robots from 5.2.10 to 5.2.11.
See this package in npm:
@nuxtjs/robots
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade lucide-vue-next from 0.515.0 to 0.518.0.
See this package in npm:
lucide-vue-next
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @nuxtjs/i18n from 9.5.4 to 9.5.5.
See this package in npm:
@nuxtjs/i18n
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade groq-sdk from 0.23.0 to 0.25.0.
See this package in npm:
groq-sdk
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade lucide-vue-next from 0.511.0 to 0.515.0.
See this package in npm:
lucide-vue-next
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
scripts to give windows ppl a script to use & add MORE docker-compose
files :D also updated deploy.md & gitignore, but the groq api thing is
still broken tho.
Snyk has created this PR to upgrade shadcn-nuxt from 2.1.0 to 2.2.0.
See this package in npm:
shadcn-nuxt
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade groq-sdk from 0.22.0 to 0.23.0.
See this package in npm:
groq-sdk
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade groq-sdk from 0.21.0 to 0.22.0.
See this package in npm:
groq-sdk
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade lucide-vue-next from 0.508.0 to 0.511.0.
See this package in npm:
lucide-vue-next
See this project in Snyk:
87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr
is just node fetch w/ support for older devices? Also the news org pic
is not avaiable, because it is rendered onMounted, not server rendered &
confeti feat?
html & remove the legacy hot news by google rss window, (it is still
accessable via the tty interface) and update i18n with the aboutNewsOrg
thingy added articles (that currently does not work) & also added the
privacy policy & tos page, both only accessbile via the tty interface
for now. It will be avaible via the settings interface.
https://github.com/trekhleb/javascript-algorithms?tab=readme-ov-file
super cool repo! This algorithm will just run on the client, if it isn't
my server will blow up :( Maybe I will just make a postgres db that
sends the users processing info to save other users processing power?
- Added Sentry module to nuxt.config.ts and configured it for both client and server.
- Updated package.json to include @sentry/nuxt dependency.
- Created sentry.client.config.ts and sentry.server.config.ts for Sentry initialization with appropriate settings.
- Adjusted route rules and added additional configurations in nuxt.config.ts.
- Deleted GitHub callback and authentication handler files.
- Added new component for displaying headlines.
- Implemented hot news feed component with external API fetching.
- Created dynamic news provider page with routing.
- Developed news organization about page with animations and data fetching.
- Introduced a code of conduct document.
- Implemented a new chat endpoint that utilizes Groq for chat completions based on news articles.
- Added a summarize endpoint that fetches news articles from the database and generates summaries using Groq.
- Introduced a new package "@vueuse/core" for improved reactivity.
- Created a comprehensive command UI component with various subcomponents for better user interaction.
- Developed a scraping module using Scrapy to fetch news articles from Google News.
- Added validation and sanitization for slug parameters in the fetch article endpoint.