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

Upgrade: Bump @hint versions #1218

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</ol>
<h2 id=step-1-install-nodejs-and-yarn>Step 1: Install Node.js and yarn<a href="#step-1-install-nodejs-and-yarn" class="headerlink" title="Step 1: Install Node.js and yarn"></a></h2><p>Go to <a target="_blank" href="https://nodejs.org/en/download/current/" ><code>nodejs.org</code></a> to download and install the latest stable
version of <code>Node.js</code> for your operating system.</p>
<p>Go to <a target="_blank" href="https://classic.yarnpkg.com" ><code>https://classic.yarnpkg.com</code></a> to download and install the latest stable
version of <code>classic yarn</code> for your operating system, <b>yarn v2 is not supported yet</b>. <code>webhint</code> uses <a target="_blank" href="https://yarnpkg.com/en/docs/workspaces" ><code>yarn</code>’s
<p>Go to <a target="_blank" href="https://yarnpkg.com" ><code>yarnpkg.com</code></a> to download and install the latest stable
version of <code>yarn</code> for your operating system. <code>webhint</code> uses <a target="_blank" href="https://yarnpkg.com/en/docs/workspaces" ><code>yarn</code>’s
<code>workspaces</code></a> feature to maintain several packages in
the same GitHub repo.</p>
<h2 id=step-2-fork-and-checkout-your-own-webhint-repository>Step 2: Fork and checkout your own webhint repository<a href="#step-2-fork-and-checkout-your-own-webhint-repository" class="headerlink" title="Step 2: Fork and checkout your own webhint repository"></a></h2><p>Go to <a target="_blank" href="https://github.com/webhintio/hint" >https://github.com/webhintio/hint</a> and click the <code>Fork</code> button.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/user-guide/concepts/formatters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<ul>
<li><p><a target="_blank" href="https://npmjs.com/package/@hint/formatter-json" ><code>@hint/formatter-json</code></a> does a <code>JSON.stringify()</code> of
the results. Output is not user friendly:</p>
<p><img src="/static/images/json-output-6f15a72cc8.png" alt="Example output for the json formatter"></p>
<p><img src="/static/images/json-output-2bb9d2f869.png" alt="Example output for the json formatter"></p>
</li>
<li><p><a target="_blank" href="https://npmjs.com/package/@hint/formatter-stylish" ><code>@hint/formatter-stylish</code></a> prints the results in
table format indicating the resource, line, and column:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/user-guide/configurations/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/user-guide/formatters/formatter-json/index.html

Large diffs are not rendered by default.

Binary file modified docs/docs/user-guide/formatters/images/json-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

38 changes: 26 additions & 12 deletions docs/docs/user-guide/hints/hint-detect-css-reflows/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ <h2 id=why-is-this-important>Why is this important?<a href="#why-is-this-importa
</li>
</ul>
</li>
<li><p><a target="_blank" href="https://www.stevesouders.com/blog/2010/02/10/5a-missing-schema-double-download/" >Internet Explorer 7 and 8 will download a stylesheet twice if
protocol-relative URLs are used for <code>&lt;link&gt;</code>s or <code>@import</code>s</a>.</p>
</li>
</ul>
</li>
<li><p>Security</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/user-guide/index.html

Large diffs are not rendered by default.

Binary file modified docs/docs/user-guide/parsers/images/json-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading