Skip to content

Main v3#506

Closed
Dargon789 wants to merge 3 commits into
masterfrom
main-v3
Closed

Main v3#506
Dargon789 wants to merge 3 commits into
masterfrom
main-v3

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

No description provided.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 4958

@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
wagmi-project Canceled Canceled May 2, 2026 0:09am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
sequence-js-docs Skipped Skipped May 2, 2026 0:09am
sequence-js-web Skipped Skipped May 2, 2026 0:09am

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented May 2, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Comment thread packages/wallet/primitives-cli/src/subcommands/server.ts Fixed
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the repository's base branch to main, removes several configuration files including SECURITY.md and .codesandbox/tasks.json, and updates dependencies and scripts in the extras packages. Feedback indicates that several specified dependency versions are invalid or not yet published, the syncpack hook in lefthook.yml is missing necessary directory patterns, and the removal of the security policy leaves the project without a vulnerability reporting process.

I am having trouble creating individual review comments. Click here to see my feedback.

extras/docs/package.json (15-27)

high

Several dependency versions specified here (e.g., next@^15.5.14, react@^19.2.3, eslint@^9.39.2, typescript@^5.9.3, and @types/node@^25.3.0) do not currently exist on the public npm registry. This will cause installation failures for users and CI environments. Please ensure you are using valid, published versions.

extras/web/package.json (15-27)

high

Similar to the docs package, these dependency versions (e.g., next@^15.5.14, eslint@^9.39.2) appear to be invalid or not yet published. Please verify and use correct versions to avoid build breakages.

lefthook.yml (10-14)

medium

The syncpack hook glob is incomplete. It only monitors package.json in the root and packages/ directory, but the root package.json configuration for syncpack also includes extras/ and repo/. Changes to package.json files in those directories will not trigger this pre-commit check, potentially leading to out-of-sync dependencies across the monorepo.

    syncpack:
      glob:
        - "package.json"
        - "packages/**/package.json"
        - "extras/**/package.json"
        - "repo/**/package.json"
      run: pnpm deps:lint

SECURITY.md (1-20)

security-medium medium

The SECURITY.md file is being removed without a replacement. It is highly recommended to maintain a security policy and a clear process for reporting vulnerabilities. If the previous content was incorrect (e.g., the contact email), it should be updated rather than deleted.

… through a stack trace'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@vercel vercel Bot temporarily deployed to Preview – sequence-js-docs May 2, 2026 12:09 Inactive
@vercel vercel Bot temporarily deployed to Preview – sequence-js-web May 2, 2026 12:09 Inactive
return this.fetch(
this.url('RuntimeStatus'),
createHTTPRequest({}, headers, signal)
).then((res) => {
Comment on lines +139 to +145

export type ExplicitSessionParams = {
chainId: number
expiresIn: SessionDuration
permissions: Permission.Permission[]
nativeTokenSpending?: NativeTokenSpending
}
Repository owner deleted a comment from vercel Bot May 2, 2026
@Dargon789 Dargon789 closed this May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants