fixing #292
Conversation
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.0.0 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `@types/react` from 19.1.3 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.2.17 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…ulti-b0dfc253ff Bump react and @types/react
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|
Too many files changed for review. ( Bypass the limit by tagging |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_281e8d23-7f27-4946-99e3-d23e0cf7dacd) |
|
Visit the preview URL for this PR (updated for commit e31dced): https://hacklytics2027--pr-292-ebci0jsy.web.app (expires Sat, 11 Jul 2026 05:22:43 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c48ba34db61581e25fe2978355160b5eefe0e83f |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_68156949-628b-481d-91c5-1a21b5f2badb) |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_ae56aecb-4128-4f91-8cc1-d22dd03e65f0) |
| FaFire, FaMapMarkedAlt, FaBrain, | ||
| FaRobot, FaPlay, FaVolumeUp | ||
| } from "react-icons/fa"; | ||
| import { FiCheckCircle, FiLock, FiAward } from "react-icons/fi"; |
| }; | ||
|
|
||
| // Achievements Definition | ||
| const achievements: Achievement[] = useMemo(() => [ |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_e1612e88-9e97-483b-a084-ba4a97d3c8c8) |
Note
Medium Risk
Changes alter what gets built and how Firebase deploy runs on main/PRs, which can break or duplicate live/preview hosting if misconfigured; Graphify output in-repo is low runtime risk but adds noise.
Overview
Firebase Hosting for Hacklytics is retargeted so CI builds only
hacklytics2027(viapnpm turbo run build --filter=hacklytics2027) instead of the full monorepo, pins Node 22.23.1 on deploy workflows, and sets FirebaseentryPoint: "."on merge/PR deploy actions. PR previews now pass an explicitchannelId(pr-<number>). A newdeploy-hacklytics.ymlworkflow deploys onmainpush and all PRs with the same build/deploy settings.Graphify support is added:
.graphifyignore,.gitignoreentries forgraphify-out/cache/andcost.json, and committedgraphify-out/report artifacts (GRAPH_REPORT.md, labels, manifest).Remaining diff is mostly formatting (YAML quote style, CodeQL step indentation, bug report template, VS Code settings newline) plus minor doc whitespace in
GCP_SETUP.mdand a trailing newline onfirebase.json.Reviewed by Cursor Bugbot for commit e31dced. Bugbot is set up for automated code reviews on this repo. Configure here.