Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mocha_versions.js #1751

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .vitepress/constants/mocha_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const mochaVersions = Object.freeze({
"app-latest-sha": "d3f8b2997fcbc8e7f43785a9513b2d0c91675087",
"core-latest-tag": "v1.40.1-tm-v0.34.29-rc0",
"core-latest-sha": "0d2b63836d0f4587e162bfded58f53fba238e69c",
"node-latest-tag": "v0.16.2-mocha",
"node-latest-sha": "3cbf4359592cdcc28694ea7add33ab0476624510",
"node-latest-tag": "v0.18.2-mocha",
"node-latest-sha": "4309c8349857638b033a2a278da0f8ab182fdb26",
Comment on lines +6 to +7
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Codebase verification

Pre-release Tag Detected

The node-latest-tag v0.18.2-mocha is marked as a prerelease. Please confirm if this is intentional to ensure stability and proper usage.

🔗 Analysis chain

LGTM. Please verify the new versions.

The updates to the node-latest-tag and node-latest-sha appear to be correct. The version has been bumped from 0.16.2 to 0.18.2, which is a reasonable increment.

To ensure the accuracy of these changes, please confirm:

  1. The new versions (v0.18.2-mocha and the corresponding SHA) are the latest stable releases.
  2. These versions have been properly tested with the current codebase.

You can verify the latest releases by checking the official Mocha repository or release page. Here's a script to help verify the tag:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the latest Mocha tag

# Test: Check if the tag exists in the Mocha repository
gh release view v0.18.2-mocha --repo celestiaorg/celestia-node

# If the above command fails, it means the tag doesn't exist or there's an issue with the GitHub CLI.
# In that case, you can manually check the releases page:
# https://github.com/celestiaorg/celestia-node/releases

Length of output: 2284

});
export default mochaVersions;
Loading