Skip to content

Webpage: Use most modern tools#10170

Merged
jdx merged 1 commit into
jdx:mainfrom
cclauss:webpage-most-modern-tools
May 31, 2026
Merged

Webpage: Use most modern tools#10170
jdx merged 1 commit into
jdx:mainfrom
cclauss:webpage-most-modern-tools

Conversation

@cclauss

@cclauss cclauss commented May 31, 2026

Copy link
Copy Markdown
Contributor

At the top of https://mise.jdx.dev energize users with the most modern tools.

- <pre><code>$ mise use node@24 python@3.13 terraform@1<br />✓ wrote mise.toml<br /><br />$ mise install<br />✓ installed 3 tools</code></pre>
+ <pre><code>$ mise use node@26 python@3.14 terraform@1<br />✓ wrote mise.toml<br /><br />$ mise install<br />✓ installed 3 tools</code></pre>

https://nodejs.org/en/about/previous-releases -- Node.js v26 was released on May 05, 2026.
https://devguide.python.org/versions -- Python v3.14 was released on October 07, 2025.

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

Copy link
Copy Markdown
Contributor

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 quickstart example in the documentation to use newer versions of Node.js and Python. The reviewer correctly pointed out that using unreleased versions like node@26 and python@3.14 will cause the command to fail for users, and provided a suggestion to use stable or LTS versions instead.

Comment thread docs/index.md
@greptile-apps

greptile-apps Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates the landing page demo snippet on docs/index.md to reference newer tool versions, changing node@24 to node@26 and python@3.13 to python@3.14 while keeping terraform@1 unchanged.

  • Single-line change in the homepage hero section; no logic, config, or build changes are involved.
  • terraform@1 is left at its major-version pin, which is already a "latest 1.x" reference and likely does not need updating.

Confidence Score: 5/5

A one-line documentation update bumping example version numbers; no code, config, or runtime behavior is affected.

The change touches only a static HTML snippet embedded in the homepage Markdown. There are no logic paths, API calls, or build artefacts affected — the edit purely updates display text.

No files require special attention.

Important Files Changed

Filename Overview
docs/index.md Updates the homepage demo snippet versions from node@24/python@3.13 to node@26/python@3.14 to showcase more current tooling.

Reviews (1): Last reviewed commit: "Webpage: Use most modern tools" | Re-trigger Greptile

@jdx jdx enabled auto-merge (squash) May 31, 2026 12:45
@jdx jdx merged commit 11309f8 into jdx:main May 31, 2026
33 checks passed
@cclauss cclauss deleted the webpage-most-modern-tools branch May 31, 2026 14:24
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.

2 participants