Skip to content

compare merge automatically merged.#31

Merged
Dargon789 merged 12 commits into
Dargon789-patch-1from
master
Feb 19, 2025
Merged

compare merge automatically merged.#31
Dargon789 merged 12 commits into
Dargon789-patch-1from
master

Conversation

@Dargon789

@Dargon789 Dargon789 commented Feb 18, 2025

Copy link
Copy Markdown
Owner

Summary by Sourcery

This pull request introduces several improvements to the project, including new CI workflows for security scanning and linting, a CircleCI configuration file, updated issue templates, and a security policy document.

Build:

  • Adds a CircleCI configuration file.

CI:

  • Adds a Codacy security scan workflow to analyze code and integrate results with GitHub Advanced Security code scanning.
  • Adds an ESLint workflow to identify and report on patterns in ECMAScript/JavaScript code, and uploads analysis results to GitHub.

Documentation:

  • Adds a SECURITY.md file to inform users about supported versions and how to report vulnerabilities.

Chores:

  • Removes the package-specific labels from the issue templates.
  • Adds issue templates for bug reports, feature requests, and custom issues.

Dargon789 and others added 9 commits July 5, 2024 12:31
* Add .circleci/config.yml

* Delete azure-pipelines.yml
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported          |
| ------- | ------------------ |
| 5.1.x   | ✅ |
| 5.0.x   | ❌                |
| 4.0.x   | ✅ |
| < 4.0   | ❌                |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
…dates (#16)

Bumps the npm_and_yarn group with 2 updates in the / directory: [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) and [micromatch](https://github.com/micromatch/micromatch).


Updates `webdriverio` from 8.13.12 to 9.0.9
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.0.9/packages/webdriverio)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: webdriverio
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates (#18)

Bumps the npm_and_yarn group with 2 updates in the / directory: [body-parser](https://github.com/expressjs/body-parser) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...1.20.3)

Updates `vite` from 4.5.3 to 4.5.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates (#19)

Bumps the npm_and_yarn group with 2 updates in the / directory: [rollup](https://github.com/rollup/rollup) and [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser).


Updates `rollup` from 3.29.4 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.22.4)

Updates `rollup` from 4.21.3 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.22.4)

Updates `@vitest/browser` from 0.32.2 to 2.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/browser)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@vitest/browser"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Legion's  <64915515+Dargon789@users.noreply.github.com>
…dates (#28)

Bumps the npm_and_yarn group with 3 updates in the / directory: [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [nanoid](https://github.com/ai/nanoid) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

Updates `vite` from 4.5.5 to 4.5.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Dargon789 Dargon789 self-assigned this Feb 18, 2025
@codesandbox

codesandbox Bot commented Feb 18, 2025

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz

Copy link
Copy Markdown

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

@github-advanced-security github-advanced-security AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remark-lint (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@vercel

vercel Bot commented Feb 18, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ethereumjs-monorepo ❌ Failed (Inspect) Feb 19, 2025 7:00pm
ethereumjs-monorepo-781k ❌ Failed (Inspect) Feb 19, 2025 7:00pm
ethereumjs-vite-vue-project ❌ Failed (Inspect) Feb 19, 2025 7:00pm
my-vue-app-react ❌ Failed (Inspect) Feb 19, 2025 7:00pm
nuxtjs ❌ Failed (Inspect) Feb 19, 2025 7:00pm
vite ❌ Failed (Inspect) Feb 19, 2025 7:00pm

@sourcery-ai

sourcery-ai Bot commented Feb 18, 2025

Copy link
Copy Markdown

Reviewer's Guide by Sourcery

This pull request includes several updates: It modifies issue templates by removing the labels field, updates the body-parser dependency in the @ethereumjs/client package, adds new workflow files for Codacy and ESLint, introduces new issue templates for bug reports and feature requests, adds a CircleCI configuration file, and includes a security policy file.

Updated class diagram for Issue Templates

classDiagram
    class BugReport {
      **Describe the bug**
      **To Reproduce**
      **Expected behavior**
      **Screenshots**
      **Desktop (OS, Browser, Version)**
      **Smartphone (Device, OS, Browser, Version)**
      **Additional context**
    }

    class FeatureRequest {
      **Problem Description**
      **Proposed Solution**
      **Alternatives Considered**
      **Additional context**
    }

    class CustomIssueTemplate {
      **Description**
    }

    note for BugReport "New issue template for reporting bugs"
    note for FeatureRequest "New issue template for requesting features"
    note for CustomIssueTemplate "New custom issue template"
Loading

File-Level Changes

Change Details Files
The pull request updates issue templates by removing the labels field and adding a newlines.
  • Removed the labels field from multiple issue templates.
  • Added newlines to the end of the issue templates.
.github/ISSUE_TEMPLATE/package--ethereumjs-block.md
.github/ISSUE_TEMPLATE/package--ethereumjs-blockchain.md
.github/ISSUE_TEMPLATE/package--ethereumjs-client.md
.github/ISSUE_TEMPLATE/package--ethereumjs-common.md
.github/ISSUE_TEMPLATE/package--ethereumjs-devp2p.md
.github/ISSUE_TEMPLATE/package--ethereumjs-ethash.md
.github/ISSUE_TEMPLATE/package--ethereumjs-evm.md
.github/ISSUE_TEMPLATE/package--ethereumjs-statemanager.md
.github/ISSUE_TEMPLATE/package--ethereumjs-trie.md
.github/ISSUE_TEMPLATE/package--ethereumjs-tx.md
.github/ISSUE_TEMPLATE/package--ethereumjs-util.md
.github/ISSUE_TEMPLATE/package--ethereumjs-verkle.md
.github/ISSUE_TEMPLATE/package--ethereumjs-vm.md
.github/ISSUE_TEMPLATE/package--monorepo.md
.github/ISSUE_TEMPLATE/package--rlp.md
.github/ISSUE_TEMPLATE/general.md
The pull request updates the body-parser dependency version in the @ethereumjs/client package.
  • Updated the body-parser dependency from version 1.19.2 to 1.20.3.
packages/client/package.json
The pull request adds new workflow files for Codacy and ESLint.
  • Added a new workflow file for Codacy security scans.
  • Added a new workflow file for ESLint code analysis.
.github/workflows/codacy.yml
.github/workflows/eslint.yml
The pull request adds new issue templates for bug reports and feature requests.
  • Added a new issue template for bug reports.
  • Added a new issue template for feature requests.
  • Added a new custom issue template.
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/custom.md
The pull request adds a new CircleCI configuration file.
  • Added a new CircleCI configuration file.
.circleci/config.yml
The pull request adds a new security policy file.
  • Added a new security policy file.
SECURITY.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@socket-security

socket-security Bot commented Feb 18, 2025

Copy link
Copy Markdown

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@vitest/browser@0.32.4 🔁 npm/@vitest/browser@0.32.2 Transitive: environment, filesystem, network, shell +31 189 MB oreanno
npm/body-parser@1.20.3 🔁 npm/body-parser@1.20.2 Transitive: environment, eval, filesystem, unsafe +14 849 kB ulisesgascon

🚮 Removed packages: npm/rustbn-wasm@0.4.0

View full report↗︎

@socket-security

socket-security Bot commented Feb 18, 2025

Copy link
Copy Markdown

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

sourcery-ai[bot]
sourcery-ai Bot previously approved these changes Feb 18, 2025

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hey @Dargon789 - I've reviewed your changes - here's some feedback:

Overall Comments:

  • This PR introduces several new files; consider adding a description of their purpose in the PR description.
  • It looks like the labels were removed from the issue templates, is this intentional?
Here's what I looked at during the review
  • 🟡 General issues: 2 issues found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread .github/workflows/eslint.yml
Comment thread .circleci/config.yml
@Dargon789 Dargon789 enabled auto-merge (squash) February 18, 2025 14:39
@Dargon789 Dargon789 linked an issue Feb 18, 2025 that may be closed by this pull request
1 task
@vercel vercel Bot temporarily deployed to Preview – ethereumjs-monorepo February 18, 2025 15:43 Inactive
@vercel vercel Bot temporarily deployed to Production – ethereumjs-monorepo-781k February 19, 2025 18:43 Inactive
@vercel vercel Bot temporarily deployed to Production – nuxtjs February 19, 2025 18:47 Inactive
@vercel vercel Bot temporarily deployed to Production – ethereumjs-vite-vue-project February 19, 2025 18:50 Inactive
@vercel vercel Bot temporarily deployed to Production – vite February 19, 2025 18:53 Inactive
@vercel vercel Bot temporarily deployed to Production – my-vue-app-react February 19, 2025 18:57 Inactive
@vercel vercel Bot temporarily deployed to Production – ethereumjs-monorepo February 19, 2025 19:00 Inactive
@Dargon789 Dargon789 merged commit 3a68385 into Dargon789-patch-1 Feb 19, 2025
Dargon789 added a commit that referenced this pull request Mar 10, 2025
Dargon789 added a commit that referenced this pull request Mar 10, 2025
Dargon789 added a commit that referenced this pull request Mar 13, 2025
Dargon789 added a commit that referenced this pull request Mar 13, 2025
Dargon789 added a commit that referenced this pull request Apr 18, 2025
* compare merge automatically merged. (#31)

* Circleci project setup (#15)

* Add .circleci/config.yml

* Delete azure-pipelines.yml

* Create SECURITY.md

# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported          |
| ------- | ------------------ |
| 5.1.x   | ✅ |
| 5.0.x   | ❌                |
| 4.0.x   | ✅ |
| < 4.0   | ❌                |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.

* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#16)

Bumps the npm_and_yarn group with 2 updates in the / directory: [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) and [micromatch](https://github.com/micromatch/micromatch).


Updates `webdriverio` from 8.13.12 to 9.0.9
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.0.9/packages/webdriverio)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: webdriverio
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create codacy.yml

* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#18)

Bumps the npm_and_yarn group with 2 updates in the / directory: [body-parser](https://github.com/expressjs/body-parser) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.2...1.20.3)

Updates `vite` from 4.5.3 to 4.5.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#19)

Bumps the npm_and_yarn group with 2 updates in the / directory: [rollup](https://github.com/rollup/rollup) and [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser).


Updates `rollup` from 3.29.4 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.22.4)

Updates `rollup` from 4.21.3 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.22.4)

Updates `@vitest/browser` from 0.32.2 to 2.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/browser)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@vitest/browser"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create eslint.yml

Signed-off-by: Legion's  <64915515+Dargon789@users.noreply.github.com>

* Update issue templates

* build(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#28)

Bumps the npm_and_yarn group with 3 updates in the / directory: [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [nanoid](https://github.com/ai/nanoid) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

Updates `vite` from 4.5.5 to 4.5.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create CNAME

* Update CNAME

* Revert "build(deps): bump the npm_and_yarn group across 1 directory with 2 up…" (#30)

This reverts commit 5f22892.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Legion's  <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "compare merge automatically merged. (#31)" (#39)

This reverts commit 3a68385.

* Revert "Revert "compare merge automatically merged. (#31)" (#39)" (#46)

This reverts commit bce0b73.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Legion's  <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment