Skip to content

Feature: feature/member-site to dev#155

Merged
aamoghS merged 15 commits intodevfrom
feature/member-site
Apr 5, 2026
Merged

Feature: feature/member-site to dev#155
aamoghS merged 15 commits intodevfrom
feature/member-site

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 2, 2026

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

aamoghS added 3 commits April 2, 2026 14:04
Potential fix for code scanning alert no. 22: Unused variable, import, function or class
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 2, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 7 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA c671de5.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

License Issues

packages/api/package.json

PackageVersionLicenseIssue Type
@trpc/client^11.8.0NullUnknown License
@trpc/next^11.8.0NullUnknown License
@trpc/react-query^11.8.0NullUnknown License
@trpc/server^11.8.0NullUnknown License

sites/mainweb/package.json

PackageVersionLicenseIssue Type
@trpc/client^11.8.0NullUnknown License
@trpc/next^11.8.0NullUnknown License
@trpc/react-query^11.8.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@trpc/client ^11.8.0 UnknownUnknown
npm/@trpc/next ^11.8.0 UnknownUnknown
npm/@trpc/react-query ^11.8.0 UnknownUnknown
npm/@trpc/server ^11.8.0 UnknownUnknown
npm/@trpc/client ^11.8.0 UnknownUnknown
npm/@trpc/next ^11.8.0 UnknownUnknown
npm/@trpc/react-query ^11.8.0 UnknownUnknown

Scanned Files

  • packages/api/package.json
  • sites/mainweb/package.json

aamoghS and others added 3 commits April 3, 2026 13:37
…ort, function or class'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@aamoghS
Copy link
Copy Markdown
Member

aamoghS commented Apr 3, 2026

@aamoghS pnpm error is caused by the db folder not containing the new routes

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Apr 5, 2026
const [success, setSuccess] = useState(false);
const [isChecking, setIsChecking] = useState(true);
const [isPaying, setIsPaying] = useState(false);
const [isPaying, setIsPaying] = useState(false);
@aamoghS
Copy link
Copy Markdown
Member

aamoghS commented Apr 5, 2026

just had to patch the new typescript features with ts6.0

Copy link
Copy Markdown
Member

@aamoghS aamoghS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SG

@aamoghS aamoghS merged commit 57589ab into dev Apr 5, 2026
7 checks passed
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