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 @@

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 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.

ValueProperty in package.json
devdevDependencies
localversion
overridesoverrides
peerpeerDependencies
pnpmOverridespnpm.overrides
proddependencies
resolutionsresolutions
- \ No newline at end of file + \ No newline at end of file diff --git a/config/semver-groups/ignored/index.html b/config/semver-groups/ignored/index.html index a6586ab6..a31ee50e 100644 --- a/config/semver-groups/ignored/index.html +++ b/config/semver-groups/ignored/index.html @@ -68,7 +68,7 @@

dependencies

}

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/semver-groups/with-range/index.html b/config/semver-groups/with-range/index.html index 136eec7b..17558fd9 100644 --- a/config/semver-groups/with-range/index.html +++ b/config/semver-groups/with-range/index.html @@ -69,7 +69,7 @@

    dependencies

    }

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/version-groups/banned/index.html b/config/version-groups/banned/index.html index ceffef36..a5eb373e 100644 --- a/config/version-groups/banned/index.html +++ b/config/version-groups/banned/index.html @@ -106,7 +106,7 @@

    dependencies

    }

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/version-groups/ignored/index.html b/config/version-groups/ignored/index.html index ff48aa0f..aaaa0c8b 100644 --- a/config/version-groups/ignored/index.html +++ b/config/version-groups/ignored/index.html @@ -88,7 +88,7 @@

    dependencies

    }

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/version-groups/lowest-version/index.html b/config/version-groups/lowest-version/index.html index b568631b..a6c0ac29 100644 --- a/config/version-groups/lowest-version/index.html +++ b/config/version-groups/lowest-version/index.html @@ -72,7 +72,7 @@

    dependencies

    }

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/version-groups/pinned/index.html b/config/version-groups/pinned/index.html index f37c379a..06e74b61 100644 --- a/config/version-groups/pinned/index.html +++ b/config/version-groups/pinned/index.html @@ -91,7 +91,7 @@

    dependencies

    }

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/version-groups/same-range/index.html b/config/version-groups/same-range/index.html index 83570874..0b568098 100644 --- a/config/version-groups/same-range/index.html +++ b/config/version-groups/same-range/index.html @@ -32,7 +32,7 @@ StarlightThemeProvider.updatePickers();

    Same Range

    Relax syncpack to ensure that all versions have semver ranges which all satisfy each other, instead of having to be identical.

    Examples

    -
    Example: Check that a dependency's semver ranges always match

    Add a Same Range Version Group which allows local packages installed in devDependencies or peerDependencies to use different semver ranges, as long as they all match the local package version.

    +
    Example: Check that a dependency's semver ranges always match

    Add a Same Range Version Group which allows local packages installed in devDependencies or peerDependencies to use different semver ranges, as long as they all match the local package version.

    • An optional label can be added to document the rule.
    • The dependencies array defines the names of the dependencies we want to target.
    • @@ -93,7 +93,7 @@

      dependencies

      }

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/version-groups/snapped-to/index.html b/config/version-groups/snapped-to/index.html index 83991322..241439c6 100644 --- a/config/version-groups/snapped-to/index.html +++ b/config/version-groups/snapped-to/index.html @@ -90,7 +90,7 @@

    dependencies

    }

dependencyTypes

Optional - +
  • When set, only dependencies present in the named locations will be assigned to this group.
  • If omitted, the default behaviour is to match dependencies everywhere they are found.
  • diff --git a/config/version-groups/standard/index.html b/config/version-groups/standard/index.html index c9270527..a2607745 100644 --- a/config/version-groups/standard/index.html +++ b/config/version-groups/standard/index.html @@ -67,7 +67,7 @@

    dependencies

    }

dependencyTypes

Optional - +
-

The fix for the Peer Dependency of ^1.0.0 can also be used to fix the use of workspace:\*</code>. Since the current version of 1.2.1` of the Client is satisfied by both of these ranges, a Same Range Version Group can be used.

+

The fix for the Peer Dependency of ^1.0.0 can also be used to fix the use of workspace:\*</code>. Since the current version of 1.2.1` of the Client is satisfied by both of these ranges, a Same Range Version Group can be used.

The versions will be considered a match unless eg. 2.0.0 of the Client is released, or one of its dependents uses a range which does not include its current version.

-
Option 2: Check that a dependency's semver ranges always match

Add a Same Range Version Group which allows local packages installed in devDependencies or peerDependencies to use different semver ranges, as long as they all match the local package version.

+
Option 2: Check that a dependency's semver ranges always match

Add a Same Range Version Group which allows local packages installed in devDependencies or peerDependencies to use different semver ranges, as long as they all match the local package version.