Skip to content

Commit

Permalink
deploy: b17aa50
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent 2d9624d commit 68d3b44
Show file tree
Hide file tree
Showing 38 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions command/fix-mismatches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack fix-mismatches --source &#39;package.json&#39;
Expand All @@ -59,7 +59,7 @@ <h3 id="config">config</h3>

<h3 id="types">types</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-t, --types &lt;names&gt;</span></span></code></pre>
<p>Override your <a href="/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>
<p>Override your <a href="/syncpack/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>

<pre><code># only include peerDependencies
syncpack fix-mismatches --types &#39;peer&#39;
Expand All @@ -70,7 +70,7 @@ <h3 id="types">types</h3>

<h3 id="indent">indent</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-i, --indent [value]</span></span></code></pre>
<p>Override your <a href="/config/indent">indent</a> configuration, which is 2 spaces by default.</p>
<p>Override your <a href="/syncpack/config/indent">indent</a> configuration, which is 2 spaces by default.</p>

<pre><code># four spaces
syncpack fix-mismatches --indent &quot; &quot;
Expand Down
4 changes: 2 additions & 2 deletions command/format/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack format --source &#39;package.json&#39;
Expand All @@ -50,7 +50,7 @@ <h3 id="config">config</h3>

<h3 id="indent">indent</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-i, --indent [value]</span></span></code></pre>
<p>Override your <a href="/config/indent">indent</a> configuration, which is 2 spaces by default.</p>
<p>Override your <a href="/syncpack/config/indent">indent</a> configuration, which is 2 spaces by default.</p>

<pre><code># four spaces
syncpack format --indent &quot; &quot;
Expand Down
6 changes: 3 additions & 3 deletions command/lint-semver-ranges/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack lint-semver-ranges --source &#39;package.json&#39;
Expand All @@ -59,7 +59,7 @@ <h3 id="config">config</h3>

<h3 id="types">types</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-t, --types &lt;names&gt;</span></span></code></pre>
<p>Override your <a href="/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>
<p>Override your <a href="/syncpack/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>

<pre><code># only include peerDependencies
syncpack lint-semver-ranges --types &#39;peer&#39;
Expand All @@ -70,7 +70,7 @@ <h3 id="types">types</h3>

<h3 id="indent">indent</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-i, --indent [value]</span></span></code></pre>
<p>Override your <a href="/config/indent">indent</a> configuration, which is 2 spaces by default.</p>
<p>Override your <a href="/syncpack/config/indent">indent</a> configuration, which is 2 spaces by default.</p>

<pre><code># four spaces
syncpack lint-semver-ranges --indent &quot; &quot;
Expand Down
4 changes: 2 additions & 2 deletions command/list-mismatches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack list-mismatches --source &#39;package.json&#39;
Expand All @@ -59,7 +59,7 @@ <h3 id="config">config</h3>

<h3 id="types">types</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-t, --types &lt;names&gt;</span></span></code></pre>
<p>Override your <a href="/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>
<p>Override your <a href="/syncpack/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>

<pre><code># only include peerDependencies
syncpack list-mismatches --types &#39;peer&#39;
Expand Down
4 changes: 2 additions & 2 deletions command/list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack list --source &#39;package.json&#39;
Expand All @@ -59,7 +59,7 @@ <h3 id="config">config</h3>

<h3 id="types">types</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-t, --types &lt;names&gt;</span></span></code></pre>
<p>Override your <a href="/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>
<p>Override your <a href="/syncpack/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>

<pre><code># only include peerDependencies
syncpack list --types &#39;peer&#39;
Expand Down
4 changes: 2 additions & 2 deletions command/prompt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack prompt --source &#39;package.json&#39;
Expand All @@ -59,7 +59,7 @@ <h3 id="config">config</h3>

<h3 id="types">types</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-t, --types &lt;names&gt;</span></span></code></pre>
<p>Override your <a href="/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>
<p>Override your <a href="/syncpack/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>

<pre><code># only include peerDependencies
syncpack prompt --types &#39;peer&#39;
Expand Down
6 changes: 3 additions & 3 deletions command/set-semver-ranges/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack set-semver-ranges --source &#39;package.json&#39;
Expand All @@ -59,7 +59,7 @@ <h3 id="config">config</h3>

