-
Notifications
You must be signed in to change notification settings - Fork 375
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
docs: mocha app v2.0.0 #1669
docs: mocha app v2.0.0 #1669
Conversation
WalkthroughThis update enhances the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant Core
participant Node
User->>App: Requests update
App->>Core: Fetch latest version
Core-->>App: Returns v1.39.0-tm-v0.34.29
App->>Node: Fetch latest version
Node-->>App: Returns v0.16.0-rc0
App-->>User: Provides updated versions
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .vitepress/constants/mocha_versions.js (1 hunks)
Additional comments not posted (6)
.vitepress/constants/mocha_versions.js (6)
2-2
: Update approved forapp-latest-tag
.The
app-latest-tag
has been correctly updated tov1.14.0
.
3-3
: Update approved forapp-latest-sha
.The
app-latest-sha
has been correctly updated tob6db108a444c234e4b4656031d876bc45421c5f3
.
4-4
: Update approved forcore-latest-tag
.The
core-latest-tag
has been correctly updated tov1.39.0-tm-v0.34.29
.
5-5
: Update approved forcore-latest-sha
.The
core-latest-sha
has been correctly updated to6333e56ff954fae056f628ad0fe459409a0b3fcd
.
6-6
: Update approved fornode-latest-tag
.The
node-latest-tag
has been correctly updated tov0.16.0-rc0
.
7-7
: Update approved fornode-latest-sha
.The
node-latest-sha
has been correctly updated to603288597fbd82c44aaa0a0ac8d187cac1860431
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .vitepress/constants/mocha_versions.js (1 hunks)
Additional comments not posted (3)
.vitepress/constants/mocha_versions.js (3)
2-3
: LGTM forapp
updates.The updates to
app-latest-tag
andapp-latest-sha
are clear and straightforward. Ensure that these values are accurate and reflect the latest release.
4-5
: LGTM forcore
updates.The updates to
core-latest-tag
andcore-latest-sha
are appropriate. Ensure these values match the intended release updates.
6-7
: LGTM fornode
updates.The updates to
node-latest-tag
andnode-latest-sha
are clear and straightforward. Verify that these values are accurate and reflect the latest release.
51cf0f6
to
1c713eb
Compare
Draft PR until Mocha bumps to app v2.0.0 (ETA August 21) |
Yikes the GH action pushed directly to this branch instead of creating a new PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .vitepress/constants/mocha_versions.js (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- .vitepress/constants/mocha_versions.js
Description
Mocha will upgrade to app v2.0.0 on August 21. Let's hold off on merging this until https://github.com/celestiaorg/devops/issues/892 is resolved.
Summary by CodeRabbit
New Features
Bug Fixes