From 68d3b446dc5825a457ce7433e9b6aa4c06a9b7f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:34:04 +0000 Subject: [PATCH] deploy: b17aa5063a5b16ff0f61fb81b79d3b1cd7bdf34a --- command/fix-mismatches/index.html | 6 ++--- command/format/index.html | 4 ++-- command/lint-semver-ranges/index.html | 6 ++--- command/list-mismatches/index.html | 4 ++-- command/list/index.html | 4 ++-- command/prompt/index.html | 4 ++-- command/set-semver-ranges/index.html | 6 ++--- command/update/index.html | 4 ++-- config/custom-types/index.html | 4 ++-- config/dependency-types/index.html | 2 +- config/semver-groups/ignored/index.html | 2 +- config/semver-groups/with-range/index.html | 2 +- config/version-groups/banned/index.html | 2 +- config/version-groups/ignored/index.html | 2 +- .../version-groups/lowest-version/index.html | 2 +- config/version-groups/pinned/index.html | 2 +- config/version-groups/same-range/index.html | 4 ++-- config/version-groups/snapped-to/index.html | 2 +- config/version-groups/standard/index.html | 2 +- .../index.html | 2 +- examples/pnpm-workspace-protocol/index.html | 2 +- examples/sync-engines-in-monorepo/index.html | 2 +- .../index.html | 2 +- guide/getting-started/index.html | 16 ++++++------- guide/local-package-versions/index.html | 10 ++++---- guide/semver-groups/index.html | 2 +- guide/status-codes/index.html | 22 +++++++++--------- guide/version-groups/index.html | 2 +- integrations/intellisense/index.html | 2 +- pagefind/fragment/en_1e19f9a.pf_fragment | Bin 4648 -> 0 bytes pagefind/fragment/en_438d838.pf_fragment | Bin 0 -> 4656 bytes pagefind/index/en_4c89b0b.pf_index | Bin 0 -> 6167 bytes pagefind/index/en_7eed46a.pf_index | Bin 0 -> 31020 bytes pagefind/index/en_bb1ae73.pf_index | Bin 6163 -> 0 bytes pagefind/index/en_ffdcd8a.pf_index | Bin 31012 -> 0 bytes pagefind/pagefind-entry.json | 2 +- pagefind/pagefind.en_f01d8b5d29.pf_meta | Bin 469 -> 0 bytes pagefind/pagefind.en_f84b9bdf5f.pf_meta | Bin 0 -> 469 bytes 38 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 pagefind/fragment/en_1e19f9a.pf_fragment create mode 100644 pagefind/fragment/en_438d838.pf_fragment create mode 100644 pagefind/index/en_4c89b0b.pf_index create mode 100644 pagefind/index/en_7eed46a.pf_index delete mode 100644 pagefind/index/en_bb1ae73.pf_index delete mode 100644 pagefind/index/en_ffdcd8a.pf_index delete mode 100644 pagefind/pagefind.en_f01d8b5d29.pf_meta create mode 100644 pagefind/pagefind.en_f84b9bdf5f.pf_meta diff --git a/command/fix-mismatches/index.html b/command/fix-mismatches/index.html index 4a90895e..1e61eb0c 100644 --- a/command/fix-mismatches/index.html +++ b/command/fix-mismatches/index.html @@ -32,7 +32,7 @@
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack fix-mismatches --source 'package.json'
@@ -59,7 +59,7 @@ config
types
-t, --types <names>
-Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
+Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
# only include peerDependencies
syncpack fix-mismatches --types 'peer'
@@ -70,7 +70,7 @@ types
indent
-i, --indent [value]
-Override your indent configuration, which is 2 spaces by default.
+Override your indent configuration, which is 2 spaces by default.
# four spaces
syncpack fix-mismatches --indent " "
diff --git a/command/format/index.html b/command/format/index.html
index bb056961..a2e25b30 100644
--- a/command/format/index.html
+++ b/command/format/index.html
@@ -32,7 +32,7 @@
CLI Options
source
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
+Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack format --source 'package.json'
@@ -50,7 +50,7 @@ config
indent
-i, --indent [value]
-Override your indent configuration, which is 2 spaces by default.
+Override your indent configuration, which is 2 spaces by default.
# four spaces
syncpack format --indent " "
diff --git a/command/lint-semver-ranges/index.html b/command/lint-semver-ranges/index.html
index 10a42555..f4d85b51 100644
--- a/command/lint-semver-ranges/index.html
+++ b/command/lint-semver-ranges/index.html
@@ -32,7 +32,7 @@
CLI Options
source
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
+Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack lint-semver-ranges --source 'package.json'
@@ -59,7 +59,7 @@ config
types
-t, --types <names>
-Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
+Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
# only include peerDependencies
syncpack lint-semver-ranges --types 'peer'
@@ -70,7 +70,7 @@ types
indent
-i, --indent [value]
-Override your indent configuration, which is 2 spaces by default.
+Override your indent configuration, which is 2 spaces by default.
# four spaces
syncpack lint-semver-ranges --indent " "
diff --git a/command/list-mismatches/index.html b/command/list-mismatches/index.html
index 53ce4c6c..3f838cdc 100644
--- a/command/list-mismatches/index.html
+++ b/command/list-mismatches/index.html
@@ -32,7 +32,7 @@
CLI Options
source
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
+Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack list-mismatches --source 'package.json'
@@ -59,7 +59,7 @@ config
types
-t, --types <names>
-Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
+Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
# only include peerDependencies
syncpack list-mismatches --types 'peer'
diff --git a/command/list/index.html b/command/list/index.html
index f4fa54f4..aaf843bd 100644
--- a/command/list/index.html
+++ b/command/list/index.html
@@ -32,7 +32,7 @@
CLI Options
source
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
+Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack list --source 'package.json'
@@ -59,7 +59,7 @@ config
types
-t, --types <names>
-Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
+Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
# only include peerDependencies
syncpack list --types 'peer'
diff --git a/command/prompt/index.html b/command/prompt/index.html
index e830fb2b..19a9feb9 100644
--- a/command/prompt/index.html
+++ b/command/prompt/index.html
@@ -32,7 +32,7 @@
CLI Options
source
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
+Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack prompt --source 'package.json'
@@ -59,7 +59,7 @@ config
types
-t, --types <names>
-Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
+Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
# only include peerDependencies
syncpack prompt --types 'peer'
diff --git a/command/set-semver-ranges/index.html b/command/set-semver-ranges/index.html
index 0a40147f..c870350a 100644
--- a/command/set-semver-ranges/index.html
+++ b/command/set-semver-ranges/index.html
@@ -32,7 +32,7 @@
CLI Options
source
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
+Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack set-semver-ranges --source 'package.json'
@@ -59,7 +59,7 @@ config
types
-t, --types <names>
-Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
+Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
# only include peerDependencies
syncpack set-semver-ranges --types 'peer'
@@ -70,7 +70,7 @@ types
indent
-i, --indent [value]
-Override your indent configuration, which is 2 spaces by default.
+Override your indent configuration, which is 2 spaces by default.
# four spaces
syncpack set-semver-ranges --indent " "
diff --git a/command/update/index.html b/command/update/index.html
index 880f1123..106f9ddd 100644
--- a/command/update/index.html
+++ b/command/update/index.html
@@ -32,7 +32,7 @@
CLI Options
source
-s, --source [pattern]
-Override your source configuration to run syncpack {props.command}
on only some package.json files.
+Override your source configuration to run syncpack {props.command}
on only some package.json files.
# only the root package
syncpack update --source 'package.json'
@@ -59,7 +59,7 @@ config
types
-t, --types <names>
-Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
+Override your dependencyTypes configuration to run syncpack {props.command}
on only eg. peerDependencies
in every package in your monorepo.
# only include peerDependencies
syncpack update --types 'peer'
diff --git a/config/custom-types/index.html b/config/custom-types/index.html
index 77c3fd2a..0a0df876 100644
--- a/config/custom-types/index.html
+++ b/config/custom-types/index.html
@@ -60,7 +60,7 @@ 3. Track them in future
Now when you run any syncpack command, engines.node
will also be checked.
syncpack list
4. Relax the rules (optional)
-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 Same Range Version Group.
+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 Same Range Version Group.
{
"dependencyTypes": [
"dev"
@@ -104,7 +104,7 @@ 3. Track them in future
Now when you run any syncpack command, engines.node
will also be checked.
syncpack list
4. Relax the rules (optional)
-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 Same Range Version Group.
+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 Same Range Version Group.
{
"dependencyTypes": [
"dev"
diff --git a/config/dependency-types/index.html b/config/dependency-types/index.html
index ba5b787d..67bd04d1 100644
--- a/config/dependency-types/index.html
+++ b/config/dependency-types/index.html
@@ -38,4 +38,4 @@
Default dependency types
All are enabled by default.
Value Property in package.json dev
devDependencies
local
version
overrides
overrides
peer
peerDependencies
pnpmOverrides
pnpm.overrides
prod
dependencies
resolutions
resolutions
-