@savvy-web/silk 3.0.3 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changesets-changelog.cjs +593 -374
- package/changesets-changelog.d.cts +18 -15
- package/changesets-changelog.d.ts +18 -15
- package/changesets-changelog.js +608 -378
- package/changesets-markdownlint.cjs +593 -374
- package/changesets-markdownlint.d.cts +18 -15
- package/changesets-markdownlint.d.ts +18 -15
- package/changesets-markdownlint.js +608 -378
- package/package.json +5 -5
- package/tsconfig/node/dist/tsconfig.tsbuildinfo +1 -1
|
@@ -3296,7 +3296,7 @@ type Label = Label$1;
|
|
|
3296
3296
|
type Severity = Severity$1;
|
|
3297
3297
|
type Plugin<Tree extends Node$3 = Node$3, Option extends unknown = unknown> = (config?: [level: Label | Severity | boolean, option?: Option] | Label | Option | Severity) => ((tree: Tree, file: VFile, next: TransformCallback<Tree>) => undefined) | undefined;
|
|
3298
3298
|
//#endregion
|
|
3299
|
-
//#region ../../node_modules/.pnpm/@effected+git@0.4.
|
|
3299
|
+
//#region ../../node_modules/.pnpm/@effected+git@0.4.1_effect@4.0.0-beta.99/node_modules/@effected/git/index.d.ts
|
|
3300
3300
|
//#region src/Git.d.ts
|
|
3301
3301
|
declare const GitCommandError_base: Schema.Class<GitCommandError, Schema.TaggedStruct<"GitCommandError", {
|
|
3302
3302
|
/**
|
|
@@ -3327,7 +3327,7 @@ declare const GitCommandError_base: Schema.Class<GitCommandError, Schema.TaggedS
|
|
|
3327
3327
|
* `exitCode` and `stderr` are populated when git actually ran. `detail`
|
|
3328
3328
|
* carries a human-readable explanation of an absorbed spawn-level
|
|
3329
3329
|
* `PlatformError` or a per-run timeout — the two cases where git never
|
|
3330
|
-
* produced an exit code at all.
|
|
3330
|
+
* produced an exit code at all. `kind`
|
|
3331
3331
|
* discriminates a pre-spawn guard rejection (`"refused"`) from a genuine git
|
|
3332
3332
|
* failure (`"failed"`) structurally, so composed retry/fallback logic never has
|
|
3333
3333
|
* to parse the prose in `message` or `detail`.
|
|
@@ -3650,7 +3650,7 @@ declare class Git extends Git_base {
|
|
|
3650
3650
|
static readonly layer: Layer.Layer<Git, never, ChildProcessSpawner.ChildProcessSpawner>;
|
|
3651
3651
|
}
|
|
3652
3652
|
//#endregion
|
|
3653
|
-
//#region ../../node_modules/.pnpm/@effected+semver@0.1.
|
|
3653
|
+
//#region ../../node_modules/.pnpm/@effected+semver@0.1.1_effect@4.0.0-beta.99/node_modules/@effected/semver/index.d.ts
|
|
3654
3654
|
//#region src/SemVer.d.ts
|
|
3655
3655
|
declare const InvalidVersionError_base: Schema.Class<InvalidVersionError, Schema.TaggedStruct<"InvalidVersionError", {
|
|
3656
3656
|
/** The raw input string that failed to parse. */
|
|
@@ -4091,7 +4091,7 @@ declare class UnsatisfiableConstraintError extends UnsatisfiableConstraintError_
|
|
|
4091
4091
|
get message(): string;
|
|
4092
4092
|
}
|
|
4093
4093
|
//#endregion
|
|
4094
|
-
//#region ../../node_modules/.pnpm/@effected+npm@0.2.
|
|
4094
|
+
//#region ../../node_modules/.pnpm/@effected+npm@0.2.1_@effected+semver@0.1.1_effect@4.0.0-beta.99__effect@4.0.0-beta.99/node_modules/@effected/npm/index.d.ts
|
|
4095
4095
|
//#region src/CatalogAssemblyError.d.ts
|
|
4096
4096
|
declare const CatalogAssemblyError_base: Schema.Class<CatalogAssemblyError, Schema.TaggedStruct<"CatalogAssemblyError", {
|
|
4097
4097
|
/**
|
|
@@ -4363,7 +4363,7 @@ declare class InvalidIntegrityHashError extends InvalidIntegrityHashError_base {
|
|
|
4363
4363
|
*/
|
|
4364
4364
|
type IntegrityHashBrand = string & Brand.Brand<"IntegrityHash">;
|
|
4365
4365
|
//#endregion
|
|
4366
|
-
//#region ../../node_modules/.pnpm/@effected+glob@0.1.
|
|
4366
|
+
//#region ../../node_modules/.pnpm/@effected+glob@0.1.2_effect@4.0.0-beta.99/node_modules/@effected/glob/index.d.ts
|
|
4367
4367
|
//#region src/GlobPattern.d.ts
|
|
4368
4368
|
declare const GlobPatternError_base: Schema.Class<GlobPatternError, Schema.TaggedStruct<"GlobPatternError", {
|
|
4369
4369
|
readonly pattern: Schema.String;
|
|
@@ -4503,7 +4503,7 @@ declare class GlobPattern extends GlobPattern_base {
|
|
|
4503
4503
|
static readonly FromString: Schema.Codec<GlobPattern, string>;
|
|
4504
4504
|
}
|
|
4505
4505
|
//#endregion
|
|
4506
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.1.
|
|
4506
|
+
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.1.5_@effected+jsonc@0.4.0_effect@4.0.0-beta.99__@effected+npm@0.2_b1d671782d9bef489a2d22b7bd2ef126/node_modules/@effected/lockfiles/index.d.ts
|
|
4507
4507
|
//#region src/BunExtension.d.ts
|
|
4508
4508
|
declare const BunExtension_base: Schema.Class<BunExtension, Schema.Struct<{
|
|
4509
4509
|
readonly _tag: Schema.tag<"bun">;
|
|
@@ -4923,7 +4923,7 @@ declare class LockfileIntegrity extends LockfileIntegrity_base {
|
|
|
4923
4923
|
static compare(lockfile: Lockfile, manifests: ReadonlyArray<WorkspaceManifest>): LockfileIntegrity;
|
|
4924
4924
|
}
|
|
4925
4925
|
//#endregion
|
|
4926
|
-
//#region ../../node_modules/.pnpm/@effected+package-json@0.3.
|
|
4926
|
+
//#region ../../node_modules/.pnpm/@effected+package-json@0.3.1_effect@4.0.0-beta.99/node_modules/@effected/package-json/index.d.ts
|
|
4927
4927
|
//#region src/Dependency.d.ts
|
|
4928
4928
|
declare const Dependency_base: Schema.Class<Dependency, Schema.Struct<{
|
|
4929
4929
|
/** The package name. */
|
|
@@ -5330,7 +5330,7 @@ declare class Package extends Package_base {
|
|
|
5330
5330
|
toJsonString(options?: PackageFormatOptions): string;
|
|
5331
5331
|
}
|
|
5332
5332
|
//#endregion
|
|
5333
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.4.
|
|
5333
|
+
//#region ../../node_modules/.pnpm/@effected+workspaces@0.4.1_@effected+jsonc@0.4.0_effect@4.0.0-beta.99__effect@4.0.0-beta.99/node_modules/@effected/workspaces/index.d.ts
|
|
5334
5334
|
//#region src/WorkspacePackage.d.ts
|
|
5335
5335
|
declare const PublishConfig_base: Schema.Class<PublishConfig, Schema.Struct<{
|
|
5336
5336
|
/** Scoped-package visibility. Its presence overrides `private`. */
|
|
@@ -6669,7 +6669,7 @@ interface WorkspacesOptions {
|
|
|
6669
6669
|
readonly maxDepth?: number;
|
|
6670
6670
|
}
|
|
6671
6671
|
//#endregion
|
|
6672
|
-
//#region ../../node_modules/.pnpm/@effected+walker@0.2.
|
|
6672
|
+
//#region ../../node_modules/.pnpm/@effected+walker@0.2.2_@effected+glob@0.1.2_effect@4.0.0-beta.99__effect@4.0.0-beta.99/node_modules/@effected/walker/index.d.ts
|
|
6673
6673
|
declare const DescendError_base: Schema.Class<DescendError, Schema.TaggedStruct<"DescendError", {
|
|
6674
6674
|
/** The glob pattern's source text. */
|
|
6675
6675
|
readonly pattern: Schema.String;
|
|
@@ -6975,7 +6975,7 @@ declare class Categories {
|
|
|
6975
6975
|
static isValidHeading(heading: string): boolean;
|
|
6976
6976
|
}
|
|
6977
6977
|
//#endregion
|
|
6978
|
-
//#region ../../node_modules/.pnpm/@changesets+types@7.0.0-next.
|
|
6978
|
+
//#region ../../node_modules/.pnpm/@changesets+types@7.0.0-next.7/node_modules/@changesets/types/dist/index.d.mts
|
|
6979
6979
|
//#region src/index.d.ts
|
|
6980
6980
|
type MaybePromise<T> = T | Promise<T>;
|
|
6981
6981
|
type VersionType$1 = "major" | "minor" | "patch" | "none";
|
|
@@ -7048,10 +7048,13 @@ type Config = {
|
|
|
7048
7048
|
* The formatter to use to format changesets and changelogs. Set `false` to disable formatting.
|
|
7049
7049
|
* The default value of `"auto"` will auto-detect the formatter based on the project's configuration files.
|
|
7050
7050
|
*/
|
|
7051
|
-
format: "auto" | "prettier" | "oxfmt" | "deno" | "dprint" | false;
|
|
7052
|
-
|
|
7051
|
+
format: "auto" | "prettier" | "oxfmt" | "deno" | "dprint" | false;
|
|
7052
|
+
/** Features enabled for Private packages */
|
|
7053
|
+
privatePackages: PrivatePackages;
|
|
7054
|
+
/** The minimum bump type to trigger automatic update of internal dependencies that are part of the same release */
|
|
7053
7055
|
updateInternalDependencies: "patch" | "minor";
|
|
7054
|
-
ignore: ReadonlyArray<string>;
|
|
7056
|
+
ignore: ReadonlyArray<string>;
|
|
7057
|
+
/** This is supposed to be used with pnpm's `link-workspace-packages: false` and Berry's `enableTransparentWorkspaces: false` */
|
|
7055
7058
|
bumpVersionsWithWorkspaceProtocolOnly?: boolean;
|
|
7056
7059
|
___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH: Required<ExperimentalOptions>;
|
|
7057
7060
|
snapshot: {
|
|
@@ -11803,7 +11806,7 @@ interface TokenTypeMap {
|
|
|
11803
11806
|
chunkString: 'chunkString';
|
|
11804
11807
|
}
|
|
11805
11808
|
//#endregion
|
|
11806
|
-
//#region ../../node_modules/.pnpm/markdownlint@0.41.1/node_modules/markdownlint/lib/markdownlint.d.mts
|
|
11809
|
+
//#region ../../node_modules/.pnpm/markdownlint@0.41.1_supports-color@8.1.1/node_modules/markdownlint/lib/markdownlint.d.mts
|
|
11807
11810
|
/**
|
|
11808
11811
|
* Function to implement rule logic.
|
|
11809
11812
|
*/
|
|
@@ -12076,7 +12079,7 @@ type Rule$2 = {
|
|
|
12076
12079
|
*/
|
|
12077
12080
|
type RuleConfiguration = boolean | any;
|
|
12078
12081
|
//#endregion
|
|
12079
|
-
//#region ../../node_modules/.pnpm/markdownlint@0.41.1/node_modules/markdownlint/lib/exports.d.mts
|
|
12082
|
+
//#region ../../node_modules/.pnpm/markdownlint@0.41.1_supports-color@8.1.1/node_modules/markdownlint/lib/exports.d.mts
|
|
12080
12083
|
type Rule$1 = Rule$2;
|
|
12081
12084
|
//#endregion
|
|
12082
12085
|
//#region src/changesets/markdownlint/rules/content-structure.d.ts
|
|
@@ -3296,7 +3296,7 @@ type Label = Label$1;
|
|
|
3296
3296
|
type Severity = Severity$1;
|
|
3297
3297
|
type Plugin<Tree extends Node$3 = Node$3, Option extends unknown = unknown> = (config?: [level: Label | Severity | boolean, option?: Option] | Label | Option | Severity) => ((tree: Tree, file: VFile, next: TransformCallback<Tree>) => undefined) | undefined;
|
|
3298
3298
|
//#endregion
|
|
3299
|
-
//#region ../../node_modules/.pnpm/@effected+git@0.4.
|
|
3299
|
+
//#region ../../node_modules/.pnpm/@effected+git@0.4.1_effect@4.0.0-beta.99/node_modules/@effected/git/index.d.ts
|
|
3300
3300
|
//#region src/Git.d.ts
|
|
3301
3301
|
declare const GitCommandError_base: Schema.Class<GitCommandError, Schema.TaggedStruct<"GitCommandError", {
|
|
3302
3302
|
/**
|
|
@@ -3327,7 +3327,7 @@ declare const GitCommandError_base: Schema.Class<GitCommandError, Schema.TaggedS
|
|
|
3327
3327
|
* `exitCode` and `stderr` are populated when git actually ran. `detail`
|
|
3328
3328
|
* carries a human-readable explanation of an absorbed spawn-level
|
|
3329
3329
|
* `PlatformError` or a per-run timeout — the two cases where git never
|
|
3330
|
-
* produced an exit code at all.
|
|
3330
|
+
* produced an exit code at all. `kind`
|
|
3331
3331
|
* discriminates a pre-spawn guard rejection (`"refused"`) from a genuine git
|
|
3332
3332
|
* failure (`"failed"`) structurally, so composed retry/fallback logic never has
|
|
3333
3333
|
* to parse the prose in `message` or `detail`.
|
|
@@ -3650,7 +3650,7 @@ declare class Git extends Git_base {
|
|
|
3650
3650
|
static readonly layer: Layer.Layer<Git, never, ChildProcessSpawner.ChildProcessSpawner>;
|
|
3651
3651
|
}
|
|
3652
3652
|
//#endregion
|
|
3653
|
-
//#region ../../node_modules/.pnpm/@effected+semver@0.1.
|
|
3653
|
+
//#region ../../node_modules/.pnpm/@effected+semver@0.1.1_effect@4.0.0-beta.99/node_modules/@effected/semver/index.d.ts
|
|
3654
3654
|
//#region src/SemVer.d.ts
|
|
3655
3655
|
declare const InvalidVersionError_base: Schema.Class<InvalidVersionError, Schema.TaggedStruct<"InvalidVersionError", {
|
|
3656
3656
|
/** The raw input string that failed to parse. */
|
|
@@ -4091,7 +4091,7 @@ declare class UnsatisfiableConstraintError extends UnsatisfiableConstraintError_
|
|
|
4091
4091
|
get message(): string;
|
|
4092
4092
|
}
|
|
4093
4093
|
//#endregion
|
|
4094
|
-
//#region ../../node_modules/.pnpm/@effected+npm@0.2.
|
|
4094
|
+
//#region ../../node_modules/.pnpm/@effected+npm@0.2.1_@effected+semver@0.1.1_effect@4.0.0-beta.99__effect@4.0.0-beta.99/node_modules/@effected/npm/index.d.ts
|
|
4095
4095
|
//#region src/CatalogAssemblyError.d.ts
|
|
4096
4096
|
declare const CatalogAssemblyError_base: Schema.Class<CatalogAssemblyError, Schema.TaggedStruct<"CatalogAssemblyError", {
|
|
4097
4097
|
/**
|
|
@@ -4363,7 +4363,7 @@ declare class InvalidIntegrityHashError extends InvalidIntegrityHashError_base {
|
|
|
4363
4363
|
*/
|
|
4364
4364
|
type IntegrityHashBrand = string & Brand.Brand<"IntegrityHash">;
|
|
4365
4365
|
//#endregion
|
|
4366
|
-
//#region ../../node_modules/.pnpm/@effected+glob@0.1.
|
|
4366
|
+
//#region ../../node_modules/.pnpm/@effected+glob@0.1.2_effect@4.0.0-beta.99/node_modules/@effected/glob/index.d.ts
|
|
4367
4367
|
//#region src/GlobPattern.d.ts
|
|
4368
4368
|
declare const GlobPatternError_base: Schema.Class<GlobPatternError, Schema.TaggedStruct<"GlobPatternError", {
|
|
4369
4369
|
readonly pattern: Schema.String;
|
|
@@ -4503,7 +4503,7 @@ declare class GlobPattern extends GlobPattern_base {
|
|
|
4503
4503
|
static readonly FromString: Schema.Codec<GlobPattern, string>;
|
|
4504
4504
|
}
|
|
4505
4505
|
//#endregion
|
|
4506
|
-
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.1.
|
|
4506
|
+
//#region ../../node_modules/.pnpm/@effected+lockfiles@0.1.5_@effected+jsonc@0.4.0_effect@4.0.0-beta.99__@effected+npm@0.2_b1d671782d9bef489a2d22b7bd2ef126/node_modules/@effected/lockfiles/index.d.ts
|
|
4507
4507
|
//#region src/BunExtension.d.ts
|
|
4508
4508
|
declare const BunExtension_base: Schema.Class<BunExtension, Schema.Struct<{
|
|
4509
4509
|
readonly _tag: Schema.tag<"bun">;
|
|
@@ -4923,7 +4923,7 @@ declare class LockfileIntegrity extends LockfileIntegrity_base {
|
|
|
4923
4923
|
static compare(lockfile: Lockfile, manifests: ReadonlyArray<WorkspaceManifest>): LockfileIntegrity;
|
|
4924
4924
|
}
|
|
4925
4925
|
//#endregion
|
|
4926
|
-
//#region ../../node_modules/.pnpm/@effected+package-json@0.3.
|
|
4926
|
+
//#region ../../node_modules/.pnpm/@effected+package-json@0.3.1_effect@4.0.0-beta.99/node_modules/@effected/package-json/index.d.ts
|
|
4927
4927
|
//#region src/Dependency.d.ts
|
|
4928
4928
|
declare const Dependency_base: Schema.Class<Dependency, Schema.Struct<{
|
|
4929
4929
|
/** The package name. */
|
|
@@ -5330,7 +5330,7 @@ declare class Package extends Package_base {
|
|
|
5330
5330
|
toJsonString(options?: PackageFormatOptions): string;
|
|
5331
5331
|
}
|
|
5332
5332
|
//#endregion
|
|
5333
|
-
//#region ../../node_modules/.pnpm/@effected+workspaces@0.4.
|
|
5333
|
+
//#region ../../node_modules/.pnpm/@effected+workspaces@0.4.1_@effected+jsonc@0.4.0_effect@4.0.0-beta.99__effect@4.0.0-beta.99/node_modules/@effected/workspaces/index.d.ts
|
|
5334
5334
|
//#region src/WorkspacePackage.d.ts
|
|
5335
5335
|
declare const PublishConfig_base: Schema.Class<PublishConfig, Schema.Struct<{
|
|
5336
5336
|
/** Scoped-package visibility. Its presence overrides `private`. */
|
|
@@ -6669,7 +6669,7 @@ interface WorkspacesOptions {
|
|
|
6669
6669
|
readonly maxDepth?: number;
|
|
6670
6670
|
}
|
|
6671
6671
|
//#endregion
|
|
6672
|
-
//#region ../../node_modules/.pnpm/@effected+walker@0.2.
|
|
6672
|
+
//#region ../../node_modules/.pnpm/@effected+walker@0.2.2_@effected+glob@0.1.2_effect@4.0.0-beta.99__effect@4.0.0-beta.99/node_modules/@effected/walker/index.d.ts
|
|
6673
6673
|
declare const DescendError_base: Schema.Class<DescendError, Schema.TaggedStruct<"DescendError", {
|
|
6674
6674
|
/** The glob pattern's source text. */
|
|
6675
6675
|
readonly pattern: Schema.String;
|
|
@@ -6975,7 +6975,7 @@ declare class Categories {
|
|
|
6975
6975
|
static isValidHeading(heading: string): boolean;
|
|
6976
6976
|
}
|
|
6977
6977
|
//#endregion
|
|
6978
|
-
//#region ../../node_modules/.pnpm/@changesets+types@7.0.0-next.
|
|
6978
|
+
//#region ../../node_modules/.pnpm/@changesets+types@7.0.0-next.7/node_modules/@changesets/types/dist/index.d.mts
|
|
6979
6979
|
//#region src/index.d.ts
|
|
6980
6980
|
type MaybePromise<T> = T | Promise<T>;
|
|
6981
6981
|
type VersionType$1 = "major" | "minor" | "patch" | "none";
|
|
@@ -7048,10 +7048,13 @@ type Config = {
|
|
|
7048
7048
|
* The formatter to use to format changesets and changelogs. Set `false` to disable formatting.
|
|
7049
7049
|
* The default value of `"auto"` will auto-detect the formatter based on the project's configuration files.
|
|
7050
7050
|
*/
|
|
7051
|
-
format: "auto" | "prettier" | "oxfmt" | "deno" | "dprint" | false;
|
|
7052
|
-
|
|
7051
|
+
format: "auto" | "prettier" | "oxfmt" | "deno" | "dprint" | false;
|
|
7052
|
+
/** Features enabled for Private packages */
|
|
7053
|
+
privatePackages: PrivatePackages;
|
|
7054
|
+
/** The minimum bump type to trigger automatic update of internal dependencies that are part of the same release */
|
|
7053
7055
|
updateInternalDependencies: "patch" | "minor";
|
|
7054
|
-
ignore: ReadonlyArray<string>;
|
|
7056
|
+
ignore: ReadonlyArray<string>;
|
|
7057
|
+
/** This is supposed to be used with pnpm's `link-workspace-packages: false` and Berry's `enableTransparentWorkspaces: false` */
|
|
7055
7058
|
bumpVersionsWithWorkspaceProtocolOnly?: boolean;
|
|
7056
7059
|
___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH: Required<ExperimentalOptions>;
|
|
7057
7060
|
snapshot: {
|
|
@@ -11803,7 +11806,7 @@ interface TokenTypeMap {
|
|
|
11803
11806
|
chunkString: 'chunkString';
|
|
11804
11807
|
}
|
|
11805
11808
|
//#endregion
|
|
11806
|
-
//#region ../../node_modules/.pnpm/markdownlint@0.41.1/node_modules/markdownlint/lib/markdownlint.d.mts
|
|
11809
|
+
//#region ../../node_modules/.pnpm/markdownlint@0.41.1_supports-color@8.1.1/node_modules/markdownlint/lib/markdownlint.d.mts
|
|
11807
11810
|
/**
|
|
11808
11811
|
* Function to implement rule logic.
|
|
11809
11812
|
*/
|
|
@@ -12076,7 +12079,7 @@ type Rule$2 = {
|
|
|
12076
12079
|
*/
|
|
12077
12080
|
type RuleConfiguration = boolean | any;
|
|
12078
12081
|
//#endregion
|
|
12079
|
-
//#region ../../node_modules/.pnpm/markdownlint@0.41.1/node_modules/markdownlint/lib/exports.d.mts
|
|
12082
|
+
//#region ../../node_modules/.pnpm/markdownlint@0.41.1_supports-color@8.1.1/node_modules/markdownlint/lib/exports.d.mts
|
|
12080
12083
|
type Rule$1 = Rule$2;
|
|
12081
12084
|
//#endregion
|
|
12082
12085
|
//#region src/changesets/markdownlint/rules/content-structure.d.ts
|