<h3 id="types">types</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-t, --types &lt;names&gt;</span></span></code></pre>
<p>Override your <a href="/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>
<p>Override your <a href="/syncpack/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>

<pre><code># only include peerDependencies
syncpack set-semver-ranges --types &#39;peer&#39;
Expand All @@ -70,7 +70,7 @@ <h3 id="types">types</h3>

<h3 id="indent">indent</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-i, --indent [value]</span></span></code></pre>
<p>Override your <a href="/config/indent">indent</a> configuration, which is 2 spaces by default.</p>
<p>Override your <a href="/syncpack/config/indent">indent</a> configuration, which is 2 spaces by default.</p>

<pre><code># four spaces
syncpack set-semver-ranges --indent &quot; &quot;
Expand Down
4 changes: 2 additions & 2 deletions command/update/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<h2 id="cli-options">CLI Options</h2>
<h3 id="source">source</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-s, --source [pattern]</span></span></code></pre>
<p>Override your <a href="/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>
<p>Override your <a href="/syncpack/config/source">source</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only some package.json files.</p>

<pre><code># only the root package
syncpack update --source &#39;package.json&#39;
Expand All @@ -59,7 +59,7 @@ <h3 id="config">config</h3>

<h3 id="types">types</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-t, --types &lt;names&gt;</span></span></code></pre>
<p>Override your <a href="/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>
<p>Override your <a href="/syncpack/config/dependency-types">dependencyTypes</a> configuration to run <code dir="auto">syncpack {props.command}</code> on only eg. <code dir="auto">peerDependencies</code> in every package in your monorepo.</p>

<pre><code># only include peerDependencies
syncpack update --types &#39;peer&#39;
Expand Down
4 changes: 2 additions & 2 deletions config/custom-types/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h4>3. Track them in future</h4>
<p>Now when you run any syncpack command, <code dir="auto">engines.node</code> will also be checked.</p>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="bash" dir="ltr"><code><span class="line"><span style="color:var(--astro-code-token-function)">syncpack</span><span style="color:var(--astro-code-token-string)"> list</span></span></code></pre>
<h4>4. Relax the rules (optional)</h4>
<p>If you don’t want the Node.js version to be identical in every package but do want them all to be compatible with each other, you can use a <a href="/config/version-groups/same-range">Same Range</a> Version Group.</p>
<p>If you don’t want the Node.js version to be identical in every package but do want them all to be compatible with each other, you can use a <a href="/syncpack/config/version-groups/same-range">Same Range</a> Version Group.</p>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="json" dir="ltr"><code><span class="line"><span style="color:var(--astro-code-color-text)">{</span></span>
<span class="line"><span style="color:var(--astro-code-token-keyword)"> &quot;dependencyTypes&quot;</span><span style="color:var(--astro-code-token-punctuation)">:</span><span style="color:var(--astro-code-color-text)"> [</span></span>
<span class="line"><span style="color:var(--astro-code-token-string-expression)"> &quot;dev&quot;</span></span>
Expand Down Expand Up @@ -104,7 +104,7 @@ <h4>3. Track them in future</h4>
<p>Now when you run any syncpack command, <code dir="auto">engines.node</code> will also be checked.</p>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="bash" dir="ltr"><code><span class="line"><span style="color:var(--astro-code-token-function)">syncpack</span><span style="color:var(--astro-code-token-string)"> list</span></span></code></pre>
<h4>4. Relax the rules (optional)</h4>
<p>If you don’t want the Node.js version to be identical in every package but do want them all to be compatible with each other, you can use a <a href="/config/version-groups/same-range">Same Range</a> Version Group.</p>
<p>If you don’t want the Node.js version to be identical in every package but do want them all to be compatible with each other, you can use a <a href="/syncpack/config/version-groups/same-range">Same Range</a> Version Group.</p>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="json" dir="ltr"><code><span class="line"><span style="color:var(--astro-code-color-text)">{</span></span>
<span class="line"><span style="color:var(--astro-code-token-keyword)"> &quot;dependencyTypes&quot;</span><span style="color:var(--astro-code-token-punctuation)">:</span><span style="color:var(--astro-code-color-text)"> [</span></span>
<span class="line"><span style="color:var(--astro-code-token-string-expression)"> &quot;dev&quot;</span></span>
Expand Down
Loading

0 comments on commit 68d3b44

Please sign in to comment.