Skip to content

Feature: feature/member-site to dev#176

Open
github-actions[bot] wants to merge 25 commits intodevfrom
feature/member-site
Open

Feature: feature/member-site to dev#176
github-actions[bot] wants to merge 25 commits intodevfrom
feature/member-site

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated PR tracking changes from feature/member-site into dev.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Apr 17, 2026

Dependency Review

The following issues were found:

  • ❌ 1 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 9 package(s) with unknown licenses.
  • ⚠️ 1 packages with OpenSSF Scorecard issues.

View full job summary

Comment thread sites/hacklytics2027/components/sections/TracksSection.tsx Fixed
Comment thread sites/hacklytics2027/components/sections/PrizeAndSpeakerSection.tsx Fixed
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Apr 18, 2026
Comment thread packages/api/src/middleware/security.ts Fixed
aamoghS added 2 commits April 20, 2026 20:56
Comment thread packages/api/src/routers/admin.ts Fixed
Comment thread packages/api/src/routers/events.ts Fixed
Comment thread packages/api/src/routers/events.ts Fixed
Comment thread packages/api/src/routers/hackathon.ts Fixed
Comment thread packages/api/src/routers/hackathon.ts Fixed
Comment thread packages/api/src/middleware/security.ts Fixed
Comment thread packages/api/src/trpc.ts Fixed
@aamoghS aamoghS force-pushed the feature/member-site branch from b385833 to eb6e8ce Compare April 21, 2026 03:52
Comment thread packages/api/src/routers/admin.ts Fixed
Comment thread packages/api/src/routers/events.ts Fixed
Comment thread packages/api/src/routers/hackathon.ts Fixed
Comment thread packages/api/src/routers/hackathon.ts Fixed
aamoghS and others added 9 commits April 23, 2026 14:18
…version'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ort, function or class'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…version'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ort, function or class'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…version'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ort, function or class'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…version'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
listAll: isAdmin.query(async ({ ctx }) => {
const cacheKey = `events:list:all`;
const cached = ctx.cache.get<typeof allEvents>(cacheKey);
const cached = ctx.cache.get<Awaited<ReturnType<typeof ctx.db!.query.events.findMany>>>(cacheKey);
listAll: isAdmin.query(async ({ ctx }) => {
const cacheKey = `events:list:all`;
const cached = ctx.cache.get<typeof allEvents>(cacheKey);
const cached = ctx.cache.get<Awaited<ReturnType<typeof ctx.db!.query.events.findMany>>>(cacheKey);
listAll: isAdmin.query(async ({ ctx }) => {
const cacheKey = `events:list:all`;
const cached = ctx.cache.get<typeof allEvents>(cacheKey);
const cached = ctx.cache.get<Awaited<ReturnType<typeof ctx.db!.query.events.findMany>>>(cacheKey);
Comment thread packages/api/src/routers/hackathon.ts Fixed
Comment thread packages/api/src/routers/hackathon.ts Fixed
Comment thread packages/api/src/routers/hackathon.ts Fixed
Comment thread sites/hacklytics2027/components/sections/TracksSection.tsx Fixed
aamoghS and others added 2 commits April 23, 2026 14:36
…version'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ort, function or class'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Comment thread packages/api/src/routers/hackathon.ts Fixed
aamoghS and others added 2 commits April 23, 2026 14:38
…ode'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…version'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
// Check cache first
const cached = ctx.cache.get<typeof allHackathons>(cacheKey);
if (cached) return cached;
return ctx.cache.get<Awaited<ReturnType<typeof ctx.db!.query.hackathons.findMany>>>(cacheKey);
// Check cache first
const cached = ctx.cache.get<typeof allHackathons>(cacheKey);
if (cached) return cached;
return ctx.cache.get<Awaited<ReturnType<typeof ctx.db!.query.hackathons.findMany>>>(cacheKey);
// Check cache first
const cached = ctx.cache.get<typeof allHackathons>(cacheKey);
if (cached) return cached;
return ctx.cache.get<Awaited<ReturnType<typeof ctx.db!.query.hackathons.findMany>>>(cacheKey);
const cached = ctx.cache.get<typeof allEvents>(cacheKey);
if (cached) return cached;
const cached = ctx.cache.get<Awaited<ReturnType<typeof ctx.db!.query.events.findMany>>>(cacheKey);
if (cached !== undefined) return cached;
aamoghS added 2 commits April 23, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull dependencies Pull requests that update a dependency file feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants