Skip to content

chore(deps-dev): bump eslint-plugin-react-refresh from 0.4.22 to 0.4.24 in /ai-task-manager/frontend - #10

Closed
dependabot[bot] wants to merge 33 commits into
mainfrom
dependabot/npm_and_yarn/ai-task-manager/frontend/eslint-plugin-react-refresh-0.4.24
Closed

chore(deps-dev): bump eslint-plugin-react-refresh from 0.4.22 to 0.4.24 in /ai-task-manager/frontend#10
dependabot[bot] wants to merge 33 commits into
mainfrom
dependabot/npm_and_yarn/ai-task-manager/frontend/eslint-plugin-react-refresh-0.4.24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Copy link
Copy Markdown

Bumps eslint-plugin-react-refresh from 0.4.22 to 0.4.24.

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.24

  • Add "generateImageMetadata", "generateSitemaps" & "generateStaticParams" to allowExportNames in Next config

v0.4.23

  • Add "metadata", "generateMetadata" & "generateViewport" to allowExportNames in Next config
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.24

  • Add "generateImageMetadata", "generateSitemaps" & "generateStaticParams" to allowExportNames in Next config

0.4.23

  • Add "metadata", "generateMetadata" & "generateViewport" to allowExportNames in Next config
Commits
  • 6368815 Add generate{ImageMetadata,Sitemaps,StaticParams} to Next config [publish] (#92)
  • 1d436ff More allowExportNames in Next config (fixes #90) [publish]
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

- Step 0: Python baseline implementation
- Step 1: Direct Jac translation with classes and methods
- Step 2: Object declarations with 'has' fields
- Step 3: Implementation separation (simplified version)
- Step 4: Walker-based graph traversal architecture
- Step 5: Scale-agnostic cloud deployment patterns
- Step 6: AI-enhanced gameplay with intelligent hints
- Updated README with tutorial overview and instructions
- Removed guess_game3.impl.jac (unused file with syntax errors)
- Fixed guess_game6.jac for loop syntax issue
- All tutorial steps now tested and working properly
✨ Features:
- Complete Jac tutorial (guess_game1-6) with Steps 5&6 implemented
- AI-powered task manager backend (task_manager_final.jac)
- Stunning TypeScript React frontend with Tailwind CSS
- Service-ready architecture with walker patterns
- Smart AI categorization and productivity insights
- Glassmorphism design with modern UX/UI
- Full project documentation

🎯 Tech Stack:
- Backend: Jac Language (graph-based AI programming)
- Frontend: TypeScript + React + Vite + Tailwind CSS
- Package Management: Yarn
- Deployment Ready: Vercel (frontend) + cloud (backend)

📁 Structure:
- Tutorial files preserved in root
- AI Task Manager in dedicated subfolder
- Clean separation between learning and production code
- Full React TypeScript PWA with offline capabilities
- FastAPI backend with Jac integration and AI fallback
- Auto-switching between backend and local storage modes
- PWA manifest, service worker, and installable features
- Vercel deployment configuration ready
- Complete system architecture documentation
- Remove unused backendStatus variable in autoSwitchingApi
- Fix parameter types in backendApi filter functions
- Update HealthCheckResponse and ServiceInfoResponse types
- Add optional backend_info and error properties to match API responses
- Build now completes successfully without TypeScript errors
- Add vercel.json at repo root with proper build paths
- Update .gitignore to exclude .vercel deployment config
- Enable CLI deployment with correct subdirectory handling
- Ready for root directory deployment configuration
…entation

- Fix vercel.json root directory configuration for proper deployment
- Add AI setup guide with Gemini integration instructions
- Add integration guide for backend services
- Add task input guide with HTML examples
- Add implementation guides for next level features
- Add Gemini-based task manager implementation
- Add backend startup scripts for Windows
- Update project documentation with deployment info
…framework

- Transform README to properly showcase Jaseci/Jac framework as main technology
- Position AI Task Manager as flagship demonstration application
- Add comprehensive architecture overview with learning progression
- Document Walker pattern and graph-based programming concepts
- Include complete setup guide from basics to production deployment
- Add live demo links and real AI integration examples
- Provide learning resources and tutorial progression guide
- Highlight auto-switching architecture and production features
- Create proper framework documentation positioning project correctly
…wind CSS 4

✨ Features implemented:
- Professional X-inspired UI with TaskManagerPro component
- Latest Tailwind CSS 4.1.13 with modern design system
- Complete PWA with service worker, offline support, notifications
- AI integration with byllm and Gemini API for task analysis
- Smart date parsing and task templates
- Theme switching with proper dark mode
- Auto-switching API service with fallback handling
- Task categorization and priority management
- Real-time backend status monitoring

🏗️ Architecture:
- Frontend: React + TypeScript + Vite 7.1.7
- Backend: FastAPI + Jaseci/Jac + byllm + Gemini 2.0
- Styling: Tailwind CSS 4.1.13 with @tailwindcss/vite plugin
- PWA: Complete offline support with smart caching

Ready for Vercel deployment with unified frontend/backend setup.
rayklanderman and others added 3 commits October 3, 2025 18:17
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.22 to 0.4.24.
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.22...v0.4.24)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
@dependabot @github

dependabot Bot commented on behalf of github Nov 6, 2025

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ai-task-manager/frontend/eslint-plugin-react-refresh-0.4.24 branch November 6, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant